Package: linux-image-2.6.28-1-powerpc
Version: 2.6.28-1
Severity: serious
Tags: patch

Hi,

I tried installing linux-image-2.6.28-1-powerpc from experimental but it
failed to configure:

run-parts: /etc/kernel/postinst.d/mkvmlinuz exited with return code 20

I added set -x to this script, which revealed:

+ _db_cmd GET mkvmlinuz/bootloaders
+ IFS=  printf %s\n GET mkvmlinuz/bootloaders
+ IFS= read -r _db_internal_line
+ RET=20 Unsupported command "update-initramfs:" (full line was 
"update-initramfs: Generating /boot/initrd.img-2.6.28-1-powerpc") received from 
confmodule.
+ return 20

My system has the not so usual feature of using GRUB2 instead of yaboot for
booting, and I suspect I'm probably the only one doing this on this on
powerpc.

yaboot was installed, and the mkvmlinux/bootloaders debconf variable was
set to yaboot, it turned out.

This bug seems a reincarnation of this Ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/kernel-package/+bug/54346

The following patch to postinst fixed it for me, although I'm not sure its
the right fix.

--- /tmp/linux-image-2.6.28-1-powerpc.postinst  2009-03-04 23:04:09.000000000 
+0100
+++ /var/lib/dpkg/info/linux-image-2.6.28-1-powerpc.postinst    2009-03-04 
22:48:38.000000000 +0100
@@ -983,7 +983,7 @@
     my $initrd_path = $realimageloc . "initrd.img-$version";
     my $ret = system("$ramdisk_cmd " .
                      ($mkimage ? "-m '$mkimage' " : "") .
-                     "-c -t -k $version");
+                     "-c -t -k $version >&2");
     if ($ret) {
       warn "$ramdisk_cmd failed to create initrd image.\n";
     } else {

-- Package-specific info:
** Version:
Linux version 2.6.28-1-powerpc (Debian 2.6.28-1) (m...@debian.org) (gcc version 
4.3.3 (Debian 4.3.3-4) ) #1 Mon Feb 23 23:26:08 UTC 2009

** Command line:
BOOT_IMAGE=/boot/vmlinux-2.6.28-1-powerpc root=/dev/hda3 ro quiet

** Not tainted

** Kernel log:
[    7.880625] usb usb4: Product: EHCI Host Controller
[    7.880628] usb usb4: Manufacturer: Linux 2.6.28-1-powerpc ehci_hcd
[    7.880631] usb usb4: SerialNumber: 0001:10:1b.2
[    7.887940] ide-gd driver 1.18
[    7.887983] hda: max request size: 512KiB
[    7.906049] firewire_ohci 0002:24:0e.0: enabling device (0000 -> 0002)
[    7.937116] hda: 156301488 sectors (80026 MB), CHS=16383/255/63
[    7.937191] hda: cache flushes supported
[    7.937300]  hda: [mac] hda1 hda2 hda3 hda4 hda5 hda6
[    7.976185] firewire_ohci: Added fw-ohci device 0002:24:0e.0, OHCI version 
1.10
[    7.976839] sungem.c:v0.98 8/24/03 David S. Miller (da...@redhat.com)
[    8.044551] PHY ID: 1410cc1, addr: 0
[    8.045269] eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0d:93:3b:80:c4
[    8.045273] eth0: Found Marvell 88E1111 PHY
[    8.464592] udev: renamed network interface eth0 to lan
[    8.476343] firewire_core: created device fw0: GUID 000d93fffe3b80c4, S800
[    9.179749] kjournald starting.  Commit interval 5 seconds
[    9.179772] EXT3-fs: mounted filesystem with ordered data mode.
[   11.350275] udevd version 125 started
[   11.897085] Linux agpgart interface v0.103
[   11.930156] agpgart-uninorth 0000:00:0b.0: Apple UniNorth 2 chipset
[   11.930280] agpgart-uninorth 0000:00:0b.0: configuring for size idx: 8
[   11.930369] agpgart-uninorth 0000:00:0b.0: AGP aperture is 32M @ 0x0
[   11.990716] yenta_cardbus 0001:10:13.0: CardBus bridge found [0000:0000]
[   11.990735] yenta_cardbus 0001:10:13.0: Enabling burst memory read 
transactions
[   11.990741] yenta_cardbus 0001:10:13.0: Using CSCINT to route CSC interrupts 
to PCI
[   11.990744] yenta_cardbus 0001:10:13.0: Routing CardBus interrupts to PCI
[   11.990750] yenta_cardbus 0001:10:13.0: TI: mfunc 0x00001002, devctl 0x60
[   12.092216] yenta_cardbus 0001:10:13.0: ISA IRQ mask 0x0000, PCI irq 53
[   12.092222] yenta_cardbus 0001:10:13.0: Socket status: 30000007
[   12.092233] yenta_cardbus 0001:10:13.0: pcmcia: parent PCI bridge I/O 
window: 0x0 - 0x7fffff
[   12.092239] yenta_cardbus 0001:10:13.0: pcmcia: parent PCI bridge Memory 
window: 0xf3000000 - 0xf3ffffff
[   12.092244] yenta_cardbus 0001:10:13.0: pcmcia: parent PCI bridge Memory 
window: 0x80000000 - 0xafffffff
[   12.352270] cfg80211: Using static regulatory domain info
[   12.352277] cfg80211: Regulatory domain: US
[   12.352280]  (start_freq - end_freq @ bandwidth), (max_antenna_gain, 
max_eirp)
[   12.352284]  (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[   12.352288]  (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[   12.352292]  (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[   12.352296]  (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[   12.352300]  (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[   12.352304]  (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[   12.352309] cfg80211: Calling CRDA for country: US
[   13.697952] b43-phy0: Broadcom 4306 WLAN found
[   13.767791] phy0: Selected rate control algorithm 'pid'
[   13.933498] snd-aoa-fabric-layout: found bus with layout 51
[   13.933503] snd-aoa-fabric-layout: Using direct GPIOs
[   14.280998] snd-aoa-codec-tas: found 'deq' node
[   14.281040] snd-aoa-fabric-layout: can use this codec
[   14.347374] snd-aoa-codec-tas: tas found, addr 0x35 on 
/p...@f2000000/mac...@17/i...@18000/d...@6a
[   14.755203] Broadcom 43xx driver loaded [ Features: PMLR, Firmware-ID: FW13 ]
[   14.769289] udev: renamed network interface wlan0 to wlan
[   16.298251] Adding 976552k swap on /dev/hda4.  Priority:-1 extents:1 
across:976552k
[   16.696756] EXT3 FS on hda3, internal journal
[   17.424308] i2c /dev entries driver
[   17.565955] SCSI subsystem initialized
[   17.669668] Driver 'sr' needs updating - please use bus_type methods
[   17.711131] adt746x: version 1 (supported)
[   17.711137] adt746x: Thermostat bus: 1, address: 0x2e, limit_adjust: 0, 
fan_speed: -1
[   17.711141] sensor 0: CPU/INTREPID BOTTOMSIDE
[   17.711144] sensor 1: CPU BOTTOMSIDE
[   17.711147] sensor 2: PWR SUPPLY BOTTOMSIDE
[   17.751996] adt746x: ADT7460 initializing
[   17.754640] adt746x: Lowering max temperatures from 81, 80, 87 to 70, 50, 70
[   17.843009] device-mapper: uevent: version 1.0.3
[   17.852340] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: 
dm-de...@redhat.com
[   18.360192] kjournald starting.  Commit interval 5 seconds
[   18.360401] EXT3 FS on hda5, internal journal
[   18.360410] EXT3-fs: mounted filesystem with ordered data mode.
[   28.998891] NET: Registered protocol family 10
[   28.999536] lo: Disabled Privacy Extensions
[   29.000230] ADDRCONF(NETDEV_UP): lan: link is not ready
[   40.215330] input: b43-phy0 as /devices/virtual/input/input7
[   40.296202] b43 ssb0:0: firmware: requesting b43/ucode5.fw
[   40.384483] b43 ssb0:0: firmware: requesting b43/pcm5.fw
[   40.583416] b43 ssb0:0: firmware: requesting b43/b0g0initvals5.fw
[   40.719733] b43 ssb0:0: firmware: requesting b43/b0g0bsinitvals5.fw
[   41.132176] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
[   41.193111] Registered led device: b43-phy0::tx
[   41.193160] Registered led device: b43-phy0::rx
[   41.193203] Registered led device: b43-phy0::radio
[   41.212206] b43-phy0: Radio turned on by software
[   41.212706] ADDRCONF(NETDEV_UP): wlan: link is not ready
[   41.647317] radeonfb 0000:00:10.0: Invalid ROM contents
[   41.647479] radeonfb 0000:00:10.0: Invalid ROM contents
[   42.072667] [drm] Initialized drm 1.1.0 20060810
[   42.245914] [drm] Initialized radeon 1.29.0 20080528 on minor 0
[   42.890538] agpgart-uninorth 0000:00:0b.0: putting AGP V2 device into 4x mode
[   42.890554] radeonfb 0000:00:10.0: putting AGP V2 device into 4x mode
[   43.162469] [drm] Setting GART location based on new memory map
[   43.162487] [drm] Loading R300 Microcode
[   43.162553] [drm] Num pipes: 1
[   43.162566] [drm] writeback test succeeded in 1 usecs
[  107.134152] wlan: authenticate with AP 00:0f:66:d9:d7:87
[  107.135638] wlan: authenticated
[  107.135648] wlan: associate with AP 00:0f:66:d9:d7:87
[  107.138219] wlan: RX AssocResp from 00:0f:66:d9:d7:87 (capab=0x411 status=0 
aid=2)
[  107.138230] wlan: associated
[  107.140543] ADDRCONF(NETDEV_CHANGE): wlan: link becomes ready
[  117.460158] wlan: no IPv6 routers present

** Loaded modules:
Module                  Size  Used by
aes_generic            32456  2 
binfmt_misc            12552  1 
radeon                153352  2 
drm                    92128  3 radeon
rfkill_input            8192  0 
cpufreq_userspace       6456  1 
ipv6                  287676  16 
dm_snapshot            22784  0 
dm_mirror              18208  0 
dm_region_hash         15104  1 dm_mirror
dm_log                 13760  2 dm_mirror,dm_region_hash
dm_mod                 61292  3 dm_snapshot,dm_mirror,dm_log
therm_adt746x          13324  0 
sr_mod                 19556  0 
firewire_sbp2          18220  0 
scsi_mod              161624  2 sr_mod,firewire_sbp2
i2c_dev                10340  0 
arc4                    5216  2 
ecb                     6496  2 
snd_aoa_codec_tas      15168  2 
snd_aoa_fabric_layout    14600  1 
snd_aoa                19744  2 snd_aoa_codec_tas,snd_aoa_fabric_layout
snd_aoa_i2sbus         22820  1 
snd_pcm                80068  1 snd_aoa_i2sbus
snd_page_alloc         12808  1 snd_pcm
snd_seq                58248  0 
snd_timer              25540  2 snd_pcm,snd_seq
snd_seq_device         10924  1 snd_seq
snd                    61876  10 
snd_aoa_codec_tas,snd_aoa_fabric_layout,snd_aoa,snd_aoa_i2sbus,snd_pcm,snd_seq,snd_timer,snd_seq_device
b43                   136960  0 
soundcore              10244  1 snd
rfkill                 15120  3 rfkill_input,b43
rng_core                7972  1 b43
mac80211              166316  1 b43
evdev                  14052  11 
cfg80211               36472  1 mac80211
snd_aoa_soundbus        9060  2 snd_aoa_fabric_layout,snd_aoa_i2sbus
input_polldev           7720  1 b43
yenta_socket           29228  1 
rsrc_nonstatic         13344  1 yenta_socket
uninorth_agp           12396  1 
agpgart                40092  2 drm,uninorth_agp
ext3                  135048  2 
jbd                    49428  1 ext3
mbcache                11488  1 ext3
sungem                 33636  0 
sungem_phy             14848  1 sungem
firewire_ohci          27460  0 
firewire_core          43064  2 firewire_sbp2,firewire_ohci
crc_itu_t               5440  1 firewire_core
ide_gd_mod             26692  4 
ehci_hcd               42380  0 
usbhid                 39476  0 
hid                    46220  1 usbhid
ide_cd_mod             40648  0 
cdrom                  39320  2 sr_mod,ide_cd_mod
ssb                    46852  1 b43
pcmcia                 39760  2 b43,ssb
pcmcia_core            40312  5 b43,yenta_socket,rsrc_nonstatic,ssb,pcmcia
i2c_powermac            8224  0 

** PCI devices:
0000:00:0b.0 Host bridge [0600]: Apple Computer Inc. UniNorth 2 AGP [106b:0034]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort+ >SERR- <PERR- INTx-
        Latency: 16, Cache Line Size: 32 bytes
        Capabilities: <access denied>
        Kernel driver in use: agpgart-uninorth

0000:00:10.0 VGA compatible controller [0300]: ATI Technologies Inc RV350 
[Mobility Radeon 9600 M10] [1002:4e50] (prog-if 00 [VGA controller])
        Subsystem: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] 
[1002:4e50]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 255 (2000ns min), Cache Line Size: 32 bytes
        Interrupt: pin A routed to IRQ 48
        Region 0: Memory at b8000000 (32-bit, prefetchable) [size=128M]
        Region 1: I/O ports at 0400 [size=256]
        Region 2: Memory at b0000000 (32-bit, non-prefetchable) [size=64K]
        Expansion ROM at f1000000 [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: radeonfb

0001:10:0b.0 Host bridge [0600]: Apple Computer Inc. UniNorth 2 PCI [106b:0035]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort+ >SERR- <PERR- INTx-
        Latency: 16, Cache Line Size: 32 bytes

0001:10:12.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g 
Wireless LAN Controller [14e4:4320] (rev 03)
        Subsystem: Apple Computer Inc. AirPort Extreme [106b:004e]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 16
        Interrupt: pin A routed to IRQ 52
        Region 0: Memory at a0006000 (32-bit, non-prefetchable) [size=8K]
        Capabilities: <access denied>
        Kernel driver in use: b43-pci-bridge

0001:10:13.0 CardBus bridge [0607]: Texas Instruments PCI1510 PC card Cardbus 
Controller [104c:ac56]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 168, Cache Line Size: 32 bytes
        Interrupt: pin A routed to IRQ 53
        Region 0: Memory at a0004000 (32-bit, non-prefetchable) [size=4K]
        Bus: primary=10, secondary=11, subordinate=14, sec-latency=176
        Memory window 0: 84000000-87fff000 (prefetchable)
        Memory window 1: 88000000-8bfff000
        I/O window 0: 00001000-000010ff
        I/O window 1: 00001100-000011ff
        BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+
        16-bit legacy interface ports at 0001
        Kernel driver in use: yenta_cardbus

0001:10:17.0 Class [ff00]: Apple Computer Inc. KeyLargo/Intrepid Mac I/O 
[106b:003e]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 16, Cache Line Size: 32 bytes
        Region 0: Memory at 80000000 (32-bit, non-prefetchable) [size=512K]
        Kernel driver in use: macio

0001:10:18.0 USB Controller [0c03]: Apple Computer Inc. KeyLargo/Intrepid USB 
[106b:003f] (prog-if 10 [OHCI])
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 27

0001:10:19.0 USB Controller [0c03]: Apple Computer Inc. KeyLargo/Intrepid USB 
[106b:003f] (prog-if 10 [OHCI])
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 28

0001:10:1a.0 USB Controller [0c03]: Apple Computer Inc. KeyLargo/Intrepid USB 
[106b:003f] (prog-if 10 [OHCI])
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 16 (750ns min, 21500ns max), Cache Line Size: 32 bytes
        Interrupt: pin A routed to IRQ 29
        Region 0: Memory at a0003000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd

0001:10:1b.0 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) 
(prog-if 10 [OHCI])
        Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 16 (250ns min, 10500ns max), Cache Line Size: 32 bytes
        Interrupt: pin A routed to IRQ 63
        Region 0: Memory at a0002000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: ohci_hcd

0001:10:1b.1 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) 
(prog-if 10 [OHCI])
        Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 16 (250ns min, 10500ns max), Cache Line Size: 32 bytes
        Interrupt: pin B routed to IRQ 63
        Region 0: Memory at a0001000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: ohci_hcd

0001:10:1b.2 USB Controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 
04) (prog-if 20 [EHCI])
        Subsystem: NEC Corporation USB 2.0 [1033:00e0]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 16 (4000ns min, 8500ns max), Cache Line Size: 32 bytes
        Interrupt: pin C routed to IRQ 63
        Region 0: Memory at a0000000 (32-bit, non-prefetchable) [size=256]
        Capabilities: <access denied>
        Kernel driver in use: ehci_hcd

0002:24:0b.0 Host bridge [0600]: Apple Computer Inc. UniNorth 2 Internal PCI 
[106b:0036]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort+ >SERR- <PERR- INTx-
        Latency: 16, Cache Line Size: 32 bytes

0002:24:0d.0 Class [ff00]: Apple Computer Inc. UniNorth/Intrepid ATA/100 
[106b:003b]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32, Cache Line Size: 32 bytes
        Interrupt: pin ? routed to IRQ 39
        Region 0: Memory at f5004000 (32-bit, non-prefetchable) [size=16K]
        Kernel driver in use: ide-pmac

0002:24:0e.0 FireWire (IEEE 1394) [0c00]: Apple Computer Inc. UniNorth 2 
FireWire [106b:0031] (rev 81) (prog-if 10 [OHCI])
        Subsystem: Apple Computer Inc. iBook G4 2004 [106b:5811]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64 (3000ns min, 6000ns max), Cache Line Size: 32 bytes
        Interrupt: pin A routed to IRQ 40
        Region 0: Memory at f5000000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: firewire_ohci

0002:24:0f.0 Ethernet controller [0200]: Apple Computer Inc. UniNorth 2 GMAC 
(Sun GEM) [106b:0032] (rev 80)
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=slow >TAbort- <TAbort- 
<MAbort- >SERR- <PERR+ INTx-
        Latency: 16 (16000ns min, 16000ns max), Cache Line Size: 32 bytes
        Interrupt: pin A routed to IRQ 41
        Region 0: Memory at f5200000 (32-bit, non-prefetchable) [size=2M]
        Expansion ROM at f5100000 [disabled] [size=1M]
        Kernel driver in use: gem



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.28-1-powerpc
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.28-1-powerpc depends on:
ii  debconf [debconf-2.0]         1.5.26     Debian configuration management sy
ii  initramfs-tools [linux-initra 0.93       tools for generating an initramfs
ii  module-init-tools             3.7-pre5-1 tools for managing Linux kernel mo

linux-image-2.6.28-1-powerpc recommends no packages.

Versions of packages linux-image-2.6.28-1-powerpc suggests:
pn  linux-doc-2.6.28              <none>     (no description available)
ii  mkvmlinuz                     35         create a kernel to boot a PowerPC 

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



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

Reply via email to