AIX lssrc command error after installed OpenSSH

Darren Tucker dtucker at zip.com.au
Fri Jul 2 12:51:19 EST 2004


lambert lau wrote:
> We compiled and successfully installed OpenSSH 3.8.1p1
> (or earlier version), but has false respond from lssrc
> -a command.  Example error message as: 
> 
> openssh daemon itself -  "opensshd        tcpip       
> inoperative" 

It difficult to tell without knowing what the package has done, but
would guess that the subsystem was created without the "-D" flag being
passed to sshd and that as a result sshd is constantly respawning, which
is keeping SRC too busy to respond to commands.  (The first copy started
would have been able to bind to port 22, daemonize and serve requests,
which would explain why sshd works OK).

If that's the case, you can fix that with:
chssys -s opensshd -a '-D'

Failing that, you really need to talk to whoever made your packages and
find out how the subsystem was created.

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.




More information about the openssh-unix-dev mailing list