https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178818

--- Comment #4 from Lawrence Chen <beas...@tardisi.com> ---
Discovered the dumpon script wasn't working as expected...turns out its because
I have /usr as a separate filesystem and dumpon is called before such things
are mounted.  So it can't find 'grep' (/usr/bin/grep), other commands reside in
/sbin or /bin....

But, in bug 190152 it sounds like the modification to dumpon is unnecessary.

Since my balance preference is for 'load' (the default) and savecore (at least) 
needs to get switched to 'prefer'...I just hard coded both dumpon and savecore
on my system to switch to prefer and then back to load.

Perhaps, an rc.conf variable to specify what balance preference is used
(possibly defaulting to 'load' if not set), to avoid trying to grep the output
of 'gmirror list <name>'.

'grep' works in savecore, since its called much later...well after FILESYSTEMS
(in fact between NETWORKING and SERVERS...closer to SERVERS.)  Guess its
fortunate that nothing has touched swap during up to this point, because swapon
is done a little after dumpon.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Reply via email to