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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 38 - 68 of 729   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38
I'm including the yahoo! group for this... lots of smart people there too. ... I'm a little skeptical about this idea... what happens if this daemon crashes?...
Doug Barton
DougB@...
Send Email
Nov 26, 2002
8:38 am
39
... Well, that's a good question. I hadn't really thought about that, but I could use the guard script for that. I don't like the idea of using the guard...
Mike Makonnen
mtm@...
Send Email
Dec 2, 2002
4:25 am
40
... +++ devfs Sat Dec 14 14:03:49 2002 @@ -15,5 +15,6 @@ # Setup DEVFS, ie permissions, links etc. # -ln -fs /dev/ttyv0 /dev/vga - +if [ -r /etc/rc.devfs ];...
Doug Barton
DougB@...
Send Email
Dec 14, 2002
10:11 pm
41
This is good stuff Geoffrey.... we may just "borrow" it. :) I know you'ved saved me some work personally, as playing with gdbe is high on my list of things to...
Doug Barton
DougB@...
Send Email
Jan 12, 2003
4:43 am
43
Guys, I was reading this month's SysAdmin magazine, and came across this article about Bootprofile for Linux. You can find more info at ...
Doug Barton
DougB@...
Send Email
Jan 17, 2003
8:47 am
44
... NetBSD has a configuration manager iirc, src/etc/rc.d/bootconf.sh I'm not entirely sure how it works, but it might worth looking at. -gordon...
Gordon Tetlow
tetlowgm
Online Now Send Email
Jan 17, 2003
4:49 pm
45
... Take a careful look at the diskless support already in the FreeBSD tree (which works something like BootProfile: copies stuff from /conf/etc/* to /etc/ ...
Tim Kientzle
timkientzle
Offline Send Email
Jan 17, 2003
7:45 pm
46
... Yeah, diskless is one area where I think copying is a necessary kludge. But, in this situation there is no media to corrupt, and have to try and fix later....
Doug Barton
domain_name_...
Offline Send Email
Jan 17, 2003
8:34 pm
47
Hi guys, I'd like to commit the following patch, which is phase 1 of the network script rewrite. It creates a new file /etc/rc_network.subr that contains some...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 19, 2003
7:17 am
48
Well, I would like to renew the suggestion that routed be properly brought to network. ... -- Daniel C. Sobral (8-DCS) dcs@... dcs@... ...
Daniel C. Sobral
dcsobral2000
Offline Send Email
Jan 19, 2003
2:32 pm
49
On Sun, 19 Jan 2003 12:32:52 -0200 ... I agree with this, but I wasn't sure if there was a consensus. I'll post a patch. Cheers....
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 19, 2003
9:41 pm
50
... While you are in there; PPP gets started before ISDN. This is a problem if you use PPP over ISDN like I do. Is there an easy way to fix this? I'll test if...
Mark Murray
mark@...
Send Email
Jan 19, 2003
9:50 pm
51
On Sun, 19 Jan 2003 21:47:30 +0000 ... Patch attached. Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@... | Fingerprint:...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 19, 2003
10:32 pm
52
This sounds logical. It is also how rc.network did it. Maybe the NetBSD guys can shed some light on why it's done so late in the boot process. Anyways, if...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 19, 2003
10:36 pm
53
This email addresses two issues: 1) Getting rid of the monolithic rc* scripts 2) A proper policy on deprecating rc.d scripts and functionality I would like to...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 20, 2003
12:20 am
54
... Regarding the second point: On NetBSD I implemented a program called "postinstall" (src/etc/postinstall) which does a variety of checks on a given...
Luke Mewburn
luke@...
Send Email
Jan 20, 2003
12:27 am
55
On Mon, 20 Jan 2003 11:27:46 +1100 ... I like the concept, and if no one looks into it I'll try when I have some time. However, it still requires user...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 20, 2003
12:59 am
56
There are a few scripts that use variables from rc.conf before calling load_rc_config(). This doesn't matter when you're booting because the variables will be...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 23, 2003
5:39 am
57
... Sounds like a good plan to me. Luke, were there hysterical raisins for the existing behavior? Doug -- "We have known freedom's price. We have shown...
Doug Barton
domain_name_...
Offline Send Email
Jan 23, 2003
5:53 am
58
... Do you have a more specific example for me to look at? :-)...
Luke Mewburn
luke@...
Send Email
Jan 23, 2003
6:01 am
59
On Thu, 23 Jan 2003 17:01:45 +1100 ... The only one I can remember is amd, but I just took a peek at the NetBSD cvs repo and it's been fixed since our last...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 23, 2003
6:14 am
60
... Cool, go for it then. Thanks, Doug -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's...
Doug Barton
domain_name_...
Offline Send Email
Jan 23, 2003
8:33 am
61
So, any objections on this? NETWORKING should include the routing daemons. On Sun, 19 Jan 2003 17:36:01 -0500 ... -- Mike Makonnen | GPG-KEY:...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 25, 2003
5:24 am
62
Can I assume there's no objections to this, either? On Sun, 19 Jan 2003 02:17:24 -0500 ... -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc ...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 25, 2003
5:25 am
63
Mark, This should have fixed it for you. I'd like to commit it. On Sun, 19 Jan 2003 17:32:29 -0500 ... -- Mike Makonnen | GPG-KEY:...
Mike Makonnen
mike_makonnen
Offline Send Email
Jan 25, 2003
5:26 am
64
... None here. -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W....
Doug Barton
domain_name_...
Offline Send Email
Jan 25, 2003
5:29 am
65
Looks reasonable. If no objections, Go. M ... s ... if ... 8B9 ... -- Mark Murray iumop ap!sdn w,I idlaH...
Mark Murray
mark@...
Send Email
Jan 25, 2003
9:35 am
66
Go for it! M ... 8B9 ... -- Mark Murray iumop ap!sdn w,I idlaH...
Mark Murray
mark@...
Send Email
Jan 25, 2003
9:35 am
67
Who else has tested thios? M ... ipt ... ric ... ts ... t ... SE ... AL ... CT ... Y ... z amd \ ... \ ... \ ... \ ... \ ... \ ... \ ... \ ... \ ... \ ... \ ...
Mark Murray
mark@...
Send Email
Jan 25, 2003
9:35 am
68
... I'm a little confused as to why we need a seperate rc.subr just for network stuff. Can you explain more about your motivation for splitting it out? Doug...
Doug Barton
domain_name_...
Offline Send Email
Jan 25, 2003
9:45 am
Messages 38 - 68 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