> On Mon, Oct 10, 2005 at 06:43:00AM -0400, Simon Raven wrote:
>> On 10 October, 2005 04:51, Colin Watson wrote:
>> > Very likely you have some PAM modules linked against an older version of
>> > OpenSSL; you will have to push to get those upgraded so that they're in
>> > sync with sshd's linkage (
On 10 October, 2005 04:51, Colin Watson wrote:
> Very likely you have some PAM modules linked against an older version of
> OpenSSL; you will have to push to get those upgraded so that they're in
> sync with sshd's linkage (0.9.8). There's nothing I can do about this in
> OpenSSH because OpenSSL
On Sat, Oct 08, 2005 at 07:55:06PM -0400, simon raven wrote:
> Package: ssh
> Version: 1:4.2p1-5
> Severity: grave
> Justification: renders package unusable
Very likely you have some PAM modules linked against an older version of
OpenSSL; you will have to push to get those upgraded so that they're
~simon/src/ssh/openssh-4.2p1/build-deb/sshd -D -ddd -p 23
gdb /home/simon/src/ssh/openssh-4.2p1/build-deb/sshd 24232
./build-deb/ssh localhost -p 23
(gdb) bt
#0 0x0fb1c8f4 in select () from /lib/tls/libc.so.6
#1 0x10008b14 in main (ac=5, av=0x10083050) at ../sshd.c:1402
(gdb) continue
Continuing
hi,
i'm building the packages with debug on (i think it's done with
DEB_BUILD_OPTIONS=debug,nostrip,noopt
export DEB_BUILD_OPTIONS
right? well, anyway, that's what i stuck in debian/rules, hopefully i got it
right. then i'll run gdb on that sshd binary, and see what we get. i tried
running gdb
Package: ssh
Version: 1:4.2p1-5
Severity: grave
Justification: renders package unusable
hi,
strace -o /tmp/strace_sshd /usr/sbin/sshd -ddd renders:
read(8, "-BEGIN CERTIFICATE-\nMIIG"..., 4096) = 2147 read(8, "", 4096)
= 0
close(8)=
6 matches
Mail list logo