Beta-3 PBI Jail won't start

Status
Not open for further replies.

borisattva

Dabbler
Joined
Apr 22, 2012
Messages
20
FYI, My particular scenario (clean install of both freenas and the plugin) has been resolved by william in the bug ticket.

for reference, running:

# /usr/bin/find /mnt/[volume]/jail/plugins_jail-amd64|/usr/bin/xargs /bin/chflags noschg

fixed permissions.
after this i was able to repeat the plugins pbi installation attempt.

Thanks William!
 
Joined
Apr 30, 2012
Messages
5
I'm in same situation: 8.2 beta3, installed from scratch. Plugins jail wont install, it just throw:

pbi_add: Failed extracting /var/tmp/firmware/pbifile.pbi


after installation (seen at command line, web interface doesn't raise any error). Obviously, trying to start plugins service, doesn't work.


Already did:

/usr/bin/find /mnt/[volume]/jail/plugins_jail-amd64|/usr/bin/xargs /bin/chflags noschg

with no luck. I uploaded the pbi using scp, and running from command line:

/usr/local/sbin/pbi_add -e -f -o /mnt/Local/plugins.jail --no-checksig /var/tmp/firmware/pbifile.pbi

It results in:

Verifying Checksum...OK
Extracting to: /mnt/Local/plugins.jail/plugins_jail-i386
pbi_add: Failed extracting /var/tmp/firmware/pbifile.pbi

After checking, I can see files extracted to /mnt/Local/plugins.jail/plugins_jail-i386, but it seems something goes wrong at the end of extraction. ANy suggestion or debug I can run?


Thanks...
 
Status
Not open for further replies.
Top