Processed (with 1 errors): unarchiving 508108, reopening 508108

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 unarchive 508108
Bug #508108 {Done: Bastian Blank wa...@debian.org} [linux-2.6] Please enable 
XVR-500 and XVR-2500 fb drivers for sparc
Unarchived Bug 508108
 # patch was dropped
 reopen 508108 2.6.30-1
Failed to reopen 508108: New submitter address 2.6.30-1 is not a valid e-mail 
address.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126654724517157.transcr...@bugs.debian.org



Processed: tagging 508108

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 508108 + pending
Bug #508108 {Done: Bastian Blank wa...@debian.org} [linux-2.6] Please enable 
XVR-500 and XVR-2500 fb drivers for sparc
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126654734618220.transcr...@bugs.debian.org



Processed: reopening 508108, found 508108 in 2.6.30-1

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # patch was dropped
 reopen 508108
Bug #508108 {Done: Bastian Blank wa...@debian.org} [linux-2.6] Please enable 
XVR-500 and XVR-2500 fb drivers for sparc
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
 found 508108 2.6.30-1
Bug #508108 [linux-2.6] Please enable XVR-500 and XVR-2500 fb drivers for sparc
There is no source info for the package 'linux-2.6' at version '2.6.30-1' with 
architecture ''
Unable to make a source version for version '2.6.30-1'
Bug Marked as found in versions 2.6.30-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126654821926461.transcr...@bugs.debian.org



Bug#508108: [PATCH] Additional PCI id for sunxvr500 driver

2010-02-18 Thread Ben Hutchings
Intergraph bought 3D Labs and some XVR-500 chips have Intergraph's
vendor id.

Reported-by: Jurij Smakov ju...@wooyd.org
Signed-off-by: Ben Hutchings b...@decadent.org.uk
Cc: sta...@kernel.org
---
Jurij Smakov wrote on 2008-12-01:
 Hi,
 
 My SunBlade 1000 has the following graphics chip:
 
 :00:01.0 VGA compatible controller: Intergraph Corporation Sun 
 Expert3D-Lite Graphics Accelerator
 
 with PCI ID 1091:07a0 (vendor ID is Intergraph Corporation). I've 
 noticed that XVR-500 framebuffer driver (drivers/video/sunxvr500.c) 
 supports the framebuffer device 3d3d:07a0, which only has the same 
 device ID but a different vendor (3D Labs). Given that 3D Labs bought 
 up Intergraph Corporation at some point, it's probably the same chip, 
 so I tried adding 1091:07a0 to the list of supported PCI IDs for 
 sunxvr500.c and it worked without problems, the console now is much 
 nicer than the default PROM monochrome one. Please consider applying 
 the included patch, which adds this card to the list of supported 
 devices for XVR-500 driver.

Jurij originally posted a patch for sunxvr500 which also touched
pci_ids.h.  This is the same thing without involving pci_ids.h.

Ben.

