Please paste # ls -l /var/tmp/firmware
I think there was a bug in 8.2 that did not set it correctly, I dont remember if it was fixed in time for release.
Please paste # ls -l /var/tmp/firmware
I think there was a bug in 8.2 that did not set it correctly, I dont remember if it was fixed in time for release.
Looks like that:
Code:lrwxr-xr-x 1 root wheel 30 Oct 10 14:07 /var/tmp/firmware -> /mnt/RaidVol/software/.freenas
And how are the permissions in /mnt/RaidVol/software/.freenas ?
# ls -l /mnt/RaidVol/software/.freenas
Just gives me back "total 0".
But there is no dataset ".freenas" ...
... ah wait, here it is:
Code:# ls -l /mnt/RaidVol/software total 184465 drwxr-xr-x 2 www www 2 Oct 9 23:27 .freenas drwxr-xr-x 2 root wheel 2 Oct 5 13:27 pbi -rw------- 1 root www 94480204 Oct 5 13:26 plugins_jail-8.2.0-amd64.pbi
Last edited by Child; 10-10-2012 at 04:35 AM.
Weird, looks fine.
Try this:
# killall -HUP nginx
Then try upload again...
And one more thing, how are the permissions in /mnt/RaidVol and /mnt/RaidVol/software?
# ls -la /mnt/RaidVol
# killall -HUP nginx: Didn't change a thing ...Code:# ls -la /mnt/RaidVol total 25 drwxrwx--- 7 Fabian wheel 7 Oct 5 20:26 . drwxr-xr-x 4 root wheel 512 Oct 10 14:21 .. drwxr-xr-x 2 www www 2 Oct 5 13:27 .freenas drwxrwxr-x 6 Fabian wheel 6 Oct 6 17:06 data drwxrwxrwx 3 root wheel 3 Oct 5 13:26 jail drwxrwx--- 2 Fabian wheel 9 Oct 8 11:02 scripts drwxrwxrwx 4 root wheel 5 Oct 10 14:33 software
But - am I getting this right: The pbi-install/upload fails because it is not able to write to /mnt/RaidVol/software/.freenas ?
Ok, I get it. The problem is that /mnt/RaidVol has no execute permission for others...
Do this:
# chmod o+x /mnt/RaidVol
Upload should work now.
I just came to the same conclusion
And it worked - thank you very much for you help.