Bug#576677: find's %Y

2010-04-06 Thread jidanni
Apparently it is affected by CWD: 14:21 ~$ cd - /tmp 14:21 tmp$ find /tmp -name sleep -printf %Y\\n f f 14:21 tmp$ cd - /home/jidanni 14:21 ~$ find /tmp -name sleep -printf %Y\\n N N 14:21 ~$ cd - /tmp 14:22 tmp$ find /tmp -name sleep -printf %Y\\n f f 14:22 tmp$ mount|egrep /home\|/tmp /dev/hd

Bug#576677: find's %Y

2010-04-06 Thread jidanni
So I thought cd'ing to /tmp would help (cd /tmp find "${DESTDIR}" -type l -printf '%p %Y\n' | sed -n 's/ [LN]$//p' \ | xargs --verbose -rL1 rm -f ) however the files got zapped anyway. So it's back to the random %Y accuracy theory. -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists

Bug#576677: find's %Y

2010-04-06 Thread jidanni
Anyway, I have shown %Y is moody and not to be trusted. I will now step back and hand the baton to others. -- 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/877hojojoh

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread maximilian attems
On Wed, Apr 07, 2010 at 01:31:29PM +0800, jida...@jidanni.org wrote: > I found out where all the missing files went by adding --verbose here: > > # diff -C 1 /usr/sbin/mkinitramfs /tmp > *** /usr/sbin/mkinitramfs 2010-04-05 13:10:29.0 +0800 > --- /tmp/mkinitramfs2010-04-07 13:26:

Bug#576700: initramfs-tools: could not resume after suspended by uswsusp

2010-04-06 Thread VDR dai (deb)
On Wed, Apr 07, 2010 at 06:12:49AM +0200, maximilian attems wrote: > can you verify integrity of initramfs > size is a good first indication > > ls -lh /boot/initrd* > > and then try to extract the initramfs, in some temp dir > mkdir /tmp/foo && cd /tmp/foo > gunzip -c /boot/initrd.img-2.6.XX-X-

Bug#514459: linux-image-2.6.32-4-686: device name not updated in /etc/crypttab

2010-04-06 Thread Ben Hutchings
On Wed, 2010-04-07 at 02:01 -0300, Rodrigo Campos wrote: > I think this is fixed in 2.6.32-11 which closed #575056, that is the same bug > if > I'm not wrong The problem you reported as a follow-up to #514459 is the same as #575056. But #514459 was really about something different. Ben. -- Be

Bug#576677: find's %Y

2010-04-06 Thread jidanni
What's barfy is it turns out the same command sometimes gives different output! $ mount|grep /tmp #df shows plenty of space too. tmpfs on /tmp type tmpfs (rw) 14:04 ~$ find /tmp/NOSHUCH -printf %Y\\n N 14:05 ~$ find /tmp/sleep -printf %Y\\n f 14:05 ~$ find /tmp -name sleep -printf %Y\\n ###COMPAR

Bug#572488: linux-image-2.6.33: fails to boot

2010-04-06 Thread Ben Hutchings
On Wed, 2010-04-07 at 07:21 +0200, Jeanseb wrote: > hello, > I got same problem with am64 sqeeze kernel. > > Compiling 2.6.33.1 with debian config file crash the same way. Please identify precisely which config file you mean. Ben. -- Ben Hutchings Once a job is fouled up, anything done to impr

Processed: notfound 514459 in 2.6.32-10, found 514459 in 2.6.25-7

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > notfound 514459 2.6.32-10 Bug #514459 [linux-2.6] linux-image-2.6.25-2-486: encrypted root-partition not detected There is no source info for the package 'linux-2.6' at version '2.6.32-10' with architecture '' Unable to make a source version for

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
I don't know why find(1) says they are N - Non existent. ls -Ll shows them fine. $ find NOSHUCH sleep -type l -printf %Y\\n|s N f $ find NOSHUCH sleep |xargs ls -l lrwxrwxrwx 1 jidanni jidanni 16 2010-04-07 13:37 NOSHUCH -> /usr/bin/NOSHUCH lrwxrwxrwx 1 jidanni jidanni 10 2010-04-07 13:39 sleep ->

Bug#576564: linux-image-2.6.32-3-686: ali5451 - no sound after resuming from suspend

2010-04-06 Thread Rami Autiomäki
2010/4/6 Mark Brown : > For ALSA bugs it's much more likely to be useful to report them upstream > by sending them to alsa-de...@alsa-project.org with a CC Takashi Iwai > - the ALSA bug tracker is pretty much ignored by both > desktop and embedded ALSA developers these days (and we really should >

Bug#572488: linux-image-2.6.33: fails to boot

