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'
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
/ \
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
--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
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
>
> 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'
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
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
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
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
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
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.
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
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
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
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? 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]"
17 matches
Mail list logo