I have spent a couple of hours scouring google and PerlMonks to no avail. Sorry if this seems like a noob question.
I am just trying to run Bugzilla's install-module.pl on a RHEL 5 linux box, but the script doesn't do anything. I type in the command, hit enter, and nothing happens. No errors, no warnings, no screen output, and I don't even get my command prompt back (I have to hit ctrl+c.) Yesterday the script was working fine, so I think I must have a hung perl process getting in the way. I've looked at the 'top' output, but I don't see anything suspicious in there. I've also scoured the 'ps' process list (and even grepped for 'install' or 'perl'), but I can't find any hung processes in there either. I even waited for an hour or two to see if something would eventually happen, but still nothing.
How can I see any old still running perl scripts, and kill them (assuming that is the problem here?)
Here is the command I'm running:
./install-module.pl --all
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.