Hi,
Hostname is ok. No changes necessary. Only a reboot.
There sould be a line with xinetd if you do a "ps":So your xinetd is NOT running.Code:152 ? Ss 0:00 /opt/sbin/xinetd
Have a look at this:There must be execute rights for the S10xinetd file. (-rwxr-xr-x).Code:[admin@blechbuechse root]$ ls -la /opt/etc/init.d/
total 28
drwxr-xr-x 2 admin root 4096 Feb 20 18:57 .
drwxr-xr-x 14 admin root 4096 Feb 20 18:57 ..
-rwxr-xr-x 1 admin root 508 Jan 6 11:30 S05syslogd
-rwxr-xr-x 1 admin root 153 Oct 27 06:26 S10cron
-rwxr-xr-x 1 admin root 246 Oct 27 19:35 S10xinetd
-rwxr-xr-x 1 admin root 3127 Feb 17 12:24 S80busybox_httpd
-rwxr-xr-x 1 admin root 386 May 27 2007 rc.unslung
Simply type "/opt/etc/init.d/S10xinetd". what happens? is it in ps now?
Post result of "cat /opt/etc/init.d/S10xinetd".
wengi