Bug#530592: initramfs-tools: /dev/disk/by-uuid are not filled with logical volumes fs, so won't boot with uuid method in grub if root is a lv

2009-05-26 Thread Javier Barroso
Package: initramfs-tools
Version: 0.93.2
Severity: important

Hi,

Recently grub2 was installed in my pc and grubcfg contains:

menuentry Debian GNU/Linux, linux 2.6.29-1-686 {
set root=(hd0,1)
search --fs-uuid --set b1124595-0bae-4e7a-8018-1a8a67ee2c85
linux   /vmlinuz-2.6.29-1-686 
root=UUID=2da467fc-77b6-4d4f-aec2-6ee323e3ef70 ro quiet 
initrd  /initrd.img-2.6.29-1-686
}

My root partition is a lvm volume, so I have to change the root parameter to 
/dev/vg/lvroot

In (initramfs) shell /dev/disk/by-uuid/ won't appears my lv filesystems.

Reassign this bug if I'm wrong thinking that is a initramfs-tools issue.

Thank you

-- Package-specific info:
-- /proc/cmdline
BOOT_IMAGE=/vmlinuz-2.6.29-1-686 root=/dev/delorian/root ro quiet

-- /proc/filesystems
ext3
fuseblk
ext4
ext4dev

-- lsmod
Module  Size  Used by
binfmt_misc 7168  1 
nvidia   7215632  26 
i2c_core   20828  1 nvidia
ppdev   6224  0 
lp  7872  0 
battery 5832  0 
acpi_cpufreq6868  0 
cpufreq_stats   3588  0 
cpufreq_powersave   1276  0 
cpufreq_conservative 5456  0 
cpufreq_userspace   2748  0 
bridge 39864  0 
ipv6  232468  46 
8021q  17716  0 
garp7040  1 8021q
stp 2092  2 bridge,garp
ext4  193464  2 
jbd2   51580  1 ext4
crc16   1744  1 ext4
fuse   48352  1 
smsc47b397  4512  0 
loop   12988  0 
snd_hda_codec_realtek   173504  1 
snd_hda_intel  22092  0 
snd_hda_codec  58808  2 snd_hda_codec_realtek,snd_hda_intel
snd_usb_audio  71488  0 
snd_usb_lib13544  1 snd_usb_audio
snd_pcm_oss31708  0 
snd_mixer_oss  12000  1 snd_pcm_oss
snd_pcm62708  4 
snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_pcm_oss
snd_seq_dummy   2368  0 
snd_seq_oss24756  0 
snd_seq_midi5448  0 
snd_seq_midi_event  6072  2 snd_seq_oss,snd_seq_midi
snd_seq42120  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
psmouse36628  0 
snd_timer  17808  2 snd_pcm,snd_seq
snd_rawmidi18544  2 snd_usb_lib,snd_seq_midi
pcspkr  2092  0 
serio_raw   4544  0 
snd_seq_device  6108  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd_hwdep   6000  2 snd_hda_codec,snd_usb_audio
rng_core3644  0 
evdev   8160  10 
snd48420  13 
snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_seq,snd_timer,snd_rawmidi,snd_seq_device,snd_hwdep
soundcore   6204  1 snd
snd_page_alloc  8036  2 snd_hda_intel,snd_pcm
wmi 6332  0 
parport_pc 22020  1 
parport30868  3 ppdev,lp,parport_pc
button  5672  0 
ext3  107180  7 
jbd42500  1 ext3
mbcache 7180  2 ext4,ext3
dm_snapshot16716  0 
usbhid 29132  0 
hid34260  1 usbhid
sd_mod 28252  3 
crc_t10dif  1616  1 sd_mod
ide_cd_mod 25532  1 
cdrom  29804  1 ide_cd_mod
ata_generic 4316  0 
ide_pci_generic 3408  0 
ata_piix   20092  3 
uhci_hcd   19392  0 
libata148892  2 ata_generic,ata_piix
piix5584  1 
ide_core   91820  3 ide_cd_mod,ide_pci_generic,piix
ehci_hcd   29936  0 
tg391048  0 
scsi_mod  132076  2 sd_mod,libata
usbcore   124912  6 
snd_usb_audio,snd_usb_lib,usbhid,uhci_hcd,ehci_hcd
libphy 19424  1 tg3
intel_agp  22548  0 
agpgart30624  2 nvidia,intel_agp
thermal15092  0 
processor  39540  2 acpi_cpufreq,thermal
fan 4104  0 
thermal_sys10272  3 thermal,processor,fan
dm_mirror  12160  0 
dm_region_hash 10632  1 dm_mirror
dm_log  8588  2 dm_mirror,dm_region_hash
dm_mod 49048  43 dm_snapshot,dm_mirror,dm_log

