Bug#211621: marked as done (libc6: upgrade causes lwres-related breakage; sshd hangs trying to login)

2003-11-05 Thread Debian Bug Tracking System
Your message dated Wed, 5 Nov 2003 10:32:44 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#205099: Please check these bugs with the latest glibc
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 19 Sep 2003 02:01:07 +
>From [EMAIL PROTECTED] Thu Sep 18 21:01:04 2003
Return-path: <[EMAIL PROTECTED]>
Received: from surveyor.mars.org [209.126.142.251] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1A0Aa0-00040l-00; Thu, 18 Sep 2003 21:01:04 -0500
Received: from mars.org (rrcs-west-66-27-52-234.biz.rr.com [66.27.52.234])
by surveyor.mars.org (8.12.3/8.12.3/Debian-6.6) with SMTP id h8J213jY020622;
Thu, 18 Sep 2003 19:01:03 -0700
Received: (nullmailer pid 25744 invoked by uid 1000);
Fri, 19 Sep 2003 02:01:03 -
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Rob Leslie <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libc6: upgrade causes lwres-related breakage; sshd hangs trying to login
X-Mailer: reportbug 2.28
Date: Thu, 18 Sep 2003 19:01:03 -0700
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-10.8 required=4.0
tests=HAS_PACKAGE,SIGNATURE_LONG_SPARSE
autolearn=ham version=2.53-bugs.debian.org_2003_9_16
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_16 
(1.174.2.15-2003-03-30-exp)

Package: libc6
Version: 2.3.2-7
Severity: grave
Tags: sid
Justification: renders package unusable

Using an /etc/nsswitch.conf line as follows:

hosts: files lwres [!unavail=return] dns

(with the libnss-lwres 0.93-4 package installed), sshd will hang after
accepting but before authenticating a connection.

On the client side, the last bit of ssh verbosity is:

debug1: SSH2_MSG_NEWKEYS received
debug1: done: ssh_kex2.
debug1: send SSH2_MSG_SERVICE_REQUEST
debug1: service_accept: ssh-userauth
debug1: got SSH2_MSG_SERVICE_ACCEPT

On the server side, strace reports no further activity after:

[pid 25736] read(5, "\0\0\0\27", 4) = 4
[pid 25736] read(5, "\3\0\0\0\16ssh-connection\0\0\0\0", 23) = 23
[pid 25736] read(5, "\0\0\0\5", 4)  = 4
[pid 25736] read(5, "\n\0\0\0\0", 5)= 5
[pid 25736] time(NULL)  = 1063936118
[pid 25736] open("/etc/nologin", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 25736] getuid32()  = 0
[pid 25736] open("/etc/passwd", O_RDONLY) = 3
[pid 25736] fcntl64(3, F_GETFD) = 0
[pid 25736] fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
[pid 25736] _llseek(3, 0, [0], SEEK_CUR) = 0
[pid 25736] fstat64(3, {st_mode=S_IFREG|0644, st_size=1033, ...}) = 0
[pid 25736] mmap2(NULL, 1033, PROT_READ, MAP_SHARED, 3, 0) = 0x40016000
[pid 25736] _llseek(3, 1033, [1033], SEEK_SET) = 0
[pid 25736] munmap(0x40016000, 1033)= 0
[pid 25736] close(3)= 0
[pid 25736] open("/etc/shadow", O_RDONLY) = 3
[pid 25736] fcntl64(3, F_GETFD) = 0
[pid 25736] fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
[pid 25736] _llseek(3, 0, [0], SEEK_CUR) = 0
[pid 25736] fstat64(3, {st_mode=S_IFREG|0640, st_size=708, ...}) = 0
[pid 25736] mmap2(NULL, 708, PROT_READ, MAP_SHARED, 3, 0) = 0x40016000
[pid 25736] _llseek(3, 708, [708], SEEK_SET) = 0
[pid 25736] munmap(0x40016000, 708) = 0
[pid 25736] close(3)= 0
[pid 25736] getuid32()  = 0
[pid 25736] geteuid32() = 0
[pid 25736] ioctl(0, SNDCTL_TMR_TIMEBASE, 0xbfffecc0) = -1 ENOTTY (Inappropriate ioctl 
for device)
[pid 25736] ioctl(0, SNDCTL_TMR_TIMEBASE, 0xbfffecb0) = -1 ENOTTY (Inappropriate ioctl 
for device)
[pid 25736] time([1063936118])  = 1063936118
[pid 25736] getpid()= 25736
[pid 25736] rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0
[pid 25736] rt_sigsuspend([]

This problem does not occur if /etc/nsswitch.conf is changed to:

hosts: files dns

Or if a version of libc6 prior to 2.3.2 is installed.

-- 
Rob Leslie
[EMAIL PROTECTED]


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux phobos 2.4.21-4-686-smp #1 SMP Sun Aug 3 00:31:17 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libc6 depends on:
ii  libdb1-compat 2.1.3-7The Berkeley database routines [gl

-- no debconf information


---
Received: (at 211621-done) by bugs.debian.org; 5 Nov 2003 18:33:22 +
>From [EMAIL PRO

Bug#211621: marked as done (libc6: upgrade causes lwres-related breakage; sshd hangs trying to login)

2003-09-21 Thread Debian Bug Tracking System
Your message dated Sun, 21 Sep 2003 09:47:42 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#205234: fixed in glibc 2.3.2-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 19 Sep 2003 02:01:07 +
>From [EMAIL PROTECTED] Thu Sep 18 21:01:04 2003
Return-path: <[EMAIL PROTECTED]>
Received: from surveyor.mars.org [209.126.142.251] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1A0Aa0-00040l-00; Thu, 18 Sep 2003 21:01:04 -0500
Received: from mars.org (rrcs-west-66-27-52-234.biz.rr.com [66.27.52.234])
by surveyor.mars.org (8.12.3/8.12.3/Debian-6.6) with SMTP id 
h8J213jY020622;
Thu, 18 Sep 2003 19:01:03 -0700
Received: (nullmailer pid 25744 invoked by uid 1000);
Fri, 19 Sep 2003 02:01:03 -
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Rob Leslie <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libc6: upgrade causes lwres-related breakage; sshd hangs trying to 
login
X-Mailer: reportbug 2.28
Date: Thu, 18 Sep 2003 19:01:03 -0700
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-10.8 required=4.0
tests=HAS_PACKAGE,SIGNATURE_LONG_SPARSE
autolearn=ham version=2.53-bugs.debian.org_2003_9_16
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_16 
(1.174.2.15-2003-03-30-exp)

Package: libc6
Version: 2.3.2-7
Severity: grave
Tags: sid
Justification: renders package unusable

Using an /etc/nsswitch.conf line as follows:

hosts: files lwres [!unavail=return] dns

(with the libnss-lwres 0.93-4 package installed), sshd will hang after
accepting but before authenticating a connection.

On the client side, the last bit of ssh verbosity is:

debug1: SSH2_MSG_NEWKEYS received
debug1: done: ssh_kex2.
debug1: send SSH2_MSG_SERVICE_REQUEST
debug1: service_accept: ssh-userauth
debug1: got SSH2_MSG_SERVICE_ACCEPT

On the server side, strace reports no further activity after:

[pid 25736] read(5, "\0\0\0\27", 4) = 4
[pid 25736] read(5, "\3\0\0\0\16ssh-connection\0\0\0\0", 23) = 23
[pid 25736] read(5, "\0\0\0\5", 4)  = 4
[pid 25736] read(5, "\n\0\0\0\0", 5)= 5
[pid 25736] time(NULL)  = 1063936118
[pid 25736] open("/etc/nologin", O_RDONLY) = -1 ENOENT (No such file or 
directory)
[pid 25736] getuid32()  = 0
[pid 25736] open("/etc/passwd", O_RDONLY) = 3
[pid 25736] fcntl64(3, F_GETFD) = 0
[pid 25736] fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
[pid 25736] _llseek(3, 0, [0], SEEK_CUR) = 0
[pid 25736] fstat64(3, {st_mode=S_IFREG|0644, st_size=1033, ...}) = 0
[pid 25736] mmap2(NULL, 1033, PROT_READ, MAP_SHARED, 3, 0) = 0x40016000
[pid 25736] _llseek(3, 1033, [1033], SEEK_SET) = 0
[pid 25736] munmap(0x40016000, 1033)= 0
[pid 25736] close(3)= 0
[pid 25736] open("/etc/shadow", O_RDONLY) = 3
[pid 25736] fcntl64(3, F_GETFD) = 0
[pid 25736] fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
[pid 25736] _llseek(3, 0, [0], SEEK_CUR) = 0
[pid 25736] fstat64(3, {st_mode=S_IFREG|0640, st_size=708, ...}) = 0
[pid 25736] mmap2(NULL, 708, PROT_READ, MAP_SHARED, 3, 0) = 0x40016000
[pid 25736] _llseek(3, 708, [708], SEEK_SET) = 0
[pid 25736] munmap(0x40016000, 708) = 0
[pid 25736] close(3)= 0
[pid 25736] getuid32()  = 0
[pid 25736] geteuid32() = 0
[pid 25736] ioctl(0, SNDCTL_TMR_TIMEBASE, 0xbfffecc0) = -1 ENOTTY 
(Inappropriate ioctl for device)
[pid 25736] ioctl(0, SNDCTL_TMR_TIMEBASE, 0xbfffecb0) = -1 ENOTTY 
(Inappropriate ioctl for device)
[pid 25736] time([1063936118])  = 1063936118
[pid 25736] getpid()= 25736
[pid 25736] rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0
[pid 25736] rt_sigsuspend([]

This problem does not occur if /etc/nsswitch.conf is changed to:

hosts: files dns

Or if a version of libc6 prior to 2.3.2 is installed.

-- 
Rob Leslie
[EMAIL PROTECTED]


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux phobos 2.4.21-4-686-smp #1 SMP Sun Aug 3 00:31:17 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libc6 depends on:
ii  libdb1-compat 2.1.3-7The Berkeley database routines [gl

-- no debconf information


---
Received: (at 205234-close) by bugs.debian.org; 21 Sep 2003 13:53:11 +
>From [EMAIL PROTECTED] Sun Sep 2

Bug#211621: marked as done (libc6: upgrade causes lwres-related breakage; sshd hangs trying to login)

2003-09-21 Thread Debian Bug Tracking System
Your message dated Sun, 21 Sep 2003 09:47:42 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#205234: fixed in glibc 2.3.2-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 19 Sep 2003 02:01:07 +
>From [EMAIL PROTECTED] Thu Sep 18 21:01:04 2003
Return-path: <[EMAIL PROTECTED]>
Received: from surveyor.mars.org [209.126.142.251] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1A0Aa0-00040l-00; Thu, 18 Sep 2003 21:01:04 -0500
Received: from mars.org (rrcs-west-66-27-52-234.biz.rr.com [66.27.52.234])
by surveyor.mars.org (8.12.3/8.12.3/Debian-6.6) with SMTP id h8J213jY020622;
Thu, 18 Sep 2003 19:01:03 -0700
Received: (nullmailer pid 25744 invoked by uid 1000);
Fri, 19 Sep 2003 02:01:03 -
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Rob Leslie <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libc6: upgrade causes lwres-related breakage; sshd hangs trying to login
X-Mailer: reportbug 2.28
Date: Thu, 18 Sep 2003 19:01:03 -0700
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-10.8 required=4.0
tests=HAS_PACKAGE,SIGNATURE_LONG_SPARSE
autolearn=ham version=2.53-bugs.debian.org_2003_9_16
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_16 
(1.174.2.15-2003-03-30-exp)

Package: libc6
Version: 2.3.2-7
Severity: grave
Tags: sid
Justification: renders package unusable

Using an /etc/nsswitch.conf line as follows:

hosts: files lwres [!unavail=return] dns

(with the libnss-lwres 0.93-4 package installed), sshd will hang after
accepting but before authenticating a connection.

On the client side, the last bit of ssh verbosity is:

debug1: SSH2_MSG_NEWKEYS received
debug1: done: ssh_kex2.
debug1: send SSH2_MSG_SERVICE_REQUEST
debug1: service_accept: ssh-userauth
debug1: got SSH2_MSG_SERVICE_ACCEPT

On the server side, strace reports no further activity after:

[pid 25736] read(5, "\0\0\0\27", 4) = 4
[pid 25736] read(5, "\3\0\0\0\16ssh-connection\0\0\0\0", 23) = 23
[pid 25736] read(5, "\0\0\0\5", 4)  = 4
[pid 25736] read(5, "\n\0\0\0\0", 5)= 5
[pid 25736] time(NULL)  = 1063936118
[pid 25736] open("/etc/nologin", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 25736] getuid32()  = 0
[pid 25736] open("/etc/passwd", O_RDONLY) = 3
[pid 25736] fcntl64(3, F_GETFD) = 0
[pid 25736] fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
[pid 25736] _llseek(3, 0, [0], SEEK_CUR) = 0
[pid 25736] fstat64(3, {st_mode=S_IFREG|0644, st_size=1033, ...}) = 0
[pid 25736] mmap2(NULL, 1033, PROT_READ, MAP_SHARED, 3, 0) = 0x40016000
[pid 25736] _llseek(3, 1033, [1033], SEEK_SET) = 0
[pid 25736] munmap(0x40016000, 1033)= 0
[pid 25736] close(3)= 0
[pid 25736] open("/etc/shadow", O_RDONLY) = 3
[pid 25736] fcntl64(3, F_GETFD) = 0
[pid 25736] fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
[pid 25736] _llseek(3, 0, [0], SEEK_CUR) = 0
[pid 25736] fstat64(3, {st_mode=S_IFREG|0640, st_size=708, ...}) = 0
[pid 25736] mmap2(NULL, 708, PROT_READ, MAP_SHARED, 3, 0) = 0x40016000
[pid 25736] _llseek(3, 708, [708], SEEK_SET) = 0
[pid 25736] munmap(0x40016000, 708) = 0
[pid 25736] close(3)= 0
[pid 25736] getuid32()  = 0
[pid 25736] geteuid32() = 0
[pid 25736] ioctl(0, SNDCTL_TMR_TIMEBASE, 0xbfffecc0) = -1 ENOTTY (Inappropriate ioctl 
for device)
[pid 25736] ioctl(0, SNDCTL_TMR_TIMEBASE, 0xbfffecb0) = -1 ENOTTY (Inappropriate ioctl 
for device)
[pid 25736] time([1063936118])  = 1063936118
[pid 25736] getpid()= 25736
[pid 25736] rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0
[pid 25736] rt_sigsuspend([]

This problem does not occur if /etc/nsswitch.conf is changed to:

hosts: files dns

Or if a version of libc6 prior to 2.3.2 is installed.

-- 
Rob Leslie
[EMAIL PROTECTED]


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux phobos 2.4.21-4-686-smp #1 SMP Sun Aug 3 00:31:17 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libc6 depends on:
ii  libdb1-compat 2.1.3-7The Berkeley database routines [gl

-- no debconf information


---
Received: (at 205234-close) by bugs.debian.org; 21 Sep 2003 13:53:11 +
>From [EMAIL PROTECTED] Sun Sep 21 0