Bug#352805: ide.agent in initramfs fixes this.

2006-02-15 Thread Johannes Rohr
reassign 352805 udev
thanks

Hi, I found that including /lib/udev/ide.agent into the initrd fixes
this, thus reassigning to udev.

Thanks,

Johannes


-- 
http://www.infoe.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: ide.agent in initramfs fixes this.

2006-02-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 352805 udev
Bug#352805: initramfs-tools: Check for root fs mysteriously fails
Bug reassigned from package `initramfs-tools' to `udev'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#352753: udev: ide-generic no longer loaded on boot

2006-02-15 Thread Marco d'Itri
On Feb 15, maximilian attems [EMAIL PROTECTED] wrote:

 mumbling, i'm all ears for working solutions.
Before we start discussing solutions somebody should spend some time to
find what the actual problem is.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Bug#352753: udev: ide-generic no longer loaded on boot

2006-02-15 Thread maximilian attems
On Wed, 15 Feb 2006, Marco d'Itri wrote:

 On Feb 14, Frans Pop [EMAIL PROTECTED] wrote:
 
  We've done a debugging session today involving Otavio Salvadore (who also 
  saw the issue), maks and myself.
  
  There are two possible solutions, both involving modifications in
  /usr/share/initramfs-tools/hooks/udev.
  
  1) revert inclusion of *_id scripts
 Commenting out the three lines at the end of the current file lets the
 system boot again.
  2) add 'copy_exec /lib/udev/ide.agent /lib/udev' at the end of the file
 Apparently some _id script calls ide.agent and this makes sure
 ide-generic is loaded at the correct time.
 So far there has not been a relevant progress then.

mumbling, i'm all ears for working solutions.

 The first solution is obviously unacceptable because supporting
 persistent disk names in the initramfs has been a planned feature since
 they were designed.

acked.
but reverting them now would have been not so bad,
as they were only added since a short while.

 The second solution means that I would need to add to my package code
 whose purpose I do not understand (which systems do need ide-generic,
 when and why?). 

the patch simply adds existing ide.agent to the initramfs.
no change to your code.

 Also, I cannot see any way for the *_id programs
 called by persistent.rules to prevent init-premount/ide, which contains
 an unconditional modprobe -q ide-generic, to load the module.
 This is too much close to cargo cult programming for my taste.

this needs refactoring, will be done soon similar to the ubuntu hook,
loading it only for ide boots. this point is out of discussions.

your current initramfs hook breaks too many boxes,
really looking forward to a fixed udev hook soon.

  Basically ide.agent does the same as what's currently in
  /usr/share/initramfs-tools/scripts/init-premount/ide (which could probably 
  be cleaned now).
 What happens if you rearrange your initramfs to run this script before
 the udev script instead of later? If you are right and ide-generic needs
 to be loaded before other drivers (which is totally broken and is not
 something udev would support) then this would be the correct fix.

nahh loading ide-generic too early removes the dma possibilities of many
ide boxes.
 
 BTW, I would really really like to see the content of an uevent which
 causes ide-generic to be loaded.

sure that would be nice, but you are currently breaking previously
working setups. we can always investigate that later.
 
 I fully agree, but I need to find a clever way to do it. Can you suggest
 ways for udevd to detect if it's running in an initramfs?
 Like checking for a specific environment variable or a file.
 
  maks suggested to re-add the silence_exec_error patch for Beta2 and 
  maybe come back to this issue after that?
 Maybe, but I'd rather to fix this once for good instead of hiding all
 errors again.

we don't set an specific env variable,
but there is a state directory in /dev/.initramfs
you can check for -d /dev/.initramfs

--
maks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-15 Thread maximilian attems
On Wed, 15 Feb 2006, Florian Iragne wrote:

 i already provided them :
 udevd-event[1625]: run_program: exec of program '/lib/udev/ide.agent' failed
 device-mapper: 4.4.0-ioctl (2005-01-12) initialised: [EMAIL PROTECTED]
 unable to find volume group LVMDEBIAN
 ALERT! /dev/mapper/LVMDEBIAN-LVMDEBIANROOT does not exist. dropping to a
 shell!!
 
 and finally i got a minimal shell (busybox v1.01)
 
 i have then this message : can't access tty! job control turned off
 
  also from there the output of:
  cat /proc/cmdline
 root=/dev/mapper/LVMDEBIAN-LVMDEBIANROOT ro bootkbd=fr resume=/dev/hda3
 elevator=cfq vga=792
 video=i810fb:vram=2:xres=1024:yres=768:bpp=24:hsync1=30:hsync2=49:vsync1=40:vsync2=70:accel:mtrr
 pci=biosirq
 
that looks fine.

  cat /proc/modules
 dm-mod

