Hi,
if i try to start an initscript by hand unter TC9.x (x86_64) from console "sudo /usr/local/etc/init.d/xencommons start
"
it trows out this error message: sudo: unable to execute /usr/local/etc/init.d/xencommons: No such file or directory
but as you can see the file/s are there ...
ls -hal /usr/local/etc/init.d/
total 0
drwxr-xr-x 2 root root 0 Apr 19 19:52 ./
drwxr-xr-x 10 root root 0 Apr 19 19:58 ../
lrwxrwxrwx 1 root root 48 Aug 1 20:10 openssh -> /tmp/tcloop/openssh/usr/local/etc/init.d/openssh
lrwxrwxrwx 1 root root 56 Aug 1 20:10 xen-watchdog -> /tmp/tcloop/xen4-tools/usr/local/etc/init.d/xen-watchdog
lrwxrwxrwx 1 root root 54 Aug 1 20:10 xencommons -> /tmp/tcloop/xen4-tools/usr/local/etc/init.d/xencommons
lrwxrwxrwx 1 root root 54 Aug 1 20:10 xendomains -> /tmp/tcloop/xen4-tools/usr/local/etc/init.d/xendomains
lrwxrwxrwx 1 root root 59 Aug 1 20:10 xendriverdomain -> /tmp/tcloop/xen4-tools/usr/local/etc/init.d/xendriverdomain
mount
rootfs on / type rootfs (rw)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
tmpfs on /dev/shm type tmpfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda1 on /mnt/sda1 type ext3 (rw,relatime,data=ordered)
/mnt/sda1/tce/optional/attr.tcz on /tmp/tcloop/attr type squashfs (ro,relatime) ...snip
uname -a
Linux xenbox 4.14.10-tinycore64 #1 SMP Sat Jul 28 22:56:00 GMT 2018 x86_64 GNU/Linux
so my question is, what is wrong ?
Thanks Halma