O/H Howard Goldstein έγραψε:
None of the scripts work, they show the same behavior,
and i ran them as root.
I don't have any of those installed but most of the local rc.d scripts
need an enable flag in /etc/rc.conf . Take a look at your rc.d scripts
and see if they need them to. You can als
Ghirai wrote:
> Hello list,
>
> Suddenly, the startup scripts for various applications won't work.
> I have these in /usr/local/etc/rc.d:
> apache22, ircservices, postgresql, pure-ftpd, unrealircd
>
> When i run any of them without parameters, they give out the parameters.
> But when i use any of t
Hello Howard,
Friday, May 11, 2007, 1:09:01 AM, you wrote:
> Ghirai wrote:
>> Hello list,
>>
>> Suddenly, the startup scripts for various applications won't work.
>> I have these in /usr/local/etc/rc.d:
>> apache22, ircservices, postgresql, pure-ftpd, unrealircd
>>
>> When i run any of them wit
Ghirai wrote:
Hello list,
Suddenly, the startup scripts for various applications won't work.
I have these in /usr/local/etc/rc.d:
apache22, ircservices, postgresql, pure-ftpd, unrealircd
When i run any of them without parameters, they give out the parameters.
But when i use any of the params, n
--On Monday, April 18, 2005 08:05:37 PM -0700 Joshua Lewis
<[EMAIL PROTECTED]> wrote:
How do startup scripts work?
I added:
mysql_enable=²YES²
But I don¹t think it is working. I had rebooted my system the other day
and my mail server stopped working (postfix reading from mysql tables)
and I tried
Scott Gerhardt <[EMAIL PROTECTED]> wrote:
> I am noticing that startup scripts in /usr/local/etc/rc.d are now being
> initiated from /etc/rc.conf with the enable="YES" invocation. See
> example from /usr/loccal/etc/rc.d/clamav-clamd.sh below, which I just
> installed from ports.
>
> Besides usi
On Fri, 12 Dec 2003, Andre Grove wrote:
> sorry. i have too much faith in ESP i guess. this is the script that is
> supposed to run:
>
> #!/usr/local/bin/bash
Use /bin/sh unless your script specifically requires features from
another shell. This is better for portability and avoiding bad habits
Of Andre Grove
> Sent: 12 December 2003 13:38
> To: [EMAIL PROTECTED]
> Subject: Re: startup scripts in /usr/local/etc/rc.d
>
>
> sorry. i have too much faith in ESP i guess. this is the script that is
> supposed to run:
>
> #!/usr/local/bin/bash
> /usr/sbin/pppd /dev/c
sorry. i have too much faith in ESP i guess. this is the script that is
supposed to run:
#!/usr/local/bin/bash
/usr/sbin/pppd /dev/caau1 modem crtscts 115200 lock asyncmap 0
defaultroute debug passive persist
It's supposed to bring up the PPP interface, but it doesn't. but running
the script m
Andre Grove <[EMAIL PROTECTED]> writes:
> Why would a script not run? I have a script in /usr/local/etc/rc.d, I
> did chmod +x it, but it still does not run at startup.
You didn't give much information there. Not feeling terribly psychic
today, I'll just tell you what the manual says.
o
Why would a script not run? I have a script in /usr/local/etc/rc.d, I
did chmod +x it, but it still does not run at startup.
Maybe I should re-install! :P
Andre
Lowell Gilbert wrote:
*This message was transferred with a trial version of CommuniGate(tm) Pro*
David Bear <[EMAIL PROTECTED]> writes
David Bear <[EMAIL PROTECTED]> writes:
> I am wondering if scripts in /usr/local/etc/rc.d MUST be owned by root
> in order to be run.
No. They have to be executable by root.
> If I have a daemon on want started, AND I want it to run as user
> "DORK", can I have the binary and the startscript ow
On Mon, 7 Jul 2003, Brent Wiese wrote:
> The box is in a remote datacenter so I'm unable to look at the console right
> now. Message log and dmesg are giving no clues as to whats happening.
To find out what gets written to the console, enable this in
/etc/syslog.conf:
# uncomment this to log all
13 matches
Mail list logo