-- /etc/kernel-img.conf
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
link_in_boot = no
postinst_hook = update-grub
postrm_hook   = update-grub

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
BOOT=local
DEVICE=eth0
NFSROOT=auto


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

Kernel: Linux 2.6.29-1-686 (SMP w/2 CPU cores)
Locale: 

Processed: reassign 530593 to linux-image-2.6.26-2-amd64

2009-05-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 530593 linux-image-2.6.26-2-amd64
Bug#530593: [hal] My camera is not working (A4Tech ViewCam Model: PK-835)
Bug reassigned from package `hal' to `linux-image-2.6.26-2-amd64'.


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



reassign 530593 to linux-image-2.6.26-2-amd64

2009-05-26 Thread Michael Biebl
reassign 530593 linux-image-2.6.26-2-amd64 


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#530620: debian/copyright: s/Torwalds/Torvalds/

2009-05-26 Thread Fabian Greffrath

Package: linux-2.6
Version: 2.6.29-5
Severity: minor

Dear Kernel packagers,

the name of the initiator of the Linux kernel is Linus Torvalds [1], 
not Linus Torwalds [2] as found in the debian/copyright file.


[1] 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=COPYING;h=ca442d313d86dc67e0a2e5d584b465bd382cbf5c;hb=27b1833279995e7c290a40cac4ef36ccea7e9283
[2] 
http://packages.debian.org/changelogs/pool/main/l/linux-2.6/current/copyright


--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  greffr...@leat.ruhr-uni-bochum.de



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#530636: linux-image-2.6-686: mounting remote nfs filesystems causes Ooops

2009-05-26 Thread jazz

Package: linux-image-2.6-686
Version: 2.6.26+17+lenny1

Add several times an Ooops when mouting filesystem trough nfs (on the 
node acting as nfs client). This bug is fixed by apllying Ian Kent's 
patch http://www.mail-archive.com/aut...@linux.kernel.org/msg06891.html.

Did this patch was discarded by mistake ?


Thanks,
Christophe



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519028: marked as done ([linux-image-686] Broken dependency)

2009-05-26 Thread Debian Bug Tracking System

Your message dated Tue, 26 May 2009 19:08:42 +0200
with message-id 20090526170842.ga32...@rivendell
and subject line Re: linux-image-686: Doesn't work for me...
has caused the Debian Bug report #519028,
regarding [linux-image-686] Broken dependency
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.)


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

--- Please enter the report below this line. ---

The description reads:

   This package depends on the latest binary image for Linux kernel on
   Pentium Pro/Celeron/Pentium II/Pentium III/Pentium 4 machines.

This package depends on linux-image-2.6.26-1-686 version 2.6.23-13 which is 
marked as obsolete while the latest kernel is packaged as 
linux-image-2.6.28-1-686 with version 2.6.28-1.

The linux-image-686 should no more depend on linux-image-2.6.26-1-686 bu on 
linux-image-2.6.28-1-686.

cheers,
Mazen,

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-1-686

Debian Release: squeeze/sid
  500 unstableftp.fr.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
linux-image-2.6.26-1-686| 2.6.26-13




signature.asc
Description: Ceci est une partie de message	numériquement signée
---End Message---
---BeginMessage---
Version: 2.6.29+19

On Wed, 22 Apr 2009, Shai Berger wrote:
 Package: linux-image-686
 Version: 2.6.26+17
 Severity: normal
 
 This version (as its number implies) still depends on 2.6.26,
 but 2.6.29 is in unstable.

