Hey..
I fixed it.. i googled something about the things you wrote.. and i read the log files.. and runned this..
root@UO17SPVC01A:RE:2% cd /var/jail root@:RE:0% ls -ltr total 12 drwxrwxr-x 2 root wheel 512 Aug 9 17:34 run drwxrwxr-x 2 root wheel 512 Aug 9 17:57 etc dr-xr-xr-t 3 root wheel 512 Aug 11 11:37 tmp Here we see no write access on the tmp .We can change this as shown below: root@:RE:0% chmod g+w,a+w /var/jail/tmp root@:RE:0% ls -ltr total 12 drwxrwxr-x 2 root wheel 512 Aug 9 17:34 run drwxrwxr-x 2 root wheel 512 Aug 9 17:57 etc drwxrwxrwt 3 root wheel 512 Aug 11 12:09 tmp
Worked like a Charm!
Thank you anyways for halping a noob on its lab environment.
Håkon