[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



Your message dated Wed, 5 Nov 2003 10:32:44 -0800
with message-id <[🔎] 20031105183244.GA23427@marge.v3.ca>
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 +0000
>From rob@mars.org Thu Sep 18 21:01:04 2003
Return-path: <rob@mars.org>
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 -0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Rob Leslie <rob@mars.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
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: <1063936863.175912.25743.nullmailer@phobos.mars.org>
Delivered-To: submit@bugs.debian.org
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
rob@mars.org


-- 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-7    The Berkeley database routines [gl

-- no debconf information


---------------------------------------
Received: (at 211621-done) by bugs.debian.org; 5 Nov 2003 18:33:22 +0000
>From jbailey@nisa.net Wed Nov 05 12:33:11 2003
Return-path: <jbailey@nisa.net>
Received: from marge.v3.ca [216.66.20.89] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AHSSs-0008G4-00; Wed, 05 Nov 2003 12:33:10 -0600
Received: from marge.v3.ca (localhost [127.0.0.1])
	by marge.v3.ca (8.12.10/8.12.10/Debian-0) with ESMTP id hA5IWjda021849;
	Wed, 5 Nov 2003 10:32:45 -0800
Received: (from jbailey@localhost)
	by marge.v3.ca (8.12.10/8.12.10/Debian-0) id hA5IWiWs021842;
	Wed, 5 Nov 2003 10:32:44 -0800
X-Authentication-Warning: marge.v3.ca: jbailey set sender to jbailey@nisa.net using -f
Date: Wed, 5 Nov 2003 10:32:44 -0800
From: Jeff Bailey <jbailey@nisa.net>
To: Juergen Kreileder <jk@blackdown.de>, 205099@bugs.debian.org
Cc: GOTO Masanori <gotom@debian.or.jp>,
        Anthony DeRobertis <asd@suespammers.org>,
        211621-submitter@bugs.debian.org, 211621-done@bugs.debian.org
Subject: Re: Bug#205099: Please check these bugs with the latest glibc
Message-ID: <[🔎] 20031105183244.GA23427@marge.v3.ca>
References: <[🔎] 80y8ux8ou1.wl@oris.opensource.jp> <333BCEB0-0E34-11D8-82E0-00039317863E@suespammers.org> <[🔎] 80k76e99o5.wl@oris.opensource.jp> <[🔎] 877k2eaedg.fsf@zaphod.blackdown.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 877k2eaedg.fsf@zaphod.blackdown.de>
User-Agent: Mutt/1.5.4i
X-EMSscan-MailScanner: Found to be clean
X-EMSscan-MailScanner-SpamCheck: not spam, SpamAssassin (score=-9.009,
	required 5, BAYES_00 -4.90, USER_AGENT_MUTT -4.11)
Delivered-To: 211621-done@bugs.debian.org
X-Spam-Status: No, hits=-7.3 required=4.0
	tests=BAYES_30,EMAIL_ATTRIBUTION,QUOTED_EMAIL_TEXT,QUOTE_TWICE_1
	version=2.53-bugs.debian.org_2003_11_03
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_03 (1.174.2.15-2003-03-30-exp)

On Wed, Nov 05, 2003 at 06:56:11PM +0100, Juergen Kreileder wrote:

> > Hmm... so could you confirm that this bug is already fixed?  These 3
> > bugs are marked as "grave", so we have to resolve ASAP.  And the
> > trouble is debian-glibc maintainers can't reproduce the reoccurrence
> > of these bugs.  I would like to close these bugs.  If you and
> > "someone" think there still exist bugs, could you tell us?  If not,
> > could I close these bugs?

> I was able to reproduce the lwres related RPC problem until a few days
> ago.  It seems to be gone now, probably got fixed by the recent glibc
> updates.

Lovely, closing 211621 then.  Thanks!

Tks,
Jeff Bailey



Reply to: