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 28 - 58 of 729   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28
Hi Luke, all Ok I think we're ready to submit some of our modifications back to NetBSD. The one included with this email concerns diagnostic messages. First,...
Mike Makonnen
makonnen@...
Send Email
Sep 3, 2002
7:16 pm
29
... Hi Mike. It looks fairly good, although I have a couple of comments * debug() shouldn't read /etc/rc.conf each time it's called; non of the other "need...
Luke Mewburn
lukem@...
Send Email
Sep 12, 2002
7:32 am
30
... Gah! That's what's been driving me nuts, I was wondering what kept sourceing /etc/rc.conf. I'm probably going to commit this soon as it'll save on shell ...
Gordon Tetlow
tetlowgm
Online Now Send Email
Sep 12, 2002
4:41 pm
31
On Thu, 12 Sep 2002 16:32:38 +1000 ... I did that in case any of the scripts wanted to use it before load_rc_config, but I think it can go. Besides, like...
Mike Makonnen
makonnen@...
Send Email
Sep 12, 2002
5:26 pm
32
Hi, I'm slowly porting some local rc scripts we've been using for a few years on -STABLE to rc_ng and -CURRENT. Some of them may be useful to others, and I'd...
Lars Eggert
larse@...
Send Email
Sep 16, 2002
10:04 pm
33
What version of FreeBSD supports IDE tape drives? I am currently running 4.2. I have been able to get the tape drive to work with Redhat 7.3 but not BSD 4.2 ...
Gregory Dunham
gregsdunham@...
Send Email
Sep 26, 2002
5:46 am
34
... You'll want to send that question to freebsd-questions@.... Good luck, Doug...
Doug Barton
domain_name_...
Online Now Send Email
Sep 26, 2002
7:21 pm
35
... I've put the latest revisions of our scripts up at http://www.isi.edu/larse/etc.html. Lars -- Lars Eggert <larse@...> USC Information...
Lars Eggert
larse@...
Send Email
Oct 1, 2002
6:41 pm
36
Hi all, Wanted freebsd Developers, visit www.techieindex.net providing one stop resource for IT Professionals. If you find similar site let me know. seriena...
serienabecker
serienabecker@...
Send Email
Oct 9, 2002
7:53 pm
37
Hi all, Wanted freebsd Developers, visit www.techieindex.net providing one stop resource for IT Professionals. If you find similar site let me know. seriena...
serienabecker
Offline Send Email
Oct 9, 2002
8:21 pm
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_...
Online Now 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_...
Online Now 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
Messages 28 - 58 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