Mounting root...
Pawel Jakub Dawidek
pjd at FreeBSD.org
Thu Sep 16 08:17:15 PDT 2004
On Sat, Sep 11, 2004 at 02:38:35PM -0700, George Hartzell wrote:
+> George Hartzell writes:
+> > [...]
+> > Suggestions?
+>
+> Sorry to follow up my own posting, but I have something that works.
+>
+> Two changes to /etc/rc.d/swap1
+>
+> change stop_cmd from ':' to 'swap1_stop'
+>
+> and change the line in swap1_stop from
+>
+> swapctl -U -t blk
+>
+> to
+>
+> swapoff -a
+>
+> And 1 behavioural change. I reflexively use reboot to reboot the
+> machine, and hadn't ever made the connection that it doesn't run any
+> shutdown scripts. W/ the changes above, and using 'shutdown -r now'
+> to reboot the machine, it comes up w/out synching the mirror.
+>
+> COOL!
+>
+> To be consistent, one should probably also change the start_cmd to
+> swap1_start, and fix that function to use swapon -a since its usage of
+> swapctl is also broken. Then, no_swap and swapoff need to be
+> defaulted in /etc/defaults/rc.conf.
+>
+> Or, one could delete the swap1_{start,stop} functions, and just make
+> start_cmd be 'swapon -a' and stop_cmd be 'swapoff -a'.
+>
+> I don't know which is more better, clearly there's some history here
+> that's unfinished, or a cross-BSD compatibility thing, or???
+>
+> Pawel, should I file some kind of bug here, or should you do
+> something, or???
I already changed rc.d/swap1 locally, but before commiting it I want to
fix rc.d/addswap as well.
Speaking of rc.d/swap1. There is unused code from NetBSD and we don't
care about compatibility with their rcNG anymore, so it could be just
removed.
--
Pawel Jakub Dawidek http://www.FreeBSD.org
pjd at FreeBSD.org http://garage.freebsd.pl
FreeBSD committer Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-geom/attachments/20040912/046017d4/attachment.bin
More information about the freebsd-geom
mailing list