linux-latest-2.6 has been updated in sid now. Closing this bug.

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/

---End Message---


Bug#524911: marked as done (Depends on unavailable package)

2009-05-26 Thread Debian Bug Tracking System

Your message dated Tue, 26 May 2009 19:11:57 +0200
with message-id 20090526171157.ga32...@rivendell
and subject line Re: Bug#524911: Depends on unavailable package
has caused the Debian Bug report #524911,
regarding Depends on unavailable package
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.)


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

Hello,
Latest linux-image-amd64 available in unstable is 2.6.26+17+lenny1.
It depends on linux-image-2.6.26-2-amd64 which is unavailable at the moment.

Regards
Artur

-- no debconf information

-- 
Po co mamy ze sobą rozmawiać, skoro tak łatwo się komunikować?
/Jean Baudrillard/


---End Message---
---BeginMessage---
Version: 2.6.29+19

On Mon, 20 Apr 2009, Artur R. Czechowski wrote:
 Package: linux-image-amd64
 Version: 2.6.26+17+lenny1
 Severity: serious
 
 Hello,
 Latest linux-image-amd64 available in unstable is 2.6.26+17+lenny1.
 It depends on linux-image-2.6.26-2-amd64 which is unavailable at the moment.

A new linux-latest-2.6 is available in sid now. Hence closing this bug.

Package: linux-image-amd64
Source: linux-latest-2.6 (19)
Version: 2.6.29+19
Depends: linux-image-2.6.29-2-amd64

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/

---End Message---


aacraid problems since upgrade to Lenny

2009-05-26 Thread Mario Joußen
Hi,

I have an issue with the aacraid driver since I upgraded my system to
Lenny. I get the following error from time to time, which unfortunately
immediately halts the complete server:

 [299616.474480] aacraid: Host adapter abort request (0,0,0,0)
 [299616.474530] aacraid: Host adapter reset request. SCSI hang ?
 [299627.349980] end_request: I/O error, dev sda, sector 1002989
 [299627.349980] I/O error in filesystem (sda1) meta-data dev sda1 block 
 0xf4dae   (xlog_iodone) error 5 buf count 1024
 [299627.349980] xfs_force_shutdown(sda1,0x2) called from line 1026 of file 
 fs/xfs/xfs_log.c.  Return address = 0xf89d9210
 [299627.349980] Filesystem sda1: Log I/O Error Detected.  Shutting down 
 filesystem: sda1
 [299627.349980] Please umount the filesystem, and rectify the problem(s)

I am using the Lenny 2.6.26-2-686 kernel image and the problem did not
occur with the Etch kernel 2.6.18-6-686 before.
The RAID controller itself is a ICP9047MA and it does not report any
error on one of this disks during boot.

What can I do to fix this issue?

Cheers, Mario


-- 
 .''`.   Mario Joußen jous...@debian.org
: :'  :  proud Debian developer, administrator, and user
`. `'`
  `-  Debian - when you have better things to do than fixing systems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: reassign 530636 to linux-2.6

2009-05-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 530636 linux-2.6
Bug#530636: linux-image-2.6-686: mounting remote nfs filesystems causes Ooops
Bug reassigned from package `linux-image-2.6-686' to `linux-2.6'.


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



reassign 530636 to linux-2.6

2009-05-26 Thread dann frazier
reassign 530636 linux-2.6 


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: retitle 526525 disk and network fail on Dell T610 under 64-bit kernel only

2009-05-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 526525 disk and network fail on Dell T610 under 64-bit kernel only
Bug#526525: linux-image-2.6.26-2-amd64 unable to detect NIC, Disks or USB 
storage devices
Changed Bug title to `disk and network fail on Dell T610 under 64-bit kernel 
only' from `linux-image-2.6.26-2-amd64 unable to detect NIC, Disks or USB 
storage devices'.


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



Bug#526525: retitle 526525 disk and network fail on Dell T610 under 64-bit kernel only

2009-05-26 Thread Tony Godshall
retitle 526525 disk and network fail on Dell T610 under 64-bit kernel only



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org