Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

supybot-botchk(1) [debian man page]

SUPYBOT-BOTCHK(1)					      General Commands Manual						 SUPYBOT-BOTCHK(1)

NAME
supybot-botchk - A script to start Supybot if it's not already running. SYNOPSIS
supybot-botchk [options] DESCRIPTION
supybot-botchk is a script that will start Supybot if it detects that one is not currently running. This can be useful for scheduling supybot(1) to run via cron(8). OPTIONS
-h, --help Show summary of options. -v, --verbose Use verbose output when running the script. --botdir=BOTDIR Determines which directory the bot be started in. --pidfile=PIDFILE Specifies the name of the pidfile to look for. This should be relative to the given botdir. --supybot=SUPYBOT Specifies the location of supybot(1). If this is not given, it is assumed that supybot(1) is in the user's $PATH. --conffile=CONFFILE Specifies the path to the bot's configuration file. This will be used when (re)starting the bot. SEE ALSO
python(1), supybot(1), supybot-test(1), supybot-wizard(1), supybot-adduser(1), supybot-plugin-doc(1), supybot-plugin-create(1) AUTHOR
This manual page was originally written by James Vega <jamessan at supybot dot com>. Permission is granted to copy, distribute and/or mod- ify this document under the terms of the Supybot license, a BSD-style license. APRIL 2005 SUPYBOT-BOTCHK(1)

Check Out this Related Man Page

ramond(8)						      System Manager's Manual							 ramond(8)

NAME
ramond - IPv6 Router Advertisement MONitor Daemon SYNOPSIS
ramond [ -c configfile ] [ -d ] ramond -h DESCRIPTION
This manual page documents briefly the ramond command. ramond is a daemon program monitoring IPv6 router advertisement packets. When an advert is reveived, a configurable action occurs. ramond was designed to "clear" (by sending spoofed zero lifetime adverts) rogue routes sent by users running 6to4 gateways on a campus net- work. Actions are scriptable. Almost all the available information is passed to a script via environmental variables (see the ENVIRONMENT section for details). OPTIONS
The program follows the usual GNU command line syntax, without long options. A summary of options is included below. -c configfile Sets the path to the ramond configuration file. Default is /etc/ramond.conf -d Do not daemonize. -h Show summary of options. FILES
/etc/ramond.conf The system-wide configuration file to control the behaviour of ramond. See ramond.conf(5) for further details. ENVIONMENT
This section details the environment variables set by ramond when it runs a user-configured script. PREFIX The advertised prefix, or null PREFIX_LEN The length of the advertised prefix, or null SOURCE_ADDR The IPv6 source address of the packet SOURCE_MAC The MAC source address of the packet INTERFACE The interface which the packet was received on SEE ALSO
ramond.conf(5) AUTHORS
James Morse <morse_@users.sourceforge.net> Wrote the ramond software. Nicolas Dandrimont <nicolas.dandrimont@crans.org> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2010 Nicolas Dandrimont This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the usual 3-clause BSD license. On Debian systems, the complete text of the 3-clause BSD license License can be found in /usr/share/doc/ramond/copyright. ramond(8)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Bots

Hi i just joined i was wanting to know if anyone knew a good program or something to help me create a bot? (1 Reply)
Discussion started by: Bigin
1 Replies

2. Shell Programming and Scripting

GUNZIP not working when scheduling

Hi, I am facing this problem from few days. Am using gunzip to unzip .gz file in my script. If i am running manually its unziping the file. But when i am scheduling the script using demon.cron file, its not unzipping. Can anyone please tell me what could be the problem. Its very urgent.... (1 Reply)
Discussion started by: hchekuri
1 Replies

3. Post Here to Contact Site Administrators and Moderators

How do I create a forum bot?

*not sure if I posted this in the right place* How do I create a forum bot Like your gollum? (3 Replies)
Discussion started by: Max Mouse
3 Replies

4. Shell Programming and Scripting

Different time format in script, started in shell or in cron

I try to write a python script, which analyze user logon time with "who" command. When i start script in bash, i get this result: USER=mnadmin tty7 2009-04-18 11:37 (:0) But when i start script in cron, i get result like this: USER=mnadmin tty7 Apr 18 11:37 (:0) I see -... (2 Replies)
Discussion started by: jrush
2 Replies

5. Shell Programming and Scripting

Avoid script running multiple times by filelock

Sometimes we need a single instance of a script to run at a time. Meaning, the script itself should detects whether any instances of himself are still running and act accordingly. When multiple instances of one script running, it’s easy to cause problems. I’ve ever seen that about 350 instances... (4 Replies)
Discussion started by: edenCC
4 Replies

6. UNIX for Dummies Questions & Answers

running script without a path

can someone tell me how could I run a script in an environment that does not include a path? like the environment provided by cron? (1 Reply)
Discussion started by: ikeQ
1 Replies

7. UNIX for Dummies Questions & Answers

Script not running through Cronjob

Hi, I have a .ksh script which updates the database. The script is running fine manually but it is not running through cron.All the file permissions are fine. The script contents are as below: #!/usr/bin/ksh ddate=`date +%Y%m%d` echo $ddate nohup sqlplus crm/crm @db_state_sync.sql >>... (3 Replies)
Discussion started by: shivangi
3 Replies

8. Shell Programming and Scripting

expect script not running in cron "Urgent"

I wrote a script to download the files from sftp location to local. while running the script manually its working fine. when i schedule the same in cron its not working.... :wall::wall: here is the script: #!/bin/bash ... (2 Replies)
Discussion started by: ganga39
2 Replies