You are not logged in.

#1 2012-05-22 21:06:52

theking2
Banned
From: Romanshorn Switzerland
Registered: 2009-03-04
Posts: 372

[SOLVED] No prompt after update to 3.3.6-1-ARCH

After doing an upgrade and a reboot (fail save, the otherone doesn't work) my arch stopped working (booting)

Linux janus 3.3.6-1-ARCH #1 SMP PREEMPT Sun May 13 10:52:32 CEST 2012 x86_64 GNU/Linux

/boot/grub/menu.lst:

# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst

# DEVICE NAME CONVERSIONS
#
#  Linux           Grub
# -------------------------
#  /dev/fd0        (fd0)
#  /dev/sda        (hd0)
#  /dev/sdb2       (hd1,1)
#  /dev/sda3       (hd0,2)
#

#  FRAMEBUFFER RESOLUTION SETTINGS
#     +-------------------------------------------------+
#          | 640x480    800x600    1024x768   1280x1024
#      ----+--------------------------------------------
#      256 | 0x301=769  0x303=771  0x305=773   0x307=775
#      32K | 0x310=784  0x313=787  0x316=790   0x319=793
#      64K | 0x311=785  0x314=788  0x317=791   0x31A=794
#      16M | 0x312=786  0x315=789  0x318=792   0x31B=795
#     +-------------------------------------------------+
#  for more details and different resolutions see
#  http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution

# general configuration:
timeout   5
default   0
color light-blue/black light-cyan/blue

# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*

# (0) Arch Linux
title  Arch Linux
root   (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-label/root ro
initrd /kernel26.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-label/root ro
initrd /kernel26-fallback.img

# (2) Windows
#title Windows
#rootnoverify (hd0,0)
#makeactive
#chainloader +1

/etc/rc.conf

#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# See 'man 5 rc.conf' for more details
#

# LOCALIZATION
# ------------
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="yes"
HARDWARECLOCK=""
TIMEZONE=""
KEYMAP="de_CH-latin1"
CONSOLEFONT="Lat2-Terminus16"
CONSOLEMAP=
USECOLOR="yes"

# HARDWARE
# --------
MODULES=()
USEDMRAID="no"
USEBTRFS="no"
USELVM="yes"

# NETWORKING
# ----------
HOSTNAME="janus"

interface=eth0
address=172.16.0.8
netmask=255.255.0.0
gateway=172.16.0.1

NETWORK_PERSIST="yes"

# DAEMONS
# -------
#
#DAEMONS=( syslog-ng crond network nfs-common dnsmasq sshd ntpd @httpd !netfs @samba @nfs-server @munin-node @minidlna @logitechmediaserver @transmissiond @randomsound )
DAEMONS=( syslog-ng crond network dnsmasq sshd )

dmesg

[    0.907376] msgmni has been set to 3989
[    0.908073] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.908205] io scheduler noop registered
[    0.908216] io scheduler deadline registered
[    0.908403] io scheduler cfq registered (default)
[    0.908722] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.908919] pcieport 0000:00:1c.2: irq 41 for MSI/MSI-X
[    0.909085] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
[    0.909487] intel_idle: MWAIT substates: 0x10
[    0.909523] intel_idle: v0.4 model 0x1C
[    0.909530] intel_idle: lapic_timer_reliable_states 0x2
[    0.909674] GHES: HEST is not enabled!
[    0.909882] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.911088] Linux agpgart interface v0.103
[    0.911316] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.914487] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.914596] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.915020] mousedev: PS/2 mouse device common for all mice
[    0.915192] rtc_cmos 00:03: RTC can wake from S4
[    0.915505] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.915549] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.915691] cpuidle: using governor ladder
[    0.915842] cpuidle: using governor menu
[    0.916378] TCP cubic registered
[    0.916798] NET: Registered protocol family 10
[    0.918019] NET: Registered protocol family 17
[    0.918035] Registering the dns_resolver key type
[    0.918552] PM: Hibernation image not present or could not be loaded.
[    0.918576] registered taskstats version 1
[    0.919485] rtc_cmos 00:03: setting system clock to 2012-05-22 20:49:54 UTC (1337719794)
[    0.919617] Initializing network drop monitor service
[    0.923155] Freeing unused kernel memory: 732k freed
[    0.923689] Write protecting the kernel read-only data: 8192k
[    0.937719] Freeing unused kernel memory: 1632k freed
[    0.944939] Freeing unused kernel memory: 656k freed
[    0.972274] udevd[47]: starting version 182
[    1.081877] SCSI subsystem initialized
[    1.087149] libata version 3.00 loaded.
[    1.090150] ata_piix 0000:00:1f.1: version 2.13
[    1.090166] sata_promise 0000:04:00.0: version 2.12
[    1.090320] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.096448] scsi0 : sata_promise
[    1.098921] scsi1 : sata_promise
[    1.101399] scsi2 : sata_promise
[    1.101689] scsi3 : ata_piix
[    1.101855] scsi4 : sata_promise
[    1.102566] ata3: SATA max UDMA/133 mmio m4096@0x88120000 ata 0x88120380 irq 21
[    1.102582] ata4: SATA max UDMA/133 mmio m4096@0x88120000 ata 0x88120280 irq 21
[    1.102594] ata5: SATA max UDMA/133 mmio m4096@0x88120000 ata 0x88120200 irq 21
[    1.102608] ata6: SATA max UDMA/133 mmio m4096@0x88120000 ata 0x88120300 irq 21
[    1.103448] scsi5 : ata_piix
[    1.105045] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x30b0 irq 14
[    1.105061] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x30b8 irq 15
[    1.105184] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.105857] ata2: port disabled--ignoring
[    1.256766] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.257277] ata1.00: ATAPI: DVDRW IDE 16X, VER A187, max UDMA/66
[    1.258236] scsi6 : ata_piix
[    1.258557] scsi7 : ata_piix
[    1.259078] ata7: SATA max UDMA/133 cmd 0x30c8 ctl 0x30ec bmdma 0x30a0 irq 19
[    1.259088] ata8: SATA max UDMA/133 cmd 0x30c0 ctl 0x30e8 bmdma 0x30a8 irq 19
[    1.263788] ata1.00: configured for UDMA/66
[    1.426964] ata8.00: ATA-7: SAMSUNG MMCRE64G5MXP-0VB, VBM1801Q, max UDMA/100
[    1.426973] ata8.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.433610] ata8.00: configured for UDMA/100
[    1.573416] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.590528] ata3.00: ATA-8: WDC WD10EADS-00P8B0, 01.00A01, max UDMA/133
[    1.590536] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[    1.597178] ata3.00: configured for UDMA/133
[    1.597532] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EADS-00P 01.0 PQ: 0 ANSI: 5
[    2.070084] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.080650] ata4.00: ATA-8: WDC WD10EADS-00P8B0, 01.00A01, max UDMA/133
[    2.080660] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[    2.087660] ata4.00: configured for UDMA/133
[    2.088031] scsi 1:0:0:0: Direct-Access     ATA      WDC WD10EADS-00P 01.0 PQ: 0 ANSI: 5
[    2.560084] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.580228] ata5.00: ATA-8: WDC WD10EADS-00P8B0, 01.00A01, max UDMA/133
[    2.580238] ata5.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[    2.587208] ata5.00: configured for UDMA/133
[    2.587512] scsi 2:0:0:0: Direct-Access     ATA      WDC WD10EADS-00P 01.0 PQ: 0 ANSI: 5
[    3.060083] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.073646] ata6.00: ATA-8: WDC WD10EADS-00P8B0, 01.00A01, max UDMA/133
[    3.073655] ata6.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[    3.080536] ata6.00: configured for UDMA/133
[    3.080840] scsi 4:0:0:0: Direct-Access     ATA      WDC WD10EADS-00P 01.0 PQ: 0 ANSI: 5
[    3.081826] scsi 3:0:0:0: CD-ROM            DVDRW    IDE 16X          A187 PQ: 0 ANSI: 5
[    3.082680] scsi 7:0:0:0: Direct-Access     ATA      SAMSUNG MMCRE64G VBM1 PQ: 0 ANSI: 5
[    3.118717] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    3.118994] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    3.119057] sd 0:0:0:0: [sda] Write Protect is off
[    3.119069] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.119083] sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    3.119315] sd 4:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    3.119341] sd 1:0:0:0: [sdb] Write Protect is off
[    3.119365] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.119402] sd 2:0:0:0: [sdc] Write Protect is off
[    3.119415] sd 7:0:0:0: [sde] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
[    3.119440] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.119506] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.119590] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.119688] sd 4:0:0:0: [sdd] Write Protect is off
[    3.119701] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    3.119745] sd 7:0:0:0: [sde] Write Protect is off
[    3.119755] sd 7:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    3.119838] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.119861] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.119886] sd 7:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.125924]  sde: sde1 sde2 sde3 sde4
[    3.128350]  sda: unknown partition table
[    3.131954] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.133210] sd 7:0:0:0: [sde] Attached SCSI disk
[    3.134133]  sdc: unknown partition table
[    3.135456]  sdd: unknown partition table
[    3.135487] sd 2:0:0:0: [sdc] Attached SCSI disk
[    3.136456] sd 4:0:0:0: [sdd] Attached SCSI disk
[    3.138525]  sdb: unknown partition table
[    3.139382] sd 1:0:0:0: [sdb] Attached SCSI disk
[    3.143991] sr0: scsi3-mmc drive: 1x/48x writer cd/rw xa/form2 cdda tray
[    3.144009] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.145875] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    3.283989] device-mapper: uevent: version 1.0.3
[    3.284363] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    3.360761] EXT4-fs (sde3): INFO: recovery required on readonly filesystem
[    3.360771] EXT4-fs (sde3): write access will be enabled during recovery
[    3.703310] EXT4-fs (sde3): recovery complete
[    3.703711] EXT4-fs (sde3): mounted filesystem with ordered data mode. Opts: (null)
[    5.872439] udevd[356]: starting version 182
[    5.987333] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
[    5.987361] ACPI: Sleep Button [SLPB]
[    5.987585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    5.987600] ACPI: Power Button [PWRF]
[    6.015516] FDC 0 is a post-1991 82077
[    6.039298] agpgart-intel 0000:00:00.0: Intel 945G Chipset
[    6.039565] agpgart-intel 0000:00:00.0: detected gtt size: 131072K total, 131072K mappable
[    6.039806] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    6.045341] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.045543] r8169 0000:01:00.0: irq 43 for MSI/MSI-X
[    6.047332] r8169 0000:01:00.0: eth0: RTL8168c/8111c at 0xffffc90000350000, 00:27:0e:08:17:26, XID 1c4000c0 IRQ 43
[    6.047347] r8169 0000:01:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
[    6.047517] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0x80000000
[    6.064277] usbcore: registered new interface driver usbfs
[    6.064399] usbcore: registered new interface driver hub
[    6.074606] usbcore: registered new device driver usb
[    6.093710] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.093975] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    6.093990] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    6.094157] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    6.094233] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    6.094258] ehci_hcd 0000:00:1d.7: debug port 1
[    6.096239] intel_rng: Firmware space is locked read-only. If you can't or
[    6.096246] intel_rng: don't want to disable this in firmware setup, and if
[    6.096250] intel_rng: you are certain that your system has a functional
[    6.096254] intel_rng: RNG, try using the 'no_fwh_detect' option.
[    6.098182] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    6.098251] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x883a4000
[    6.106891] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    6.108800] hub 1-0:1.0: USB hub found
[    6.108829] hub 1-0:1.0: 8 ports detected
[    6.114693] uhci_hcd: USB Universal Host Controller Interface driver
[    6.114930] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    6.114943] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    6.115013] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    6.115073] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003080
[    6.116010] md: bind<sdb>
[    6.116313] leds_ss4200: no LED devices found
[    6.121149] [drm] Initialized drm 1.1.0 20060810
[    6.129071] hub 2-0:1.0: USB hub found
[    6.129105] hub 2-0:1.0: 2 ports detected
[    6.129668] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    6.129682] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    6.129728] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    6.129801] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003060
[    6.130542] hub 3-0:1.0: USB hub found
[    6.130566] hub 3-0:1.0: 2 ports detected
[    6.130984] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    6.130998] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    6.131046] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    6.131152] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003040
[    6.135543] hub 4-0:1.0: USB hub found
[    6.135576] hub 4-0:1.0: 2 ports detected
[    6.138604] md: bind<sda>
[    6.141980] iTCO_vendor_support: vendor-support=0
[    6.143676] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    6.143688] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    6.143728] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    6.143799] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00003020
[    6.144926] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[    6.145255] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0460)
[    6.145488] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.146421] hub 5-0:1.0: USB hub found
[    6.146443] hub 5-0:1.0: 2 ports detected
[    6.147012] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[    6.179903] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    6.183546] md: bind<sdc>
[    6.197452] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input3
[    6.215986] md: bind<sdd>
[    6.234886] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[    6.237154] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[    6.242659] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    6.247410] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    6.247627] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    6.252088] i915 0000:00:02.0: setting latency timer to 64
[    6.296941] raid6: int64x1    269 MB/s
[    6.354237] raid6: int64x2    416 MB/s
[    6.357354] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    6.357365] [drm] Driver supports precise vblank timestamp query.
[    6.357537] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    6.410098] raid6: int64x4    430 MB/s
[    6.466761] raid6: int64x8    472 MB/s
[    6.523430] raid6: sse2x1     596 MB/s
[    6.580084] raid6: sse2x2    1096 MB/s
[    6.586778] usb 3-2: new low-speed USB device number 2 using uhci_hcd
[    6.636699] raid6: sse2x4    1543 MB/s
[    6.636707] raid6: using algorithm sse2x4 (1543 MB/s)
[    6.638081] async_tx: api initialized (async)
[    6.639298] xor: automatically using best checksumming function: generic_sse
[    6.653360]    generic_sse:  4777.200 MB/sec
[    6.653369] xor: using function: generic_sse (4777.200 MB/sec)
[    6.662829] md: raid6 personality registered for level 6
[    6.662838] md: raid5 personality registered for level 5
[    6.662843] md: raid4 personality registered for level 4
[    6.663610] bio: create slab <bio-1> at 1
[    6.663631] md/raid:md127: not clean -- starting background reconstruction
[    6.663682] md/raid:md127: device sdd operational as raid disk 3
[    6.663692] md/raid:md127: device sdc operational as raid disk 2
[    6.663701] md/raid:md127: device sda operational as raid disk 0
[    6.663709] md/raid:md127: device sdb operational as raid disk 1
[    6.664617] md/raid:md127: allocated 4300kB
[    6.664832] md/raid:md127: raid level 5 active with 4 out of 4 devices, algorithm 2
[    6.664839] RAID conf printout:
[    6.664843]  --- level:5 rd:4 wd:4
[    6.664849]  disk 0, o:1, dev:sda
[    6.664854]  disk 1, o:1, dev:sdb
[    6.664858]  disk 2, o:1, dev:sdc
[    6.664863]  disk 3, o:1, dev:sdd
[    6.664967] md127: detected capacity change from 0 to 3000614387712
[    6.669170]  md127: unknown partition table
[    6.797420] input: Microsoft Comfort Curve Keyboard 2000 as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input9
[    6.797905] generic-usb 0003:045E:00DD.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Comfort Curve Keyboard 2000] on usb-0000:00:1d.1-2/input0
[    6.821245] input: Microsoft Comfort Curve Keyboard 2000 as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/input/input10
[    6.821839] generic-usb 0003:045E:00DD.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Comfort Curve Keyboard 2000] on usb-0000:00:1d.1-2/input1
[    6.821926] usbcore: registered new interface driver usbhid
[    6.821934] usbhid: USB HID core driver
[    7.139480] [drm] initialized overlay support
[    7.359988] fbcon: inteldrmfb (fb0) is primary device
[    7.444647] Console: switching to colour frame buffer device 210x65
[    7.464949] fb0: inteldrmfb frame buffer device
[    7.464954] drm: registered panic notifier
[    7.465069] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    8.257757] EXT4-fs (sde3): re-mounted. Opts: discard
[    8.331371] EXT4-fs (sde1): mounted filesystem with ordered data mode. Opts: discard
[    8.359096] EXT4-fs (sde4): mounted filesystem with ordered data mode. Opts: discard
[    9.337971] r8169 0000:01:00.0: eth0: link down
[    9.337993] r8169 0000:01:00.0: eth0: link down
[    9.338818] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.264950] r8169 0000:01:00.0: eth0: link up
[   11.265995] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   21.936743] eth0: no IPv6 routers present

