Martin Bochnig wrote:
Adam wrote:
The short version:  How do I turn off the boot-archive check on boot-up?
Hello, while this sounds odd (a bug in SMF or at least in your system's 
/etc/svc/repository.db ?), a workaround would be:


# mv -i /lib/svc/method/boot-archive 
/lib/svc/method/boot-archive__ORIG__pre20090521thu
# touch /lib/svc/method/boot-archive && chmod 755 /lib/svc/method/boot-archive

This worked like a champ.  Thanks.

However, I wonder why svcadm disable  doesn't seem to work in your case. One 
reason could be, that this change does not make it into the boot archive. 
Before the steps from above try svcadm disable once again and perform a clean 
init 6 reboot.

I did not do this before applying your first fix.  Here's why:

When I crash my machine with system/boot-archive enabled and I enter System Maintenance Mode, all I have to do to clear the event is "svcadm clear system/boot-archive".

When I crash my machine with system/boot-archive disabled and I enter System Maintenance Mode, I have to first "svcadm enable system/boot-archive" and then I have to "svcadm clear system/boot-archive". So the disable appears to take without a reboot.

---

Again thanks for the help, this will save me half-an-hour or so a day going from office to lab.

-Adam
_______________________________________________
driver-discuss mailing list
driver-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to