2010-04-06 Thread Jeanseb
hello, I got same problem with am64 sqeeze kernel. Compiling 2.6.33.1 with debian config file crash the same way. make defconfig defore running make-kpkg work fine. Hope it will help jeanseb. --- Vos idées n'sont fondées que par overdose de télé Je ne peux que prêcher la déraison

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
I found out where all the missing files went by adding --verbose here: # diff -C 1 /usr/sbin/mkinitramfs /tmp *** /usr/sbin/mkinitramfs 2010-04-05 13:10:29.0 +0800 --- /tmp/mkinitramfs2010-04-07 13:26:12.237673402 +0800 *** *** 288,290 find "${DESTDIR}" -type l

Bug#514459: linux-image-2.6.32-4-686: device name not updated in /etc/crypttab

2010-04-06 Thread Rodrigo Campos
I think this is fixed in 2.6.32-11 which closed #575056, that is the same bug if I'm not wrong Thanks a lot, Rodrigo -- 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.

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread maximilian attems
On Wed, Apr 07, 2010 at 12:42:57PM +0800, jida...@jidanni.org wrote: > Maybe it all has to do with this recent change to /usr/sbin/mkinitramfs: > > 202,206d226 > < # klibc > < ln -s /usr/lib/klibc/bin/* ${DESTDIR}/bin > < ln -s /lib/klibc-*.so ${DESTDIR}/lib > > maybe not. please send me private

Re: Bug#576641: Can't open /scripts/functions, no backup of initrd made

2010-04-06 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/07/10 06:07, maximilian attems wrote: > > can't be the code of mdadm 3.1.1-1 can not produce such an error, > but the experimental version 3.1.1-1+incremental+4 is faulty. > After removing mdadm I got this: # dpkg -i initramfs-tools_0.94_all.d

Re: rndis problem

