Guys, You can find my first draft rcOG removal patch at http://people.freebsd.org/~dougb/rc.diff I think I've caught everything, please let me know if you see...
Doug Barton
DougB@...
May 2, 2003 3:41 am
212
... Not necessarily. (Mind you, I'm not saying you are _not_, just that that doesn't follow from this :) We have /etc/rc.local for commands you need to run....
Howdy, The default for rpc_statd is NO, but rpc.lockd won't start without it. In /etc/rc.d/nfslocking the script polls the conf file to determine whether or...
Doug Barton
DougB@...
May 3, 2003 7:01 am
214
On Fri, 2 May 2003 23:47:47 -0700 (PDT) ... I prefer B as well....
Guys, I'm just full of energy tonight. :) The recent addition of the late sysctl run in securelevel, along with some unrelated testing I've been doing, has...
Doug Barton
DougB@...
May 3, 2003 8:59 am
216
... Ok, good news.... now the complication is that there is not rpc.statd startup script. So, what do you think of the following patch (borrowed code from...
Doug Barton
DougB@...
May 3, 2003 9:02 am
217
Turns out the patch is quite easy: Index: rc =================================================================== RCS file: /home/ncvs/src/etc/rc,v retrieving...
Doug Barton
DougB@...
May 3, 2003 9:19 am
218
Hi Doug, The reason securelevel gets started so early is because we didn't change the REQUIRES or BEFORE lines from NetBSD. I'm not comfortable with the idea...
... D'oh. I don't think you're reading it wrong. What I really wanted there was something like (untested): if checkyesno ${RCVAR_LOCKD} -a ! checkyesno...
Doug Barton
DougB@...
May 3, 2003 10:00 am
221
... Yeah, that was my assumption, no worries. ... In general I agree with you, but I think it's worthwhile to have a mechanism to pin down what will be run...
Doug Barton
DougB@...
May 3, 2003 10:44 am
222
On Sat, 3 May 2003 03:16:48 -0700 (PDT) ... This goes defeats the whole point of having REQUIRE and BEFORE lines (and generally allowing the dependencies to...
... I tested this, and it solved my problem. I'm willing to give it a go this way, so please commit it, or let me know that you won't have time before the...
Doug Barton
DougB@...
May 5, 2003 10:34 am
224
FYI, I've left the ttyv0 -> vga symlink commented out because X 4.3.0 doesn't seem to need it anymore. I tested it with xterm, aterm, xdm, startx, and a bunch...
Doug Barton
DougB@...
May 6, 2003 1:50 am
225
Hi, After upgrading to 5.1-BETA (and rcNG through mergemaster) I noticed that the configuration of PC Cards for IPv6 didn't work anymore. /etc/pccard_ether...
Xander Jansen
x+freebsd-rcng@...
May 8, 2003 4:42 pm
226
Around the time of 5.0-RELEASE, I did some cleanups and infrastructure work in the rcng system. Nobody seemed to care much, so I let the patches rot. Now...
Guys, I just posted a new link to Bill Fenner's rc.d cleanup patches. He's done some really interesting cleanup that I think we should take a serious look at...
Doug Barton
DougB@...
May 11, 2003 9:35 pm
228
... I remember these patches and I liked most of them. They still look like they mostly apply with some tweaking necessary. ... Yes please, I think that this...
A fix was just committed for this, can you test it and report your results? Doug -- This .signature sanitized for your protection...
Doug Barton
DougB@...
May 13, 2003 9:40 am
230
On Tue, 13 May 2003, Doug Barton wrote: + A fix was just committed for this, can you test it and report your + results? Looks good: (cvsup, mergemaster...) #...
Xander Jansen
x+freebsd-rcng@...
May 13, 2003 10:25 am
231
... Great news, thanks! And your thanks should really go to ume-san. He did the work, Mike and I reviewed the fix. Glad it worked out for you, Doug -- This...
Doug Barton
DougB@...
May 13, 2003 6:13 pm
232
Hi everyone I just joined this group and tried to catch up a little on the discussions that concerns automated network setup during boot. As I can see, there...
On Tue, 13 May 2003, Doug Barton wrote: + > A suspend/resume and have devd do its magic also results in a working IPv6 + > config. Thanks for this definitely...
Xander Jansen
x+freebsd-rcng@...
May 14, 2003 4:47 pm
234
Hi, ... Mike and Doug are definitly more involved with the FreeBSD project than me, so they should coordinate with you. All I've done is provide a couple of...
Hi! After switching from a Mar 24 -CURRENT to a 5.1-BETA -CURRENT, the new rc system or anything else on the bootup is broken. In particular, for the sendmail...