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<nyan_at_FreeBSD.org> > _______________________________________________ > freebsd-current_at_freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_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/Received on Mon Feb 13 2012 - 15:34:38 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:24 UTC