You are not logged in.
hi all,
i got some problems starting httpd. "/etc/rc.d/httpd start" failed. "/usr/sbin/apachestrl start" only returned a "segmentation fault". this is what i found in "/var/log/messages.log":
Apr 10 17:47:17 bob c02cefde
Apr 10 17:47:17 bob Modules linked in: snd_seq_midi snd_usb_audio snd_usb_lib snd_rawmidi snd_hwdep usbhid hid ff_memless ipv6 pcmcia ppdev lp yenta_socket rsrc_nonstatic pcmcia_core snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss shpchp pci_hotplug serio_raw psmouse pcspkr snd_intel8x0m tsdev snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_timer parport_pc parport evdev rtc snd soundcore snd_page_alloc i2c_i801 i2c_core uhci_hcd ehci_hcd i915 drm intel_agp agpgart ipw2200 ieee80211 ieee80211_crypt eepro100 e100 mii usbcore ext3 jbd mbcache sha256 aes_i586 dm_crypt dm_mod ide_cd cdrom ide_disk ata_piix libata piix generic ide_core
Apr 10 17:47:17 bob <6>note: httpd[15457] exited with preempt_count 1
Apr 10 17:47:17 bob [<c033e74b>] schedule+0x64b/0xbe0
Apr 10 17:47:17 bob [<c023fddb>] fbcon_cursor+0x1ab/0x2e0
Apr 10 17:47:17 bob [<c02452d0>] bit_cursor+0x0/0x5e0
Apr 10 17:47:17 bob [<c011e6e9>] __wake_up_common+0x39/0x70
Apr 10 17:47:17 bob [<c011eca8>] __wake_up+0x38/0x50
Apr 10 17:47:17 bob [<c0121c96>] __cond_resched+0x16/0x40
Apr 10 17:47:17 bob [<c033f3da>] cond_resched+0x2a/0x40
Apr 10 17:47:17 bob [<c015d7c6>] unmap_vmas+0x536/0x580
Apr 10 17:47:17 bob [<c01605ce>] exit_mmap+0x7e/0x120
Apr 10 17:47:17 bob [<c01246d3>] mmput+0x33/0xb0
Apr 10 17:47:17 bob [<c0129d89>] do_exit+0xe9/0x7f0
Apr 10 17:47:17 bob [<c012762b>] printk+0x1b/0x20
Apr 10 17:47:17 bob [<c01048d6>] die+0x256/0x260
Apr 10 17:47:17 bob [<c011d65a>] do_page_fault+0x2da/0x630
Apr 10 17:47:17 bob [<c011d380>] do_page_fault+0x0/0x630
Apr 10 17:47:17 bob [<c034130c>] error_code+0x7c/0x84
Apr 10 17:47:17 bob [<c02cefde>] fib_rules_lookup+0x1e/0xd0
Apr 10 17:47:17 bob [<e04f7e8b>] fib6_rule_lookup+0x2b/0x90 [ipv6]
Apr 10 17:47:17 bob [<e04db950>] ip6_pol_route_output+0x0/0x1c0 [ipv6]
Apr 10 17:47:17 bob [<e04ced7b>] ip6_dst_lookup_tail+0x8b/0xc0 [ipv6]
Apr 10 17:47:17 bob [<e04f39ea>] ip6_datagram_connect+0x2ea/0x640 [ipv6]
Apr 10 17:47:17 bob [<c0186cc3>] mntput_no_expire+0x13/0x70
Apr 10 17:47:17 bob [<c02b78a3>] release_sock+0x13/0xc0
Apr 10 17:47:17 bob [<c0306575>] inet_dgram_connect+0x35/0x80
Apr 10 17:47:17 bob [<c02b53a2>] sys_connect+0x82/0xd0
Apr 10 17:47:17 bob [<c02b564f>] sock_attach_fd+0x6f/0xd0
Apr 10 17:47:17 bob [<c01716ef>] get_empty_filp+0x6f/0x170
Apr 10 17:47:17 bob [<c016e6a1>] fd_install+0x21/0x50
Apr 10 17:47:17 bob [<c02b621c>] sock_map_fd+0x3c/0x60
Apr 10 17:47:17 bob [<c02b6c08>] sys_socketcall+0x98/0x280
Apr 10 17:47:17 bob [<c0103242>] sysenter_past_esp+0x5f/0x85
Apr 10 17:47:17 bob =======================
any ideas, what this could mean?
thx
Last edited by ct (2007-04-10 22:21:27)
Offline
ok, i got it. it was my fault, sorry..
for security reasons i put the option "noauto" for /boot in my fstab. but on kernel-upgrades the new images were copied to the wrong place (the empty /boot directoty in /). although the old kernel on the boot partition was a 2.6.20 the modules from the newer kernel didn't worked with it.
Offline