Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > The Community > Everything BSD > Custom scrtip don't run on boot

Forgot Password?
 Everything BSD   For all discussions regarding Free/NetBSD and OpenBSD.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 06-03-2008   #1 (permalink)
Just Joined!
 
Join Date: Oct 2007
Location: Mexico
Posts: 64
Custom scrtip don't run on boot

Hello to everybody again.

using the examples from the handbook i did a script to execute a process (Sguil Server), but i have some problems.

executing ./sguild start really starts 3 elements fir the Sguil Server, but:

executing ./sguild status says "Sguild is not running"
executing ./sguild stop says "Sguild is not running? (check /var/run/sguil/sguild.pid)", but sguild.pid exists

also i added on rc.conf the line:
sguild_enable="YES"
but dont start on boot.

i checked gdm and mysql-server scripts for guiding me, but i cant find the solution yet.

This is the script:
Code:
#!/bin/sh

#PROVIDE: sguild
#REQUIRE: NETWORKING

. /etc/rc.subr
name="sguild"

: ${sguild_enable="NO"}
sguild_pidfile=${sguild_pidfile-"/var/run/sguil/sguild.pid"}

load_rc_config $name
rcvar=`set_rcvar`

command="/usr/local/sguil/server/sguild"
pidfile="${sguild_pidfile}"
command_args="-P ${pidfile} -O /usr/local/lib/libtls.so -o -D"
start_cmd="echo \"Starting ${name}.\"; /usr/bin/nice -5 ${command} ${command_args}"
run_rc_command "$1"
What else shoud i try???

Thanks to everybody

See you
Saltamontes is offline  


Reply With Quote
Old 06-03-2008   #2 (permalink)
Just Joined!
 
Join Date: Oct 2007
Location: Mexico
Posts: 64
Resuelto / Resolvido / solved

I also used a line like this:

sguild_enable=${sguild_enable-"NO"}

but don't work

i have seen a little detail in other script that i found, we can see it in the next line:

milter_greylist_enable=${milter_greylist_enable:-"NO"}

:- little detail, or not???

Now rest to find a way to kill the process, but is easier

Thanks to everybody

See you
Saltamontes is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 01:29 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2