On 2/13/2012 7:06 AM, TAKAHASHI Yoshihiro wrote:
I got the following error of the current loader if I put the xxx_after
line into loader.conf to wait a key after load the xxx module.

---
Error: out of memory
Module xxx
Error executing read -p "Press Enter"
Aborted!
---

The loader.conf is:
xxx_load="YES"
xxx_after="read -p \"Press Enter\""


Does anyone know what is wrong?

---
TAKAHASHI Yoshihiro<n...@freebsd.org>
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Uhm, yea.. it's having trouble executing the command 'read -p "Press Enter"'

My guess is, it can't run that command "read". Perhaps it needs a full path, or something? grasping at straws on the fix you want, but the error message is pretty clear.. and without the _after line I'm betting it would boot fine.

--
Chuck Burns
The Southern Libertarian (owner/editor)
http://www.thesouthernlibertarian.com/

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to