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.

no pid file.

Old posts that have not been replied to for several years.
Locked
v
virtuoso
Halfop
Posts: 90
Joined: Fri May 16, 2003 6:52 pm

no pid file.

Post by virtuoso »

im running the windrop on windows xp.
i don't want the creation of the pid file. is there a way to do it ?
10x
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Re: no pid file.

Post by bobjuh »

virtuoso wrote:im running the windrop on windows xp.
i don't want the creation of the pid file. is there a way to do it ?
10x
I don't think so.
But what is the problem with it making a pid file. It isn't like it is using a lot of drive space or anything
v
virtuoso
Halfop
Posts: 90
Joined: Fri May 16, 2003 6:52 pm

could not write pid file !

Post by virtuoso »

i don't want the pid file because sometimes its not deleted when the eggdrop process is killed and i see this error when i restart it : could not write pid file !

how can i fix this error ?

thanks
User avatar
CrazyCat
Revered One
Posts: 1286
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

editing the batch file and force the deletion of pid file :)
v
virtuoso
Halfop
Posts: 90
Joined: Fri May 16, 2003 6:52 pm

hhh

Post by virtuoso »

how can i force the deletion of the pid file ?
User avatar
CrazyCat
Revered One
Posts: 1286
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

if it's a batch file (.bat), use:
del c:\your\directory\file.pid
before the line running the eggdrop
v
virtuoso
Halfop
Posts: 90
Joined: Fri May 16, 2003 6:52 pm

ddd

Post by virtuoso »

do u know a way to delete it after the execution of the eggdrop ?

10x
User avatar
CrazyCat
Revered One
Posts: 1286
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

bind evnt - loaded del:pid

proc del:pid { type } {
file delete -force $::pidfile
return 0
}
Locked