Menu

#6 Use of unitialized pattern match line 461...

open-later
None
1
2014-11-06
2004-04-19
Anonymous
No

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.

Discussion

  • Michele Beltrame

    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.

     
  • Christopher Chan

    Logged In: YES
    user_id=1391925
    Originator: NO

    anybody having this problem? If so, please provide details of operating system.

     
  • Christopher Chan

    • priority: 5 --> 1
    • assigned_to: nobody --> cchan-freetown
    • status: open --> open-later
     

Log in to post a comment.

MongoDB Logo MongoDB