Re: Rc.Local

2007-02-04 Thread RW
s I want executed at the very END > > of the boot process, and which are truly LOCAL? > > > man (8) rc > > /usr/local/etc/rc.d/rc.local /usr/local/etc/rc.d/ is a replacement for rc.local, so it would be odd if /usr/local/etc/rc.d/rc.local had any special significance. I don'

Re: Rc.Local

2007-02-04 Thread Bob
On Sat, 03 Feb 2007 18:56:15 -0600 Paul Schmehl <[EMAIL PROTECTED]> wrote: > > /usr/local/etc/rc.d/rc.local > > Thanks folks! -- /"\ \ /ASCII Ribbon Campaign- Motor Vessel Tamara B X against HTML email & vCards- http://www.tamara-b.org / \

Re: Rc.Local

2007-02-03 Thread Vince
Bob wrote: Hi: While running Linux, I would put things like: /sbin/route add -net 87.5.0.0 -netmask 255.255.0.0 127.0.0.1 -blackhole in /etc/rc.d/rc.local along with any "local" configurations I wanted. Under FreeBSD, /etc/rc.d/rc.local does not seem to be an end-user rc file I

Re: Rc.Local

2007-02-03 Thread Paul Schmehl
--On February 3, 2007 7:05:12 PM -0500 Bob <[EMAIL PROTECTED]> wrote: My Question: Where is the proper place under FreeBSD, to put truly local start-up commands? Commands I want executed at the very END of the boot process, and which are truly LOCAL? man (8) rc /usr/local/etc/rc.d/rc

Rc.Local

2007-02-03 Thread Bob
Hi: While running Linux, I would put things like: /sbin/route add -net 87.5.0.0 -netmask 255.255.0.0 127.0.0.1 -blackhole in /etc/rc.d/rc.local along with any "local" configurations I wanted. Under FreeBSD, /etc/rc.d/rc.local does not seem to be an end-user rc file IE, it does rea

Re: rc.local

2006-04-18 Thread Jerry McAllister
> > in my freebsd 6.0 there is no "rc.local" , > how i can get rc.local ?? You would have to create one. But, most of the things people used to put in to rc.local on FreeBSD have been changed and are handled in other ways or are put other places. So, rc.local isn'

Re: rc.local

2006-04-17 Thread Patrick Bowen
riko saputra wrote: in my freebsd 6.0 there is no "rc.local" , how i can get rc.local ?? thanks. riko; "man 8 rc" should have the information you're looking for. patrick ___ freebsd-questions@freebsd.org mailing list

rc.local

2006-04-17 Thread riko saputra
in my freebsd 6.0 there is no "rc.local" , how i can get rc.local ?? thanks. -- ___ Get your free email from http://mymail.bsdmail.com ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: Problems with mysqld running from /etc/rc.local in FreeBSD6

2006-03-04 Thread Amitabh Kant
tion. Now to make it start during > the boot process, I created a file "/etc/rc.local" and entered the > complete path of the mysqld_safe (/usr/bin/mysqld_safe if I am not > wrong) in the same file. > > I later realised that this is not the correct way to start mysql > daem

Problems with mysqld running from /etc/rc.local in FreeBSD6

2006-03-04 Thread Amitabh Kant
Hi Please excuse me for my ignorance, as I am fairly new to FreeBSD. I have a FreeBSD 6.0 running on a test system. I successfully installed mysql5 server from the ports collection. Now to make it start during the boot process, I created a file "/etc/rc.local" and entered the complete p

Re: Kernel panic on keyboard-interaction with rc.local and ACPI

2005-05-09 Thread Fabian Anklam
On 5/6/05, Allan Bowhill <[EMAIL PROTECTED]> wrote: > My apologies in advance for the length of this email. > > I recently updated my 5.4 system after security notices, and I'm getting a > kernel panic when I interact on the keyboard with a rc.local script. > > Dis

Kernel panic on keyboard-interaction with rc.local and ACPI

2005-05-06 Thread Allan Bowhill
My apologies in advance for the length of this email. I recently updated my 5.4 system after security notices, and I'm getting a kernel panic when I interact on the keyboard with a rc.local script. Disabling ACPI makes the problem go away, but I am on a laptop so I think I want ACPI on.

Re: How to start a daemon (specifically svnserve) as a specificuser in /etc/rc.local

2004-11-14 Thread Tabor Kelly
Well, I fixed my problem, I changed my /etc/rc.local file to: su -m subversiond -c 'svnserve -d -r /usr/local/repositories' However, I still don't know why my other method wasn't working. -Tabor ___ [EMAIL PROTECTED] mailing list http

How to start a daemon (specifically svnserve) as a specific user in /etc/rc.local

2004-11-14 Thread Tabor Kelly
into the system, I can use the following commands to start the subversion server as subversiond: su -m subversiond svnserve -d -r /usr/local/repositories exit However, I have not had any luck automating this. What I tried was placing: /usr/local/repositories/subversiond.sh in /etc/rc.local, and

vncserver, rc.local, and blackbox problem

2003-10-21 Thread Scott I. Remick
Ok, for today's edition of Show Scott What Stupid Thing He Missed... Trying to set up a dedicated VNC/ethereal server, so I'm trying to have vncserver run from rc.local (using su to run it as a user and not root). Ran into some path issues to make vncserver happy, which I resolved, bu

Re: How do you restart rc.local file?

2003-07-18 Thread Chuck Swiger
DanB wrote: How do you restart rc.local file? Without rebooting your box? "sh /etc/rc.local" is likely to do something useful, although if the services it starts are still running, this won't do the right thing. [That's why rc.d scripts are recommended over r

How do you restart rc.local file?

2003-07-18 Thread DanB
How do you restart rc.local file? Without rebooting your box? Dan ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"