ich habe ein Debian Etch Kernel 2.6.18.3-vserver-k7 laufen. Sobald ich auf einem vserver unter etch ein apt-get install apache2 ausführe führt ein vserver-stop zu Kernelfehlern:
Code: Alles auswählen
Jan 14 21:02:20 host8 kernel: BUG: unable to handle kernel NULL pointer dereference at virtual address 00000001
Jan 14 21:02:20 host8 kernel: printing eip:
Jan 14 21:02:20 host8 kernel: de9f2737
Jan 14 21:02:20 host8 kernel: *pde = 00000000
Jan 14 21:02:20 host8 kernel: Oops: 0000 [#12]
Jan 14 21:02:20 host8 kernel: SMP
Jan 14 21:02:20 host8 kernel: Modules linked in: ipv6 button ac battery dm_snapshot dm_mirror dm_mod loop evdev i2c_viapro rt
c i2c_core shpchp pci_hotplug parport_pc parport psmouse serio_raw amd64_agp agpgart floppy pcspkr reiserfs ide_generic sd_mo
d ehci_hcd uhci_hcd usbcore sata_via via82cxxx generic ide_core libata scsi_mod r8169 thermal processor fan xfs ext3 jbd ext2
mbcache raid1 md_mod
Jan 14 21:02:20 host8 kernel: CPU: 0
Jan 14 21:02:20 host8 kernel: EIP: 0060:[<de9f2737>] Not tainted VLI
Jan 14 21:02:20 host8 kernel: EFLAGS: 00010006 (2.6.18-3-vserver-k7 #1)
Jan 14 21:02:20 host8 kernel: EIP is at 0xde9f2737
Jan 14 21:02:20 host8 kernel: eax: de9f0617 ebx: de9f2730 ecx: 00000000 edx: 00000001
Jan 14 21:02:20 host8 kernel: esi: 36204549 edi: 00000001 ebp: c5695f48 esp: c5695f28
Jan 14 21:02:20 host8 kernel: ds: 007b es: 007b ss: 0068
Jan 14 21:02:20 host8 kernel: Process rc (pid: 16590[#49177], ti=c5694000 task=c1aa0330 task.ti=c5694000)
Jan 14 21:02:20 host8 kernel: Stack: c011623b 00000000 00000001 c20d4a60 00000000 c20d4a60 00000000 00000001
Jan 14 21:02:20 host8 kernel: c5695f6c c0116682 00000000 00000000 00000001 00000292 c20d4000 d9f2c9a0
Jan 14 21:02:20 host8 kernel: 00000010 c191f5b0 c0131ef6 00000000 c5695f90 c1aa0330 c01207f0 00000000
Jan 14 21:02:20 host8 kernel: Call Trace:
Jan 14 21:02:20 host8 kernel: [<c011623b>] __wake_up_common+0x2f/0x53
Jan 14 21:02:20 host8 kernel: [<c0116682>] __wake_up+0x2a/0x3d
Jan 14 21:02:20 host8 kernel: [<c0131ef6>] unhash_vx_info+0xa9/0xad
Jan 14 21:02:20 host8 kernel: [<c01207f0>] do_exit+0x751/0x791
Jan 14 21:02:20 host8 kernel: [<c01208a5>] sys_exit_group+0x0/0xd
Jan 14 21:02:20 host8 kernel: [<c0102c57>] syscall_call+0x7/0xb
Jan 14 21:02:20 host8 kernel: Code: 00 00 00 00 74 17 0a 00 7a 17 0a 00 00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 34 27 9f <de> 34 27 9f de 49 45 20 36 00 00 00 00 00 00 00 00 00 00 00 00
Jan 14 21:02:20 host8 kernel: EIP: [<de9f2737>] 0xde9f2737 SS:ESP 0068:c5695f28
Jan 14 21:02:20 host8 kernel: <1>Fixing recursive fault but reboot is needed!
Ein Apache2.0.54-5sarge1 auf Sarge-vservern auf dem gleichen Host hingegen macht keinerlei Probleme.