Ticket #2254 (closed defect: worksforme)
Segmentation fault
| Reported by: | ticket | Owned by: | khali |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | sensors | Version: | 2.10.4 |
| Keywords: | Cc: | shengmai_goh@… |
Description (last modified by khali) (diff)
[root@ALPHASVR01 lm_sensors-2.10.4]# uname -a Linux ALPHASVR01 2.6.9-55.0.6.EL #1 Tue Sep 4 21:10:58 EDT 2007 i686 i686 i386
i successfully installed lm_sensors (and syslibs) and successfully passed sensor-detect state and was asked to add the following...
vi /etc/modprobe.conf :
alias eth0 e100
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----
vi /etc/rc.local :
#!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. # touch /var/lock/subsys/local #/home/ntsadmin/radius/run_NTSradius #----cut here---- modprobe i2c-isa # Chip drivers modprobe w83627hf # sleep 2 # optional /usr/bin/sensors -s # recommended #----cut here----
PROBLEM : I have rebooted the system twice but I'm still getting segmentation fault!
[root@ALPHASVR01 lm_sensors-2.10.4]# sensors Segmentation fault
Question : how can i get rid of this problem ?
Cheers Goh CentOS 4.4 <-> Redhat 4
Change History
Note: See
TracTickets for help on using
tickets.
