This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

sysvint: init: No such file or directory


Hi all,

I'm trying to get a sysvinit working. To start with I'd like to get xinetd services going. Seems to be little information on this out there. Is there anything like a howto for this?


Here's what I have so far:


$ chkconfig --list
sshd            0:off   1:off   2:off   3:off   4:off   5:off   6:off
stunnel         0:off   1:off   2:off   3:off   4:off   5:off   6:off
xinetd          0:off   1:off   2:off   3:on    4:on    5:on    6:off
xinetd based services:
        chargen:        on
        chargen-udp:    on
        daytime:        on
        daytime-udp:    on
        echo:   on
        echo-udp:       on
        ftpd:   on
        rexec:  on
        rlogin: on
        rsh:    off
        rsync:  off
        servers:        on
        services:       on
        talk:   on
        telnet: on
        time:   off
        time-udp:       off

$ cat inittab

[snip]

id:3:initdefault:

# System initialization.
si::sysinit:/etc/rc.d/rc.sysinit

l0:0:wait:/etc/rc.d/rc 0
l1:1:wait:/etc/rc.d/rc 1
l2:2:wait:/etc/rc.d/rc 2
l3:3:wait:/etc/rc.d/rc 3
l4:4:wait:/etc/rc.d/rc 4
l5:5:wait:/etc/rc.d/rc 5
l6:6:wait:/etc/rc.d/rc 6

[snip]

$ init
Usage: init 0123456SsQqAaBbCcUu

$ init 3
init: No such file or directory

$ which init
/sbin/init


What file or directory are we talking about here?



TAI,


Bill

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]