Re: startup scripts not working

2007-05-14 Thread Apatewna
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

Re: startup scripts not working

2007-05-13 Thread Manolis Kiagias
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

Re: startup scripts not working

2007-05-10 Thread Ghirai
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

Re: startup scripts not working

2007-05-10 Thread Howard Goldstein
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

Re: Startup scripts question

2005-04-19 Thread Paul Schmehl
--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

Re: Startup Scripts

2004-09-02 Thread Bill Moran
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

Re: startup scripts in /usr/local/etc/rc.d

2003-12-13 Thread Warren Block
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

RE: startup scripts in /usr/local/etc/rc.d

2003-12-12 Thread Barry Byrne
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

Re: startup scripts in /usr/local/etc/rc.d

2003-12-12 Thread Andre Grove
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

Re: startup scripts in /usr/local/etc/rc.d

2003-12-12 Thread Lowell Gilbert
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

Re: startup scripts in /usr/local/etc/rc.d

2003-12-12 Thread Andre Grove
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

Re: startup scripts in /usr/local/etc/rc.d

2003-12-11 Thread Lowell Gilbert
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

Re: Startup scripts not running on 4.8

2003-07-07 Thread Andy Farkas
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