Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24642 - OpenSSH init script should depend on syslogd
Summary: OpenSSH init script should depend on syslogd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-17 00:37 UTC by Matthew Bloch
Modified: 2003-10-13 07:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Bloch 2003-07-17 00:37:21 UTC
sshd (as built by Gentoo, but I suspect generally) hangs after a certain 
amount of activity / number of logins if it cannot log information to syslog, 
at least I'm fairly sure this is the cause.  The symptom is that it hangs 
after a certain number of logins and logouts. 

Reproducible: Always
Steps to Reproduce:
(Beware, will make your machine inaccessible so be sure you have console or 
other access to it!) 
 
* Stop your system logging daemon 
* Log in and our of the system a few times 
 
Actual Results:  
Login will hang, any further ssh connections will stop at the same point. 

Expected Results:  
 

Only found this while testing under User-mode Linux where /etc/init.d/clock 
always fails due to lack of /dev/rtc .  Hence syslogd doesn't start, hence ssh 
daemon displays weird behaviour.
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2003-10-13 07:41:53 UTC
CVS revision 1.10 adds "use logger dns" to initscript. So if you have upgraded
openssh within the last 4 months you should have gotten the update. If the
update doesn't work please reopen this bug.