Subject: | error report "Pid_file already exists" |
i run my script net::server report follow messages:
Pid_file already exists for running process (1119)... aborting
2008/08/04-11:47:31 Pid_file already exists for running process
(1119)... aborting
at line 277 in file /hostingpbx/sitepoint/perllib//Net/Server.pm
2008/08/04-11:47:31 Server closing!
when i check pid 1119:
[root@dev03 sitepoint]# ps ax|grep 1119
1119 tty6 S 0:00 /sbin/mingetty tty6
i think pid check not really do. how can i fix this bug?
thanks