questo è quello che vedo di un kernel panic attraverso uno switch KVM attaccato a un server remoto slackware64 13.37, dove ho patchato un kernel 3.1.4 monolitco.
- Codice: Seleziona tutto
fsck from util-linux 2.19
/sbin/e2fsck: No such file or directory while trying to open /dev/sda1
Possibly non-existent device?
Ho le ore contate perchè tra non molto mi scriveranno che non possono più lasciarmi il KVM. Ho aperto anche un post su LQ http://www.linuxquestions.org/questions ... ck-916919/ senza fortuna (finora).
Ho provato 3 kernel diversi, tra cui uno che funziona su un server praticamente identico con un file di configurazione simile, ma niente, e non so più cosa pensare. Il file system è ext4.
Questo il mio config: http://notes.sagredo.eu/sites/notes.sag ... /config.gz
- Codice: Seleziona tutto
#lspci -k
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge (rev 02)
Subsystem: Intel Corporation DeskTop Board D510MO
Kernel driver in use: agpgart-intel
Kernel modules: intel-agp
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller (rev 02)
Subsystem: Intel Corporation DeskTop Board D510MO
Kernel driver in use: i915
Kernel modules: i915
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
Subsystem: Intel Corporation DeskTop Board D510MO
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)
Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 01)
Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 01)
Kernel modules: shpchp
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 01)
Kernel modules: shpchp
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01)
Subsystem: Intel Corporation DeskTop Board D510MO
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
Subsystem: Intel Corporation DeskTop Board D510MO
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
Subsystem: Intel Corporation DeskTop Board D510MO
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
Subsystem: Intel Corporation DeskTop Board D510MO
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
Subsystem: Intel Corporation DeskTop Board D510MO
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 01)
Subsystem: Intel Corporation DeskTop Board D510MO
00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01)
Subsystem: Intel Corporation Device 4f4d
Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
Subsystem: Intel Corporation DeskTop Board D510MO
Kernel driver in use: i801_smbus
Kernel modules: i2c-i801
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
Subsystem: Intel Corporation DeskTop Board D510MO
Kernel driver in use: r8169
Kernel modules: r8169
Il driver ata_piix è presente nel mio config..
questo il mio fstab
- Codice: Seleziona tutto
/dev/sda2 swap swap defaults 0 0
/dev/sda1 / ext4 data=ordered 1 1
/dev/sda3 /usr/local ext4 data=ordered,rw,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 1 2
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
grazie per ogni aiuto


.