This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Cant stop my eggdrop

Old posts that have not been replied to for several years.
Locked
S
Smokefoot

Cant stop my eggdrop

Post by Smokefoot »

Hi,

this day my bot disconnectet from IRC but he's still running.
Supporter from my Shell_hosting-Service told me to kill the bot.

kill -9 <pid>

My Pid file is called pid.^VictorY^
The main point is by running >kill -9 pid.^Victory^< I get an error message whitch is told me that no such pid.^Victory^ is found.

Whats the problem? I need my Eggdrop.

Plz Help
THx
Smokefoot
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

In the pid.^VictorY^ he stored an number, that number is in fact it's pid. And why do you want it to be killed? Have you tryed to telnet in and see what is happening why he dosen't get back on irc?
Once the game is over, the king and the pawn go back in the same box.
S
Smokefoot

Post by Smokefoot »

i have no telnet support. I can only use SSH and FTP...

but my hoster missed to tell me all the main facts.... so in time i have only SSH no Telnet...

And why i want to kill the bot.. because thats whats the supporter told me..
its an terra incocnita such an eggdrop.. i use it since 1 month and does not know very mutch :]
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Your provider may not support/allow you telnet into the shell, but you should still be abel to telnet into the bot, using the IP address specified int eh config file, and the port you have used in the "listen user" command ("listen all" if you didn't make it specific).
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Post by bobjuh »

try SSH to the box the eggdrop is running on.
Do a the "ps x" command.

You will see what you are running.

You will see something like this

PID TTY STAT TIME COMMAND
27050 pts/2 S 0:00 -bash
27076 pts/2 R 0:00 ps x

Then use kill -9 <pid>
use the number
Locked