[HCoop-Help] Long running bot

Adam Megacz megacz at hcoop.net
Tue Jun 3 13:36:13 EDT 2008


alephnull at hcoop.net (Alok G. Singh) writes:
> I'm starting it as ./bunbun-check.

Hi, Alok.  It's important to take things one step at a time here, as
described in the wiki page RunningUnattendedCommandsWithoutRunInPagsh,
without skipping ahead steps.  Could you please manually execute this
command in an ssh window?

  k5start -qtUf /etc/keytabs/user.daemon/alephnull -- /usr/bin/eggdrop ~/bots/moxquizz.conf

And then confirm (using another ssh window) that:

  1. The parent process of "eggdrop" is "k5start"
  2. Your daemon functions as expected
  3. Your daemon keeps functioning for more than 10 hours

Checking #3 will require that you leave a shell window open on mire
for >10 hours.  If that isn't convenient, you might try the screen
program, but it would be better if you could just leave an ssh window
open.

Once you've confirmed that #1-#3 work correctly, we can get your
process backgrounded.

  - a




More information about the HCoop-Help mailing list