so the lvm init-top script got run as this is loaded.
can you try to run from the busybox shell:
vgchange -ay LVMDEBIAN

 
  and check if your root device is there ls /dev/hda4 or whatever..
 my root device (/dev/mapper/LVMDEBIAN-LVMROOT is not there

on which physical device is your volumegroup?
/dev/sda3 or whatever is that present?

thanks for your feedback.

-- 
maks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#352878: 2.6.15-6 breaks on Thinkpad R52 (SATA issues?)

2006-02-15 Thread maximilian attems
On Tue, 14 Feb 2006, paul cannon wrote:

 After upgrading the linux-image-2.6.15-1-686 package from 2.6.15-4 to
 2.6.15-6, this IBM/Lenovo Thinkpad R52 (laptop) would no longer boot
 that kernel. It failed to find the device to mount for the root
 partition.

the last error message would be usefull.

can you retry to upgrade, make sure to regnerate your initramfs afterwards
update-initramfs -t -u
but i'm pretty sure that this is similar to #352705

kernel package calls the wrong initramfs lowlevel command,
so hooks like udev don't get added if they are upgraded
in the same run.

regards
 
-- 
maks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: reassign 352916 to udev

2006-02-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.11
 reassign 352916 udev
Bug#352916: linux-image-2.6.15-1-686-smp doesn't boot (/dev/hda6 does not 
exist))
Bug reassigned from package `linux-image-2.6.15-1-686-smp' to `udev'.


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 [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: reassign 352818 to udev

2006-02-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.11
 reassign 352818 udev
Bug#352818: initramfs-tools: exec of program '/lib/udev/udev_run_hotplugd' 
failed
Bug reassigned from package `initramfs-tools' to `udev'.


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 [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#352753: udev: ide-generic no longer loaded on boot

2006-02-15 Thread maximilian attems
tags 352753 patch
stop

On Wed, Feb 15, 2006 at 11:03:46AM +0100, Marco d'Itri wrote:
 On Feb 15, maximilian attems [EMAIL PROTECTED] wrote:
 
  mumbling, i'm all ears for working solutions.
 Before we start discussing solutions somebody should spend some time to
 find what the actual problem is.

does that mean you object fjp's patch?

--
maks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-15 Thread Florian Iragne
maximilian attems a écrit :
 so the lvm init-top script got run as this is loaded.
 can you try to run from the busybox shell:
 vgchange -ay LVMDEBIAN
that command works. I have not thought to force the name of lvm vg (i
use to run vgscan  vgchange -ay)

and check if your root device is there ls /dev/hda4 or whatever..

my root device (/dev/mapper/LVMDEBIAN-LVMROOT is not there
 on which physical device is your volumegroup?
 /dev/sda3 or whatever is that present?
the physical device is present

ok, now that the lvm is activated, i can exit the minimal shell and the
boot process complete succefully

I would also point the fact that this problem first appears on a laptop
with the same version of debian, packages, but wihtout lvm.

thanks for your help

Florian




signature.asc
Description: OpenPGP digital signature


Bug#352958: initramfs-tools: [powerpc, prep] boot fails with atkbd.c: keyboard reset failed on isa0060/serio1.

2006-02-15 Thread Sven Luther
Package: initramfs-tools
Severity: important


initramfs-tools fails to produce a working ramdisk on my prep motorola
powerstack box. The error messages in the log are :

atkbd.c: keyboard reset failed on isa0060/serio1
ALERT! does not exist. dropping to a shell!

Since i am dropped in a shell where this ps2 keyboard works quite fine, and i
had no problem whatsoever in d-i also with the same kernel, i believe that
this may be a spurious message which can be ignored maybe ? 

Friendly,

Sven Luther

-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#352946: linux-image-2.6.15-1-powerpc: complains about non exist i8042.ko module and fails to boot up

2006-02-15 Thread Emil Nowak
Package: linux-image-2.6.15-1-powerpc
Version: 2.6.15-6
Severity: normal

When i try to boot-up my system on 2.6.15
I have the following messages:
 hda: [mac] hda1 hda2 hda3 hda4 hda5 hda6
hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048 Cache, (U)DMA
Uniform CD-ROM driver Revision: 3.20
Done.
Begin: Mounting root file system ...
Begin: Running /scripts/local-top ...
Done.
i8042.c: No controller found.
FATAL: Error inserting i8042 
(/lib/modules/2.6.15-1-powerpc/kernel/drivers/input/serio/i8042.ko): No such 
device
ALERT! /dev/hda4 does not exist. Dropping to a shell!

BusyBox v1.01

And I'm in busybox shell.
of course hda4 exist and everything is fine with it. I can bootup using
2.6.8-powerpc kernel.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.8-powerpc
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages linux-image-2.6.15-1-powerpc depends on:
ii  initramfs-tools [linux-initra 0.51   tools for generating an initramfs
ii  mkvmlinuz 18 create a kernel to boot a PowerPC 
ii  module-init-tools 3.2.2-2tools for managing Linux kernel mo

-- debconf information:
  linux-image-2.6.15-1-powerpc/postinst/depmod-error-initrd-2.6.15-1-powerpc: 
false
  linux-image-2.6.15-1-powerpc/postinst/kimage-is-a-directory:
  linux-image-2.6.15-1-powerpc/preinst/elilo-initrd-2.6.15-1-powerpc: true
  linux-image-2.6.15-1-powerpc/postinst/bootloader-error-2.6.15-1-powerpc:
  linux-image-2.6.15-1-powerpc/postinst/depmod-error-2.6.15-1-powerpc: false
  linux-image-2.6.15-1-powerpc/preinst/bootloader-initrd-2.6.15-1-powerpc: true
  linux-image-2.6.15-1-powerpc/preinst/overwriting-modules-2.6.15-1-powerpc: 
true
  linux-image-2.6.15-1-powerpc/preinst/initrd-2.6.15-1-powerpc:
  linux-image-2.6.15-1-powerpc/preinst/lilo-has-ramdisk:
  linux-image-2.6.15-1-powerpc/postinst/create-kimage-link-2.6.15-1-powerpc: 
true
  linux-image-2.6.15-1-powerpc/preinst/abort-install-2.6.15-1-powerpc:
  linux-image-2.6.15-1-powerpc/postinst/old-initrd-link-2.6.15-1-powerpc: true
  linux-image-2.6.15-1-powerpc/preinst/abort-overwrite-2.6.15-1-powerpc:
  linux-image-2.6.15-1-powerpc/postinst/old-system-map-link-2.6.15-1-powerpc: 
true
  linux-image-2.6.15-1-powerpc/preinst/already-running-this-2.6.15-1-powerpc:
  
linux-image-2.6.15-1-powerpc/prerm/would-invalidate-boot-loader-2.6.15-1-powerpc:
 true
  linux-image-2.6.15-1-powerpc/preinst/lilo-initrd-2.6.15-1-powerpc: true
  linux-image-2.6.15-1-powerpc/preinst/failed-to-move-modules-2.6.15-1-powerpc:
  linux-image-2.6.15-1-powerpc/postinst/old-dir-initrd-link-2.6.15-1-powerpc: 
true
  linux-image-2.6.15-1-powerpc/postinst/bootloader-test-error-2.6.15-1-powerpc:
  linux-image-2.6.15-1-powerpc/prerm/removing-running-kernel-2.6.15-1-powerpc: 
true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: found in 2.6.15-6

2006-02-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # binaries in m68k headers still i386 in 2.6.15-6
 # 
 http://buildd.debian.org/fetch.php?pkg=loop-aes-modulesver=3.1c%2B2arch=m68kstamp=1139855645file=logas=raw
 found 342248 2.6.15-6
Bug#342248: [m68k headers] binaries are i386 - cannot execute binary file
Bug marked as found in version 2.6.15-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 [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#352972: linux-image-2.6.15-1-686: fail to use udma with intel ICH4 on kernel 2.6.12

2006-02-15 Thread GESTES Cedric

Package: linux-image-2.6.15-1-686
Version: 2.6.15-6
Severity: important

I can't set udma for my harddrive since kernel 2.6.12, I think it's a
bug from ide-generic which initialise the driver sooner than piix.

sudo hdparm -d1 /dev/hda

/dev/hda:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma=  0 (off)

lspci | grep IDE
:00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE
Controller (rev 03)

*** Please type your report below this line ***
dmesg | grep ide
BIOS-provided physical RAM map:
CPU: After generic identify, caps: a7e9f9bf   
0180  
CPU: After vendor identify, caps: a7e9f9bf   
0180  
Boot video device is :00:02.0
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Probing IDE interface ide0...
Probing IDE interface ide1...
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ICH4: port 0x01f0 already claimed by ide0


cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a #, and everything on the line after them are ignored.
piix
ide-cd
ide-disk
ide-generic
psmouse
sbp2
sr_mod
speedstep-centrino

I have tried to blacklist piix in /etc/hotplug/blacklist but I get the
same issue.
I have tried to remove ide-disk and ide-generic from /etc/modules but I
get the same issue too.




-- System Information:
Debian Release: testing/unstable
 APT prefers unstable
 APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15
(charmap=ISO-8859-15)

Versions of packages linux-image-2.6.15-1-686 depends on:
ii  initramfs-tools [linux-initra 0.51   tools for generating an
initramfs
ii  module-init-tools 3.2.2-2tools for managing Linux
kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-3   Yet Another mkInitRD

Versions of packages linux-image-2.6.15-1-686 recommends:
ii  libc6-i6862.3.6-1GNU C Library: Shared
libraries [i

-- debconf information:
 linux-image-2.6.15-1-686/postinst/kimage-is-a-directory:
 linux-image-2.6.15-1-686/preinst/overwriting-modules-2.6.15-1-686: true
 linux-image-2.6.15-1-686/postinst/depmod-error-initrd-2.6.15-1-686: false
 linux-image-2.6.15-1-686/postinst/bootloader-error-2.6.15-1-686:
 linux-image-2.6.15-1-686/postinst/bootloader-test-error-2.6.15-1-686:
 linux-image-2.6.15-1-686/preinst/lilo-has-ramdisk:
 linux-image-2.6.15-1-686/preinst/failed-to-move-modules-2.6.15-1-686:
 linux-image-2.6.15-1-686/postinst/old-system-map-link-2.6.15-1-686: true
 linux-image-2.6.15-1-686/preinst/abort-install-2.6.15-1-686:
 linux-image-2.6.15-1-686/preinst/abort-overwrite-2.6.15-1-686:
 linux-image-2.6.15-1-686/preinst/bootloader-initrd-2.6.15-1-686: true

linux-image-2.6.15-1-686/prerm/would-invalidate-boot-loader-2.6.15-1-686:
true
 linux-image-2.6.15-1-686/preinst/lilo-initrd-2.6.15-1-686: true
 linux-image-2.6.15-1-686/postinst/old-initrd-link-2.6.15-1-686: true
 linux-image-2.6.15-1-686/postinst/old-dir-initrd-link-2.6.15-1-686: true
* linux-image-2.6.15-1-686/preinst/already-running-this-2.6.15-1-686:
 linux-image-2.6.15-1-686/preinst/initrd-2.6.15-1-686:
 linux-image-2.6.15-1-686/postinst/depmod-error-2.6.15-1-686: false
 linux-image-2.6.15-1-686/postinst/create-kimage-link-2.6.15-1-686: true
 linux-image-2.6.15-1-686/prerm/removing-running-kernel-2.6.15-1-686: true
 linux-image-2.6.15-1-686/preinst/elilo-initrd-2.6.15-1-686: true




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#352997: linux-image-2.6.15-1-686: no eth0 at all

2006-02-15 Thread Philippe Bourcier
Package: linux-image-2.6.15-1-686
Version: 2.6.15-6
Severity: important


  I never got my system full usable since 2.6...
see #303550 and #321419 (pcmcia related problems)
now, let's try to go forward: I don't have any network


dmesg:

Linux version 2.6.15-1-686 (Debian 2.6.15-6) ([EMAIL PROTECTED]) (gcc version 
4.0.3 20060128 (prerelease) (Debian 4.0.2-8)) #1 Fri Feb 10 15:49:07 UTC 2006
BIOS-provided physical RAM map:
 BIOS-e801:  - 0009f000 (usable)
 BIOS-e801: 0010 - 0800 (usable)
0MB HIGHMEM available.
128MB LOWMEM available.
On node 0 totalpages: 32768
  DMA zone: 4096 pages, LIFO batch:0
  DMA32 zone: 0 pages, LIFO batch:0
  Normal zone: 28672 pages, LIFO batch:7
  HighMem zone: 0 pages, LIFO batch:0
DMI not present.
Allocating PCI resources starting at 1000 (gap: 0800:f800)
Built 1 zonelists
Kernel command line: root=/dev/hda2 video=vesafb:ywrap,mtrr vga=791 noapic 
acpi=off ro 
Local APIC disabled by BIOS -- you can enable it with lapic
mapped APIC to d000 (01101000)
Initializing CPU#0
PID hash table entries: 1024 (order: 10, 16384 bytes)
Detected 300.787 MHz processor.
Using tsc for high-res timesource
Console: colour dummy device 80x25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 122548k/131072k available (1425k kernel code, 8012k reserved, 530k 
data, 144k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 602.13 BogoMIPS (lpj=301068)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0183f9ff     
 
CPU: After vendor identify, caps: 0183f9ff     
 
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 512K
CPU: After all inits, caps: 0183f9ff   0040  
 
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
mtrr: v2.0 (20020519)
CPU: Intel Pentium II (Deschutes) stepping 02
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
checking if image is initramfs... it is
Freeing initrd memory: 4387k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xeb080, last bus=0
PCI: Using configuration type 1
ACPI: Subsystem revision 20050902
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI: disabled
PnPBIOS: Scanning system for PnP BIOS support...
PnPBIOS: Found PnP BIOS installation structure at 0xc00ff020
PnPBIOS: PnP BIOS version 1.0, entry 0xec000:0x3d18, dseg 0xec000
PnPBIOS: 19 nodes reported by PnP BIOS; 19 recorded by driver
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
Boot video device is :00:02.0
PCI quirk: region 1000-103f claimed by PIIX4 ACPI
PCI quirk: region 1400-140f claimed by PIIX4 SMB
PIIX4 devres C PIO at 0398-0399
PIIX4 devres E PIO at 0800-0807
PIIX4 devres I PIO at 0200-0201
PIIX4 devres J PIO at 0388-038b
PCI: Using IRQ router PIIX/ICH [8086/7110] at :00:07.0
pnp: 00:01: ioport range 0xcf8-0xcff could not be reserved
pnp: 00:01: ioport range 0x4d0-0x4d1 has been reserved
pnp: 00:01: ioport range 0x3f0-0x3f1 has been reserved
pnp: 00:01: ioport range 0x3f3-0x3f3 has been reserved
pnp: 00:01: ioport range 0x3f7-0x3f7 has been reserved
pnp: 00:01: ioport range 0x1000-0x107f could not be reserved
PCI: Bus 1, cardbus bridge: :00:03.0
  IO window: 1800-18ff
  IO window: 1c00-1cff
  PREFETCH window: 1000-11ff
  MEM window: 1200-13ff
PCI: Bus 5, cardbus bridge: :00:03.1
  IO window: 2000-20ff
  IO window: 2400-24ff
  PREFETCH window: 1400-15ff
  MEM window: 1600-17ff
PCI: Found IRQ 11 for device :00:03.0
PCI: Setting latency timer of device :00:03.0 to 64
PCI: Found IRQ 11 for device :00:03.1
PCI: Setting latency timer of device :00:03.1 to 64
audit: initializing netlink socket (disabled)
audit(1140010665.559:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
Limiting direct PCI/PCI transfers.
vesafb: framebuffer at 0xc000, mapped to 0xc888, using 3072k, total 
4096k
vesafb: mode is 1024x768x16, linelength=2048, pages=1
vesafb: protected mode interface info at c000:7648
vesafb: pmi: set display start = c00c76aa, set palette = c00c76f3
vesafb: scrolling: ywrap using protected mode interface, yres_virtual=1536
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
vesafb: Mode is VGA compatible
Console: switching to colour frame buffer device 128x48
fb0: 

Bug#353002: linux-image-2.6.15-1-686: oops in find_get_pages (kswapd)

2006-02-15 Thread Laurent Bonnaud
Package: kernel
Version: 2.6.15-6
Severity: important


Hi,

here is the problem:

Feb 14 23:35:39 pc-dg-105-2 kernel: Unable to handle kernel NULL pointer 
dereference at virtual address 0800
Feb 14 23:35:39 pc-dg-105-2 kernel:  printing eip:
Feb 14 23:35:39 pc-dg-105-2 kernel: c0130583
Feb 14 23:35:39 pc-dg-105-2 kernel: *pde = 
Feb 14 23:35:39 pc-dg-105-2 kernel: Oops:  [#1]
Feb 14 23:35:39 pc-dg-105-2 kernel: Modules linked in: radeon drm binfmt_misc 
ipv6 nfs lockd nfs_acl sunrpc lm85 hwmon_vid e100 vfat fat
usbmouse usb_storage ohci_hcd usbhid snd_intel8x0 snd_ac97_codec snd_ac97_bus 
snd_pcm_oss snd_mixer_oss snd_pcm 3c59x mii snd_timer snd h
w_random joydev psmouse i2c_i801 ide_cd serio_raw ata_piix libata scsi_mod 
cdrom floppy i2c_core shpchp pci_hotplug parport_pc parport pc
spkr uhci_hcd intel_agp agpgart ehci_hcd usbcore soundcore rtc snd_page_alloc 
ext3 jbd mbcache ide_disk generic ide_generic piix ide_core
 evdev mousedev
Feb 14 23:35:39 pc-dg-105-2 kernel: CPU:0
Feb 14 23:35:39 pc-dg-105-2 kernel: EIP:0060:[find_get_pages+42/69]Not 
tainted VLI
Feb 14 23:35:39 pc-dg-105-2 kernel: EFLAGS: 00210093   (2.6.15-1-686)
Feb 14 23:35:39 pc-dg-105-2 kernel: EIP is at find_get_pages+0x2a/0x45
Feb 14 23:35:39 pc-dg-105-2 kernel: eax: 80010028   ebx: 0009   ecx: 
c165deb4   edx: 0800
Feb 14 23:35:39 pc-dg-105-2 kernel: esi: 000e   edi: 000e   ebp: 
0062   esp: c165de54
Feb 14 23:35:39 pc-dg-105-2 kernel: ds: 007b   es: 007b   ss: 0068
Feb 14 23:35:39 pc-dg-105-2 kernel: Process kswapd0 (pid: 128, 
threadinfo=c165c000 task=dfe73550)
Feb 14 23:35:39 pc-dg-105-2 kernel: Stack: c165de88 0078 c0137e52 c3889b28 
0078 000e c165de90 c116cf40
Feb 14 23:35:39 pc-dg-105-2 kernel:c01381a8 c165de88 c3889b28 0078 
000e   c12f5760
Feb 14 23:35:39 pc-dg-105-2 kernel:c1040da0 c1329980 c12cd680 c110d920 
c116a200 c12dbd60 c12b0280 c1077760
Feb 14 23:35:39 pc-dg-105-2 kernel: Call Trace:
Feb 14 23:35:39 pc-dg-105-2 kernel:  [pagevec_lookup+26/33] 
pagevec_lookup+0x1a/0x21
Feb 14 23:35:39 pc-dg-105-2 kernel:  [invalidate_mapping_pages+152/173] 
invalidate_mapping_pages+0x98/0xad
Feb 14 23:35:39 pc-dg-105-2 kernel:  [invalidate_inode_pages+13/17] 
invalidate_inode_pages+0xd/0x11
Feb 14 23:35:39 pc-dg-105-2 kernel:  [prune_icache+176/336] 
prune_icache+0xb0/0x150
Feb 14 23:35:39 pc-dg-105-2 kernel:  [shrink_icache_memory+24/48] 
shrink_icache_memory+0x18/0x30
Feb 14 23:35:39 pc-dg-105-2 kernel:  [shrink_slab+219/317] 
shrink_slab+0xdb/0x13d
Feb 14 23:35:39 pc-dg-105-2 kernel:  [balance_pgdat+508/788] 
balance_pgdat+0x1fc/0x314
Feb 14 23:35:39 pc-dg-105-2 kernel:  [kswapd+198/203] kswapd+0xc6/0xcb
Feb 14 23:35:39 pc-dg-105-2 kernel:  [autoremove_wake_function+0/58] 
autoremove_wake_function+0x0/0x3a
Feb 14 23:35:39 pc-dg-105-2 kernel:  [kswapd+0/203] kswapd+0x0/0xcb
Feb 14 23:35:39 pc-dg-105-2 kernel:  [kernel_thread_helper+5/11] 
kernel_thread_helper+0x5/0xb
Feb 14 23:35:39 pc-dg-105-2 kernel: Code: c3 56 53 8b 5c 24 18 fa 8b 44 24 0c 
ff 74 24 14 ff 74 24 14 83 c0 04 53 50 e8 89 37 07 00 89 d9
 31 db 89 c6 83 c4 10 eb 13 8b 11 8b 02 f6 c4 40 74 03 8b 52 0c ff 42 04 43 
83 c1 04 39 f3 72 e9


This bug looks very much like bug #284783.

It would deserve a grave severity (because it causes data loss in
unsaved files) but it is the first time I see it and it does not seem
to occur very frequently.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages linux-image-2.6.15-1-686 depends on:
ii  initramfs-tools [linux-initra 0.51   tools for generating an initramfs
ii  module-init-tools 3.2.2-2tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-3   Yet Another mkInitRD

Versions of packages linux-image-2.6.15-1-686 recommends:
ii  libc6-i6862.3.6-1GNU C Library: Shared libraries [i


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#352753: udev: ide-generic no longer loaded on boot

2006-02-15 Thread Frans Pop
Marco,

Attached is the info you requested, at least I hope it is.
You asked for 'udevtest -a -p /sys/block/hdetc', but udevtest only gave me 
systax errors or 'could not open file' errors. udevinfo did give a result 
with those parameters, so I decided you probably mistyped.
If you actually want udevtest, what would be the correct command?

On Wednesday 15 February 2006 01:52, Marco d'Itri wrote:
 BTW, I would really really like to see the content of an uevent which
 causes ide-generic to be loaded.

I'm happy to help research the why of ide-generic further and Sven Luther 
also suggested we do so on d-kernel list. I'd also be very happy if we 
could agree to delay this until after D-I Beta2.

The plain fact is that a number of ide drivers seem to need ide-generic 
loaded after the real driver is loaded. Loading it early blocks the use 
of DMA for some drivers. There have been several threads about this on 
d-kernel and both initramfs-tools and yaird have added workarounds for 
it.

 When is the deadline for entering testing for Beta2?

udev would have to migrate to testing around February 20...

 Maybe, but I'd rather to fix this once for good instead of hiding all
 errors again.

Ack.

Cheers,
Frans


udevinfo starts with the device the node belongs to and then walks up the
device chain, to print for every device found, all possibly useful attributes
in the udev key format.
Only attributes within one device section may be used together in one rule,
to match the device for which the node will be created.

  looking at device '/block/hda':
KERNEL==hda
SUBSYSTEM==block
SYSFS{stat}==2217 18184810336529  656 1590
179684519202248981721
SYSFS{size}==117210240
SYSFS{removable}==0
SYSFS{range}==64
SYSFS{dev}==3:0

  looking at device '/devices/pci:00/:00:1f.1/ide0/0.0':
ID==0.0
BUS==ide
DRIVER==ide-disk

  looking at device '/devices/pci:00/:00:1f.1/ide0':
ID==ide0
BUS==
DRIVER==

  looking at device '/devices/pci:00/:00:1f.1':
ID==:00:1f.1
BUS==pci
DRIVER==PIIX_IDE
SYSFS{modalias}==pci:v8086d24CAsv1179sd0001bc01sc01i8a
SYSFS{local_cpus}==1
SYSFS{irq}==169
SYSFS{class}==0x01018a
SYSFS{subsystem_device}==0x0001
SYSFS{subsystem_vendor}==0x1179
SYSFS{device}==0x24ca
SYSFS{vendor}==0x8086

  looking at device '/devices/pci:00':
ID==pci:00
BUS==
DRIVER==



pgpFIr2YwiVMB.pgp
Description: PGP signature


Re: linux-2.6 - patch cleanup

2006-02-15 Thread Bastian Blank
On Tue, Feb 14, 2006 at 07:36:04PM -0800, Jurij Smakov wrote:
 * sparc64-hme-lockup.patch
  Not suitable for upstream
 This has been dragging along for a while. I have no idea whether it is 
 still needed, but since it does not appear to harm, I see no reason to 
 exclude it.

It violates our patch policy.

Bastian

-- 
You!  What PLANET is this!
-- McCoy, The City on the Edge of Forever, stardate 3134.0


signature.asc
Description: Digital signature


Re: Bug#352274: Udev error messages on boot

2006-02-15 Thread Frans Pop
On Wednesday 15 February 2006 08:18, Sven Luther wrote:
 Ok, i guess you just volunteered for helping us investigate what really
 is happening here, and in particular why the piix driver cannot do it
 all by itself instead of the ide-generic driver ? Is this correct, that
 you would be willingto participate in the hunt for a real solution of
 this mess ?

Sure, I'm always willing to provide info and test patches if there's 
someone on the other side who will ask the smart questions.
I've helped solve several kernel and other issues that way in the past.

I've already posted the output of udevinfo for the device to #352274.


pgpBmEeoANlmK.pgp
Description: PGP signature


Bug#352958: initramfs-tools: [powerpc, prep] boot fails with atkbd.c: keyboard reset failed on isa0060/serio1.

2006-02-15 Thread maximilian attems
severity #337682 important
merge 337682 352958
retitle 352958 [powerpc, prep] missing root param boot failure
stop

On Wed, Feb 15, 2006 at 02:26:26PM +0100, Sven Luther wrote:
 
 initramfs-tools fails to produce a working ramdisk on my prep motorola
 powerstack box. The error messages in the log are :
 
 atkbd.c: keyboard reset failed on isa0060/serio1
 ALERT! does not exist. dropping to a shell!
 
14:25 maks cat /proc/modules
14:25 maks also check if your root is there in /dev
14:25 maks next check is cat /proc/cmdline
14:27 svenl root is there in /dev. (/dev/sda2).
14:28 svenl /proc/modules contains the input modules. the list is : atkbd, 
  libps2, i8042, serio, sd_mod, tulip, generic sym53c8xx 
  scsi_transport_spi scsi_mod.
14:28 svenl cmdline has only console=ttyS0,9600 console=tty0.
14:29 maks oh no root param
14:36 maks you can modify your own init
14:36 maks and set there ROOT
14:36 svenl inside the failed to boot thingy ? 
14:37 svenl maks: sed -i -e 's%export ROOT=%export ROOT=/dev/sda2%' /init ? 
14:43 svenl maks: worked.


--
maks



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#352958: initramfs-tools: [powerpc, prep] boot fails with atkbd.c: keyboard reset failed on isa0060/serio1.

2006-02-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity #337682 important
Bug#337682: initramfs-tools: ROOT=probe not implemented.
Severity set to `important'.

 merge 337682 352958
Bug#337682: initramfs-tools: ROOT=probe not implemented.
Bug#352958: initramfs-tools: [powerpc, prep] boot fails with atkbd.c: keyboard 
reset failed on isa0060/serio1.
Merged 337682 352958.

 retitle 352958 [powerpc, prep] missing root param boot failure
Bug#352958: initramfs-tools: [powerpc, prep] boot fails with atkbd.c: keyboard 
reset failed on isa0060/serio1.
Changed Bug title.

 stop
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353023: linux-image-2.6-686: hostap module overrides network card driver

2006-02-15 Thread Paul Donohue
Package: linux-image-2.6-686
Version: 2.6.15-4
Severity: important


Since my last kernel upgrade (from 2.6.15-1 to 2.6.15-4, I believe), the hostap 
kernel module seems to override the orinoco kernel module, so my wireless card 
always comes up in ap mode.  Once the hostap modules are started, it does not 
seem possible to unload them to put the card back into a normal client mode 
(rmmod/modprobe -r says the driver is in use and cannot be removed).  So, it 
seems I have to manually delete or rename the hostap module to prevent it from 
being loaded, then reboot if I want to use my card as a client.

Is there a more elegant way to disable the hostap driver by default?
If not, could you please remove the hostap driver from the stock kernel and go 
back to the install the hostap-kernel-module package if you want hostap way 
of doing things?

Thanks!
-Paul


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages linux-image-2.6-686 depends on:
ii  linux-image-2.6.15-1-686  2.6.15-4   Linux kernel 2.6.15 image on PPro/

linux-image-2.6-686 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#352972: linux-image-2.6.15-1-686: fail to use udma with intel ICH4 on kernel 2.6.12

2006-02-15 Thread GESTES Cedric

I have tested both with yaird and with initramfs and I get the same problem.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353047: kernel-image-2.4.27-2-386 / k7: crashes on A7N8X with Athlon XP2400+

2006-02-15 Thread Aribert Biel
Package: kernel-image-2.4.27-2-386
Version: 2.4.27-10sarge1

System has been running stable for at  least 1 year under kernel 2.4.23 with 
xfs patch (knoppix kernel) (but with ext2 filesystem).

The original knoppix system packages were down/up-graded to debian stable 
(sarge), except of the kernel-image.

After upgrading to  kernel-image-2.4.27-2-k7 recently, the system hangs after 
1 to 15 minutes irregulary, especially while playing sound (konsole, kde - 
often causing immediate crash.) or working in X with kde. 

There are no core-dumps and messages in /var/log/messages or /var/log/syslog .

Same problem with kernel-image-2.4.27-2-386.

Relaxing BIOS Memory timings doesn't help, as well as removing 512MB of RAM, 
which had been mounted into the original system 1 year after buying. The 
memory has been running stable with the old kernel version.

It looks like a hardware problem, I changed power supply with no result.

When booting the old kernel 2.4.23 , the system is running stable again.

I have'nt found any similar problems on the net.


If you have any ideas for further testing (I don't have anymore) I will try.


Ciao Ari


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



initramfs-tools ide.agent problem

2006-02-15 Thread Kamil Pawlowski
Debian unstable daily update

I can't boot my system because /dev/hd* don't create, i must add
copy_exec /lib/udev/ide.agent /lib/udev/
to /usr/share/initramfs-tools/hooks/udev
 this might be error in packge?

Kamil Pawlowskie [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353065: linux-image-2.6.15-1-k7: update of 2.6.15-1-k7 results in unstartable system

2006-02-15 Thread Chris Searle
Package: linux-image-2.6.15-1-k7
Version: 2.6.15-6
Severity: critical
Justification: breaks the whole system


Ran an aptitude update - linux-image-2.6.15-1-k7 updated.

Rebooted as advised (since it's the same version as the running kernel
under update).

During boot it states that it can't find /dev/hda2 and drops back to
busybox.

/dev/hda2 is my root  boot partition.

2.6.12-1-k7 still boots OK.

Notes - this is a standard deb kernel with initrd and udev booting from
grub.

I have no idea how to go about debugging this and of course - since it
can't find the disks - no logs to look in :(

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages linux-image-2.6.15-1-k7 depends on:
ii  initramfs-tools [linux-initra 0.51   tools for generating an initramfs
ii  module-init-tools 3.2.2-2tools for managing Linux kernel mo

Versions of packages linux-image-2.6.15-1-k7 recommends:
ii  libc6-i6862.3.6-1GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.15-1-k7/postinst/depmod-error-initrd-2.6.15-1-k7: false
  linux-image-2.6.15-1-k7/postinst/old-initrd-link-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/preinst/abort-install-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/postinst/create-kimage-link-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/postinst/depmod-error-2.6.15-1-k7: false
  linux-image-2.6.15-1-k7/postinst/kimage-is-a-directory:
  linux-image-2.6.15-1-k7/preinst/lilo-has-ramdisk:
  linux-image-2.6.15-1-k7/preinst/failed-to-move-modules-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/preinst/overwriting-modules-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/postinst/old-system-map-link-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/postinst/bootloader-error-2.6.15-1-k7:
* linux-image-2.6.15-1-k7/preinst/already-running-this-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/preinst/initrd-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/preinst/elilo-initrd-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/postinst/old-dir-initrd-link-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/postinst/bootloader-test-error-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/preinst/abort-overwrite-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/preinst/lilo-initrd-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/prerm/would-invalidate-boot-loader-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/preinst/bootloader-initrd-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/prerm/removing-running-kernel-2.6.15-1-k7: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353065: linux-image-2.6.15-1-k7: update of 2.6.15-1-k7 results in unstartable system

2006-02-15 Thread Frans Pop
On Wednesday 15 February 2006 23:48, Chris Searle wrote:
 I have no idea how to go about debugging this and of course - since it
 can't find the disks - no logs to look in :(

Please try the following at the shell prompt:
# modprobe ide-generic
# echo /dev/hda*

Are your partitions listed now? If so:
# exit

And your system should continue to boot normally.

If this works, this is a known issue that has already been fixed in a new 
version of udev.
Could you please tell us which driver your hard disk controller needs?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#352765: powerstack II prep powerpc tulip/de4x5 modules ...

2006-02-15 Thread Sven Luther
Hi ...

23:22  vorlon svenl: and which of those modules is being *used*, and which
one is actually listed as being the right driver for your chip in
modules.pcimap?23:34  svenl vorlon: not sure, will check and tell you
tomorrow, ok ?
23:35  vorlon ok.  send that info to the bug, please?
23:38  svenl vorlon: bug # ?
23:38  vorlon 352765
23:40  svenl vorlon: thanks.
23:41  vorlon hmm, is anyone applying the patch for 334104? :)
00:36  svenl vorlon: i am booting the prep box.
00:37  svenl vorlon: i get a : Detecting hardware ... Discovered hardware
for these moudles: de4x5 ...
00:37  svenl not sure what brings this though.
00:39  svenl vorlon: pci id is 1011:0009 : Digital Equipemnt Corporation
DECchip 21140.
00:40  svenl modules.pcimap lists tulip for it.
00:41  svenl mmm, there is also a line for lmc for the same pci id.
00:41  svenl vorlon: will paste all this into the bug report.

Friendly,

Don't hesitate to ask for more info.

Friendly,

Sven Luther



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353073: initramfs-tools: /scripts/local prematurely panics mounting root

2006-02-15 Thread Ivan Kohler
Package: initramfs-tools
Version: 0.51
Severity: important

/scripts/local says this on boot:

  ALERT!: /dev/hde1 does not exist.  Dropping to a shell!

and then drops me to a shell.  ls -l /dev/hde1 in shell shows 
/dev/hde1 *does* exist.  Exiting the shell (even without doing anything) 
allows the boot to continue normally.

The following kludgy patch (and regenerating the ramdisk) fixes the 
problem for me - I guess /scripts/local is run before the disks are 
completely done probing or something?

I can't help thinking a proper check that things are ready for mounting 
would be a better fix than an arbitrary sleep, but I'm not certain 
how...

--- /home/ivan/local.old2006-02-15 16:16:59.0 -0800
+++ /usr/share/initramfs-tools/scripts/local2006-02-15 
16:16:36.0 -0800
@@ -7,6 +7,7 @@
run_scripts /scripts/local-top
[ $quiet != y ]  log_end_msg
 
+sleep 2
# Get the root filesystem type
while [ ! -e ${ROOT} ]; do
panic ALERT!  ${ROOT} does not exist.  Dropping to a shell!


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages initramfs-tools depends on:
ii  busybox   1:1.01-4   Tiny utilities for small and embed
ii  cpio  2.6-10 GNU cpio -- a program to manage ar
ii  klibc-utils   1.2.2-1small statically-linked utilities 
ii  udev  0.084-4/dev/ and hotplug management daemo

initramfs-tools recommends no packages.

-- no debconf information


-- 
_ivan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#353079: linux-2.6.15-1-alpha-generic: srm_env broken, returns EFAULT

2006-02-15 Thread Steve Langasek
Package: linux-2.6
Version: 2.6.15-4

In all versions of 2.6 that I've tested with d-i to date, srm_env no longer
works correctly.  Attempting to query any variables from
/proc/srm_environment on alpha gives a Bad address error:

$ cat /proc/srm_environment/named_variables/language 
6cat: /proc/srm_environment/named_variables/language: Bad address
$

strace shows:

open(/proc/srm_environment/named_variables/language, O_RDONLY) = 3
fstat64(0x3, 0x11fc49798)   = 0
read(3, 6\0\0\0, 1024)= 4
write(1, 6\0\0\0, 46)  = 4
read(3, 0x120018000, 1024)  = -1 EFAULT (Bad address)

With coreutils cat, it does at least output the contents (6) before
exiting with the error; with busybox cat, there is no output, breaking
language autodetection in the installer.

This worked fine with 2.4.27.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#341801: independent confirmation

2006-02-15 Thread Kevin Brown

I can confirm this bug.

I'm running kernel 2.6.15-1-amd64-generic version 2.6.15-6, and see
the very same thing.

So I have to turn off the memory remapping feature that allows the
system to see all 4 gig of memory, and thus lose the use of about 200
megabytes of memory.

Hardware: ASUS A8V Deluxe, 4G RAM, Athlon 64 3200+ CPU.


-- 
Kevin Brown   [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]