2010-04-06 Thread maximilian attems
On Wed, 07 Apr 2010, Ben Hutchings wrote: > On Tue, 2010-04-06 at 21:22 +0100, Ben Hutchings wrote: > > Please use 'reply to all'; this is not a private conversation. > > > > On Tue, Apr 06, 2010 at 04:05:15PM -0400, Mark Glassberg wrote: > > > I installed and tried linux-image-2.6.32-bpo.3-686 a

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
By the way, a 0 byte "overlay"? # mkinitramfs -o /tmp/foo2 -k Working files in /tmp/mkinitramfs_8JZYvN and overlay in /tmp/mkinitramfs-OL_aFgfUj # find /tmp/mkinitramfs_8JZYvN|wc -l 160 # ls -l /tmp/mkinitramfs-OL_aFgfUj -rw--- 1 root root 0 2010-04-07 12:22 /tmp/mkinitramfs-OL_aFgfUj --

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
Maybe it all has to do with this recent change to /usr/sbin/mkinitramfs: 202,206d226 < # klibc < ln -s /usr/lib/klibc/bin/* ${DESTDIR}/bin < ln -s /lib/klibc-*.so ${DESTDIR}/lib maybe not. -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Processed: linux-image-2.6.32-4-686: device name not updated in /etc/crypttab

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 514459 important Bug #514459 [linux-2.6] linux-image-2.6.25-2-486: encrypted root-partition not detected Severity set to 'important' from 'normal' > found 514459 2.6.32-10 Bug #514459 [linux-2.6] linux-image-2.6.25-2-486: encrypted root

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread maximilian attems
On Wed, 07 Apr 2010, jida...@jidanni.org wrote: > ma> please take an image. > Made with this grub stanza: > menuentry "Debian GNU/Linux, linux 2.6.32-3-686 (single-user mode)" { > set root=(hd0,5) > search --fs-uuid --set efd74e43-e0cb-4aa9-8a1d-d258cd465773 > linux /boot/vml

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread maximilian attems
On Wed, Apr 07, 2010 at 12:12:45PM +0800, jida...@jidanni.org wrote: > # sh -x mkinitramfs -v -o /tmp/foo > bar1 2> bar2 > # bzip2 bar? grr still clueless, please do mkinitramfs -k -o /tmp/foo that keeps temporary build dirs and show find /tmp/mkinitramfs_* -- To UNSUBSCRIBE, email to debian

Bug#576700: initramfs-tools: could not resume after suspended by uswsusp

2010-04-06 Thread maximilian attems
On Wed, 07 Apr 2010, VDR dai (deb) wrote: > Thank you for your replying and sorry for my simple report. can you verify integrity of initramfs size is a good first indication ls -lh /boot/initrd* and then try to extract the initramfs, in some temp dir mkdir /tmp/foo && cd /tmp/foo gunzip -c /boo

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread maximilian attems
On Wed, Apr 07, 2010 at 11:54:59AM +0800, jida...@jidanni.org wrote: > We see a truncated file produced, here on even a third machine. > $ for i in $...@*; do ls -og $i; zcat $i|cpio -t|wc -l; done > -rw-r--r-- 1 103770 2010-04-07 11:01 /boot/initrd.img-2.6.32-3-686 > 1092 blocks > 160 ok that hel

Bug#573912: linux-2.6: please enable ramzswap/compcache

2010-04-06 Thread Vagrant Cascadian
On Sun, Apr 04, 2010 at 08:06:23PM +0100, Ben Hutchings wrote: > On Sun, 2010-04-04 at 11:21 -0700, Vagrant Cascadian wrote: > > On Sun, Apr 04, 2010 at 07:16:36AM +0100, Ben Hutchings wrote: > > > On Thu, 2010-03-18 at 14:36 +1100, Trent W. Buck wrote: > > > > Vagrant Cascadian wrote: > > > > > Pl

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread maximilian attems
On Wed, Apr 07, 2010 at 11:57:40AM +0800, jida...@jidanni.org wrote: > $ for i in $...@*; do echo $@;zcat $i|cpio -tv|nl|tail -n 5; done > /boot/initrd.img-2.6.32-3-686 > 1092 blocks >156 -rw-r--r-- 1 root root5 Apr 7 11:01 conf/modules >157 -rw-r--r-- 1 root root

Re: Bug#576641: Can't open /scripts/functions, no backup of initrd made

2010-04-06 Thread maximilian attems
On Wed, 07 Apr 2010, Harald Dunkel wrote: > On 04/06/10 21:30, maximilian attems wrote: > > > > which version of mdadm are you running please post, output of > > dpkg -l mdadm > > > > It is mdadm 3.1.1-1 can't be the code of mdadm 3.1.1-1 can not produce such an error, but the experimental ver

Processed: tagging 572488

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 572488 - patch Bug #572488 [linux-2.6] linux-image-2.6.33: fails to boot Removed tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
We see a truncated file produced, here on even a third machine. $ for i in $...@*; do ls -og $i; zcat $i|cpio -t|wc -l; done -rw-r--r-- 1 103770 2010-04-07 11:01 /boot/initrd.img-2.6.32-3-686 1092 blocks 160 -rw-r--r-- 1 7244191 2010-03-22 09:11 /boot/initrd.img-2.6.32-3-686.bak 35062 blocks 646

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
# sh -x mkinitramfs -v -o /tmp/foo > bar1 2> bar2 # bzip2 bar? bar1.bz2 Description: Binary data bar2.bz2 Description: Binary data # zcat foo |cpio -t|nl|tail 1092 blocks 151 etc/modprobe.d/jidanni.conf 152 etc/modprobe.d/fbdev-blacklist.conf 153 etc/modprobe.d/blacklist.conf 154

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
$ for i in $...@*; do echo $@;zcat $i|cpio -tv|nl|tail -n 5; done /boot/initrd.img-2.6.32-3-686 1092 blocks 156 -rw-r--r-- 1 root root5 Apr 7 11:01 conf/modules 157 -rw-r--r-- 1 root root 1055 Apr 4 11:43 conf/initramfs.conf 158 -rw-r--r-- 1 root

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread Ben Hutchings
On Wed, 2010-04-07 at 05:10 +0100, Ben Hutchings wrote: > On Wed, 2010-04-07 at 04:15 +0200, forwebo...@web.de wrote: > > -Ursprüngliche Nachricht- > > Von: Ben Hutchings > > >> The only patch i could find is the mentioned "../openvz.patch". > > > > > >You need to specify 'openvz' as the f

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread Ben Hutchings
On Wed, 2010-04-07 at 04:15 +0200, forwebo...@web.de wrote: > -Ursprüngliche Nachricht- > Von: Ben Hutchings > >> The only patch i could find is the mentioned "../openvz.patch". > > > >You need to specify 'openvz' as the featureset. It is not an extra > >patch. > > I have no real idea ab

Re: Bug#576641: Can't open /scripts/functions, no backup of initrd made

2010-04-06 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/06/10 21:30, maximilian attems wrote: > > which version of mdadm are you running please post, output of > dpkg -l mdadm > It is mdadm 3.1.1-1 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Processed: tagging 572488

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 572488 moreinfo Bug #572488 [linux-2.6] linux-image-2.6.33: fails to boot Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bu

Bug#572488: linux-image-2.6.33: fails to boot

2010-04-06 Thread Ben Hutchings
On Tue, 2010-04-06 at 17:58 +0100, Ben Hutchings wrote: > On Tue, Apr 06, 2010 at 07:14:15PM +0200, Michal Suchanek wrote: > > > > On 04/03/2010 09:32 PM, Ben Hutchings wrote: > >> Please report this upstream at under > >> product 'Platform Specific/Hardware', componen

Processed: tagging 575681

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.10.35lenny7 > tags 575681 + pending Bug #575681 [linux-2.6] xserver-xorg-video-radeon: shows severe artifacts since switching to KMS Added tag(s) pending. > End of message, stopping p

Processed: tagging 576723

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.10.35lenny7 > tags 576723 + pending Bug #576723 [linux-2.6] linux-2.6: [2.6.33] mising rt2860sta; rt2800 not suitable for replacement Added tag(s) pending. > End of message, stopping

Bug#552299: forcedeth: nVidia MCP55 ethernet and forcedeth module - fails to connect

2010-04-06 Thread Ben Hutchings
On Tue, 2010-04-06 at 08:45 +0200, Romain DEGEZ wrote: > Ben Hutchings wrote: > > On Tue, 2010-03-16 at 17:20 +0100, Romain DEGEZ wrote: > >> I own a P5N32-E SLI Asus motherbord. > >> > >> The bug is still present with 2.6.32-3-686 debian kernel > > > > It looks like this bug is already known and

Re: rndis problem

2010-04-06 Thread Ben Hutchings
On Tue, 2010-04-06 at 21:22 +0100, Ben Hutchings wrote: > Please use 'reply to all'; this is not a private conversation. > > On Tue, Apr 06, 2010 at 04:05:15PM -0400, Mark Glassberg wrote: > > I installed and tried linux-image-2.6.32-bpo.3-686 and linux-image-2.6.32- > > bpo.2-686, without success

Bug#552299: [PATCH] PCI: Disable MSI for MCP55 on P5N32-E SLI

2010-04-06 Thread Ben Hutchings
As reported in , MSI appears to be broken for this on-board device. We already have a quirk for the P5N32-SLI Premium; extend it to cover both variants of the board. Reported-by: Romain DEGEZ Signed-off-by: Ben Hutchings Cc: sta...@kernel.org --- drivers/pci/quir

Processed: tagging 552299

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.10.35lenny7 > tags 552299 + pending Bug #552299 [linux-image-2.6.26-2-686] forcedeth: nVidia MCP55 ethernet and forcedeth module - fails to connect Added tag(s) pending. > End of

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread Ben Hutchings
On Wed, 2010-04-07 at 04:15 +0200, forwebo...@web.de wrote: > -Ursprüngliche Nachricht- > Von: Ben Hutchings > >> The only patch i could find is the mentioned "../openvz.patch". > > > >You need to specify 'openvz' as the featureset. It is not an extra > >patch. > > I have no real idea ab

Bug#576758: Debconf: Unknown template field _description

2010-04-06 Thread maximilian attems
On Wed, Apr 07, 2010 at 03:48:05AM +0200, Cesare Leonardi wrote: > Package: linux-2.6 > Version: 2.6.32-11 > Severity: normal > > While installing 2.6.32-11 aptitude shows these train of messages: > > (1) > - > debconf: Unknown template field '_description', in stanza

Processed: tagging 576758

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.10.35lenny7 > tags 576758 + pending Bug #576758 [linux-2.6] Debconf: Unknown template field _description Added tag(s) pending. > End of message, stopping processing here. Please conta

Bug#576758: Debconf: Unknown template field _description

2010-04-06 Thread Cesare Leonardi
maximilian attems wrote: known, next time we will spam again with debconf ;) Astonishing! You replied in less than 4 minutes from my sending. Perhaps you are not human!? ;-) fixed in repo will be uploaded soonest, waiting for HPA libata fix. Many thanks. Cesare. -- To UNSUBSCRIBE, emai

