Bug#219769: marked as done (libc6-2.3.2.ds1-10 on ARM breaks modutils)

2003-11-08 Thread Debian Bug Tracking System
Your message dated Sat, 08 Nov 2003 20:02:47 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#219769: fixed in linux-kernel-headers 2.5.999-test7-bk-9
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; 8 Nov 2003 21:14:56 +
From [EMAIL PROTECTED] Sat Nov 08 15:14:55 2003
Return-path: [EMAIL PROTECTED]
Received: from dirg.bris.ac.uk [137.222.10.102] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AIaQ2-0008NX-00; Sat, 08 Nov 2003 15:14:54 -0600
Received: from brahma.phy.bris.ac.uk by dirg.bris.ac.uk with SMTP-LOCAL 
  with ESMTP; Sat, 8 Nov 2003 21:14:53 +
Received: from sticks.phy.bris.ac.uk ([137.222.30.155]) 
  by brahma.phy.bris.ac.uk 
  with SMTP (Microsoft Exchange Internet Mail Service Version 
5.5.2657.72)  id V0MQV85P;
  Sat, 8 Nov 2003 21:14:52 -
Received: from andras by sticks.phy.bris.ac.uk 
  with local (Exim 3.35 #1 (Debian))id 1AIaPz-00089I-00 for 
[EMAIL PROTECTED];
  Sat, 08 Nov 2003 21:14:51 +
Date: Sat, 8 Nov 2003 21:14:50 +
From: Major A [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: libc6-2.3.2.ds1-10 on ARM breaks modutils
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Sender: Major A [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-8.2 required=4.0
tests=HAS_PACKAGE,QUOTED_EMAIL_TEXT
version=2.53-bugs.debian.org_2003_11_7
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_7 
(1.174.2.15-2003-03-30-exp)


Package: libc6
Version: 2.3.2.ds1-10
Severity: grave
Arch: ARM


After upgrading libc6 on an ARM-based handheld running sarge to
sid, all programs in modutils (lsmod, for instance), issue an error
lsmod: QM_MODULES: Function not implemented and exit when run as
root. When run as non-root, lsmod runs expected, the other commands
(modprobe, insmod) fail with the QM_MODULES error message.

Here is the output of strace lsmod when run as root:

 execve(/sbin/lsmod, [lsmod], [/* 15 vars */]) = 0
 uname({sys=Linux, node=cirrus, ...}) = 0
 brk(0)  = 0x28494
 access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or 
 directory)
 open(/etc/ld.so.preload, O_RDONLY)= -1 ENOENT (No such file or 
 directory)
 open(/etc/ld.so.cache, O_RDONLY)  = 3
 fstat64(3, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
 old_mmap(NULL, 11129, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40015000
 close(3)= 0
 access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or 
 directory)
 open(/lib/libc.so.6, O_RDONLY)= 3
 read(3, \177ELF\1\1\1a\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0(t\1\0004..., 512) = 
 512
 fstat64(3, {st_mode=S_IFREG|0644, st_size=1166132, ...}) = 0
 old_mmap(NULL, 1202940, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001e000
 old_mmap(0x40136000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
 0x11) = 0x40136000
 old_mmap(0x40142000, 6908, PROT_READ|PROT_WRITE, 
 MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40142000
 close(3)= 0
 munmap(0x40015000, 11129)   = 0
 brk(0)  = 0x28494
 brk(0x49494)= 0x49494
 brk(0)  = 0x49494
 brk(0x4a000)= 0x4a000
 open(/proc/sys/kernel/tainted, O_RDONLY) = 3
 fstat64(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
 = 0x40015000
 read(3, 1\n, 4096)= 2
 close(3)= 0
 munmap(0x40015000, 4096)= 0
 brk(0)  = 0x4a000
 brk(0)  = 0x4a000
 brk(0x49000)= 0x49000
 brk(0)  = 0x49000
 fstat64(1, {st_mode=S_IFREG|0644, st_size=1891, ...}) = 0
 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
 = 0x40015000
 getuid32()  = 0
 write(2, lsmod: , 7lsmod: )  = 7
 write(2, QM_MODULES: Function not impleme..., 37QM_MODULES: Function not 
 implemented
 ) = 37
 write(2, \n, 1
 )   = 1
 write(1, Module  Size  Us..., 54Module  
 Size  Used 

Bug#219769: marked as done (libc6-2.3.2.ds1-10 on ARM breaks modutils)

2003-11-08 Thread Debian Bug Tracking System
Your message dated Sat, 08 Nov 2003 20:02:47 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#219769: fixed in linux-kernel-headers 2.5.999-test7-bk-9
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; 8 Nov 2003 21:14:56 +
From [EMAIL PROTECTED] Sat Nov 08 15:14:55 2003
Return-path: [EMAIL PROTECTED]
Received: from dirg.bris.ac.uk [137.222.10.102] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AIaQ2-0008NX-00; Sat, 08 Nov 2003 15:14:54 -0600
Received: from brahma.phy.bris.ac.uk by dirg.bris.ac.uk with SMTP-LOCAL 
  with ESMTP; Sat, 8 Nov 2003 21:14:53 +
Received: from sticks.phy.bris.ac.uk ([137.222.30.155]) 
  by brahma.phy.bris.ac.uk 
  with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) 
 id V0MQV85P;
  Sat, 8 Nov 2003 21:14:52 -
Received: from andras by sticks.phy.bris.ac.uk 
  with local (Exim 3.35 #1 (Debian))id 1AIaPz-00089I-00 for [EMAIL 
PROTECTED];
  Sat, 08 Nov 2003 21:14:51 +
Date: Sat, 8 Nov 2003 21:14:50 +
From: Major A [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: libc6-2.3.2.ds1-10 on ARM breaks modutils
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Sender: Major A [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-8.2 required=4.0
tests=HAS_PACKAGE,QUOTED_EMAIL_TEXT
version=2.53-bugs.debian.org_2003_11_7
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_7 
(1.174.2.15-2003-03-30-exp)


Package: libc6
Version: 2.3.2.ds1-10
Severity: grave
Arch: ARM


After upgrading libc6 on an ARM-based handheld running sarge to
sid, all programs in modutils (lsmod, for instance), issue an error
lsmod: QM_MODULES: Function not implemented and exit when run as
root. When run as non-root, lsmod runs expected, the other commands
(modprobe, insmod) fail with the QM_MODULES error message.

Here is the output of strace lsmod when run as root:

 execve(/sbin/lsmod, [lsmod], [/* 15 vars */]) = 0
 uname({sys=Linux, node=cirrus, ...}) = 0
 brk(0)  = 0x28494
 access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
 open(/etc/ld.so.preload, O_RDONLY)= -1 ENOENT (No such file or directory)
 open(/etc/ld.so.cache, O_RDONLY)  = 3
 fstat64(3, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
 old_mmap(NULL, 11129, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40015000
 close(3)= 0
 access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
 open(/lib/libc.so.6, O_RDONLY)= 3
 read(3, \177ELF\1\1\1a\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0(t\1\0004..., 512) = 512
 fstat64(3, {st_mode=S_IFREG|0644, st_size=1166132, ...}) = 0
 old_mmap(NULL, 1202940, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001e000
 old_mmap(0x40136000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
 0x11) = 0x40136000
 old_mmap(0x40142000, 6908, PROT_READ|PROT_WRITE, 
 MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40142000
 close(3)= 0
 munmap(0x40015000, 11129)   = 0
 brk(0)  = 0x28494
 brk(0x49494)= 0x49494
 brk(0)  = 0x49494
 brk(0x4a000)= 0x4a000
 open(/proc/sys/kernel/tainted, O_RDONLY) = 3
 fstat64(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
 0x40015000
 read(3, 1\n, 4096)= 2
 close(3)= 0
 munmap(0x40015000, 4096)= 0
 brk(0)  = 0x4a000
 brk(0)  = 0x4a000
 brk(0x49000)= 0x49000
 brk(0)  = 0x49000
 fstat64(1, {st_mode=S_IFREG|0644, st_size=1891, ...}) = 0
 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
 0x40015000
 getuid32()  = 0
 write(2, lsmod: , 7lsmod: )  = 7
 write(2, QM_MODULES: Function not impleme..., 37QM_MODULES: Function not 
 implemented
 ) = 37
 write(2, \n, 1
 )   = 1
 write(1, Module  Size  Us..., 54Module  Size  Used 
 by