Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <40670621.7010406@covad.net>
Date: Sun, 28 Mar 2004 11:06:41 -0600
From: Bill McCormick <wpmccormick@covad.net>
User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207)
MIME-Version: 1.0
To: Cygwin <cygwin@cygwin.com>
Subject: Re: sysvint: init: No such file or directory
References: <4066F10E.6030105@covad.net> <20040328162426.GA1375@telcontar.telka.sk>
In-Reply-To: <20040328162426.GA1375@telcontar.telka.sk>
Content-Type: text/plain; charset=UTF-8; format=flowed
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i2SH6pNV016990

On 3/28/2004 10:24 AM ... Earth time
Marcel Telka configured a series of 1's and 0's as follows:
> Hi Bill.
> 
> Napísané dňa 28.03.2004 17:36, (autor: Bill McCormick):
> 
>> 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?
> 
> 
> <cite from="/usr/share/doc/Cygwin/sysvinit.README">
> Port Notes:
> Init supposed to run as Windows NT service. To create default /etc/ 
> inittab, /etc/rc and to install init service execute
> 
> /usr/bin/init-config
> </cite>
> 
Yea, I saw that and thought that I did it but I tried it again. Now I
realize It was the xinetd-config I did. So I ran the init-config and
then the xinetd-config again. Now it looks like I'm a little closer but
when I ...

	$init 3

... xinetd does not start.

it looks like /usr/bin/init-config made the following changes.

$ cat inittab
# id:runlevels:action:process
id:3:initdefault:
rc::bootwait:/etc/rc
#S0:2345:respawn:/sbin/agetty -L -T vt100 -n ttyS0 9600 ttyS0


$ cat rc
#!/bin/sh
# Clean up utmp database
>/var/run/utmp
#rm -rf /tmp/*


I'm still missing something.


TIA,

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/


