Hi, since the last few days my system crashs at startup of gdm (on system boot).
If I choose runlevel 2, the system doesn't crash. I found out, that HAL is the problem. After disabling hal (chkconfig haldaemon --off) no crashes appear.
The system freezes completly so I can't look into the logfiles.
I removed an reinstalled hal already, but nothing changed.
I tried older kernels releases and nothing changed.
Any help would be nice!
Regards, Christian
On Tue, 12 Sep 2006, Christian Bolz wrote:
Hi, since the last few days my system crashs at startup of gdm (on system boot).
If I choose runlevel 2, the system doesn't crash. I found out, that HAL is the problem. After disabling hal (chkconfig haldaemon --off) no crashes appear.
The system freezes completly so I can't look into the logfiles.
I removed an reinstalled hal already, but nothing changed.
I tried older kernels releases and nothing changed.
Any help would be nice!
Details would help. What hardware? What kernel version? What gdm version? What hal version?
Had you made any changes to the system prior to this starting?
------------------------------------------------------------------------ Jim Wildman, CISSP, RHCE jim@rossberry.com http://www.rossberry.com "Society in every state is a blessing, but Government, even in its best state, is a necessary evil; in its worst state, an intolerable one." Thomas Paine
Am Dienstag, den 12.09.2006, 09:15 -0400 schrieb Jim Wildman:
On Tue, 12 Sep 2006, Christian Bolz wrote:
Hi, since the last few days my system crashs at startup of gdm (on system boot).
If I choose runlevel 2, the system doesn't crash. I found out, that HAL is the problem. After disabling hal (chkconfig haldaemon --off) no crashes appear.
The system freezes completly so I can't look into the logfiles.
I removed an reinstalled hal already, but nothing changed.
I tried older kernels releases and nothing changed.
Any help would be nice!
Details would help. What hardware? What kernel version? What gdm version? What hal version?
Dell Inspiron 6000, Centrino (Intel 2200 WLAN), 512 MB, 1.6 GHz, ATI X300 all packages are up to date - except kernel. Because of problems with VMware I'm using version 2.6.9-34.0.2.EL. hal = 0.4.2-4.EL4 gdm = 2.6.0.5-7.rhel4.12
Had you made any changes to the system prior to this starting?
I looked at yum.log - no changes since Sep 01. But the problem first appeared yesterday.
The only thing I changed yesterday was deactivating ntpd.
If I boot into runlevel 2 and use "startx" the system works fine. If I boot into runlevel 5 and disabled hal before, the system works fine, too.
Only if I active hal and boot into runlevel 5 the system hangs.
Regards, Christian
-> Dell Inspiron 6000, Centrino (Intel 2200 WLAN), 512 MB, 1.6 GHz, ATI -> X300 -> all packages are up to date - except kernel. Because of problems with -> VMware I'm using version 2.6.9-34.0.2.EL. -> hal = 0.4.2-4.EL4 -> gdm = 2.6.0.5-7.rhel4.12 -> -> > -> > Had you made any changes to the system prior to this starting? -> I looked at yum.log - no changes since Sep 01. But the problem first -> appeared yesterday. -> -> The only thing I changed yesterday was deactivating ntpd. -> -> If I boot into runlevel 2 and use "startx" the system works fine. If I -> boot into runlevel 5 and disabled hal before, the system works fine, -> too. -> -> Only if I active hal and boot into runlevel 5 the system hangs. -> -> Regards, Christian
Welcome!
Ummmmmmmmm I don't use haldaemon nor do I currently remember what it is for.
Do you need to use it for some reason?
I disable it like this on all systems so it doesnt run at all
chkconfig --level 2345 haldaemon off
this shuts off haldaemon for levels 2345
it is off on other runlevels by default
then do a
chkconfig --list haldaemon
if you need it enbabled for certain runlevels you can enable like
chkconfig --level 4 haldaemon on
and repeat as necessary.
Or again, just totally disable it with the first one above.
if you need it to run on your machine and if it is causing problems, I am afraid I will not longer be able to be of assistance since I do not use it and again, I don't recall what it even does although I knew at one point.
thanks in advance
- rh
-- Robert - Abba Communications Computer & Internet Services (509) 624-7159 - www.abbacomm.net
Am Dienstag, den 12.09.2006, 10:23 -0700 schrieb Email Lists:
-> Dell Inspiron 6000, Centrino (Intel 2200 WLAN), 512 MB, 1.6 GHz, ATI -> X300 -> all packages are up to date - except kernel. Because of problems with -> VMware I'm using version 2.6.9-34.0.2.EL. -> hal = 0.4.2-4.EL4 -> gdm = 2.6.0.5-7.rhel4.12 -> -> > -> > Had you made any changes to the system prior to this starting? -> I looked at yum.log - no changes since Sep 01. But the problem first -> appeared yesterday. -> -> The only thing I changed yesterday was deactivating ntpd. -> -> If I boot into runlevel 2 and use "startx" the system works fine. If I -> boot into runlevel 5 and disabled hal before, the system works fine, -> too. -> -> Only if I active hal and boot into runlevel 5 the system hangs. -> -> Regards, Christian
Welcome!
Ummmmmmmmm I don't use haldaemon nor do I currently remember what it is for.
Do you need to use it for some reason?
With hal usb-sticks and CDs will be mountet automatically.
Sure, I need it. Most of all, I wonder why it worked for years and now it stops working.
Does anybody else have some helpfull tipps?
Regards, Christian
-> -> Hi, -> since the last few days my system crashs at startup of gdm (on system -> boot). -> -> If I choose runlevel 2, the system doesn't crash. I found out, that HAL -> is -> the problem. After disabling hal (chkconfig haldaemon --off) no crashes -> appear. -> -> The system freezes completly so I can't look into the logfiles. -> -> I removed an reinstalled hal already, but nothing changed. -> -> I tried older kernels releases and nothing changed. -> -> Any help would be nice! -> -> Regards, Christian ->
You may have a typo with the --off as I understand it
One proper way to look at it is
chkconfig --list | grep :on
will show you everything that is on for all runlevels
then you can
chkconfig haldaemon off
or if you want to turn all runlevels that are on, off then
chkconfig --level 2345 haldaemon off
this my help if you typo'd
thanks and kind regards
- rh
-- Robert - Abba Communications Computer & Internet Services (509) 624-7159 - www.abbacomm.net
Am Dienstag, den 12.09.2006, 08:16 -0700 schrieb Email Lists:
-> -> Hi, -> since the last few days my system crashs at startup of gdm (on system -> boot). -> -> If I choose runlevel 2, the system doesn't crash. I found out, that HAL -> is -> the problem. After disabling hal (chkconfig haldaemon --off) no crashes -> appear. -> -> The system freezes completly so I can't look into the logfiles. -> -> I removed an reinstalled hal already, but nothing changed. -> -> I tried older kernels releases and nothing changed. -> -> Any help would be nice! -> -> Regards, Christian ->
You may have a typo with the --off as I understand it
One proper way to look at it is
chkconfig --list | grep :on
will show you everything that is on for all runlevels
then you can
chkconfig haldaemon off
or if you want to turn all runlevels that are on, off then
chkconfig --level 2345 haldaemon off
this my help if you typo'd
thanks and kind regards
you're absolutly right! It was a typo in my message. ;-)
- rh
-- Robert - Abba Communications Computer & Internet Services (509) 624-7159 - www.abbacomm.net
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos