kernel panic strato server

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
lakits
New Forum User
New Forum User
Posts: 2
Joined: Mon Aug 18, 2008 8:12 am

kernel panic strato server

Unread post by lakits »

Hi,

i got an kernel error starting the art kernel.
Centos 5

modprobe.conf

alias eth0 tg3
alias eth1 tg3


lspci
01:0e.0 RAID bus controller: Broadcom BCM5785 [HT1000] SATA (Native SATA Mode)

its a LR-5 strato server. I think the raid controller has a problem with the kernel.


thanks
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

lakits
New Forum User
New Forum User
Posts: 2
Joined: Mon Aug 18, 2008 8:12 am

Unread post by lakits »

lsmod
xt_state 35265 4
ip_conntrack 91237 2 ip_conntrack_netbios_ns,xt_state
nfnetlink 40457 1 ip_conntrack
iptable_filter 36161 1
ip_tables 55329 1 iptable_filter
tun 44993 0
ipt_owner 35009 0
ipv6 420609 196
xfrm_nalgo 43845 1 ipv6
crypto_api 42177 1 xfrm_nalgo
ipt_REJECT 38849 1
xt_tcpudp 36417 17
x_tables 50377 5 xt_state,ip_tables,ipt_owner,ipt_REJECT,xt_tcpudp
cpufreq_ondemand 42449 1
dm_mirror 60617 0
dm_multipath 52945 0
dm_mod 99737 2 dm_mirror,dm_multipath
video 53197 0
sbs 49921 0
backlight 39873 1 video
i2c_ec 38593 1 sbs
button 40545 0
battery 43849 0
asus_acpi 50917 0
acpi_memhotplug 40133 0
ac 38729 0
parport_pc 62313 0
lp 47121 0
parport 73165 2 parport_pc,lp
shpchp 70765 0
k8_edac 50177 0
i2c_piix4 42573 0
k8temp 39105 0
edac_mc 60193 1 k8_edac
tg3 145093 0
i2c_core 56129 2 i2c_ec,i2c_piix4
serio_raw 40517 0
hwmon 36553 1 k8temp
pcspkr 36289 0
sg 69993 0
sata_svw 41797 6
libata 192345 1 sata_svw
sd_mod 56257 8
scsi_mod 188665 3 sg,libata,sd_mod
raid1 56001 2
ext3 167249 1
jbd 93873 1 ext3
uhci_hcd 57433 0
ohci_hcd 54493 0
ehci_hcd 65741 0


shlod i add sata_svw to the modprobe.conf
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Yeah, they change the names sometimes when you go up a kernel rev. So you'd just add in the module to modprobe.conf and follow the steps on the wiki page to regenerate the initrd for the new kernel.
Post Reply