Bug#576758: Debconf: Unknown template field _description

2010-04-06 Thread Ben Hutchings
On Wed, 2010-04-07 at 03:48 +0200, Cesare Leonardi wrote: > Package: linux-2.6 > Version: 2.6.32-11 > Severity: normal > > While installing 2.6.32-11 aptitude shows these train of messages: Sorry about this, it's a known bug and will be fixed shortly. Ben. -- Ben Hutchings Once a job is fouled

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread forwebonly
-Ursprüngliche Nachricht- Von: Ben Hutchings >> The only patch i could find is the mentioned "../openvz.patch". > >You need to specify 'openvz' as the featureset. It is not an extra >patch. I have no real idea about Debian. What a "featureset" may be, is beyond my grip. And Google did no

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread Ben Hutchings
On Wed, 2010-04-07 at 03:18 +0200, forwebo...@web.de wrote: > -Ursprüngliche Nachricht- > >Yes, you did something wrong. Now go and read the page I pointed you to > > > Ben, > i you know, what my mistake is, please help me. > > Your advice above is just not enough to get me out of my da

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread forwebonly
-Ursprüngliche Nachricht- Von: maximilian attems >dude we do not support homebrew compiled stuff. You did read, what i wrote? I want to RE-COMPILE an existing Debian Lenny image: linux-image-2.6.26-2-openvz-amd64 In what is that homebrew, please? >if you still want to proceed try >htt

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread maximilian attems
On Wed, Apr 07, 2010 at 03:18:35AM +0200, forwebo...@web.de wrote: > -Ursprüngliche Nachricht- > >Yes, you did something wrong. Now go and read the page I pointed you to > > > i you know, what my mistake is, please help me. dude we do not support homebrew compiled stuff. too much can g

