Re: [OmniOS-discuss] Zones problem after upgrade to latest Bloody

2017-01-14 Thread Dan McDonald
Known problem. I thought it was fixed in the gate but not yet. See this commit: https://github.com/omniti-labs/illumos-omnios/commit/fb8fa9d90507920e5b8143fe668b175817d4ba1a I need to back that out. You can edit platform.xml by hand and patch it yourself too. Dan Sent from my iPhone

[OmniOS-discuss] Zones problem after upgrade to latest Bloody

2017-01-14 Thread Matjaž M
Hi, there seems to be a problem with (LX?) zones in the newest Bloody. It worked flawlessly before the update, it does not work after I updated to the latest bloody. This is the error I got: matjaz@server:/export/home/matjaz$ sudo zoneadm -z lxzone boot zone 'lxzone': "/usr/lib/fs/lofs/mount

Re: [OmniOS-discuss] LX Zone DTrace

2017-01-14 Thread Mini Trader
I just tried on CentOS same error. The directory has to be from LOFS i.e. a ZFS pool. >From OmniOS can you output zfs get all zonefileset and /usr/bin/ls -lV zonedirectory and share your results. On Sat, Jan 14, 2017 at 9:35 AM, Natxo Asenjo wrote: > hi, > > > On Sat,

Re: [OmniOS-discuss] LX Zone DTrace

2017-01-14 Thread Natxo Asenjo
hi, On Sat, Jan 14, 2017 at 3:16 PM, Mini Trader wrote: > Well the author at my request was able to remove the call to os.getcwd() > which allows the program to operate. > > > If anyone wants to tinker here is an example that will likely break on > someones system. I

Re: [OmniOS-discuss] LX Zone DTrace

2017-01-14 Thread Mini Trader
Well the author at my request was able to remove the call to os.getcwd() which allows the program to operate. If anyone wants to tinker here is an example that will likely break on someones system. I don't know if this is an LX bug, libc bug, python bug etc. # read a directory, stat all files