---
--- a/drivers/video/sunxvr500.c
+++ b/drivers/video/sunxvr500.c
@@ -400,6 +400,7 @@
 
 static struct pci_device_id e3d_pci_table[] = {
{   PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x7a0),},
+   {   PCI_DEVICE(0x1091, 0x7a0),  },
{   PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x7a2),},
{   .vendor = PCI_VENDOR_ID_3DLABS,
.device = PCI_ANY_ID,

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1266548181.10567.727.ca...@localhost



Bug#567468: (boot time consequences of) Linux mdadm superblock question.

2010-02-18 Thread Daniel Reurich
On Fri, 2010-02-19 at 13:42 +1300, martin f krafft wrote:
 also sprach Neil Brown ne...@suse.de [2010.02.18.1834 +1300]:
  But it would be rather awkward to store the uuid of the root
  filesystem in the metadata for the array that stores the root
  filesystem (and so is created before the root filesystem)...
 
 True. You'd have to update the superblock UUID right after creation
 of the filesystem. That doesn't sound like a robust strategy to
 making mdadm.conf optional.
 
  Are you suggesting that when mdadm finds some bits that looks like
  the form an array it should test-assemble it, look inside for
  a filesystem, extra the uuid of that filesystem and compare
  against some known uuid before deciding whether to assemble that
  array or not?  I hope not.
 
 Hehe, that would be fun, wouldn't it? ;)
 
  So I don't think I know what is really being proposed.
 
 I really would like to make mdadm.conf optional and still have
 things work incrementally from initrd.
 
But if a generated 'system uuid' value (I just suggested the root fs
UUID because it would be highly unlikely to be unchanged, and nobody
would be likely to fiddle with it) was copied into a file
called /etc/system_uuid and copied into the initrd, then we could add
put into mdadms hook script in initramfs-tools, to verify and update the
homehost variable in the boot time required raid volumes when ever a new
initrd is installed.  (This generally happens on debian whenever a
kernel is installed and mdadm is installed or upgraded.

As an added protection we could include checks in mdadm shutdown script
a check that warns when mdadm.conf doesn't exist and
the /etc/system_uuid doesn't match the homehost value in the boottime
assembled raid volumes.  If we did use the root filesystem UUID for
this, we could compare that as well.

It would be useful to have a tool similar to /bin/hostname that could be
used to create|read|verify|update the system uuid, which would update
all the relevant locations which store and check against this system
uuid.

One could expect LVM would be another prime candidate for system uuid
usage to bind vg's to the host for boot.

But maybe I'm just getting a bit carried away here.  

 
-- 
Daniel Reurich.

Centurion Computer Technology (2005) Ltd
Mobile 021 797 722






-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1266547875.11568.1552.ca...@localhost.localdomain



Bug#570350: linux-image-2.6.26-2-amd64: kernel BUG at kernel/exit.c:822!

2010-02-18 Thread Berni Elbourn
Package: linux-2.6
Version: 2.6.26-21lenny3
Severity: normal


This may relate to #542115. This system kernel is new (HP ML115) and most 
definitely not tainted with ndiswrappers or nvidia. I am logging the report 
just prior to repooting. System seems stable enough.

This could be pretty grim for an multiuser Xserver which I was planning to 
upgrade to Lenny from Etch tomorrow.

-- Package-specific info:
** Version:
Linux version 2.6.26-2-amd64 (Debian 2.6.26-21lenny3) (da...@debian.org) (gcc 
version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Thu Feb 11 
00:59:32 UTC 2010

** Command line:
root=/dev/md0 ro quiet

** Tainted: D (128)
 * Kernel has oopsed before.
** Kernel log:
[   18.011826] sd 8:0:0:1: Attached scsi generic sg6 type 0
[   18.017262] sd 8:0:0:2: [sdg] Attached SCSI removable disk
[   18.017303] sd 8:0:0:2: Attached scsi generic sg7 type 0
[   18.069514] sd 8:0:0:3: [sdh] Attached SCSI removable disk
[   18.069556] sd 8:0:0:3: Attached scsi generic sg8 type 0
[   18.371262] loop: module loaded
[   18.423987] ipmi message handler version 39.2
[   18.431983] ipmi device interface
[   18.443983] IPMI System Interface driver.
[   18.443983] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o 
address 0xca2, slave address 0x20, irq 0
[   18.547983] ipmi: Found new BMC (man_id: 0x0b,  prod_id: 0x2001, dev_id: 
0x12)
[   18.547983] IPMI kcs interface initialized
[   18.547983] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 
0xca2, slave address 0x0, irq 0
[   18.547983] ipmi_si: duplicate interface
[   20.866704] kjournald starting.  Commit interval 5 seconds
[   20.870028] EXT3 FS on md2, internal journal
[   20.870032] EXT3-fs: mounted filesystem with ordered data mode.
[   23.269356] NET: Registered protocol family 10
[   23.269356] lo: Disabled Privacy Extensions
[   23.574077] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   23.780091] ip_tables: (C) 2000-2006 Netfilter Core Team
[   23.929202] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[   25.186079] tg3: eth0: Link is up at 100 Mbps, full duplex.
[   25.186079] tg3: eth0: Flow control is on for TX and on for RX.
[   25.186079] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   36.257256] eth0: no IPv6 routers present
[   39.724030] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   39.726366] e100: eth1: e100_watchdog: link up, 100Mbps, full-duplex
[   39.734377] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   41.434026] PPP generic driver version 2.4.2
[   41.519132] NET: Registered protocol family 24
[   44.524739] RPC: Registered udp transport module.
[   44.524739] RPC: Registered tcp transport module.
[   44.675974] Installing knfsd (copyright (C) 1996 o...@monad.swb.de).
[   46.046057] powernow-k8: Found 1 Quad-Core AMD Opteron(tm) Processor 1352 
processors (4 cpu cores) (version 2.20.00)
[   46.047934] powernow-k8:0 : pstate 0 (2100 MHz)
[   46.047934] powernow-k8:1 : pstate 1 (1800 MHz)
[   46.047934] powernow-k8:2 : pstate 2 (1600 MHz)
[   46.047934] powernow-k8:3 : pstate 3 (1300 MHz)
[   46.047934] powernow-k8:4 : pstate 4 (1050 MHz)
[   50.602405] eth1: no IPv6 routers present
[   57.342430] pnp: the driver 'parport_pc' has been registered
[   57.351637] lp: driver loaded but no devices found
[   57.444514] ppdev: user-space parallel port driver
[   61.464268] kjournald starting.  Commit interval 5 seconds
[   61.464268] EXT3-fs warning: maximal mount count reached, running e2fsck is 
recommended
[   61.464737] EXT3 FS on sdc1, internal journal
[   61.464737] EXT3-fs: mounted filesystem with ordered data mode.
[   61.633057] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery 
directory
[   61.694968] NFSD: starting 90-second grace period
[   75.374464] ADDRCONF(NETDEV_UP): eth2: link is not ready
[   85.609750] warning: `proftpd' uses 32-bit capabilities (legacy support in 
use)
[  333.241202] FAT: utf8 is not a recommended IO charset for FAT filesystems, 
filesystem will be case sensitive!
[  422.376441] kjournald starting.  Commit interval 5 seconds
[  422.378936] EXT3-fs warning: maximal mount count reached, running e2fsck is 
recommended
[  422.378936] EXT3 FS on sdc1, internal journal
[  422.378936] EXT3-fs: mounted filesystem with ordered data mode.
[ 2388.911591] Not cloning cgroup for unused subsystem ns
[ 2675.238558] gnucash-bin[22250]: segfault at 10 ip 7f6755e71c3e sp 
7fffddc0 error 6 in libgncmod-register-gnome.so[7f6755e55000+23000]
[ 2715.203736] gnucash-bin[22265]: segfault at 10 ip 7ff9587dbc3e sp 
7fffbfb0 error 6 in libgncmod-register-gnome.so[7ff9587bf000+23000]
[ 3107.071458] kjournald starting.  Commit interval 5 seconds
[ 3107.071458] EXT3-fs warning: maximal mount count reached, running e2fsck is 
recommended
[ 3107.071458] EXT3 FS on sdc1, internal journal
[ 3107.071458] EXT3-fs: mounted filesystem with ordered data mode.
[ 6333.107401] [ cut here ]
[ 6333.107401] kernel BUG at 

Bug#570115: Re[2]: Bug#570115: kernel 2.6.32-trunk can't see IDE DVR-ROM

2010-02-18 Thread Yurii
  I use debian-testing-i386-xfce+lxde-CD-1.iso (02.2010)
  And linux can't see my IDE DVD-rom (hdd: ASUS CB-5216A, ATAPI CD/DVD-ROM 
  drive)
  MB intel chipset
 
 this is a known limitiation of the old ide stack and
 the newer udev rules, this will be fixed by switch to libata.
 
Hi !

My cd-rom was plug as SLAVE
I plug it as MASTER and kernel find me Cd
Why?
(I not switch to libata)
For switch to libata - i must build new kernel and my HDD and CD will be 
/dev/sdx and /dev/srx ?



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ni30h-0001r7-00.yurii_ptz-bk...@foot.mail.ru



Bug#570252: linux-image-2.6.32-2-vserver-amd64: unable to boot with blank screen and keyboard frozen

2010-02-18 Thread maximilian attems
On Wed, 17 Feb 2010, LeJacq, Jean Pierre wrote:

 The box is completely frozen. Only the root partition was
 able to be mounted before the system froze. I know the
 others aren't mounted since they require decryption.
 
 There is no network activity and no access to the box is possible.
 
 Earlier releases of 2.6.32 worked fine.

can you post dmesg of testing 2.6.32-5, is that one still ok?
 



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218095733.ga28...@stro.at



Bug#570358: /var/log/dmesg should be mode 644

2010-02-18 Thread jidanni
Package: linux-2.6
Version: 2.6.32-5
Severity: wishlist

What point is making /var/log/dmesg unreadable to the user when he can
see all its contents and even more via dmesg(1)?
# dmesg | wc -l - /var/log/dmesg
616 -
604 /var/log/dmesg
   1220 total



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87k4uargmg@jidanni.org



Bug#534598:

2010-02-18 Thread maximilian attems
On Wed, 17 Feb 2010, Martin Ziegler wrote:

 On Tue, 16 Feb 2010, maximilian attems wrote:
 
 the best would probably be a bisect on linux-2.6 upstream
 between 2.6.29 and 2.6.30, do you need guidance on that?
 
 
 I'd like to do that. How do I find (compile?) the older kernels?

easiest ist probably to clone linus git:
git clone 
git://git.eu.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git

then have a look at the bisect manpage
git help bisect

git bisect start
git bisect bad v2.6.30
git bisect good v2.6.29

on the later step git should tell you or similar (running Lenny git here)
Bisecting: 6508 revisions left to test after this
[3c6fae67d026d57f64eb3da9c0d0e76983e39ae3] Merge branch 'hwmon-for-linus' of 
git://jdelvare.pck.nerim.net/jdelvare-2.6
cp /boot/config-2.6.30-1-amd64 .config
make oldconfig

this will produce the deb you can easily install
fakeroot make deb-pkg -j nr_of_processors


ah and you don't need to compile on the box itself,
if you have another faster at the hand.
hope aboves helps, don't hesitate to follow-up.




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218101303.gb28...@stro.at



Processed: setting title of report (was empty)

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 531780 linux-image-2.6.26-2-686: out of order segment: rcv_next 
 43AAB4CD seq 43AABFF9 - 43AAC58F
Bug #531780 [linux-image-2.6.26-2-686] (no subject)
Changed Bug title to 'linux-image-2.6.26-2-686: out of order segment: rcv_next 
43AAB4CD seq 43AABFF9 - 43AAC58F' from '(no subject)'

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126649211923873.transcr...@bugs.debian.org



Processed: merging nfsd problems

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 538000 linux-2.6
Bug #538000 [linux-image-2.6.26-2-686] NFS bug in stable kernel
Bug reassigned from package 'linux-image-2.6.26-2-686' to 'linux-2.6'.
Bug No longer marked as found in versions linux-2.6/2.6.26-17.
 merge 538000 516376
Bug#516376: kernel BUG at include/linux/module.h:386! | nfsd crash
Bug#538000: NFS bug in stable kernel
Bug#517936: nfs-kernel-server: kernel BUG at include/linux/module.h:386! 
(starting nfs)
Bug#519348: kernel bug in nfs on powerpc
Merged 516376 517936 519348 538000.

 --
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126649469728097.transcr...@bugs.debian.org



Processed: merging chrome problems

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 570350 [chrome] linux-image-2.6.26-2-amd64: kernel BUG at 
 kernel/exit.c:822!
Bug #570350 [linux-2.6] linux-image-2.6.26-2-amd64: kernel BUG at 
kernel/exit.c:822!
Changed Bug title to '[chrome] linux-image-2.6.26-2-amd64: kernel BUG at 
kernel/exit.c:822!' from 'linux-image-2.6.26-2-amd64: kernel BUG at 
kernel/exit.c:822!'
 retitle 542115 [chrome] linux-image-2.6.26-2-686: kernel BUG at 
 kernel/exit.c:822!
Bug #542115 [linux-image-2.6.26-2-686] linux-image-2.6.26-2-686: kernel BUG at 
kernel/exit.c:822!
Changed Bug title to '[chrome] linux-image-2.6.26-2-686: kernel BUG at 
kernel/exit.c:822!' from 'linux-image-2.6.26-2-686: kernel BUG at 
kernel/exit.c:822!'
 reassign 570350 linux-2.6
Bug #570350 [linux-2.6] [chrome] linux-image-2.6.26-2-amd64: kernel BUG at 
kernel/exit.c:822!
Ignoring request to reassign bug #570350 to the same package
 reassign 542115 linux-2.6
Bug #542115 [linux-image-2.6.26-2-686] [chrome] linux-image-2.6.26-2-686: 
kernel BUG at kernel/exit.c:822!
Bug reassigned from package 'linux-image-2.6.26-2-686' to 'linux-2.6'.
Bug No longer marked as found in versions 2.6.26-17lenny2.
 merge 570350 542115
Bug#542115: [chrome] linux-image-2.6.26-2-686: kernel BUG at kernel/exit.c:822!
Bug#570350: [chrome] linux-image-2.6.26-2-amd64: kernel BUG at 
kernel/exit.c:822!
Merged 542115 570350.


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12664948748624.transcr...@bugs.debian.org



Processed: adding a title

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 557527 confusing battery charge reporting
Bug #557527 [linux-2.6] (no subject)
Changed Bug title to 'confusing battery charge reporting' from '(no subject)'

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126649469628024.transcr...@bugs.debian.org



Processed: merging nfsd problems

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 532561 linux-2.6
Bug #532561 [linux-image-2.6.26-2-amd64] nfs problem?
Bug reassigned from package 'linux-image-2.6.26-2-amd64' to 'linux-2.6'.
Bug No longer marked as found in versions linux-2.6/2.6.26-15lenny3.
 merge 532561 516376
Bug#516376: kernel BUG at include/linux/module.h:386! | nfsd crash
Bug#532561: nfs problem?
Bug#517936: nfs-kernel-server: kernel BUG at include/linux/module.h:386! 
(starting nfs)
Bug#519348: kernel bug in nfs on powerpc
Bug#538000: NFS bug in stable kernel
Merged 516376 517936 519348 532561 538000.

 --
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126649469828171.transcr...@bugs.debian.org



Bug#516376: Upstream fix available

2010-02-18 Thread Tomas Pospisek

The fix to the problem seems to be available upstream:

  http://linux-nfs.org/pipermail/nfsv4/2009-March/010018.html

From Debian changelogs as of 2.6.26-21lenny3 it seems that this particular 

fix hasn't been included yet?
*t



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/alpine.deb.2.00.1002181229470.4...@tpo-laptop



Bug#565235: unmute the speaker?

2010-02-18 Thread Tomas Pospisek

Hello,

this might be a stupid suggestion, but have you tried unmuting the 
speaker? I had the problem in the past, that I had no sound but in fact 
the sound driver had the output muted. All I had to do is to start 
alsamixed and unmute the outputs (I think it's the M key or something 
similar).

*t



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/alpine.deb.2.00.1002181254350.4...@tpo-laptop



Bug#570115: Re[2]: Bug#570115: kernel 2.6.32-trunk can't see IDE DVR-ROM

2010-02-18 Thread Ben Hutchings
On Thu, 2010-02-18 at 12:49 +0300, Yurii wrote:
   I use debian-testing-i386-xfce+lxde-CD-1.iso (02.2010)
   And linux can't see my IDE DVD-rom (hdd: ASUS CB-5216A, ATAPI CD/DVD-ROM 
   drive)
   MB intel chipset
  
  this is a known limitiation of the old ide stack and
  the newer udev rules, this will be fixed by switch to libata.
  
 Hi !
 
 My cd-rom was plug as SLAVE
 I plug it as MASTER and kernel find me Cd
 Why?
 (I not switch to libata)
 For switch to libata - i must build new kernel and my HDD and CD will be 
 /dev/sdx and /dev/srx ?

For Debian 6.0 'squeeze' we will be switching to libata-based drivers
where available.  You do not need to build a new kernel yourself.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


signature.asc
Description: This is a digitally signed message part


Processed: tagging 570364

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 570364 moreinfo
Bug #570364 [linux-2.6] Output LVDS gone on Intel Mobile 915GM
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126649913232462.transcr...@bugs.debian.org



Bug#570364: Output LVDS gone on Intel Mobile 915GM

2010-02-18 Thread Ben Hutchings
On Thu, 2010-02-18 at 12:31 +0100, Stefan Ott wrote:
 Package: linux-2.6
 Version: 2.6.32-5
 Severity: important
 
 It seems some changes happened between the 2.6.30-2-686 and the
 2.6.32-trunk-686 kernel images that are causing the LVDS output on my ASUS R2H
 UMPC (Intel Mobile 915GM) to no-longer show up (you'll find dmesg output from
 both kernel versions attached). Since the external VGA output and the internal
 LCD screen cannot run at the same resolution (the internal screen uses 
 800x640,
 the VGA output does not support that resolution and the LCD doesn't support
 any of the 'normal' resolutions) this effectively renders the LCD screen
 unusable.

Please test the current version, 2.6.32-8, which has many fixes for the
i915 video driver.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


signature.asc
Description: This is a digitally signed message part


Bug#570382: after upgrade: vlogin: openpty(): No such file or directory

2010-02-18 Thread Tomas Pospisek

Package: linux-2.6
Version: 2.6.26-21lenny3
Severity: normal

After upgrading the kernel from linux-image-2.6.26-2-vserver-686 2.6.26-21 
to 2.6.26-21lenny3 and rebooting we could not log into the vservers any 
more and got the mentioned error instead:


   # vserver foo enter
   vlogin: openpty(): No such file or directory
   #

since we had some instance where the procedure had worked we compared /dev 
and added the devices that were not on the instances where it did not 
work and restarted the vserver instances. Now everything seemed to 
behave as expected.


We're not sure whether adding the devices cured the problem or whether it 
was restarting the vserver instances or both.


We add the following devices under /var/lib/vserver/foo

lrwxrwxrwx 1 root root   13 fd - /proc/self/fd
lrwxrwxrwx 1 root root4 stderr - fd/2
lrwxrwxrwx 1 root root4 stdin - fd/0
lrwxrwxrwx 1 root root4 stdout - fd/1

Additionally /var/lib/vserver/foo/dev/[u]random had different permissions 
(only owner had write permussion). So we added group and other write 
permissions:


# chmod og+w /var/lib/vserver/foo/dev/*random

crw-rw-rw- 1 root root 1, 8 random
crw-rw-rw- 1 root root 1, 9 urandom

*t

-- Package-specific info:
** Version:
Linux version 2.6.26-2-vserver-686 (Debian 2.6.26-21lenny3) (da...@debian.org) 
(gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Wed Feb 10 
10:39:33 UTC 2010

** Command line:
root=/dev/sda6 ro console=tty0

** Not tainted

** Kernel log:
[4.249273] scsi: waiting for bus probes to complete ...
[5.596939] scsi[0]: scanning scsi channel 1 [virtual] for logical drives
[5.596939] scsi 0:1:0:0: Direct-Access MegaRAID LD 0 RAID1   69G 521S 
PQ: 0 ANSI: 2
[5.632088] scsi 0:0:6:0: Attached scsi generic sg0 type 3
[5.632195] scsi 0:1:0:0: Attached scsi generic sg1 type 0
[5.636929] Driver 'sd' needs updating - please use bus_type methods
[5.636929] sd 0:1:0:0: [sda] 143114240 512-byte hardware sectors (73274 MB)
[5.636929] sd 0:1:0:0: [sda] Write Protect is off
[5.636929] sd 0:1:0:0: [sda] Mode Sense: 00 00 00 00
[5.636929] sd 0:1:0:0: [sda] Asking for cache data failed
[5.636929] sd 0:1:0:0: [sda] Assuming drive cache: write through
[5.636929] sd 0:1:0:0: [sda] 143114240 512-byte hardware sectors (73274 MB)
[5.636929] sd 0:1:0:0: [sda] Write Protect is off
[5.636929] sd 0:1:0:0: [sda] Mode Sense: 00 00 00 00
[5.636929] sd 0:1:0:0: [sda] Asking for cache data failed
[5.636929] sd 0:1:0:0: [sda] Assuming drive cache: write through
[5.636929]  sda: sda1 sda2  sda5 sda6 sda7 sda8 
[5.654206] sd 0:1:0:0: [sda] Attached SCSI disk
[5.908237] device-mapper: uevent: version 1.0.3
[5.908681] device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: 
dm-de...@redhat.com
[5.931368] PM: Starting manual resume from disk
[5.956270] kjournald starting.  Commit interval 5 seconds
[5.956270] EXT3-fs: mounted filesystem with ordered data mode.
[7.046533] udevd version 125 started
[7.403059] dcdbas dcdbas: Dell Systems Management Base Driver (version 
5.6.0-3.2)
[7.651747] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[7.667746] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[7.835942] EDAC MC: Ver: 2.1.0 Feb 10 2010
[7.839944] Contact your BIOS vendor to see if the E752x error registers can 
be safely un-hidden
[7.891943] input: Power Button (FF) as /class/input/input0
[7.916333] ACPI: Power Button (FF) [PWRF]
[8.555946] ACPI Exception (video-1631): AE_NOT_FOUND, Evaluating _DOD 
[20080321]
[8.555946] input: Video Bus as /class/input/input1
[8.575975] ACPI: Video Device [EVGA] (multi-head: no  rom: yes  post: no)
[8.581115] input: PC Speaker as /class/input/input2
[8.719815] usb-storage: device scan complete
[8.727946] scsi 1:0:0:0: Direct-Access Seagate  FreeAgent102C 
PQ: 0 ANSI: 4
[8.727946] sd 1:0:0:0: [sdb] 2930277168 512-byte hardware sectors (1500302 
MB)
[8.731946] sd 1:0:0:0: [sdb] Write Protect is off
[8.731946] sd 1:0:0:0: [sdb] Mode Sense: 1c 00 00 00
[8.731946] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[8.731946] sd 1:0:0:0: [sdb] 2930277168 512-byte hardware sectors (1500302 
MB)
[8.735945] sd 1:0:0:0: [sdb] Write Protect is off
[8.735945] sd 1:0:0:0: [sdb] Mode Sense: 1c 00 00 00
[8.735945] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[8.735945]  sdb: sdb1
[8.735945] sd 1:0:0:0: [sdb] Attached SCSI disk
[8.735945] sd 1:0:0:0: Attached scsi generic sg2 type 0
[8.885172] intel_rng: FWH not detected
[8.971590] Error: Driver 'pcspkr' is already registered, aborting...
[9.779221] Adding 3903752k swap on /dev/sda5.  Priority:-1 extents:1 
across:3903752k
[   50.071401] EXT3 FS on sda6, internal journal
[   50.317679] ipmi message handler version 39.2
[   50.320128] IPMI System Interface driver.
[   50.320194] ipmi_si: Trying 

Bug#516376: Upstream fix available

2010-02-18 Thread maximilian attems
On Thu, Feb 18, 2010 at 12:36:40PM +0100, Tomas Pospisek wrote:
 The fix to the problem seems to be available upstream:
 
   http://linux-nfs.org/pipermail/nfsv4/2009-March/010018.html
 
 From Debian changelogs as of 2.6.26-21lenny3 it seems that this particular 
 fix hasn't been included yet?

could be was too lazy to check first but got
3 out of 3 hunks FAILED -- saving rejects to file
net/sunrpc/svc_xprt.c.rej

yes so it is in
debian/patches/bugfix/all/sunrpc-add-sv_maxconn-field-to-svc_serv.patch

in 2.6.26-14



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218132859.gs19...@baikonur.stro.at



Bug#516376: Upstream fix available

2010-02-18 Thread Tomas Pospisek

On Thu, 18 Feb 2010, maximilian attems wrote:


On Thu, Feb 18, 2010 at 12:36:40PM +0100, Tomas Pospisek wrote:

The fix to the problem seems to be available upstream:

  http://linux-nfs.org/pipermail/nfsv4/2009-March/010018.html


From Debian changelogs as of 2.6.26-21lenny3 it seems that this particular

fix hasn't been included yet?


could be was too lazy to check first but got
3 out of 3 hunks FAILED -- saving rejects to file
net/sunrpc/svc_xprt.c.rej

yes so it is in
debian/patches/bugfix/all/sunrpc-add-sv_maxconn-field-to-svc_serv.patch

in 2.6.26-14


In which case that patch doesn't fix the problem (or a similar problem), 
since several of the reporters have kernels  2.6.26-14.


* 2.6.26-17:   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516376#19
* 2.6.26-17lenny1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516376#24
* 2.6.26-17:   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538000
* 2.6.26-15lenny3: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532561#5

*t




--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/alpine.deb.2.00.1002181452431.5...@tpo-laptop



Processed: tagging 565168

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 565168 + pending
Bug #565168 {Done: Frederik Schüler f...@debian.org} [tgt] tgt should 
recommend sg3-utils
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126650286916791.transcr...@bugs.debian.org



Bug#570382: after upgrade: vlogin: openpty(): No such file or directory

2010-02-18 Thread Dan Gardner
I experienced similar behaviour, however I saw different results when
using vserver foo start and when using /etc/init.d/util-vserver
start, with only the latter exhibiting the problem. The problem appears
to be caused by secure-mount segfaulting (as you can see in your logs)
when mounting /dev/pts. Changing the vserver's fstab file to include the
options rw,noexec,nosuid for the devpts entry seems to fix the
problem. Here's the entry from my fstab in case it helps anybody:

none/dev/ptsdevpts  rw,noexec,nosuid,gid=5,mode=620 0 0 



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218145733.ga20...@hercules.pureserver.info



Re: [kernel] r15186 - in dists/trunk/linux-2.6/debian/patches: debian features/all/speakup

2010-02-18 Thread maximilian attems
On Thu, Feb 18, 2010 at 01:49:34PM +, Ben Hutchings wrote:
   Kconfig := $(KBUILD_KCONFIG)
 -@@ -26,10 +26,16 @@ config: $(obj)/conf
 +@@ -26,9 +26,15 @@ config: $(obj)/conf
   oldconfig: $(obj)/conf
   $ -o $(Kconfig)
   
 @@ -19,7 +19,6 @@
  +$ -R $(Kconfig)
  +
   silentoldconfig: $(obj)/conf
 - $(Q)mkdir -p include/generated
   $ -s $(Kconfig)
   
  +updateoldconfig: $(obj)/conf

aboves is need afais.
 
 Modified: 
 dists/trunk/linux-2.6/debian/patches/features/all/speakup/speakup-kbuild.patch
 ==
 --- 
 dists/trunk/linux-2.6/debian/patches/features/all/speakup/speakup-kbuild.patch
 Thu Feb 18 13:22:31 2010(r15185)
 +++ 
 dists/trunk/linux-2.6/debian/patches/features/all/speakup/speakup-kbuild.patch
 Thu Feb 18 13:49:31 2010(r15186)
 @@ -3,10 +3,10 @@
  
  --- a/drivers/staging/Kconfig
  +++ b/drivers/staging/Kconfig
 -@@ -126,6 +126,8 @@
 - source drivers/staging/netwave/Kconfig
 +@@ -124,6 +124,8 @@
 + source drivers/staging/sep/Kconfig
   
 - source drivers/staging/sm7xx/Kconfig
 + source drivers/staging/iio/Kconfig
  +
  +source drivers/staging/speakup/Kconfig
   
 @@ -14,10 +14,10 @@
   endif # STAGING
  --- a/drivers/staging/Makefile
  +++ b/drivers/staging/Makefile
 -@@ -45,3 +45,4 @@
 - obj-$(CONFIG_PCMCIA_WAVELAN)+= wavelan/
 - obj-$(CONFIG_PCMCIA_NETWAVE)+= netwave/
 - obj-$(CONFIG_FB_SM7XX)  += sm7xx/
 +@@ -44,3 +44,4 @@
 + obj-$(CONFIG_RAR_REGISTER)  += rar/
 + obj-$(CONFIG_DX_SEP)+= sep/
 + obj-$(CONFIG_IIO)   += iio/
  +obj-$(CONFIG_SPEAKUP)   += speakup/
  --- a/drivers/staging/speakup/Kbuild
  +++ b/drivers/staging/speakup/Kbuild

why this revert? can't apply anymore too?


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218155444.gb12...@baikonur.stro.at



Bug#536340: [Linux-2.6.30-1-amd64] No sound out of the front jack

2010-02-18 Thread maximilian attems
On Thu, Feb 18, 2010 at 05:35:34PM +0100, Takashi Iwai wrote:
 
 Thanks.  Do you really need model=dell-bios option even with the very
 latest alsa-driver (e.g. 2.6.33-rc8)?
 
 If the latest alsa-driver still doesn't work without model option,
 please give alsa-info.sh outputs both with and without model=dell-bios
 option to compare.  This is needed to understand what is really
 missing on your device.

here you'll find a prebuild 2.6.33-rc8 image deb:
http://charm.itp.tuwien.ac.at/~mattems/linux-image-2.6.33-rc8-amd64_2.6.33~rc8-1~experimental.1_amd64.deb
http://charm.itp.tuwien.ac.at/~mattems/linux-image-2.6.33-rc8-amd64_2.6.33~rc8-1~experimental.1_amd64.deb.sha1sum.asc

thanks for your feedback.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218163858.gc12...@baikonur.stro.at



Bug#570407: ubifs errors on OpenRD

2010-02-18 Thread Martin Michlmayr
Package: linux-2.6
Version: 2.6.32-5

Gert Doering reports ubifs errors on the OpenRD:

- Forwarded message from GertDoering -

Date: Wed, 10 Feb 2010 12:42:30 -0800 (PST)
To: OpenRD ope...@googlegroups.com

[...]

If I boot the Debian kernel, ubifs complains about write errors and
mounts the file system read-only:

[   27.235020] UBI error: ubi_io_write: error -5 while writing 512
bytes to PEB 2779:512, written 0 bytes
[   27.244537] UBI warning: ubi_eba_write_leb: failed to write VID
header to LEB 0:10, PEB 2779
[   27.256411] UBI: try another PEB
[   27.260170] UBI: run torture test for PEB 2779
[   27.264695] UBI error: ubi_io_write: error -5 while writing 512
bytes to PEB 2780:512, written 0 bytes
[   27.274062] UBI warning: ubi_eba_write_leb: failed to write VID
header to LEB 0:10, PEB 2780
[   27.311521] UBI: try another PEB
[   27.687329] UBI: PEB 2779 passed torture test, do not mark it a bad

... which is weird.

Anyway, I'm making progress...

gert

- End forwarded message -

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218164754.ga11...@jirafa.cyrius.com



Bug#536340: [Linux-2.6.30-1-amd64] No sound out of the front jack

2010-02-18 Thread Takashi Iwai
At Wed, 17 Feb 2010 19:54:05 +0100,
Marco Mattiolo wrote:
 
 In data mercoledì 17 febbraio 2010 14:47:56, maximilian attems ha scritto:
  
  I'm a bit confused by the mess of newlines in your bug report
  http://bugs.debian.org/536340
  
  could you please rerun this below and post the output.
  so that the dell quirk can be added in the hda driver for your box:
  
  alsa-info.sh --no-upload
  
 Of course, the report is attached.
 But please note: mine is an assembled pc, not a Dell one!

Thanks.  Do you really need model=dell-bios option even with the very
latest alsa-driver (e.g. 2.6.33-rc8)?

If the latest alsa-driver still doesn't work without model option,
please give alsa-info.sh outputs both with and without model=dell-bios
option to compare.  This is needed to understand what is really
missing on your device.
 

thanks,

Takashi



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/s5hvddujycp.wl%ti...@suse.de



Processed: tagging 570407

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 570407 + pending
Bug #570407 [linux-2.6] ubifs errors on OpenRD
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12665124598789.transcr...@bugs.debian.org



[bts-link] source package linux-2.6

2010-02-18 Thread bts-link-upstream
#
# bts-link upstream status pull for source package linux-2.6
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #569012 (http://bugs.debian.org/569012)
#  * http://bugzilla.kernel.org/show_bug.cgi?id=15296
#  * remote status changed: (?) - NEW
usertags 569012 + status-NEW

thanks


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100218170731.7476.83844.btsl...@merkel.debian.org



Re: Debian 2.6.32 CONFIG_WIRELESS_OLD_REGULATORY, wireless-regdb and crda

2010-02-18 Thread Luis R. Rodriguez
On Fri, Feb 5, 2010 at 11:10 PM, Paul Wise p...@debian.org wrote:
 On Fri, 2010-02-05 at 15:11 -0800, Luis R. Rodriguez wrote:

 And after reviewing this again, I conclude Kel already did all the
 work :) So any mentors / DDs willing to take his package up?

 I think its at:

 dget -ux http://sidux.net/kelmo/sidux/crap/crda/crda_1.1.1-1.dsc

 Ok, here are my comments:

 I very much like that it is based on the new shiny debhelper 7 stuff and
 dpkg-source v3.

 I don't really like that it merges the two packages. I don't think that
 is appropriate unless upstream is going to do the same.

Upstream does not do the same. Ubuntu packages these two together
right now but it was because it made life easier for packaging.

John, do you guys package wireless-regdb and crda together on Fedora
land? Was this because of the dynamic key building per package? If so
what is the restriction on using two packages?

 nl80211.h looks like it comes from Linux, can't you just build-depend on
 the linux-libc-dev package and do #include linux/nl80211.h ? Comparing
 the crda one and the one from Linux 2.6.32 reveals quite a few changes
 since you copied nl80211.h into crda.

nl80211 is designed to allow userspace applications to either ship
their own nl80211.h based on the most recent kernel or to ship it and
ifdef around a feature instead of the kernel version. Shipping your
own nl80211.h is a nice option for userspace to not have to build
depend on kernel headers. In CRDA's case it only needs one command and
a set of attributes now which have long existed on nl80211.h. It is
fine that it ships an older nl80211.h as it doesn't need any of the
new stuff. I can just synch it, but I there is just no need. The
benefit of shipping your own nl80211.h becomes more evident on iw, for
example, which does make use of most of the commands. The idea is
distributions can ship with an iw which supports commands which future
kernels will support, for older kernels it will just say the operation
is not supported. New iw also list of the list of available and
supported commands through 'iw list', for example:

Supported commands:
 * new_interface
 * set_interface
 * new_key
 * new_beacon
 * new_station
 * new_mpath
 * set_mesh_params
 * set_bss
 * authenticate
 * associate
 * deauthenticate
 * disassociate
 * join_ibss
 * Unknown command (55)
 * Unknown command (57)
 * Unknown command (59)
 * set_wiphy_netns
 * connect
 * disconnect

Another example of a userpsace application shipping a copy of
nl80211.h is wpa_supplicant.

For CRDA then we ship our own nl80211.h and it doesn't matter much as
we only use only one command, and the API that can't change anyway.
When CRDA wants to make use of something new we can just re-synch,
just as we do with iw.

 Even after manually ensuring that sha1sum.txt reflects the sha1sum of
 db.txt with sha1sum db.txt  sha1sum.txt, the wireless-regdb Makefile
 still seems to generate a new Debian RSA key pair. If the db.txt hasn't
 changed, there is no reason to auto-generate and install a key pair.

wireless-regdb is designed so that you do not have to run make at all
if you just intend on using John's key. So running make even if db.txt
has not changed will generate the keys for you and sign the
regulatory.bin with the new key.

 The package FTBFS when built twice in a row:

 dpkg-source: info: using source format `3.0 (quilt)'
 dpkg-source: info: building crda using existing 
 ./crda_1.1.1.orig-wireless-regdb-20091125.tar.bz2 ./crda_1.1.1.orig.tar.bz2
 dpkg-source: error: cannot represent change to 
 crda-1.1.1/wireless-regdb-20091125/regulatory.bin: binary file contents 
 changed
 dpkg-source: error: add wireless-regdb-20091125/regulatory.bin in 
 debian/source/include-binaries if you want to store the modified binary in 
 the debian tarball
 dpkg-source: error: unrepresentable changes to source

 After working around this issue and building again, I get some files in
 debian/patches, you probably need to remove .custom on clean:

 p...@chianamo:~/tmp/crda-1.1.1$ tail -n4 debian/patches/debian-changes-1.1.1-1
 --- /dev/null
 +++ crda-1.1.1/wireless-regdb-20091125/.custom
 @@ -0,0 +1 @@
 +Debian.key.pub.pem

 dpkg-shlibdeps complains that neither crda and regdbdump use symbols
 from libssl, it looks like this might be a false positive though:

 dpkg-shlibdeps: warning: dependency on libssl.so.0.9.8 could be avoided if 
 debian/crda/sbin/regdbdump debian/crda/sbin/crda were not uselessly linked 
 against it (they use none of its symbols).