Bug#576758: Debconf: Unknown template field _description

2010-04-06 Thread Cesare Leonardi
Package: linux-2.6 Version: 2.6.32-11 Severity: normal While installing 2.6.32-11 aptitude shows these train of messages: (1) - Preconfiguring packages ... debconf: Unknown template field '_description', in stanza #1 of /tmp/linux-image-2.6.32-4-686.template.38292 d

Bug#576700: initramfs-tools: could not resume after suspended by uswsusp

2010-04-06 Thread VDR dai (deb)
Hi, > > Could not resume after suspended by uswsusp > > using initrd.img made by initramfs-tools 0.94. > > initrd.img made by initramfs-tools 0.93.4 works > > properly with same configuration. > there isn't much that could have touched uswsusp boot hooks, > they look fine to me (looking at the so

Bug#576724: marked as done (udev: [drm:drm_fill_in_dev] *ERROR* Cannot initialize the agpgart module.)

2010-04-06 Thread Debian Bug Tracking System
Your message dated Wed, 7 Apr 2010 02:12:42 +0100 with message-id <20100407011242.ga16...@decadent.org.uk> and subject line Re: Bug#576724: udev: [drm:drm_fill_in_dev] *ERROR* Cannot initialize the agpgart module. has caused the Debian Bug report #576724, regarding udev: [drm:drm_fill_in_dev] *ERR

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread forwebonly
-Ursprüngliche Nachricht- >Yes, you did something wrong. Now go and read the page I pointed you to Ben, i you know, what my mistake is, please help me. Your advice above is just not enough to get me out of my dark pit ... It stops already at "It is possible to apply extra patches to th

Bug#568367: usb mode switch is not the root cause

2010-04-06 Thread maximilian attems
On Tue, 06 Apr 2010, Alexander Heinz wrote: > > USB mode switch does not improve the situation. > > This makes sense because if usb mode switch was required for this kernel > version and device, the virtual serial ports would not even come up. please show dmesg of fresh boot with it installed,

Bug#576678: initramfs-tools: breaks but continues if /tmp is mounted with noexec option

2010-04-06 Thread maximilian attems
On Tue, 06 Apr 2010, Axel Beckert wrote: > > http://git.debian.org/?p=kernel/initramfs-tools.git;a=summary > > see mkinitramfs.8 in topdir. > > HTH: thanks a lot. a bit verbose for my personal taste, but seems quite understandable. changed the must into should as this is a current bug of the p

Processed: notfound 576603 in 0.93.1

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > notfound 576603 0.93.1 Bug #576603 [initramfs-tools] stay in sid to settle dust Bug No longer marked as found in versions initramfs-tools/0.93.1. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking sy

Processed: Re: Bug#576724: udev: [drm:drm_fill_in_dev] *ERROR* Cannot initialize the agpgart module.

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 576724 linux-2.6 Bug #576724 [udev] udev: [drm:drm_fill_in_dev] *ERROR* Cannot initialize the agpgart module. Bug reassigned from package 'udev' to 'linux-2.6'. Bug No longer marked as found in versions udev/151-3. > thanks Stopping proc

Re: drbd in linux-2.6

2010-04-06 Thread maximilian attems
On Tue, 06 Apr 2010, dann frazier wrote: > On Wed, Apr 07, 2010 at 12:39:47AM +0200, maximilian attems wrote: > > > > 2.6.32-12 is expected soonish once the libata HPA patches are finaly > > cooked. I'd prefer to keep that a minimal fix release. So that we can > > push -4 into squeeze. > > > > c

Processed: tagging 568367

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 568367 moreinfo Bug #568367 {Done: maximilian attems } [linux-2.6] linux-image-2.6.32-trunk-686: vodafone k3520 a.k.a. huawei e169 umts 3g umts usb stick randomly disconnects and reconnects Added tag(s) moreinfo. > thanks Stopping processin

Processed: found 576603 in 0.93.1

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > found 576603 0.93.1 Bug #576603 [initramfs-tools] stay in sid to settle dust Bug Marked as found in versions initramfs-tools/0.93.1. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administ

Processed: reassign 576659 to cryptsetup

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 576659 cryptsetup Bug #576659 [initramfs-tools] initramfs-tools: Error while generating initrd.img Bug reassigned from package 'initramfs-tools' to 'cryptsetup'. Bug No longer marked as found in versions initramfs-tools/0.94. > thanks Sto

Bug#576131: marked as done (VZ migration cause kernel panic)

2010-04-06 Thread Debian Bug Tracking System
Your message dated Wed, 7 Apr 2010 00:44:41 +0200 with message-id <20100406224441.gg7...@stro.at> and subject line Re: openvz fix has caused the Debian Bug report #576131, regarding VZ migration cause kernel panic to be marked as done. This means that you claim that the problem has been dealt with

