Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

FreeBSD-rc · Improving FreeBSD startup scripts

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 62
  • Category: FreeBSD
  • Founded: Jul 29, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 358 - 729 of 729   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
358 Tim Kientzle
timkientzle Send Email
Sep 8, 2003
7:23 am
Hmmm... I only have a couple of free minutes here, but I skimmed through this. I think that named_rcng is simply mis-named. It's used twice in...
361 Lukas Ertl
l.ertl@... Send Email
Sep 10, 2003
11:24 am
... FWIW, I've submitted a PR with the patch, in case anyone wants to look at it: <http://www.freebsd.org/cgi/query-pr.cgi?pr=56648>. regards, le -- Lukas Ertl...
364 Martin Blapp
mb@... Send Email
Sep 15, 2003
6:24 pm
=================================================================== Do not kill dhclient twice. If we execute dhclient -r, dhclient gets already killed, so...
366 Doug Barton
DougB@... Send Email
Sep 17, 2003
7:25 am
... Hash: SHA1 Guys, There is no $gbde_autoattach_all variable in /etc/defaults/rc.conf, and it's generating an error at boot time. When Garrett initially...
367 Garrett Wollman
wollman@... Send Email
Sep 17, 2003
4:28 pm
... That's a bug that was never fixed because I didn't test that case. :-( It should default to no. -GAWollman...
369 Doug Barton
DougB@... Send Email
Sep 18, 2003
10:05 am
... Thanks. I committed the rc.conf default and rc.conf.5 update. Doug -- This .signature sanitized for your protection...
386 Doug Barton
DougB@... Send Email
Oct 13, 2003
9:45 am
Guys, Please see very interesting suggestions below from phk regarding ways to improve cleanvar, especially in the presence of a diskless boot. I like these...
413 Doug Barton
DougB@... Send Email
Oct 30, 2003
9:37 am
FYI. I'm a little out of touch atm, so if someone wants to grab this, feel free. Doug ... From: Kris Kennaway <kris@...> To: kris@...,...
416 Matt Peterson
matt@... Send Email
Nov 4, 2003
7:41 am
Howdy, I've made some updates to rc.d/rc.diskless for use in read-only flash systems (typically Soekris, etc embedded boards). phk said I should track down...
418 Brooks Davis
brdavis Send Email
Nov 4, 2003
6:19 pm
... I can work on this. I've got an intrest in diskless setups my self. Some comments: Replacing tabs with spaces makes the diffs hard to follow. I like the...
419 Gordon Tetlow
tetlowgm Send Email
Nov 4, 2003
6:24 pm
... I'm worried about all the calls to grep. Since grep lives in /usr/bin this makes things kinda sticky (not to mention a call to sed). -gordon...
420 Brooks Davis
brdavis Send Email
Nov 4, 2003
6:42 pm
... I'd definatly plan to remove all /usr stuff before the "mount -a" and limit it after. I'm pretty sure autodetection can be done with shell matching and...
423 Brooks Davis
brdavis Send Email
Nov 5, 2003
1:50 am
Any objections to this rc.d/diskless patch to avoid running newaliases on machines which aren't using sentmail/mailwrapper? I deliberatly duplicated the case...
433 Tobias Roth
roth_tob Send Email
Nov 8, 2003
4:48 pm
Hi I'd like to present some patches to teach FreeBSD to automatically configure itself depending on what network it is started in. The system depends on rcng,...
490 Mike Makonnen
mike_makonnen Send Email
Dec 1, 2003
12:35 pm
... Does this mean we should remove the rest of the compatibility stuff in other scripts? As you say, the NetBSD folks don't seem interested in our changes. We...
584 Doug Barton
domain_name_... Send Email
Dec 29, 2003
9:48 pm
... This is a good change, thanks Peter. Doug...
609 Doug
domain_name_... Send Email
Jan 6, 2004
1:10 am
Guys, FYI, I updated mergemaster last week to detect any files in /etc/rc.d (or ${DESTDIR}/etc/rc.d if they are different) that aren't in ${TEMPROOT}/etc/rc.d,...
610 Luke Mewburn
lukem@... Send Email
Jan 6, 2004
1:35 am
... FWIW; whilst NetBSD is unlikely to share the same /etc/rc.d/* scripts with FreeBSD (10 years of feature skew between our projects), maintaining...
611 Mike Makonnen
mike_makonnen Send Email
Jan 6, 2004
2:57 pm
... Ok, cool. That'll make rc.d much cleaner. ... As for rc.subr(8) I tried to interest you in a small patch once but it never got anywhere (I don't recall the...
659 Simon L. Nielsen
simon@... Send Email
Jan 17, 2004
5:39 pm
Hello I have enhanced the gbde rc.d script a bit, so it asks the user X times (normally 3) for the pass-phrase. I have also added support for having the...
718 Doug
domain_name_... Send Email
Jan 30, 2004
1:03 pm
Guys, All but 2 of the last 100 messages to this list were spam, and that trend is pretty consistent over time. Therefore I've changed the policy of the list...
719 Mike Makonnen
mike_makonnen Send Email
Jan 30, 2004
3:25 pm
... I think we should move to a freebsd.org hosted list. I also prefer a non-moderated list but I won't argue if people want otherwise. Cheers. -- Mike...
720 Brooks Davis
brdavis Send Email
Feb 5, 2004
6:19 pm
I noticed that rc.d/ttys has a circular dependency caused by requiring mountcritremote. I can't figure out why you would need that, any ideas? Also, the whole...
721 Brooks Davis
brdavis Send Email
Feb 5, 2004
6:56 pm
Wow, this list software is f-ing worthless. I get spam all the time from this list without any tagging, but a perfectly good message with a valid digital...
722 Mike Makonnen
mike_makonnen Send Email
Feb 6, 2004
3:34 pm
[ phk cc-ed ] ... I don't see any circular dependency, and rcorder(8) backs me up :-) What do you think is circular ? ... I think you're right. Poul-Henning,...
723 Brooks Davis
brdavis Send Email
Feb 6, 2004
4:44 pm
... rcorder was bitching to me. I wonder if I added something to cause it. I'm in the process of rewriting the diskless script to make it support read-only...
725 Doug Barton
domain_name_... Send Email
Feb 18, 2004
12:36 am
... It's in process. I tried a couple mails to the list over the weekend and got rebuffed by the "post as subscriber" filter. :) Doug -- This .signature...
726 Mike Makonnen
mike_makonnen Send Email
Mar 3, 2004
3:20 pm
Hi folks, I'm not sure if the fast prefix was intended to also work with the stop command, but I think it should. The reason is because most applications don't...
727 Mike Makonnen
mike_makonnen Send Email
Mar 3, 2004
3:20 pm
Hi Luke, folks, The attached patch shuts up ps(1) when the program we're looking for does not exist. The error message is something along the lines of: ps:...
729 Doug
domain_name_... Send Email
Mar 15, 2004
12:41 am
Howdy, As promised, the new @freebsd version of this list has been created. Please note, the delay on this point was entirely mine, as it took me longer than...
Messages 358 - 729 of 729   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help