There are several topics raised in your email but to help with your original issue we first need to know what platform build you are running.
As for your other questions, it is common for there to be syscalls which are not yet supported under lx but this is usually not a problem since glibc will work around that. Also, you are never allowed to create a device inside a zone since that could be a security problem, but again, that is usually not a problem. Jerry On Tue, Oct 20, 2015 at 2:44 AM, Kilian Ries <[email protected]> wrote: > Hello, > > i'm trying to Install Plesk 12.5 Hostingpanel inside of an LX-Brand. I > tried it with both the Ubuntu 14.04 and CentOS 6.6 Image but all failed. > > On CentOS 6.6 i can't see any specific error in the installation log, but > if i try to start the nginx-server it won't come up. If i hunt for > unsupported syscalls in the GZ i get the following: > > dtrace -n 'sdt:lx_brand::brand-lx-unsupported { > @num[execname,stringof(arg0)] = count() }' > dtrace: description 'sdt:lx_brand::brand-lx-unsupported ' matched 1 probe > ^C > > db.php NOSYS (sendmmsg): > Not done yet 1 > db.php prctl option > 1499557217 1 > hostname NOSYS (sendmmsg): > Not done yet 1 > named unsupported sockopt > 23, proto 41 1 > sshd NOSYS (keyctl): Not > done yet 2 > sw-engine-fpm NOSYS (sendmmsg): > Not done yet 3 > sw-engine-fpm prctl option > 1499557217 3 > send-error-repor NOSYS (sendmmsg): > Not done yet 4 > apache2 NOSYS (sendmmsg): > Not done yet 10 > sw-engine NOSYS (sendmmsg): > Not done yet 26 > sw-engine prctl option > 1499557217 26 > > > On Ubuntu 14.04 i recognized the following error thrown by the installer: > > mknod: '/var/www/vhosts/chroot/dev/null': Operation not permitted > chown: cannot access '/var/www/vhosts/chroot/dev/null': No such file or > directory > > If i do an dtrace in the GZ i can see: > > dtrace -Zqn lx*:::debug'{printf("%s", copyinstr(arg0))}' > > brk(0x08062640) = 0 > brk(0x08064640) = 0 > mknodwrite(2, " m k n o d", 5) = 5 > : write(2, " : ", 2) = 2 > Not ownerwrite(2, " N o t o w n e r", 9) = 9 > write(2, "\n", 1) = 1 > _exit(2) > > > If i try the following form inside the Ubuntu 14.04 LX Brand: > > truss mknod ./null c 1 9 > > I get: > > sysi86(SI86FPSTART, 0xFEF65EEC, 0x0000133F, 0x00001F80) = 0x00000001 > mknod("./null", 020666, 0x00040009) Err#1 EPERM [sys_devices] > brk(0x08062640) = 0 > brk(0x08064640) = 0 > mknodwrite(2, " m k n o d", 5) = 5 > : write(2, " : ", 2) = 2 > Not ownerwrite(2, " N o t o w n e r", 9) = 9 > write(2, "\n", 1) = 1 > _exit(2) > > > > Am i running into unsupported Syscalls or have you another idea what could > be wrong? > > Thanks > Greets > Kilian > > > > > *smartos-discuss* | Archives > <https://www.listbox.com/member/archive/184463/=now> > <https://www.listbox.com/member/archive/rss/184463/21516906-2011406d> | > Modify > <https://www.listbox.com/member/?&> > Your Subscription <http://www.listbox.com> > ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