Processed: notfound 576603 in 0.93.4

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > notfound 576603 0.93.4 Bug #576603 [initramfs-tools] stay in sid to settle dust Ignoring request to alter found versions of bug #576603 to the same values previously set > thanks Stopping processing here. Please contact me if you need assistance

Re: Bug#576724: udev: [drm:drm_fill_in_dev] *ERROR* Cannot initialize the agpgart module.

2010-04-06 Thread Marco d'Itri
reassign 576724 linux-2.6 thanks On Apr 06, Juan Ramon Chan wrote: > After some rebootings, i suddenly got this error. before not. > > [1.739777] Linux agpgart interface v0.103 > [1.861458] [drm:drm_fill_in_dev] *ERROR* Cannot initialize the agpgart > module. > [1.861522] DRM: Fill

Processed: found 576603 in 0.94.1

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > found 576603 0.94.1 Bug #576603 [initramfs-tools] stay in sid to settle dust Bug Marked as found in versions initramfs-tools/0.94.1. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administ

Processed: notfound 576603 in 0.93.1

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > notfound 576603 0.93.1 Bug #576603 [initramfs-tools] stay in sid to settle dust Ignoring request to alter found versions of bug #576603 to the same values previously set > thanks Stopping processing here. Please contact me if you need assistance

Bug#576130: marked as done (sub...@bugs.debian.org)

2010-04-06 Thread Debian Bug Tracking System
Your message dated Wed, 7 Apr 2010 00:44:41 +0200 with message-id <20100406224441.gg7...@stro.at> and subject line Re: openvz fix has caused the Debian Bug report #576130, regarding sub...@bugs.debian.org to be marked as done. This means that you claim that the problem has been dealt with. If this

openvz updated

2010-04-06 Thread maximilian attems
forgot to post due to several ongoing stuff, 2.6.32-11 upload to debian unstable has: * Update openvz patch to 14a9729fab67. (closes: #574598, #575189) also fixes #576130 and #576131. we expect 2.6.32-12 soon with pending libata HPA fixes. may update openvz soonish to the 2 new fixes since 14a

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread Ben Hutchings
On Wed, Apr 07, 2010 at 01:58:37AM +0200, forwebo...@web.de wrote: > Von: Ben Hutchings > >Let us know if you have any problems following those. > > No :) > > I build Debian kernels all the day ... aiming for better gameserver kernels. > > My problem seems to be openvz - just re-compiling the n

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread forwebonly
Von: Ben Hutchings >Let us know if you have any problems following those. No :) I build Debian kernels all the day ... aiming for better gameserver kernels. My problem seems to be openvz - just re-compiling the named kernel. I explained everything already - there is a patch that does not seem

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread Ben Hutchings
On Tue, Apr 06, 2010 at 10:03:11PM +0200, forwebo...@web.de wrote: > Here my question again in plain text :) > >   > > I already wrote two topic about that question in the Debian Users Forums, but > was hinted to ask here ... > > http://forums.debian.net/viewtopic.php?f=30&t=50777 > http://foru

Re: drbd in linux-2.6

2010-04-06 Thread dann frazier
On Wed, Apr 07, 2010 at 12:39:47AM +0200, maximilian attems wrote: > On Tue, Apr 06, 2010 at 04:09:54PM -0600, dann frazier wrote: > > > > My plan is therefore to: > > 1) Commit these changes for inclusion in the next linux-2.6 upload > > 2) After that upload, I will file an RC bug to request th

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread forwebonly
Nobody ever compiled linux-image-2.6.26-2-openvz-amd64 ?   At least one person at Debian seems to have done this :-/ ___ NEU: WEB.DE DSL für 19,99 EUR/mtl. und ohne Mindest-Laufzeit! http://produkte.web.de/go/02/ -- To UNSUBSCRIBE, email t

Re: drbd in linux-2.6

2010-04-06 Thread maximilian attems
On Tue, Apr 06, 2010 at 04:09:54PM -0600, dann frazier wrote: > > My plan is therefore to: > 1) Commit these changes for inclusion in the next linux-2.6 upload > 2) After that upload, I will file an RC bug to request the removal of > the drbd8-source binary from the drbd8 source package > >

initramfs-tools_0.94.2_amd64.changes ACCEPTED

2010-04-06 Thread Archive Administrator
Accepted: initramfs-tools_0.94.2.dsc to main/i/initramfs-tools/initramfs-tools_0.94.2.dsc initramfs-tools_0.94.2.tar.gz to main/i/initramfs-tools/initramfs-tools_0.94.2.tar.gz initramfs-tools_0.94.2_all.deb to main/i/initramfs-tools/initramfs-tools_0.94.2_all.deb Override entries for you

Re: drbd in linux-2.6

2010-04-06 Thread dann frazier
On Wed, Apr 07, 2010 at 12:02:00AM +0200, Moritz Muehlenhoff wrote: > On Tue, Mar 30, 2010 at 04:02:22PM -0600, dann frazier wrote: > > On Tue, Mar 30, 2010 at 11:45:54PM +0200, Moritz Muehlenhoff wrote: > > > On 2010-03-30, dann frazier wrote: > > > > drbd maintainers, > > > > > > > > As you no d

Re: drbd in linux-2.6

2010-04-06 Thread dann frazier
On Tue, Mar 30, 2010 at 09:31:20AM -0600, dann frazier wrote: > drbd maintainers, > > As you no doubt know, linux-modules-extra has been dropped for > squeeze. The recommended[1] direction for building out-of-tree module > is to either: > > a) get merged into linux-2.6 > b) use the dkms framewo

Re: drbd in linux-2.6

2010-04-06 Thread Moritz Muehlenhoff
On Tue, Mar 30, 2010 at 04:02:22PM -0600, dann frazier wrote: > On Tue, Mar 30, 2010 at 11:45:54PM +0200, Moritz Muehlenhoff wrote: > > On 2010-03-30, dann frazier wrote: > > > drbd maintainers, > > > > > > As you no doubt know, linux-modules-extra has been dropped for > > > squeeze. The recommend

Processing of initramfs-tools_0.94.2_amd64.changes

2010-04-06 Thread Archive Administrator
initramfs-tools_0.94.2_amd64.changes uploaded successfully to localhost along with the files: initramfs-tools_0.94.2.dsc initramfs-tools_0.94.2.tar.gz initramfs-tools_0.94.2_all.deb Greetings, Your Debian queue daemon (running on host ries.debian.org) -- To UNSUBSCRIBE, email to

Bug#568367: usb mode switch is not the root cause

2010-04-06 Thread Alexander Heinz
USB mode switch does not improve the situation. This makes sense because if usb mode switch was required for this kernel version and device, the virtual serial ports would not even come up. __

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread maximilian attems
On Tue, Apr 06, 2010 at 08:55:13PM +0800, jida...@jidanni.org wrote: > Package: linux-2.6 > Version: 2.6.32-9 > Severity: serious > > Kernel Panic - no init found. > Tried init=/sbin/init. No help. > so the initramfs creation looks fine and is 0.94 indeed, the bootargs look okayish, so I need th

Bug#519166: marked as done ([linux-image-2.6.26-1-amd64] ACPI: EC: missing confirmations, switch off interrupt mode.)

2010-04-06 Thread Debian Bug Tracking System
Your message dated Tue, 6 Apr 2010 23:25:28 +0300 with message-id and subject line Re: [linux-image-2.6.26-1-amd64] ACPI: EC: missing confirmations, switch off interrupt mode. has caused the Debian Bug report #519166, regarding [linux-image-2.6.26-1-amd64] ACPI: EC: missing confirmations, switch

Bug#576726: linux-image-2.6.32-3-686-bigmem: iwlagn crashed during hibernation sequence

2010-04-06 Thread maximilian attems
tags 576726 moreinfo stop On Tue, Apr 06, 2010 at 09:12:56PM +0200, Karol Szafranski wrote: > Package: linux-2.6 > Version: 2.6.32-9 > Severity: important > Tags: squeeze outdated, try 2.6.32-11 from unstable installs just fine in testing linux-image-2.6.32-4-686-bigmem has lots of iwlwifi fixes.

Processed: Re: Bug#576726: linux-image-2.6.32-3-686-bigmem: iwlagn crashed during hibernation sequence

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 576726 moreinfo Bug #576726 [linux-2.6] linux-image-2.6.32-3-686-bigmem: iwlagn crashed during hibernation sequence Added tag(s) moreinfo. > stop Stopping processing here. Please contact me if you need assistance. Debian bug tracking syste

Re: rndis problem

2010-04-06 Thread Ben Hutchings
Please use 'reply to all'; this is not a private conversation. On Tue, Apr 06, 2010 at 04:05:15PM -0400, Mark Glassberg wrote: > I installed and tried linux-image-2.6.32-bpo.3-686 and linux-image-2.6.32- > bpo.2-686, without success. While Mandriva is able to install my modem/ > router as eth2 (I

Processed: tagging as pending bugs that are closed by packages in NEW

2010-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # Tue Apr 6 20:03:17 UTC 2010 > # Tagging as pending bugs that are closed by packages in NEW > # http://ftp-master.debian.org/new.html > # > # Source package in NEW: haskell-type-level > tags 574102 + pending Bug #574102 [wnpp] ITP: haskell-type-

Compiling linux-image-2.6.26-2-openvz-amd64 from scratch (plain-text)?

2010-04-06 Thread forwebonly
Here my question again in plain text :)   I already wrote two topic about that question in the Debian Users Forums, but was hinted to ask here ... http://forums.debian.net/viewtopic.php?f=30&t=50777 http://forums.debian.net/viewtopic.php?f=5&t=50798 In summary, i would like to compile my own v

