Search the web
Sign In
New User? Sign Up
FreeBSD-rc · Improving FreeBSD startup scripts
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 344 - 718 of 729   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
344
Hi, ... I've talked about this with Warner, and before that, with Mike. Does something not work ? Martin...
Martin Blapp
mb@...
Send Email
Sep 1, 2003
9:07 am
345
... I think he is trying a single-armed network, where he's trying to put both his internal network and the outgoing connection on the same network interface....
Gordon Tetlow
tetlowgm
Online Now Send Email
Sep 2, 2003
6:16 am
346
You are right, that is what I was trying to do.. And, believe it or not, I did actually get it to work (even when it had to renew it's lease/etc)... I was...
devpty
Offline Send Email
Sep 2, 2003
9:13 am
351
Folks, In case you missed this, please check my thinking here, and let me know your opinion. I've added the option to savecore to report if there is a dump, so...
Doug Barton
DougB@...
Send Email
Sep 4, 2003
10:27 am
353
Hi, I hacked rcorder to accept a directory as a parameter instead of passing in all rc scripts on the command line with a glob. You can find this patch at...
Lukas Ertl
l.ertl@...
Send Email
Sep 7, 2003
4:13 pm
354
... This is supposed to not be a problem. Generally, there will be more than one order that meets the specified requirements. As long as the order you're...
Tim Kientzle
timkientzle
Offline Send Email
Sep 7, 2003
11:01 pm
355
... I did a little bit of analysis of the output from Lukas' version of rcorder, and it seemed there were some disturbing differences, but unfortunately I...
Doug Barton
DougB@...
Send Email
Sep 7, 2003
11:17 pm
356
... Ok, if I just look at the "PROVIDE"/"REQUIRE" lines it seems to meet the requirements. But, for example, one thing might be a problem: the original has...
Lukas Ertl
l.ertl@...
Send Email
Sep 7, 2003
11:17 pm
357
Forwarded to the rc mailing list. Tim, do you want to weigh in on this? IIRC, it has something to do with the way NetBSD does named startup (which is in a...
Gordon Tetlow
tetlowgm
Online Now Send Email
Sep 8, 2003
4:59 am
358
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...
Tim Kientzle
timkientzle
Offline Send Email
Sep 8, 2003
7:23 am
361
... 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...
Lukas Ertl
l.ertl@...
Send Email
Sep 10, 2003
11:24 am
364
=================================================================== Do not kill dhclient twice. If we execute dhclient -r, dhclient gets already killed, so...
Martin Blapp
mb@...
Send Email
Sep 15, 2003
6:24 pm
366
... 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...
Doug Barton
DougB@...
Send Email
Sep 17, 2003
7:25 am
367
... That's a bug that was never fixed because I didn't test that case. :-( It should default to no. -GAWollman...
Garrett Wollman
wollman@...
Send Email
Sep 17, 2003
4:28 pm
369
... Thanks. I committed the rc.conf default and rc.conf.5 update. Doug -- This .signature sanitized for your protection...
Doug Barton
DougB@...
Send Email
Sep 18, 2003
10:05 am
386
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...
Doug Barton
DougB@...
Send Email
Oct 13, 2003
9:45 am
413
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@...,...
Doug Barton
DougB@...
Send Email
Oct 30, 2003
9:37 am
416
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...
Matt Peterson
matt@...
Send Email
Nov 4, 2003
7:41 am
418
... 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...
Brooks Davis
brdavis
Offline Send Email
Nov 4, 2003
6:19 pm
419
... 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...
Gordon Tetlow
tetlowgm
Online Now Send Email
Nov 4, 2003
6:24 pm
420
... 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...
Brooks Davis
brdavis
Offline Send Email
Nov 4, 2003
6:42 pm
423
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...
Brooks Davis
brdavis
Offline Send Email
Nov 5, 2003
1:50 am
433
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,...
Tobias Roth
roth_tob
Offline Send Email
Nov 8, 2003
4:48 pm
490
... 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...
Mike Makonnen
mike_makonnen
Offline Send Email
Dec 1, 2003
12:35 pm
584
... This is a good change, thanks Peter. Doug...
Doug Barton
domain_name_...
Offline Send Email
Dec 29, 2003
9:48 pm
609
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,...
Doug
domain_name_...
Offline Send Email
Jan 6, 2004
1:10 am
610
... FWIW; whilst NetBSD is unlikely to share the same /etc/rc.d/* scripts with FreeBSD (10 years of feature skew between our projects), maintaining...
Luke Mewburn
lukem@...
Send Email
Jan 6, 2004
1:35 am
611
... 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...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 6, 2004
2:57 pm
659
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...
Simon L. Nielsen
simon@...
Send Email
Jan 17, 2004
5:39 pm
718
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...
Doug
domain_name_...
Offline Send Email
Jan 30, 2004
1:03 pm
Messages 344 - 718 of 729   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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