Use of unitialized pattern match line 461...
Brought to you by:
cchan-freetown
Error message when attempting to run qmHandle -a to
send all messages in the queue:
"Use of uninitialized value in pattern match (m//) at
/var/qmail/bin/qmHandle line 461 (#1)"
This is in the subroutine qmailPid:
if ($qmpid =~ /^\d+$/) { return $qmpid; }
...which is in the subroutine stopQmail
my ($qmpid) = qmailPid();
Have not tried to edit this script - any help
appreciated, thanks.
Logged In: YES
user_id=607844
Probably qmailPid() is not able to get the PID of qmail. The
way used to get a PID depends on your operating system.
Could you provide further detail?
Thanks.
Logged In: YES
user_id=1391925
Originator: NO
anybody having this problem? If so, please provide details of operating system.