Re: [osol-discuss] Problems with hal service on OpenSolaris 2009.06

2009-10-30 Thread Brian Ruthven - Sun UK


You might find that this is 
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6850995 and 
simply re-installing the package has only fixed it once.


If it happens again, try "svcadm clear hal" and see if things spring 
into life again.


I did see something like this under builds 124 and 125 where if I booted 
the system with my memory stick connected, hald would dump core every 
time. I've yet to reproduce this with build 126.


Regards,
Brian


carlopmart wrote:

Thanks Paul, I have solved the problem reinstalling hal package.



--
Brian Ruthven
Solaris Revenue Product Engineering
Sun Microsystems UK
Sparc House, Guillemont Park, Camberley, GU17 9QG

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Problems with hal service on OpenSolaris 2009.06

2009-10-29 Thread carlopmart

Paul Gress wrote:

carlopmart wrote:

Hi all,

 tomorrow I have executed "dmesg" and I see this error:

 Oct 29 12:38:26 hobbiton svc.startd[7]: [ID 652011 daemon.warning] 
svc:/system/hal:default: Method "/lib/svc/method/svc-hal start" failed 
with exit status 127.

Oct 29 12:38:27 hobbiton last message repeated 2 times
Oct 29 12:38:27 hobbiton svc.startd[7]: [ID 748625 daemon.error] 
system/hal:default failed: transitioned to maintenance (see 'svcs -xv' 
for details)


 after that I have executed "svcs -xv" and I see:

 r...@hobbiton:/var/svc/log# svcs -xv
svc:/system/hal:default (Hardware Abstraction Layer daemon)
 State: maintenance since Thu Oct 29 12:38:27 2009
Reason: Start method failed repeatedly, last exited with status 127.
   See: http://sun.com/msg/SMF-8000-KS
   See: man -M /usr/man -s 1M hal
   See: /var/svc/log/system-hal:default.log
Impact: 1 dependent service is not running:
svc:/system/filesystem/rmvolmgr:default

 But if I try to start rmvolmgr service nothing happens, continues 
offline:


r...@hobbiton:/var/svc/log# svcadm enable 
svc:/system/filesystem/rmvolmgr:default

r...@hobbiton:/var/svc/log# svcs -a |grep rmvol
offline12:38:12 svc:/system/filesystem/rmvolmgr:default

 Where is the problem??



svc:/system/filesystem/rmvolmgr:default is a dependant service of 
svc:/system/hal:default.


This means you need to correct "svc:/system/hal:default" before 
"svc:/system/filesystem/rmvolmgr:default" to get it to run.


The first thing to do in trying to fix this is read your log file for 
hal, located at /var/svc/log/system-hal:default.log.  This might supply 
a clue to whats failing.



Paul


Thanks Paul, I have solved the problem reinstalling hal package.

--
CL Martinez
carlopmart {at} gmail {d0t} com
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Problems with hal service on OpenSolaris 2009.06

2009-10-29 Thread Paul Gress

carlopmart wrote:

Hi all,

 tomorrow I have executed "dmesg" and I see this error:

 Oct 29 12:38:26 hobbiton svc.startd[7]: [ID 652011 daemon.warning] 
svc:/system/hal:default: Method "/lib/svc/method/svc-hal start" failed 
with exit status 127.

Oct 29 12:38:27 hobbiton last message repeated 2 times
Oct 29 12:38:27 hobbiton svc.startd[7]: [ID 748625 daemon.error] 
system/hal:default failed: transitioned to maintenance (see 'svcs -xv' 
for details)


 after that I have executed "svcs -xv" and I see:

 r...@hobbiton:/var/svc/log# svcs -xv
svc:/system/hal:default (Hardware Abstraction Layer daemon)
 State: maintenance since Thu Oct 29 12:38:27 2009
Reason: Start method failed repeatedly, last exited with status 127.
   See: http://sun.com/msg/SMF-8000-KS
   See: man -M /usr/man -s 1M hal
   See: /var/svc/log/system-hal:default.log
Impact: 1 dependent service is not running:
svc:/system/filesystem/rmvolmgr:default

 But if I try to start rmvolmgr service nothing happens, continues 
offline:


r...@hobbiton:/var/svc/log# svcadm enable 
svc:/system/filesystem/rmvolmgr:default

r...@hobbiton:/var/svc/log# svcs -a |grep rmvol
offline12:38:12 svc:/system/filesystem/rmvolmgr:default

 Where is the problem??



svc:/system/filesystem/rmvolmgr:default is a dependant service of 
svc:/system/hal:default.


This means you need to correct "svc:/system/hal:default" before 
"svc:/system/filesystem/rmvolmgr:default" to get it to run.


The first thing to do in trying to fix this is read your log file for 
hal, located at /var/svc/log/system-hal:default.log.  This might supply 
a clue to whats failing.



Paul
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Problems with hal service on OpenSolaris 2009.06

2009-10-29 Thread carlopmart

Hi all,

 tomorrow I have executed "dmesg" and I see this error:

 Oct 29 12:38:26 hobbiton svc.startd[7]: [ID 652011 daemon.warning] 
svc:/system/hal:default: Method "/lib/svc/method/svc-hal start" failed with exit 
status 127.

Oct 29 12:38:27 hobbiton last message repeated 2 times
Oct 29 12:38:27 hobbiton svc.startd[7]: [ID 748625 daemon.error] system/hal:default 
failed: transitioned to maintenance (see 'svcs -xv' for details)


 after that I have executed "svcs -xv" and I see:

 r...@hobbiton:/var/svc/log# svcs -xv
svc:/system/hal:default (Hardware Abstraction Layer daemon)
 State: maintenance since Thu Oct 29 12:38:27 2009
Reason: Start method failed repeatedly, last exited with status 127.
   See: http://sun.com/msg/SMF-8000-KS
   See: man -M /usr/man -s 1M hal
   See: /var/svc/log/system-hal:default.log
Impact: 1 dependent service is not running:
svc:/system/filesystem/rmvolmgr:default

 But if I try to start rmvolmgr service nothing happens, continues offline:

r...@hobbiton:/var/svc/log# svcadm enable 
svc:/system/filesystem/rmvolmgr:default
r...@hobbiton:/var/svc/log# svcs -a |grep rmvol
offline12:38:12 svc:/system/filesystem/rmvolmgr:default

 Where is the problem??
--
CL Martinez
carlopmart {at} gmail {d0t} com
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org