Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <4066F10E.6030105@covad.net> Date: Sun, 28 Mar 2004 09:36:46 -0600 From: Bill McCormick User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) MIME-Version: 1.0 To: Cygwin Subject: sysvint: init: No such file or directory Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/