kutek at cybercomm.net
2003-Oct-22 11:56 UTC
sshd 3.7.1p1 and 3.7.1p2 on 2.0.39 linux kernel crashes
since 3.7.1 sshd from openssh refuses to run on Linux 2.0.X kernels. debug log output shows the following: localhost sshd[182]: fatal: setresgid 105: Function not implemented an examination of the linux programmers man pages reveals that this function was not implemented until kernel 2.1.44 and is thus not available to 2.0.X systems. there were no compile problems probably due to the glibc/linux header weirdness, and the rest of the package seems to function...though i suspect that the sftp server may have the same problem ( i haven't teseted it) prior openssh versions did not display this problem. thanks for your assistance, fractoid
Darren Tucker
2003-Oct-22 12:07 UTC
sshd 3.7.1p1 and 3.7.1p2 on 2.0.39 linux kernel crashes
kutek at cybercomm.net wrote:> > since 3.7.1 sshd from openssh refuses to run on Linux 2.0.X kernels. > > debug log output shows the following: > > localhost sshd[182]: fatal: setresgid 105: Function not implementedComment out HAVE_SETRESUID and HAVE_SETRESGID from config.h after running configure, re-run make. Read all about it here: http://bugzilla.mindrot.org/show_bug.cgi?id=645 -- 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.