They are not uselessly linking against libssl if indeed signature
checking is done.

 V=1 needs to be set on the make command-line so that the buildds
 verbosely print all 

Bug#570407: and the solution

2010-02-18 Thread Martin Michlmayr
Gert has the solution (and later confirms that turning this option off
works):

- Forwarded message from GertDoering  -

Date: Wed, 10 Feb 2010 13:12:56 -0800 (PST)
To: OpenRD ope...@googlegroups.com

Hi,

talking to myself a lot lately...

On 10 Feb., 21:42, GertDoering gdoer...@gmail.com wrote:
 [   27.235020] UBI error: ubi_io_write: error -5 while writing 512 bytes to 
 PEB 2779:512, written 0 bytes

Googling led me to believe that this is
http://www.linux-mtd.infradead.org/faq/ubi.html#L_subpage_verify_fail
- so I'll go and try building my own kernel next, with
CONFIG_MTD_NAND_VERIFY_WRITE disabled ...

gert

- End forwarded message -

-- 
Martin Michlmayr
http://www.cyrius.com/



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218165958.ga11...@jirafa.cyrius.com



Bug#570382: after upgrade: vlogin: openpty(): No such file or directory]

2010-02-18 Thread Dan Gardner
Unfortunately it seems my fix does not work. The problem is not
consistently reproducible, hence my belief I had fixed it.