this machine has run for five years now. but here I'm stuck. The last message is from the SSHd being started. I can logon to it on a SSH but the machine itself won't start a shell..

what's up?

Last edited by theking2 (2012-05-23 09:36:02)


archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise  PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR

Offline

#2 2012-05-22 21:36:51

Gcool
Member
Registered: 2011-08-16
Posts: 1,456

Re: [SOLVED] No prompt after update to 3.3.6-1-ARCH

A few questions:

- What happens exactly after "starting sshd" being displayed? Just a blank screen?
- Is the machine supposed to boot in runlevel 3 or 5?
- Which packages were upgraded prior to the failure (/var/log/pacman.log will tell you)?


Burninate!

Offline

#3 2012-05-22 21:42:30

theking2
Banned
From: Romanshorn Switzerland
Registered: 2009-03-04
Posts: 372

Re: [SOLVED] No prompt after update to 3.3.6-1-ARCH

and/but I see a raid sync going on (for whatever reason)
Could this be the reason why no shell is started on the console ?

Personalities : [raid6] [raid5] [raid4]
md127 : active raid5 sdd[3] sdc[2] sda[0] sdb[1]
      2930287488 blocks level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
      [>....................]  resync =  0.4% (4407680/976762496) finish=1861.4min speed=8705K/sec

archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise  PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR

Offline

#4 2012-05-23 07:37:57

theking2
Banned
From: Romanshorn Switzerland
Registered: 2009-03-04
Posts: 372

Re: [SOLVED] No prompt after update to 3.3.6-1-ARCH

@Gcool: no nothing happens it is the last line on the console. As it is normally a headless I don't have X11 active.
I not always scrutinize the packets that are updated and do a pacman -Syu on a monthly basis.
It boots to runlevel 3 which it does but than is stuck when the last daemon (successfully) loads

It is a file server and I do use md and lvm2 though. My guess is that for some reason the system wasn't shutdown correctly causing the RAID5 to become instable and being resyncd as we speak. But I'm happy to already have the sshd working and could start repairs.

the last bit of pacman.log:

[2012-05-17 13:57] ==> Image generation successful
[2012-05-17 13:57] upgraded linux (3.3.4-2 -> 3.3.6-1)
[2012-05-17 13:57] upgraded linux-headers (3.3.4-2 -> 3.3.6-1)
[2012-05-17 13:57] upgraded man-pages (3.39-1 -> 3.41-1)
[2012-05-17 13:57] upgraded sqlite (3.7.11-2 -> 3.7.12-1)
[2012-05-17 13:57] upgraded minidlna (1.0.24-3 -> 1.0.24-4)
[2012-05-17 13:57] upgraded mpfr (3.1.0.p7-1 -> 3.1.0.p10-1)
[2012-05-17 13:57] upgraded mpg123 (1.14.0-1 -> 1.14.2-1)
[2012-05-17 13:57] upgraded perl-log-log4perl (1.35-1 -> 1.36-1)
[2012-05-17 13:57] upgraded munin-node (1.4.6-2 -> 1.4.7-1)
[2012-05-17 13:57] upgraded munin (1.4.6-2 -> 1.4.7-1)
[2012-05-17 13:57] upgraded ntfs-3g (2012.1.15-2 -> 2012.1.15-3)
[2012-05-17 13:58] upgraded openssl (1.0.1.b-1 -> 1.0.1.c-1)
[2012-05-17 13:58] upgraded php (5.3.12-1 -> 5.4.3-1)
[2012-05-17 13:58] upgraded php-apache (5.3.12-1 -> 5.4.3-1)
[2012-05-17 13:58] upgraded powertop (1.13-3 -> 2.0-1)
[2012-05-17 13:58] upgraded vim-runtime (7.3.495-3 -> 7.3.515-1)
[2012-05-17 13:58] upgraded vim (7.3.495-3 -> 7.3.515-1)
[2012-05-17 13:58] upgraded xterm (278-1 -> 279-1)
[2012-05-17 15:06] Running 'pacman -S upower'
[2012-05-17 15:06] installed polkit (0.105-1)
[2012-05-17 15:06] installed pm-quirks (0.20100619-2)
[2012-05-17 15:06] installed pm-utils (1.4.1-4)
[2012-05-17 15:06] installed dbus-glib (0.98-1)
[2012-05-17 15:06] installed usbmuxd (1.0.7-3)
[2012-05-17 15:06] installed libplist (1.8-2)
[2012-05-17 15:06] installed libimobiledevice (1.1.1-3)
[2012-05-17 15:06] installed upower (0.9.16-1)
[2012-05-17 16:11] Running 'pacman -S --asdeps perl-config-general libxslt'
[2012-05-17 16:12] Running 'pacman -U /home/j/dev/tgt/perl_conig_general/perl-config-general/perl-config-general-2.50-2-x86_64.pkg.tar.xz'
[2012-05-17 16:12] installed perl-config-general (2.50-2)
[2012-05-17 16:12] Running 'pacman -S --asdeps libxslt'
[2012-05-17 16:12] installed libxslt (1.1.26-3)
[2012-05-17 16:21] Running 'pacman -U /home/j/dev/tgt/tgt/tgt-1.0.26-2-x86_64.pkg.tar.xz'
[2012-05-17 16:22] installed tgt (1.0.26-2)
[2012-05-17 16:38] Running 'pacman -S sg_inq'
[2012-05-17 16:49] Running 'pacman -R iscsi-tgt'
[2012-05-17 16:49] Running 'pacman -R tgt'
[2012-05-17 16:49] warning: /etc/tgt/targets.conf saved as /etc/tgt/targets.conf.pacsave
[2012-05-17 16:49] removed tgt (1.0.26-2)
[2012-05-17 16:50] Running 'pacman -R perl-config-general libxslt'
[2012-05-17 16:50] removed libxslt (1.1.26-3)
[2012-05-17 16:50] removed perl-config-general (2.50-2)
[2012-05-22 23:26] Running 'pacman -Syu'
[2012-05-22 23:26] synchronizing package lists
[2012-05-22 23:26] starting full system upgrade
[2012-05-22 23:29] upgraded libcups (1.5.2-2 -> 1.5.3-1)
[2012-05-22 23:29] upgraded libglapi (8.0.2-1 -> 8.0.3-1)
[2012-05-22 23:29] upgraded libgl (8.0.2-1 -> 8.0.3-1)
[2012-05-22 23:29] upgraded libnl (3.2.7-1 -> 3.2.9-1)
[2012-05-22 23:29] upgraded mdadm (3.2.3-3 -> 3.2.4-1)
[2012-05-22 23:29] upgraded sqlite (3.7.12-1 -> 3.7.12-2)
[2012-05-22 23:30] upgraded subversion (1.7.4-3 -> 1.7.5-1)
[2012-05-22 23:30] upgraded sudo (1.8.4.p4-1 -> 1.8.5.p1-1)

archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise  PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR

Offline

#5 2012-05-23 07:55:29

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] No prompt after update to 3.3.6-1-ARCH

theking2 wrote:

My guess is that for some reason the system wasn't shutdown correctly causing the RAID5 to become instable and being resyncd as we speak.


There was a bug with Raid5 introduced in the udev & initscripts update around three to four weeks ago: but I don't see those packages in your truncated list. You should have skipped over it, but it might be worth a look anyway:
https://bugs.archlinux.org/task/29344


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#6 2012-05-23 09:09:09

theking2
Banned
From: Romanshorn Switzerland
Registered: 2009-03-04
Posts: 372

Re: [SOLVED] No prompt after update to 3.3.6-1-ARCH

thanks, jasonwryan

After 16hours the RAID5 is resynced again. Luckily I use the raid for file serving only the OS sits on a separate SSD.

After a reboot the situation is much the same. I can see that rc.local is executed as the SSD and eth0 settings are done. So it is just after that. Close reading https://wiki.archlinux.org/index.php/Boot I see that init:Login should come just after that.

rc.local:

#!/bin/bash
#
# /etc/rc.local: Local multi-user startup script.
#
# set larger mtu for eth0
/sbin/ifconfig eth0 mtu 4000

#set noop scheduler for ssd
SSD=(ata-SAMSUNG_MMCRE64G5MXP-0VB_YC1F93G940SY940C0086)

declare -i i=0
while [ "${SSD[$i]}" != "" ]; do
  NODE=`ls -l /dev/disk/by-id/${SSD[$i]} | awk '{ print $NF }' | sed -e 's/[/\.]//g'`
  echo noop > /sys/block/$NODE/queue/scheduler
done

the scheduler for the SSD is noop and the mtu for eth0 is 4000 after boot


archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise  PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR

Offline

#7 2012-05-23 09:34:34

theking2
Banned
From: Romanshorn Switzerland
Registered: 2009-03-04
Posts: 372

Re: [SOLVED] No prompt after update to 3.3.6-1-ARCH

oh, this IS embarrassing. <blush> Programming an endless loop in a boot script is probably not the best way of getting your machine up.

One line of code missing in my rc.local script. After adding that eerything is honky dory.

I apologize for the noise


archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise  PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR

Offline

Board footer

Powered by FluxBB