Re: Bug#576641: Can't open /scripts/functions, no backup of initrd made

2010-04-06 Thread maximilian attems
On Tue, Apr 06, 2010 at 08:14:29AM +0200, Harald Dunkel wrote: > > Package: initramfs-tools > Version: 0.94 > > Upgrade failed with > > Setting up initramfs-tools (0.94) ... > Installing new version of config file /etc/kernel/postrm.d/initramfs-tools ... > Installing new version of config file /

Bug#576723: linux-2.6: [2.6.33] mising rt2860sta; rt2800 not suitable for replacement

2010-04-06 Thread Ben Hutchings
On Tue, Apr 06, 2010 at 09:31:48PM +0300, Damyan Ivanov wrote: > Package: linux-2.6 > Version: 2.6.33-1~experimental.2, 2.6.33-1~experimental.4 > Severity: normal > Tags: experimental > user: debian-eeepc-de...@lists.alioth.debian.org > usertag: features > usertag: 901 > > Hi, > > The 2.6.33 linu

Bug#576726: linux-image-2.6.32-3-686-bigmem: iwlagn crashed during hibernation sequence

2010-04-06 Thread Ben Hutchings
On Tue, Apr 06, 2010 at 09:12:56PM +0200, Karol Szafranski wrote: > Package: linux-2.6 > Version: 2.6.32-9 > Severity: important > Tags: squeeze > > iwlagn (or something associated with it) crashed during hibernation sequence > on > Dell Latitude E5400 with Intel Wireless WiFi Link 5100 card. [

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch?

2010-04-06 Thread forwebonly
-Ursprüngliche Nachricht- Von: Ben Hutchings >Use plain-text email, please. Sorry, i did not notice ... changed to plain text again :) Should be OK now! P.S. I am trying this on Debian Lenny on a i7-920 server. ___ GRATIS für alle

Re: Compiling linux-image-2.6.26-2-openvz-amd64 from scratch?

2010-04-06 Thread Ben Hutchings
Use plain-text email, please. Ben. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking. - Albert Camus -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubs

Compiling linux-image-2.6.26-2-openvz-amd64 from scratch?

2010-04-06 Thread forwebonly
Hello, i already wrote two topic about that question in the Debian Users Forums, but was hinted to ask here ...   http://forums.debian.net/viewtopic.php?f=30&t=50777 http://forums.debian.net/viewtopic.php?f=5&t=50798   In summary, i would like to compile my own version of linux-image-2.6.26-2-open

Hyip Opportunity of the year.

2010-04-06 Thread Yang
Hi debian-kernel@lists.debian.org, I would like to tell you about a very reliable program I take part in since seven month. I made 510% profit at the moment. they are reliable Hong Kong traders company, working on stock, derivatives, and Forex markets. Their performance is very stable, th

Bug#576657: marked as done (radeon: couldn't schedule IB(1))

2010-04-06 Thread Debian Bug Tracking System
Your message dated Tue, 06 Apr 2010 20:44:04 +0200 with message-id <1270579444.4971.6.ca...@amd64.fatal.se> and subject line Re: Bug#576657: radeon: couldn't schedule IB(1) has caused the Debian Bug report #576657, regarding radeon: couldn't schedule IB(1) to be marked as done. This means that you

Bug#576723: linux-2.6: [2.6.33] mising rt2860sta; rt2800 not suitable for replacement

2010-04-06 Thread Damyan Ivanov
Package: linux-2.6 Version: 2.6.33-1~experimental.2, 2.6.33-1~experimental.4 Severity: normal Tags: experimental user: debian-eeepc-de...@lists.alioth.debian.org usertag: features usertag: 901 Hi, The 2.6.33 linux-image in experimental removed the rt2860sta driver from staging and it seems to of

Bug#576678: initramfs-tools: breaks but continues if /tmp is mounted with noexec option

2010-04-06 Thread Axel Beckert
Hi Max, maximilian attems wrote: > > BTW: The information about mkinitramfs looking at $TMPDIR is missing in > > the mkinitramfs(8) man page. Looked there (mostly for commandline > > options) before reporting that bug. But even searching for "TMP" in > > there now didn't find any hint on that. >

Bug#576678: initramfs-tools: breaks but continues if /tmp is mounted with noexec option

2010-04-06 Thread maximilian attems
On Tue, Apr 06, 2010 at 05:14:06PM +0200, Axel Beckert wrote: > > > > guess to disable that feature on noexec /tmp and warn about it > > is the way to go. > > Well, with /tmp or any other directory that would be used instead. > (See below.) yep, sure will do for 0.94.2 this evening after work.

  1   2   >