I tried backporting the util-vserver package from squeeze
(0.30.216-pre2864-1) and had exactly the same problem.

The problem appears to be caused by failure of old_mmap() in
secure-mount. Here is the strace output of a failed secure-mount:

execve(/usr/lib/util-vserver/secure-mount,
[/usr/lib/util-vserver/secure-mou..., -a, --chroot, --fstab,
/etc/vservers/XXX/fstab, --rootfs, no], [/* 31 vars */]) = 0
open(., O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 3
open(/, O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 4
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
open(/etc/vservers/XXX/fstab, O_RDONLY|O_LARGEFILE) = 5
_llseek(5, 0, [393], SEEK_END)  = 0
_llseek(5, 0, [0], SEEK_SET)= 0
read(5, none\t/proc\t\tproc\tdefaults\t\t0 0\nno..., 394) = 393
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0xb28408086038) = 0x40001000
chdir(/)  = 0
fchdir(3)   = 0
chroot(.) = 0
chdir(/proc)  = 0
open(., O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 6
fchdir(4)   = 0
chroot(.) = 0
fchdir(6)   = 0
close(6)= 0
mount(none, ., proc, MS_NODEV, ) = 0
fchdir(3)   = 0
chroot(.) = 0
open(/etc/mtab, O_WRONLY|O_CREAT|O_APPEND|O_LARGEFILE, 0644) = 6
fcntl(6, F_SETLKW, {type=F_WRLCK, whence=SEEK_CUR, start=0, len=0}) = 0
write(6, none..., 4)  = 4
write(6,  ..., 1) = 1
write(6, /proc..., 5) = 5
write(6,  ..., 1) = 1
write(6, proc..., 4)  = 4
write(6,  ..., 1) = 1
write(6, defaults..., 8)  = 8
write(6,  0 0\n..., 5)= 5
close(6)= 0
fchdir(4)   = 0
chroot(.) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0xb28408086038) = -1 ENOMEM (Cannot allocate memory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

I have also tried using ulimit to turn off any potential limits which
might be causing this but without success.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218172405.ga6...@hercules.pureserver.info



Bug#570382: after upgrade: vlogin: openpty(): No such file or directory]

2010-02-18 Thread Tomas Pospisek

(I'm including Micah Anderson, maintainer of util-vserver in the Cc: in
 the hope that maybe the symptoms mentioned here may ring a bell with
 him. I hope you don't mind Micah.)

Dan Gardner wrote on Feb 18 :


I experienced similar behaviour, however I saw different results when
using vserver foo start and when using /etc/init.d/util-vserver
start, with only the latter exhibiting the problem. The problem appears
to be caused by secure-mount segfaulting (as you can see in your logs)
when mounting /dev/pts. Changing the vserver's fstab file to include the
options rw,noexec,nosuid for the devpts entry seems to fix the
problem. Here's the entry from my fstab in case it helps anybody:

none/dev/ptsdevpts  rw,noexec,nosuid,gid=5,mode=620 0 0


I checked the kernel's changelog and there doesn't seem to be no mention 
of changing anything related to vserver (there is a xen change though - no 
idea if it touches common infrastructure).


However the util-vserver changelog mentions as of release 0.30.216~r2842-1 
(which is in sid only) the removal of several secure-mount /dev related 
patches [1]. Since I am on lenny I still have the older 0.30.216~r2772-6 
release of util-vserver. Don't know if the problems we see have anything 
to do with the code touched by those patches.

*t

[1] 
http://packages.debian.org/changelogs/pool/main/u/util-vserver/util-vserver_0.30.216-pre2864-1/changelog#versionversion0.30.216_r2842-1



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/alpine.deb.2.00.1002181744080.6...@tpo-laptop



Bug#570382: after upgrade: vlogin: openpty(): No such file or directory]

2010-02-18 Thread maximilian attems
On Thu, Feb 18, 2010 at 05:24:05PM +, Dan Gardner wrote:
 Unfortunately it seems my fix does not work. The problem is not
 consistently reproducible, hence my belief I had fixed it.
 
 I tried backporting the util-vserver package from squeeze
 (0.30.216-pre2864-1) and had exactly the same problem.
 
 The problem appears to be caused by failure of old_mmap() in
 secure-mount. Here is the strace output of a failed secure-mount:
 

did you ask the vserver guys on their irc channel for support on aboves?
afair they are quite responsive there.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218175412.gd12...@baikonur.stro.at



Re: Debian 2.6.32 CONFIG_WIRELESS_OLD_REGULATORY, wireless-regdb and crda

2010-02-18 Thread John W. Linville
On Thu, Feb 18, 2010 at 09:19:06AM -0800, Luis R. Rodriguez wrote:
 On Fri, Feb 5, 2010 at 11:10 PM, Paul Wise p...@debian.org wrote:

  I don't really like that it merges the two packages. I don't think that
  is appropriate unless upstream is going to do the same.
 
 Upstream does not do the same. Ubuntu packages these two together
 right now but it was because it made life easier for packaging.
 
 John, do you guys package wireless-regdb and crda together on Fedora
 land? Was this because of the dynamic key building per package? If so
 what is the restriction on using two packages?

Fedora packages them together due to the dynamic keys.  I have a
(low priority) TODO to investigate separating them now that keys can
be installed separately.

John
-- 
John W. LinvilleSomeday the world will need a hero, and you
linvi...@tuxdriver.com  might be all we have.  Be ready.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218181435.ga3...@tuxdriver.com



Processing of tgt_1.0.1-1_amd64.changes

2010-02-18 Thread Archive Administrator
tgt_1.0.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  tgt_1.0.1-1.dsc
  tgt_1.0.1.orig.tar.gz
  tgt_1.0.1-1.debian.tar.gz
  tgt_1.0.1-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nibfe-0008gp...@ries.debian.org



tgt_1.0.1-1_amd64.changes ACCEPTED

2010-02-18 Thread Archive Administrator



Accepted:
tgt_1.0.1-1.debian.tar.gz
  to main/t/tgt/tgt_1.0.1-1.debian.tar.gz
tgt_1.0.1-1.dsc
  to main/t/tgt/tgt_1.0.1-1.dsc
tgt_1.0.1-1_amd64.deb
  to main/t/tgt/tgt_1.0.1-1_amd64.deb
tgt_1.0.1.orig.tar.gz
  to main/t/tgt/tgt_1.0.1.orig.tar.gz


Override entries for your package:
tgt_1.0.1-1.dsc - source net
tgt_1.0.1-1_amd64.deb - optional net

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nibsx-ww...@ries.debian.org



Re: Debian 2.6.32 CONFIG_WIRELESS_OLD_REGULATORY, wireless-regdb and crda

2010-02-18 Thread Luis R. Rodriguez
On Thu, Feb 18, 2010 at 10:14 AM, John W. Linville
linvi...@tuxdriver.com wrote:
 On Thu, Feb 18, 2010 at 09:19:06AM -0800, Luis R. Rodriguez wrote:
 On Fri, Feb 5, 2010 at 11:10 PM, Paul Wise p...@debian.org wrote:

  I don't really like that it merges the two packages. I don't think that
  is appropriate unless upstream is going to do the same.

 Upstream does not do the same. Ubuntu packages these two together
 right now but it was because it made life easier for packaging.

 John, do you guys package wireless-regdb and crda together on Fedora
 land? Was this because of the dynamic key building per package? If so
 what is the restriction on using two packages?

 Fedora packages them together due to the dynamic keys.  I have a
 (low priority) TODO to investigate separating them now that keys can
 be installed separately.

Thanks John. So -- not sure if Kel will have time to split these, I
gather he is still pretty busy with his move. Paul, is this a
requirement for inclusion? If so we'll need to request for some help.

  Luis


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/43e72e891002181036r23050801h8fc0ea3cc1d98...@mail.gmail.com



Bug#567747: workaround for no-video on i915: vga=ext

2010-02-18 Thread xdrudis
On Sun, Feb 14, 2010 at 12:39:36PM +0100, Erich Schubert wrote:
 Hi,
 I added vga=ext to my boot parameters, and with that my system boots
 fine (although not in the usual vga=ext 50 lines vga mode, but it DOES
 activate my i915 framebuffer?!? it's definitely running the native
 1440x900 resolution of my screen.)
 Maybe this prevents efifb from running (or resets the video after
 GRUB?), and thus allows i915 to get the video device properly?
 

Thank you. I have tried and it also works for me (with the forcelvds patch, 
because otherwise inteldrmfb thinks my laptop lid is closed and no use drawing
any screen). 

If I pass to the kernel vga=ext instead of video=i915 I boot in text mode, but 
afterwards
X loads fine and I can switch vts smoothly (Ctrl-Alt-F1, Ctrl-Alt-F7). Must be 
KMS. Efifb 
does no longer appear in logs, and fb0 is inteldrmfb. 

If I use both parameters vga=ext and video=i915 it boots in graphical mode 
and X loads fine, KMS fine.

I'll try 2.6.32-9 when it gets to sid, to see if that works even without 
vga=ext.




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100216214313.ga14...@ideafix.casa.ct



Bug#567747: Bug#569314: Enabling CONFIG_VT_HW_CONSOLE_BINDING fixed this

2010-02-18 Thread xdrudis
On Tue, Feb 16, 2010 at 01:37:14PM +0100, maximilian attems wrote:
 On Tue, Feb 16, 2010 at 10:59:05AM +0100, Michel Dänzer wrote:
  
  Interesting, has this been reported to the kernel package maintainers?
  
 
 done in latest 2.6.32-9 will probably be uploaded together with
 2.6.32.9.
 
 option was disabled as long time ago as a dev option.
 back then most fb drivers wouldn't unbind.
 
 thanks for the test.
 

Thanks, I'll try 2.6.32-9 when I can. I guess I'll still need to patch for my 
laptop quirk.
For now I can confirm that in my tests the kernels that need vga=ext to boot 
have CONFIG_VT_HW_CONSOLE_BINDING
not set. The custom kernel I compiled with inteldrmfb compiled in and efifb and 
vesafb not selected
does not need vga=ext, but I've now seen that i has 
CONFIG_VT_HW_CONSOLE_BINDING=y .




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100216215206.gb14...@ideafix.casa.ct



Bug#497051: linux-image-3.6.26-1-686, bug on ACPI?

2010-02-18 Thread Moritz Muehlenhoff
On Fri, Aug 29, 2008 at 04:25:31PM +0200, Carlos Álvarez Martín wrote:
 Package: linux-image-2.6.26-1-686
 Version: 2.6.26-3
 Severity: normal
 
 Hi all!
 
 Yesterday (8-28-08) I upgraded Debian Lenny to the lastest kernel in
 the repository. Exactly, the 2.6.26-1-686 kernel.
 
 I started to install the Ati Catalyst and the MadWifi driverson the
 new kernel, when I found a problem that looked familiar for me (I
 suffered it on the old 2.6.24-x-486 kernel. I don't remember the
 number where x. This kernel was the default on the netinst for
 32bits. The kernel on this occasion dissapeared by installing the
 2.6.24-x-686 kernel).
 
 Ok, let's go with the problem (using 2.6.26-1-686 kernel):
 
 When I start the system, I have to press all time a key on my keyboard
 (for example Alt) for the system continues booting up. If I don't
 press any key the system looks frozen and the booting stops (when I'm
 running X occurs the same. I have to move the mouse or press all time
 a key for the system continues running normally) and continues booting
 when I press a key again. If I stop pressing a key when a proccess is
 running (or starting during the boot up), this proccess continues
 running until the end of the operation.
 
 At the moment the solutions are the following:
 1) Boot up with acpi=off makes the system running normally. But
 with this I don't have wifi, battery status, sensors, etc.
 2)Stay with the previous kernel. The version 2.6.25-2-686. This
 kernel works perfect for me. (I use this solution at the moment).
 
 My system is: Acer Aspire 5102WLMi (AMD Turion X2 @ 1.6GHz, 1GB DDR
 memory) running Debian Lenny up to date. Now I use 2.6.25-2-686
 kernel instead the 2.6.26-1-686 kernel.
 
 I think the problem is related to the ACPI.
 
 Sorry for my bad English and thank you.

Sorry for the very late followup :-/

The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz










-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218195507.ga2...@galadriel.inutil.org



Bug#570364: Output LVDS gone on Intel Mobile 915GM

2010-02-18 Thread Stefan Ott
 Please test the current version, 2.6.32-8, which has many fixes for the
 i915 video driver.

Thanks, I tried but I still get the same result (dmesg attached)

cheers
-- 
Stefan Ott
http://www.ott.net/

You are not Grey Squirrel?


dmesg.2.6.32-2-686
Description: Binary data


Bug#570382: after upgrade: vlogin: openpty(): No such file or directory]

2010-02-18 Thread Tomas Pospisek

On Thu, 18 Feb 2010, Dan Gardner wrote:


The problem appears to be caused by failure of old_mmap() in
secure-mount. Here is the strace output of a failed secure-mount:

execve(/usr/lib/util-vserver/secure-mount,
[/usr/lib/util-vserver/secure-mou..., -a, --chroot, --fstab,
/etc/vservers/XXX/fstab, --rootfs, no], [/* 31 vars */]) = 0
open(., O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 3
open(/, O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 4
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
open(/etc/vservers/XXX/fstab, O_RDONLY|O_LARGEFILE) = 5
_llseek(5, 0, [393], SEEK_END)  = 0
_llseek(5, 0, [0], SEEK_SET)= 0
read(5, none\t/proc\t\tproc\tdefaults\t\t0 0\nno..., 394) = 393
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0xb28408086038) = 0x40001000
chdir(/)  = 0
fchdir(3)   = 0
chroot(.) = 0
chdir(/proc)  = 0
open(., O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 6
fchdir(4)   = 0
chroot(.) = 0
fchdir(6)   = 0
close(6)= 0
mount(none, ., proc, MS_NODEV, ) = 0
fchdir(3)   = 0
chroot(.) = 0
open(/etc/mtab, O_WRONLY|O_CREAT|O_APPEND|O_LARGEFILE, 0644) = 6
fcntl(6, F_SETLKW, {type=F_WRLCK, whence=SEEK_CUR, start=0, len=0}) = 0
write(6, none..., 4)  = 4
write(6,  ..., 1) = 1
write(6, /proc..., 5) = 5
write(6,  ..., 1) = 1
write(6, proc..., 4)  = 4
write(6,  ..., 1) = 1
write(6, defaults..., 8)  = 8
write(6,  0 0\n..., 5)= 5
close(6)= 0
fchdir(4)   = 0
chroot(.) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0xb28408086038) = -1 ENOMEM (Cannot allocate memory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


The last parameter to mmap should be the offset where the caller wants 
data to be initialized (AFAIU). So what's that absurd value 
(0xb28408086038) there? That's way out in the stratosphere. Well 
whatever, I don't want to pretend I understand anything about the mmap 
syscall interface.


However, 2.6.26-21lenny1 messed with mmap. From Debian's changelog:

  linux-2.6 (2.6.26-21lenny1) stable-security; urgency=high

  [ dann frazier ]
  ...
  * Fix several issues with mmap/mremap (CVE-2010-0291)
  ...

   -- dann frazier da...@debian.org  Fri, 29 Jan 2010 17:20:16 -0700

CVE-2010-0291 [1] references this discussion [2] which discusses tricky 
implications of the patch on virtualisation [3] - which is exactly 
the place where we are standing: vserver. So I think I can see stuff 
peeling off the space shuttle however don't know how to fix it. Contacting 
NASA at vserver-ML additionally to the Debian engineers sounds like a good 
idea.

*t

[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0291
[2] http://marc.info/?l=linux-archm=126004438008670w=2
[3] http://marc.info/?l=linux-archm=126012243613146w=2



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/alpine.deb.2.00.1002182147160.10...@tpo-laptop



Processed: tagging 499671

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 499671 + pending
Bug #499671 [linux-2.6] linux-image-2.6.26-1-686: saa7134-empress or saa6752hs 
problem
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126653190111330.transcr...@bugs.debian.org



Bug#500058: marked as done (linux-image-2.6.26-1-686: Acer Aspire One won't boot with SDHC card inserted)

2010-02-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Feb 2010 23:28:19 +0100
with message-id 20100218222819.ga3...@galadriel.inutil.org
and subject line Re: Seems to be fixed in 2.6.30 (as packaged for Squeeze)
has caused the Debian Bug report #500058,
regarding linux-image-2.6.26-1-686: Acer Aspire One won't boot with SDHC card 
inserted
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
500058: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500058
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-image-2.6.26-1-686
Version: 2.6.26-5
Severity: normal


The current kernel for Lenny (2.6.26-1) boots fine on an Acer Aspire
One, except if there is an SDHC card in one of the card reader slots.

Then the boot process gets as far as:

Waiting for /dev to be fully populated

and hangs.  After a minute the following message appears:

BUG: soft lockup - CPU#1 stuck for 61s! [kmemstick:1503]

and the message is repeated every minute after that.

The same configuration boots successfully with kernel 2.6.22 and the
memory card can be accessed once the boot is complete (although 2.6.22
doesn't support other aspects of the hardware).


-- Package-specific info:
** Version:
Linux version 2.6.26-1-686 (Debian 2.6.26-5) (wa...@debian.org) (gcc version 
4.1.3 20080623 (prerelease) (Debian 4.1.2-23)) #1 SMP Wed Sep 10 16:46:13 UTC 
2008

** Command line:
root=/dev/sda1 ro elevator=noop quiet

** Tainted: P (1)

** Kernel log:
[4.411602] ide: Assuming 33MHz system bus speed for PIO modes; override 
with idebus=xx
[4.455799] Driver 'sd' needs updating - please use bus_type methods
[4.455966] sd 1:0:0:0: [sda] 15761088 512-byte hardware sectors (8070 MB)
[4.456009] sd 1:0:0:0: [sda] Write Protect is off
[4.456015] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[4.456087] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, 
doesn't support DPO or FUA
[4.456222] sd 1:0:0:0: [sda] 15761088 512-byte hardware sectors (8070 MB)
[4.456262] sd 1:0:0:0: [sda] Write Protect is off
[4.456268] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[4.456341] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, 
doesn't support DPO or FUA
[4.456351]  sda: sda1 sda2
[4.461826] sd 1:0:0:0: [sda] Attached SCSI disk
[4.567128] PM: Starting manual resume from disk
[4.949434] usb 5-5: new high speed USB device using ehci_hcd and address 3
[5.302032] usb 5-5: configuration #1 chosen from 1 choice
[5.348648] usb 5-5: New USB device found, idVendor=064e, idProduct=d101
[5.348648] usb 5-5: New USB device strings: Mfr=3, Product=1, SerialNumber=4
[5.348648] usb 5-5: Product: Acer Crystal Eye webcam
[5.348648] usb 5-5: Manufacturer: SuYin
[5.348648] usb 5-5: SerialNumber: CN0316-M608-OV01-VA-R02.00.00
[5.407072] udevd version 125 started
[5.587926] usb 1-1: new low speed USB device using uhci_hcd and address 4
[5.756507] usb 1-1: configuration #1 chosen from 1 choice
[5.760819] usb 1-1: New USB device found, idVendor=1267, idProduct=0210
[5.760819] usb 1-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[5.760819] usb 1-1: Product: PS/2+USB Mouse
[5.782903] Linux video capture interface: v2.00
[5.799282] uvcvideo: Found UVC 1.00 device Acer Crystal Eye webcam 
(064e:d101)
[5.803246] input: Acer Crystal Eye webcam as /class/input/input1
[5.803331] usbcore: registered new interface driver uvcvideo
[5.803341] USB Video Class driver (v0.1.0)
[6.176665] ACPI: WMI: Mapper loaded
[6.196669] acer-wmi: Acer Laptop ACPI-WMI Extras version 0.1
[7.506790] Linux agpgart interface v0.103
[7.526372] agpgart: Detected an Intel 945GME Chipset.
[7.526605] agpgart: Detected 7932K stolen memory.
[7.542793] agpgart: AGP aperture is 256M @ 0x2000
[7.844087] ACPI: PCI Interrupt :00:1b.0[A] - GSI 16 (level, low) - 
IRQ 16
[7.844133] PCI: Setting latency timer of device :00:1b.0 to 64
[7.876856] hda_codec: Unknown model for ALC268, trying auto-probe from 
BIOS...
[8.168975] ath_hal: module license 'Proprietary' taints kernel.
[8.181538] AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, 
RF2133, RF2425, RF2417)
[8.545621] ACPI: PCI Interrupt :03:00.0[A] - GSI 18 (level, low) - 
IRQ 18
[8.545646] PCI: Setting latency timer of device :03:00.0 to 64
[9.035636] MadWifi: ath_attach: Switching rfkill capability off.
[9.091067] input: Power Button (FF) as /class/input/input2
[9.091344] ACPI: AC Adapter [ACAD] (off-line)
[9.135933] ACPI: Power 

Bug#502383: marked as done (linux-image-2.6.26-1-amd64: BUG at fs/jfs/jfs_metapage.c:742 assert(mp-count))

2010-02-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Feb 2010 23:31:20 +0100
with message-id 20100218223120.ga4...@galadriel.inutil.org
and subject line Re: linux-image-2.6.26-1-amd64: BUG at 
fs/jfs/jfs_metapage.c:742 assert(mp-count)
has caused the Debian Bug report #502383,
regarding linux-image-2.6.26-1-amd64: BUG at fs/jfs/jfs_metapage.c:742 
assert(mp-count)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
502383: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502383
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-image-2.6.26-1-amd64
Version: 2.6.26-8
Severity: normal

I am not sure what this means, but it doesn't look good. I came back
to my computer and saw the following in a Gnome terminal window.

faerun:~ 
Message from sysl...@faerun at Wed Oct 15 21:09:13 2008 ...
faerun kernel: [11052.080424] [ cut here ]

Message from sysl...@faerun at Wed Oct 15 21:09:13 2008 ...
faerun kernel: [11052.080430] invalid opcode:  [1] SMP 

Message from sysl...@faerun at Wed Oct 15 21:09:13 2008 ...
faerun kernel: [11052.082693] Code: 11 0f e0 48 8b 43 28 48 85 c0 75 23 48 c7 
c1 b8 3d 14 a0 ba e6 02 00 00 48 c7 c6 a2 3d 14 a0 48 c7 c7 c2 3d 14 a0 e8 ea 
b6 0f e0 0f 0b eb fe 48 ff c8 48 85 c0 48 89 43 28 0f 85 99 00 00 00 83 

I followed up in /var/log/syslog and found:

Oct 15 21:09:12 faerun kernel: [11052.080364] BUG at fs/jfs/jfs_metapage.c:742 
assert(mp-count)
Oct 15 21:09:13 faerun kernel: [11052.080424] [ cut here 
]
Oct 15 21:09:13 faerun kernel: [11052.080427] kernel BUG at 
fs/jfs/jfs_metapage.c:742!
Oct 15 21:09:13 faerun kernel: [11052.080430] invalid opcode:  [1] SMP 
Oct 15 21:09:13 faerun kernel: [11052.080432] CPU 1 
Oct 15 21:09:13 faerun kernel: [11052.080435] Modules linked in: usb_storage 
binfmt_misc nvidia(P) nfsd lockd nfs_acl auth_rpcgss sunrpc exportfs ppdev 
video output ac battery cpufreq_userspace cpufreq_stats cpufreq_powersave ipv6 
fuse dm_crypt crypto_blkcipher dm_snapshot dm_mirror dm_log dm_mod 
cpufreq_conservative cpufreq_ondemand powernow_k8 freq_table it87 hwmon_vid 
eeprom loop snd_mpu401 snd_intel8x0 snd_mpu401_uart snd_ac97_codec snd_seq_midi 
ac97_bus snd_pcm_oss snd_pcm snd_rawmidi parport_pc snd_mixer_oss parport 
k8temp snd_seq_dummy pcspkr snd_seq_oss snd_seq_midi_event snd_seq snd_timer 
snd_seq_device snd soundcore snd_page_alloc i2c_nforce2 i2c_core button evdev 
jfs nls_base ide_cd_mod cdrom sd_mod ide_pci_generic usbhid hid ff_memless 
amd74xx ide_core sata_nv floppy ata_generic libata forcedeth scsi_mod dock 
ehci_hcd ohci_hcd thermal processor fan thermal_sys [last unloaded: lp]
Oct 15 21:09:13 faerun kernel: [11052.082455] Pid: 5384, comm: beagled Tainted: 
P  2.6.26-1-amd64 #1
Oct 15 21:09:13 faerun kernel: [11052.082458] RIP: 0010:[a0139b95]  
[a0139b95] :jfs:release_metapage+0x6d/0x12d
Oct 15 21:09:13 faerun kernel: [11052.082478] RSP: 0018:81000205dbf8  
EFLAGS: 00010296
Oct 15 21:09:13 faerun kernel: [11052.082481] RAX: 0045 RBX: 
81001676c128 RCX: 804fe088
Oct 15 21:09:13 faerun kernel: [11052.082485] RDX: 0001 RSI: 
0092 RDI: 0282
Oct 15 21:09:13 faerun kernel: [11052.082489] RBP: e2b08988 R08: 
804fe070 R09: 80604c6b
Oct 15 21:09:13 faerun kernel: [11052.082492] R10: 0001 R11: 
0046 R12: 81000e6e5a30
Oct 15 21:09:13 faerun kernel: [11052.082496] R13: 0323 R14: 
81000e6e5c98 R15: 000b
Oct 15 21:09:13 faerun kernel: [11052.082500] FS:  41dca950(0063) 
GS:81003f9ff9c0() knlGS:f649b920
Oct 15 21:09:13 faerun kernel: [11052.082504] CS:  0010 DS:  ES:  CR0: 
80050033
Oct 15 21:09:13 faerun kernel: [11052.082507] CR2: 00d1f2a8 CR3: 
1c073000 CR4: 06e0
Oct 15 21:09:13 faerun kernel: [11052.082511] DR0:  DR1: 
 DR2: 
Oct 15 21:09:13 faerun kernel: [11052.082515] DR3:  DR6: 
0ff0 DR7: 0400
Oct 15 21:09:13 faerun kernel: [11052.082519] Process beagled (pid: 5384, 
threadinfo 81000205c000, task 81002dd62c10)
Oct 15 21:09:13 faerun kernel: [11052.082522] Stack:  0323 
 00bc a0140f20
Oct 15 21:09:13 faerun kernel: [11052.082534]  0292 
004f 81002019f140 81000205dd88
Oct 15 21:09:13 faerun kernel: [11052.082544]  032381003ec9cc00 
81000d1ab05d 81000d1ab0bc 00bc005f
Oct 15 21:09:13 

Bug#503133: marked as done (kernel: Eject fails on SATA DVD-RAM)

2010-02-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Feb 2010 23:35:11 +0100
with message-id 20100218223511.ga5...@galadriel.inutil.org
and subject line Re: Bug#503133: kernel: Eject fails on SATA DVD-RAM
has caused the Debian Bug report #503133,
regarding kernel: Eject fails on SATA DVD-RAM
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
503133: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503133
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: kernel
Severity: normal

*** Please type your report below this line ***

When trying to eject the tray from my DVD-RAM from gnome, i get 'unable 
to mount media...' and when i try from a vt with eject -fv it spits out the

following error :

ara...@debian:~$ eject -fvvv
eject: using default device `cdrom'
eject: device name is `cdrom'
eject: expanded name is `/dev/cdrom'
eject: `/dev/cdrom' is a link to `/dev/scd0'
eject: `/dev/scd0' is not mounted
eject: `/dev/scd0' is not a mount point
eject: `/dev/scd0' is not a multipartition device
eject: trying to eject `/dev/scd0' using floppy eject command
eject: floppy eject command failed
eject: unable to eject, last error: Inappropriate ioctl for device

This is a LG HL-DT-ST DVDRAM GH20NS10 I bought today.


-- System Information:
Debian Release: lenny/sid
 APT prefers unstable
 APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
On Sat, Aug 15, 2009 at 09:38:57PM +0200, Moritz Muehlenhoff wrote:
 On Wed, Oct 22, 2008 at 11:33:09PM +0300, Debian Lists wrote:
  Bastian Blank wrote:
  On Wed, Oct 22, 2008 at 10:52:14PM +0300, Debian Lists wrote:
  When trying to eject the tray from my DVD-RAM from gnome, i get
  'unable  to mount media...' and when i try from a vt with eject
  -fv it spits out the
  following error :
  
  A SATA dvd device is accessed as /dev/sdX, not /dev/scdY.
  
  Bastian
  
  This is how the kernel accesses it, i did no modifications.
 
 Does this still occur with more recent kernel versions?

No further feedback, closing the bug.

If this can be reproduced with current kernels, please reopen this bug.

Cheers,
Moritz

---End Message---


Bug#502816: cannot suspend

2010-02-18 Thread Moritz Muehlenhoff
On Tue, Oct 21, 2008 at 12:43:14AM +0300, Hristo Hristov wrote:
 Please ignore my comment about the not working led. It seem to be OK,
 my mistake I guess(I probably didn't see it in daylight). I also tried
 to revert:
 http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.26.y.git;a=commit;h=9db33a508500ad82e907a51570bc1e6a5b94163d
 with no success. I'll try to revert other patches and will report back.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218223419.ga4...@galadriel.inutil.org



Bug#502362: kernel 2.6.26 x86_64: some ioctls not mapped from 32bit userland

2010-02-18 Thread Moritz Muehlenhoff
On Thu, Oct 16, 2008 at 12:58:05AM +0200, Mario 'BitKoenig' Holbe wrote:
 Package: linux-image-2.6.26-1-amd64
 Version: 2.6.26-8
 
 Hello,
 
 while testing 64bit kernel under 32bit userland I found some ioctls that
 definitely work on a 32bit kernel and are likely just not correctly
 mapped:
 
 ioctl32(hdparm:7607): Unknown cmd fd(3) cmd(031c){t:03;sz:0} 
 arg() on /dev/hda
   HDIO_DRIVE_RESET - hdparm -w /dev/hda
   That's not funny, I cannot reset IDE devices anymore.
 
 ioctl32(conserver:4500): Unknown cmd fd(5) cmd(530b){t:'S';sz:0} 
 arg(0806b17e) on /dev/ttyS5
   This one is probably safe - I just have no idea, why (and where)
   conserver does CDROM ioctls on a tty - maybe some probing
   thingy.
 
 
 compat_ioctl32: VIDIOC_QUERYCAPioctl32(v4lctl:6890): Unknown cmd fd(5) 
 cmd(80585600){t:'V';sz:88} arg(097847b0) on /dev/video0
 compat_ioctl32: VIDIOC_S_EXT_CTRLSioctl32(vlc:8081): Unknown cmd fd(7) 
 cmd(c0185648){t:'V';sz:24} arg(f37fe940) on /dev/video0
 compat_ioctl32: VIDIOC_ENUM_FRAMEINTERVALSioctl32(vlc:8081): Unknown cmd 
 fd(7) cmd(c034564b){t:'V';sz:52} arg(f37fee90) on /dev/video0
   Those are strange, they seem to be mapped correctly and
   transmitted to video4linux compat_ioctl32 but the V4L1-V4L2
   re-mapping done there seems to be broken...

Does this still occur with recent kernels?

Cheers,
Moritz




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218222933.ga4...@galadriel.inutil.org



Bug#502550: Kernel Parameter 'nosmp' makes the cow fly

2010-02-18 Thread Moritz Muehlenhoff
On Sun, Oct 26, 2008 at 01:21:11AM +0200, Peter wrote:
 Hi Kernel team,
 
 I tried different kernel parameter, the 'nosmp' addition made the system
 start with the 686 kernel. (Even network works now fine.)
 It has a T3200 processor, all I found out about ut is:
 
 The Intel(R) Pentium(R) Dual-Core Mobile Processor T3200 is a dual core 
 processor; it is part of the Intel(R) Pentium(R) Dual-Core Mobile
 family.
 CPU speed: 2.00GHz 
 L2 Cache Size: 1MB
 Bus Speed: 667MHz
 Processor architecture: 32 bits 
 
 When I got this right, nosmp makes the system run only with one
 processor. Can you make both CPUs work?

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether both CPUs work there. If not, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218223328.ga4...@galadriel.inutil.org



Bug#512538: kernel BUG at arch/x86/kvm/mmu.c:553

2010-02-18 Thread Moritz Muehlenhoff
On Wed, Jan 21, 2009 at 04:06:12PM +0100, Jakub Wilk wrote:
 Package: linux-image-2.6.26-1-686
 Version: 2.6.26-13
 Severity: normal
 
 I encountered the following bug while normally using kvm:

For Lenny you could try the separate kvm source package, maybe
it doesn' expose the bug.

Is this still reproducible with 2.6.32?

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218224714.ga6...@galadriel.inutil.org



Bug#511892: 'BUG: unable to handle kernel NULL pointer dereference at [...]' message when unplugging usb apc ups

2010-02-18 Thread Moritz Muehlenhoff
On Thu, Jan 15, 2009 at 03:18:19PM +0200, Costin Gusa wrote:
 Package: linux-image-2.6.26-1-amd64
 Version: 2.6.26-12
 Severity: normal
 
 when unplugging then replugging the usb cable from the apc ups into another 
 usb connector, the kernel outputs the message copied below.
 I'm not sure if this persists if i turn off apcupsd or with a non-smp kernel 
 or with a 32-bit kernel, but i'll try the first two and report back.

There have been several changes after the 2.6.26 release to the usbhid 
driver for fixing race conditions and to improve the error handling.

The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. At this point our efforts are focused on bringing this
version in shape. Please test the current 2.6.32 from unstable/testing
and tell us whether the problem persists. If so, we should report it
upstream to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218224417.ga5...@galadriel.inutil.org



Processed: Re: Raid1 resync does not run in the background

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 511417 mdadm
Bug #511417 [linux-2.6] Raid1 resync does not run in the background
Bug reassigned from package 'linux-2.6' to 'mdadm'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12665338577243.transcr...@bugs.debian.org



Bug#514592: marked as done (linux-image-2.6.26-1-486: does not support ethernet adaptor Intel 0x10de)

2010-02-18 Thread Debian Bug Tracking System
Your message dated Fri, 19 Feb 2010 00:02:03 +0100
with message-id 20100218230203.ga7...@galadriel.inutil.org
and subject line Re: Patch for Intel 0x10de support
has caused the Debian Bug report #514592,
regarding linux-image-2.6.26-1-486: does not support ethernet adaptor Intel 
0x10de
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
514592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514592
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-image-2.6.26-1-486
Version: 2.6.26+17
Severity: normal


The iethernet adaptor 0x8086:0x10de does not work for me with this kernel.

It is supposed to work with 2.6.28.



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-macmini (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Version: 2.6.29-1

On Thu, Feb 12, 2009 at 06:08:36PM +0100, Michal Suchanek wrote:
 The 26-28 patch upgrades the e1000e to later version taken from 2.6.28.4.
 
 The 28-26 shows what was changed to make the newer driver build with
 the older kernel.
 
 I can back / with httpfs on a machine with 0x10de network adaptor
 with patched kernel.

Support for this adapter was added in 2.6.26-18, closing. Please reopen
this bug if it doesn't work properly.

Cheers,
 Moritz

---End Message---


Processed: forcibly merging 514644 514646

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 514644 514646
Bug#514644: ipv6: net.ipv6.conf.*.temp_valid_lft counter seems to overflow
Bug#514646: ipv6: net.ipv6.conf.*.temp_prefered_lft value is ignored
Forcibly Merged 514644 514646.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126653423111299.transcr...@bugs.debian.org



Bug#514131: [linux-image-2.6.26-1-686]: network card 3ccfem656b (3c59x.ko) doesn't work

2010-02-18 Thread Moritz Muehlenhoff
On Wed, Feb 04, 2009 at 05:46:37PM +0100, Klaus Klein wrote:
 Package: linux-image-2.6.26-1-686
 Version: 2.6.26-12
 
 Environment: - Dell Latitude 8100
 - 3Com 3CCFEM656B
 - Debian 2.6 (Lenny)
 
 After inserting the network card (3CCFEM656B) the module 3c59x.ko is loaded.
 
 Nevertheless, the following entries in /var/log/syslog appear:

Sorry for the late response :-/

The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218224845.ga6...@galadriel.inutil.org



Bug#511417: Raid1 resync does not run in the background

2010-02-18 Thread Moritz Muehlenhoff
reassign 511417 mdadm
thanks

On Sat, Jan 10, 2009 at 06:29:59PM +0100, Joachim Zobel wrote:
 Package: linux-image-2.6.26-1-amd64
 Version: 2.6.26-12
 Severity: medium
 
 I have a desktop with 1Tb raid1 disk. After a crash it took about 2
 hours to boot, since the raid1 resync slowed the box down. 
 
 Setting in /etc/sysctl.conf
 
 dev.raid.speed_limit_max = 3
 
 helped in my case. I do however think that a raid1 resync should behave
 reasonably out of the box.

We're not going to change the defaults on the kernel side. 

I'm reassigning this to mdadm, it seems if this were a useful addition
to a README.Debian or the like.

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218225726.ga6...@galadriel.inutil.org



Bug#512538: kernel BUG at arch/x86/kvm/mmu.c:553

2010-02-18 Thread Jakub Wilk

submitter 512538 !
thanks

* Moritz Muehlenhoff j...@inutil.org, 2010-02-18, 23:47:

Package: linux-image-2.6.26-1-686
Version: 2.6.26-13
Severity: normal

I encountered the following bug while normally using kvm:


For Lenny you could try the separate kvm source package, maybe
it doesn' expose the bug.

Is this still reproducible with 2.6.32?


I've never seen this bug triggering after the original report.

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#512538: marked as done (kernel BUG at arch/x86/kvm/mmu.c:553)

2010-02-18 Thread Debian Bug Tracking System
Your message dated Fri, 19 Feb 2010 00:17:34 +0100
with message-id 20100218231734.ga8...@galadriel.inutil.org
and subject line Re: kernel BUG at arch/x86/kvm/mmu.c:553
has caused the Debian Bug report #512538,
regarding kernel BUG at arch/x86/kvm/mmu.c:553
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
512538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512538
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: linux-image-2.6.26-1-686
Version: 2.6.26-13
Severity: normal

I encountered the following bug while normally using kvm:

kvm: guest NX capability removed
kvm: guest NX capability removed
apic write: bad size=1 fee00030
Ignoring de-assert INIT to vcpu 0
Ignoring de-assert INIT to vcpu 0
kvm: emulating exchange as write
rmap_remove:  f2acd6f8 1ffe6067 1-BUG
[ cut here ]
kernel BUG at arch/x86/kvm/mmu.c:553!
invalid opcode:  [#1] SMP 
Modules linked in: snd_seq_dummy arc4 ecb crypto_blkcipher zd1211rw mac80211 cfg80211 tun ipx p8023 kvm_amd kvm binfmt_misc ipt_REJECT xt_tcpudp xt_state iptable_filter iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nvidiafb ip_tables fb_ddc vgastate x_tables fuse tuner_simple tuner_types tuner tvaudio bttv videodev v4l1_compat ir_common compat_ioctl32 i2c_algo_bit acx v4l2_common videobuf_dma_sg videobuf_core btcx_risc firmware_class tveeprom snd_hda_intel snd_pcm snd_seq snd_timer snd_seq_device snd soundcore psmouse snd_page_alloc k8temp serio_raw button evdev parport_pc parport i2c_nforce2 i2c_core ext3 jbd mbcache ide_disk ide_cd_mod cdrom ide_pci_generic amd74xx ide_core floppy ata_generic forcedeth libata scsi_mod dock ehci_hcd ohci_hcd usbcore thermal processor fan thermal_sys


Pid: 3817, comm: kvm Not tainted (2.6.26-1-686 #1)
EIP: 0060:[f9b87d45] EFLAGS: 00010292 CPU: 1
EIP is at rmap_remove+0xf5/0x17d [kvm]
EAX: 0039 EBX: c4142394 ECX:  EDX: 0086
ESI: fbcda808 EDI: c4324000 EBP: f2acd6f8 ESP: c41e9be4
 DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
Process kvm (pid: 3817, ti=c41e8000 task=c3ec2280 task.ti=c41e8000)
Stack: f9b92021 f2acd6f8 1ffe6067  c4324000 c4142394 f2acd6f8 c4142394 
   c4324000 00df f9b87e7f  0380 0004 0004 0004 
   f9b89465 0004 321f6380  c4336020 0003 000321f6 c4142394 
Call Trace:

 [f9b87e7f] kvm_mmu_zap_page+0x92/0x24c [kvm]
 [f9b89465] kvm_mmu_pte_write+0x2c7/0x783 [kvm]
 [f9b81622] mark_page_dirty+0x14/0x33 [kvm]
 [f9b8169e] kvm_write_guest_page+0x31/0x3e [kvm]
 [f9b83e78] emulator_write_phys+0x32/0x40 [kvm]
 [f9b84f77] emulator_write_emulated_onepage+0x69/0x10b [kvm]
 [f9b8e204] x86_emulate_insn+0x2b95/0x3495 [kvm]
 [f9b8ac21] do_insn_fetch+0x55/0x8b [kvm]
 [f9b8ad9b] decode_register_operand+0x6a/0x9b [kvm]
 [f9b8b4b8] x86_decode_insn+0x6ec/0x8a3 [kvm]
 [f9b8313a] get_segment+0xa/0xc [kvm]
 [f9b8314e] kvm_get_cs_db_l_bits+0x12/0x26 [kvm]
 [f9b83d1c] emulate_instruction+0x172/0x29c [kvm]
 [f9b89168] kvm_mmu_page_fault+0x38/0x6e [kvm]
 [f8b5351c] handle_exit+0x18f/0x196 [kvm_amd]
 [f9b86a65] kvm_arch_vcpu_ioctl_run+0x3fe/0x589 [kvm]
 [f9b822a5] kvm_vcpu_ioctl+0xe4/0x34c [kvm]
 [c010296e] __switch_to+0xa5/0x125
 [c011d3bd] hrtick_set+0x7a/0xd8
 [c02b831f] schedule+0x63d/0x66f
 [c013604c] getnstimeofday+0x37/0xbc
 [c01344c2] ktime_get_ts+0x22/0x49
 [c010f91b] apic_wait_icr_idle+0xe/0x15
 [c0118ff8] __resched_task+0x5c/0x5f
 [c011b679] try_to_wake_up+0xe8/0xf1
 [c011845d] __wake_up_common+0x2e/0x58
 [c011a641] __wake_up+0x29/0x39
 [c013a976] wake_futex+0x1c/0x26
 [c013ac12] futex_wake+0x9f/0xcd
 [c013b695] do_futex+0x8a/0x6ff
 [f9b81fc0] kvm_vm_ioctl+0x163/0x174 [kvm]
 [c01344f6] ktime_get+0xd/0x21
 [c010296e] __switch_to+0xa5/0x125
 [c011d3bd] hrtick_set+0x7a/0xd8
 [f9b821c1] kvm_vcpu_ioctl+0x0/0x34c [kvm]
 [c017e3f0] vfs_ioctl+0x1c/0x5d
 [c017e67b] do_vfs_ioctl+0x24a/0x261
 [c017e6d3] sys_ioctl+0x41/0x5a
 [c0103853] sysenter_past_esp+0x78/0xb1
 ===
Code: 55 68 01 20 b9 f9 e8 6e b1 59 c6 0f 0b 83 c4 10 eb fe a8 01 75 24 39 e8 74 18 ff 75 04 ff 75 00 55 68 21 20 b9 f9 e8 4e b1 59 c6 0f 0b 83 c4 10 eb fe c7 06 00 00 00 00 eb 72 89 c2 31 ff 83 e2 
EIP: [f9b87d45] rmap_remove+0xf5/0x17d [kvm] SS:ESP 0068:c41e9be4

---[ end trace 6823534350d8585a ]---

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.26-1-686 depends on:

Processed: Re: kernel BUG at arch/x86/kvm/mmu.c:553

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 submitter 512538 !
Bug #512538 [linux-2.6] kernel BUG at arch/x86/kvm/mmu.c:553
Changed Bug submitter to 'Jakub Wilk jw...@debian.org' from 'Jakub Wilk 
uba...@users.sf.net'
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126653494717827.transcr...@bugs.debian.org



Processed: tagging 570428

2010-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 570428 + pending
Bug #570428 [linux-2.6] Include be2net driver
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126653469915742.transcr...@bugs.debian.org



Bug#514644: ipv6: net.ipv6.conf.*.temp_valid_lft counter seems to overflow

2010-02-18 Thread Moritz Muehlenhoff
On Mon, Feb 09, 2009 at 08:36:49PM +0100, Piotr Lewandowski wrote:
 Package: linux-image-2.6.26-1-686
 Version: 2.6.26-13
 Severity: normal
 
 #v+
 # dev=wire
 # ip link set $dev down
 # sysctl -w net.ipv6.conf.$dev.use_tempaddr=2
 net.ipv6.conf.wire.use_tempaddr = 2
 # sysctl -w net.ipv6.conf.$dev.max_desync_factor=0
 net.ipv6.conf.wire.max_desync_factor = 0
 # sysctl -w net.ipv6.conf.$dev.temp_valid_lft=9
 net.ipv6.conf.wire.temp_valid_lft = 9
 # sysctl -w net.ipv6.conf.$dev.temp_prefered_lft=6
 net.ipv6.conf.wire.temp_prefered_lft = 6
 # ip address flush dev $dev 2/dev/null
 # ip link set $dev up
 # for x in `seq 1 25`; do sleep 1; ip -6 a sh dev $dev secondary | grep _lft; 
 done
valid_lft 9sec preferred_lft 604800sec
valid_lft 8sec preferred_lft 604799sec
valid_lft 6sec preferred_lft 604797sec
valid_lft 5sec preferred_lft 604796sec
valid_lft 4sec preferred_lft 604795sec
valid_lft 3sec preferred_lft 604794sec
valid_lft 2sec preferred_lft 604793sec
valid_lft 1sec preferred_lft 604792sec
valid_lft 0sec preferred_lft 604791sec
valid_lft forever preferred_lft 604790sec
valid_lft 4294967294sec preferred_lft 604789sec
valid_lft 4294967293sec preferred_lft 604788sec
valid_lft 4294967292sec preferred_lft 604787sec
valid_lft 4294967291sec preferred_lft 604786sec
valid_lft 4294967290sec preferred_lft 604785sec
valid_lft 4294967289sec preferred_lft 604784sec
valid_lft 4294967288sec preferred_lft 604783sec
valid_lft 4294967287sec preferred_lft 604782sec
valid_lft 4294967286sec preferred_lft 604781sec
valid_lft 4294967285sec preferred_lft 604780sec
valid_lft 4294967284sec preferred_lft 604779sec
 #v-
 
 It doesn't seems to be caused by relatively low value of
 temp_valid_lft, since I've succeed to reproduce this behaviour with
 temp_valid_lft = 200.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218230306.ga7...@galadriel.inutil.org



Bug#567747: /etc/modprobe.d/i915-kms.conf: startx results in a black screen permanently turned off until reboot

2010-02-18 Thread Gunnar Wolf
As a temporary workaround, or in case this is of any value: Logging in
from a second computer to the affected one allows you to:

- /etc/init.d/gdm stop
- Launch X and kill it (Ctrl-C)
- /etc/init.d/gdm start

And this time it works properly. 

-- 
Gunnar Wolf • gw...@gwolf.org • (+52-55)5623-0154 / 1451-2244



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218225612.ga14...@localdomain



Bug#514691: problem with the module r8169

2010-02-18 Thread Moritz Muehlenhoff
On Sun, Sep 13, 2009 at 06:31:59AM +0200, yellow protoss wrote:
 Hey,
 
 Ok I found. With Etch debian the module was going much better. Under Lenny
 the module is dropping (no ethernet) pretty more often.
 
 I found that for you guys for testing, after 15minutes of switching off the
 router (hence no net), the module goes mad and breakage.
 Lenny and its kernel doesnt like your module.
 
 Maybe ndiswrapper would be a solution. Man, I have another pc, and debian
 cannot get its hardware working. That those mini compaq hp pc with sky2
 module/driver.

You could try installing a more recent kernel on your system.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz







-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100218230545.ga8...@galadriel.inutil.org



Bug#567689: marked as done (linux-image-2.6.26-2-amd64: cdc_ether driver fails to communicate with Sphairon Turbolink 1203 DSL modem)

2010-02-18 Thread Debian Bug Tracking System
Your message dated Fri, 19 Feb 2010 01:52:51 +
with message-id e1nii31-00057b...@ries.debian.org
and subject line Bug#567689: fixed in user-mode-linux 2.6.26-1um-2+21lenny3
has caused the Debian Bug report #567689,
regarding linux-image-2.6.26-2-amd64: cdc_ether driver fails to communicate 
with Sphairon Turbolink 1203 DSL modem
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
567689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567689
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.26-21
Severity: normal

As of version 2.6.26-21, the cdc_ether driver does not manage to establish a
PPPoE connection with my modem Sphairon Turbolink 1203 through the USB
interface. It was working with 2.6.26-19lenny2. The differece compared to
earlier kernels lies in this line:
[   63.587647] ADDRCONF(NETDEV_UP): eth1: link is not ready

My guess as to what might have caused the problem would be the change to usbnet
introduced with 2.6.26-21:
  * usbnet: Set link down initially for drivers that update link state
(Closes: #444043)

-- Package-specific info:
** Version:
Linux version 2.6.26-2-amd64 (Debian 2.6.26-21) (da...@debian.org) (gcc version 
4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Sat Dec 26 09:50:24 UTC 
2009

** Command line:
root=/dev/md0 ro 

** Not tainted

** Kernel log:
[8.564527] sata_nv :00:0a.0: version 3.5
[8.565044] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[8.565102] ACPI: PCI Interrupt :00:0a.0[A] - Link [APSJ] - GSI 23 
(level, high) - IRQ 23
[8.565280] PCI: Setting latency timer of device :00:0a.0 to 64
[8.565349] scsi0 : sata_nv
[8.565501] scsi1 : sata_nv
[8.565724] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xf400 irq 23
[8.565780] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xf408 irq 23
[8.611800] hda: max request size: 128KiB
[8.612196] hda: 16841664 sectors (8622 MB) w/512KiB Cache, CHS=16708/16/63
[8.612309] hda: cache flushes not supported
[8.612414]  hda: hda1 hda2
[8.650328] hdb: max request size: 128KiB
[8.651447] hdb: 156301488 sectors (80026 MB) w/8192KiB Cache, 
CHS=65535/16/63
[8.651580] hdb: cache flushes not supported
[8.651691]  hdb: hdb1 hdb2 hdb3
[8.789939] hdc: ATAPI 52X DVD-ROM CD-R/RW drive, 1536kB Cache
[8.790138] Uniform CD-ROM driver Revision: 3.20
[9.357792] md: raid1 personality registered for level 1
[9.367102] md: md0 stopped.
[9.389359] md: bindhdb1
[9.389771] md: bindhda1
[9.403654] raid1: raid set md0 active with 2 out of 2 mirrors
[9.584037] PM: Starting manual resume from disk
[9.617964] kjournald starting.  Commit interval 5 seconds
[9.618035] EXT3-fs: mounted filesystem with ordered data mode.
[   13.000824] udevd version 125 started
[   14.189654] udev: renamed network interface eth1 to eth2
[   14.246548] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x4c00
[   14.246630] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x4c40
[   14.284379] input: Power Button (FF) as /class/input/input1
[   14.313944] ACPI: Power Button (FF) [PWRF]
[   14.314096] input: Power Button (CM) as /class/input/input2
[   14.343546] ACPI: Power Button (CM) [PWRB]
[   14.838123] usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 
0x04E8 pid 0x328F
[   14.838218] usbcore: registered new interface driver usblp
[   15.048388] eth1: register 'cdc_ether' at usb-:00:02.2-4, CDC Ethernet 
Device, 00:30:54:9f:ae:32
[   15.048496] usbcore: registered new interface driver cdc_ether
[   15.312855] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   15.326371] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   15.507722] ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 22
[   15.507783] ACPI: PCI Interrupt :00:06.0[A] - Link [APCJ] - GSI 22 
(level, high) - IRQ 22
[   15.507935] PCI: Setting latency timer of device :00:06.0 to 64
[   15.636994] input: PC Speaker as /class/input/input3
[   15.729022] Error: Driver 'pcspkr' is already registered, aborting...
[   15.742385] Error: Driver 'pcspkr' is already registered, aborting...
[   15.828047] intel8x0_measure_ac97_clock: measured 53579 usecs
[   15.828107] intel8x0: clocking to 46902
[   15.950255] pnp: the driver 'parport_pc' has been registered
[   15.950279] parport_pc 00:0a: reported by Plug and Play ACPI
[   15.950383] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[   16.044062] parport_pc 00:0a: driver attached
[   17.301882] Adding 602428k swap on /dev/hdb2.  Priority:-1 extents:1 
across:602428k
[   

Bug#567468: (boot time consequences of) Linux mdadm superblock question.

2010-02-18 Thread martin f krafft
also sprach Neil Brown ne...@suse.de [2010.02.18.1834 +1300]:
 But it would be rather awkward to store the uuid of the root
 filesystem in the metadata for the array that stores the root
 filesystem (and so is created before the root filesystem)...

True. You'd have to update the superblock UUID right after creation
of the filesystem. That doesn't sound like a robust strategy to
making mdadm.conf optional.

 Are you suggesting that when mdadm finds some bits that looks like
 the form an array it should test-assemble it, look inside for
 a filesystem, extra the uuid of that filesystem and compare
 against some known uuid before deciding whether to assemble that
 array or not?  I hope not.

Hehe, that would be fun, wouldn't it? ;)

 So I don't think I know what is really being proposed.

I really would like to make mdadm.conf optional and still have
things work incrementally from initrd.

-- 
martin | http://madduck.net/ | http://two.sentenc.es/
 
stupidity management for the superuser
is a user space issue in unix systems.
   -- alan cox
 
spamtraps: madduck.bo...@madduck.net


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)