RE: sshd through sysV init

2003-04-01 Thread Sergey Okhapkin
ECTED] > Subject: Re: sshd through sysV init > > > On Tue, Apr 01, 2003 at 04:56:39PM -0500, Sergey Okhapkin wrote: > > But what the behavior of the script should be? The problem is that 2 > > packages have common file - /etc/inittab. The only solution > I see is to > >

Re: sshd through sysV init

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 04:56:39PM -0500, Sergey Okhapkin wrote: > But what the behavior of the script should be? The problem is that 2 > packages have common file - /etc/inittab. The only solution I see is to > combine 2 packages into a single sysvinit+initscripts package. Why doesn't that script

RE: sshd through sysV init

2003-04-01 Thread Sergey Okhapkin
; [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen > Sent: Tuesday, April 01, 2003 4:32 PM > To: [EMAIL PROTECTED] > Subject: Re: sshd through sysV init > > > On Tue, Apr 01, 2003 at 04:00:43PM -0500, Sergey Okhapkin wrote: > > The original posting mentioned that i

Re: sshd through sysV init

2003-04-01 Thread Corinna Vinschen
ake sense to create a new script? Corinna > Sergey Okhapkin > Somerset NJ > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen > > Sent: Tuesday, April 01, 2003 3:07 PM > > To: [EMAIL PROTECTE

RE: sshd through sysV init

2003-04-01 Thread Sergey Okhapkin
Subject: Re: sshd through sysV init > > > On Tue, Apr 01, 2003 at 02:01:39PM -0500, Sergey Okhapkin wrote: > > Look at the first line of sshd and functions scripts:-) > "bash -x ./sshd" > > works fine. > > You're right but it failed for me nevertheless. &

Re: sshd through sysV init

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 02:01:39PM -0500, Sergey Okhapkin wrote: > Look at the first line of sshd and functions scripts:-) "bash -x ./sshd" > works fine. You're right but it failed for me nevertheless. It turned out that a call to `init-config' and answering the question "Overwrite existing /etc/

RE: sshd through sysV init

2003-04-01 Thread Sergey Okhapkin
Look at the first line of sshd and functions scripts:-) "bash -x ./sshd" works fine. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen > Sent: Tuesday, April 01, 2003 1:23 PM > To: '[EMAIL PROTECTED]

Re: sshd through sysV init

2003-04-01 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 06:26:52PM +0100, Vince Hoffman wrote: > Hi all, > I'm having some problems trying to use sshd from init. I tried the init.d/sshd script on the CLI and got the following output: [/etc/rc.d/init.d]$ sh -x ./sshd + . /etc/rc.d/init.d/functions + TEXTDOMAIN=initscripts

Re: sshd through sysV init

2003-04-01 Thread Thorsten Kampe
* Vince Hoffman (03-04-01 19:26 +0100) > Hi all, > I'm having some problems trying to use sshd from init. > I installed openssh, init, initscripts and chkconfig, ran init-config > answering no to overwriting the initscripts files. > next i ran ssh-host-config answering yes to all except ins

RE: sshd through sysV init

2003-04-01 Thread Vince Hoffman
- > From: Sergey Okhapkin [mailto:[EMAIL PROTECTED] > Sent: 01 April 2003 18:55 > To: 'Vince Hoffman'; [EMAIL PROTECTED] > Subject: RE: sshd through sysV init > > > Make sure /etc/ssh_* files are readable for SYSTEM account. > > > -Original Message

RE: sshd through sysV init

2003-04-01 Thread Sergey Okhapkin
Make sure /etc/ssh_* files are readable for SYSTEM account. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Vince Hoffman > Sent: Tuesday, April 01, 2003 12:27 PM > To: '[EMAIL PROTECTED]' > Subject: sshd through sysV in

sshd through sysV init

2003-04-01 Thread Vince Hoffman
Hi all, I'm having some problems trying to use sshd from init. I installed openssh, init, initscripts and chkconfig, ran init-config answering no to overwriting the initscripts files. next i ran ssh-host-config answering yes to all except install as service. finaly i ran "/usr/sbin/chkco