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.

help please

General support and discussion of Eggdrop bots.
Post Reply
W
WarriorZ
Voice
Posts: 2
Joined: Wed Mar 22, 2006 11:42 pm

help please

Post by WarriorZ »

need some help please
my eggbot was running fine... but i wanted it renew'd so i deleted the pid file.. the bot is still running and i cant bring in the new bot till i get rid of the old... how do i turn off the running bot
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Kill the process id:

Code: Select all

kill -9 <pid>
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
W
WarriorZ
Voice
Posts: 2
Joined: Wed Mar 22, 2006 11:42 pm

Post by WarriorZ »

i deleted the pid thinking the bot would just die ... so there is no pid
yet the bot is still running
even with the pid number which i had on a backup comp i get this msg
44170: No such process
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Deleting the .pid file does nothing; it is for the system so it can track the running process.

Every time a process is (re)started it is assigned a new pid, so "backing up" the pid file is useless. To get the process id type the following at the shell prompt:

Code: Select all

ps x
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
d
deadite66
Halfop
Posts: 74
Joined: Mon May 30, 2005 2:49 am
Location: Great Yarmouth, UK

Post by deadite66 »

i usually run.

Code: Select all

kill `pidof eggdrop`
<- tcl newb
Post Reply