Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

What you've described is a system issue... and you want Perl to point out what's wrong with the system, essentially. The problem with this is simply that the module doesn't appear to have been written to troubleshoot system configurations for syslog. It tests for certain conditions and failure scenarios and provides error messages for such (you can see that from the source code.) However this is limited to only the problems it can detect. Issues further upstream in your system configuration aren't even examined by this module.

After having looked at the source code briefly myself, I don't see anything there which is going to help you troubleshoot your system setup.

I feel your pain, and I'm sorry it's not working for you. Unfortunately I must say that I don't think approaching the problem with Sys::Syslog is the right way to troubleshoot the root cause. Best to work it out from the system level.

Check your firewall rules on all machines, and vimdiff the config files. You'll figure it out, but not by using this module.

--
Tommy
$ perl -MMIME::Base64 -e 'print decode_base64 "YWNlQHRvbW15YnV0bGVyLm1lCg=="'

In reply to Re: Sys::Syslog help by Tommy
in thread Sys::Syslog help by Cat Herder

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-18 03:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found