<p dir="ltr">Great to hear you could finally nail it. As for the validation idea, I&#39;ll give it a thought.</p>
<p dir="ltr">Thanks.</p>
<div class="gmail_quote">On Mar 17, 2014 4:20 PM,  &lt;<a href="mailto:jrhendri@roadrunner.com">jrhendri@roadrunner.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
and in the self-inflicted wounds category...<br>
<br>
I did some additional digging on the box and discovered what certainly *appears* to be the cause:<br>
<br>
[a0142566@vxpip-eeisl001 ~]$ grep host /etc/nsswitch.conf<br>
#hosts: &nbsp; &nbsp; db files nisplus nis dns<br>
hosts: &nbsp; &nbsp; &nbsp;files dns<br>
[a0142566@vxpip-eeisl001 ~]$<br>
<br>
[a0142566@vxpip-eeisl001 ~]$ diff /etc/hosts /etc/hosts.03162014<br>
2c2<br>
&lt; 10.177.74.55 &nbsp;vxpip-eeisl001<br>
---<br>
&gt; 10.177.74.55 &nbsp;. vxpip-eeisl001<br>
[a0142566@vxpip-eeisl001 ~]$<br>
<br>
I fixed this and then re-ran some tests using the attached syslog-ng.conf.DEBUG and the following invocation:<br>
<br>
sudo strace /usr/local/sbin/syslog-ng -vde -f /usr/local/etc/syslog-ng.conf.DEBUG &gt; /tmp/syslog-ng-DEBUG-strace 2&gt;&amp;1<br>
<br>
<br>
and things look MUCH better.<br>
<br>
<br>
[a0142566@vxpip-eeisl001 etc]$ file /var/log/debug*<br>
/var/log/<a href="http://debug.messages.vxpip-eeisl001.auth.info" target="_blank">debug.messages.vxpip-eeisl001.auth.info</a>: &nbsp; &nbsp; &nbsp; ASCII text<br>
/var/log/debug.messages.vxpip-eeisl001.authpriv.notice: ASCII text<br>
/var/log/<a href="http://debug.messages.vxpip-eeisl001.cron.info" target="_blank">debug.messages.vxpip-eeisl001.cron.info</a>: &nbsp; &nbsp; &nbsp; ASCII text<br>
/var/log/debug.network_messages.vddp13e-0d6b677: &nbsp; &nbsp; &nbsp; &nbsp;ASCII text<br>
/var/log/debug.template_messages: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ASCII text<br>
[a0142566@vxpip-eeisl001 etc]$<br>
<br>
Note: I also found another system that has the same config error:<br>
<br>
[a0142566@vxkip-eeisl001 ~]$ cat /etc/hosts<br>
127.0.0.1 &nbsp; &nbsp; &nbsp; localhost.localdomain &nbsp; localhost<br>
10.181.73.32 &nbsp; &nbsp;. vxkip-eeisl001<br>
<br>
and ran a quick test through a resolver perl script that does (basically) this:<br>
&nbsp; &nbsp; my $iaddr = inet_aton($thingy);<br>
&nbsp; &nbsp; if (my $name = gethostbyaddr($iaddr,AF_INET)) {<br>
&nbsp; &nbsp; &nbsp; print &quot;$thingy,\t$name\n&quot;;<br>
&nbsp; &nbsp; }<br>
<br>
[a0142566@vxkip-eeisl001 ~]$ echo 10.181.73.32 | ~/bin/<a href="http://resolve.pl" target="_blank">resolve.pl</a><br>
10.181.73.32, &nbsp; .<br>
<br>
Sorry again for bothering the list &nbsp;(I really should have caught that!!... And yes &ndash; I will be bringing this to the OS team&rsquo;s attention :-)<br>
<br>
Although it does raise a point that (maybe) a default value like &quot;please_fix_my_hostname&quot; could be used in case this happens elsewhere?<br>
<br>
Just a thought.<br>
<br>
Thank you again!!<br>
Jim<br>
<br>
<br>
<br>
<br>
---- Jim Hendrick &lt;<a href="mailto:jrhendri@roadrunner.com">jrhendri@roadrunner.com</a>&gt; wrote:<br>
&gt; I will take some time today and re-run this with various debugging flags.<br>
&gt;<br>
&gt; (just realized I should have... )<br>
&gt;<br>
&gt; On 03/15/2014 09:37 PM, <a href="mailto:jrhendri@roadrunner.com">jrhendri@roadrunner.com</a> wrote:<br>
&gt; &gt; Odd - I do not see any gethost calls at all in the strace<br>
&gt; &gt;<br>
&gt; &gt; this is from &quot;sudo strace /usr/local/sbin/syslog-ng -f /usr/local/etc/syslog-ng.conf &gt; syslog-strace 2&gt;&amp;1&quot;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; I include the config.status and config.log also to see if that may help.<br>
&gt; &gt;<br>
&gt; &gt; Jim<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ---- Balazs Scheidler &lt;<a href="mailto:bazsi77@gmail.com">bazsi77@gmail.com</a>&gt; wrote:<br>
&gt; &gt;&gt; During startup syslog-ng queries the hostname using gethostname. Can you<br>
&gt; &gt;&gt; strace syslog-ng and look for this call to see what it returns?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; We are also resolving this using the dns which is also interesting.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Thanks<br>
&gt; &gt;&gt; On Mar 13, 2014 7:08 PM, &lt;<a href="mailto:jrhendri@roadrunner.com">jrhendri@roadrunner.com</a>&gt; wrote:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt; OK - after much poking around (including testing this on a different host<br>
&gt; &gt;&gt;&gt; with this morning&#39;s latest source) here&#39;s what I found<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; I believe that syslog-ng is (for some reason) unable to come up with a<br>
&gt; &gt;&gt;&gt; correct hostname for the local system.<br>
&gt; &gt;&gt;&gt; I would really like to know why this is happening<br>
&gt; &gt;&gt;&gt; I would also really like to know if any of the source options I tried<br>
&gt; &gt;&gt;&gt; should have worked (I was kind of desperate with some of the combinations...)<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; That said - here&#39;s my summary:<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; Examining the &quot;binary&quot; files, It was always writing 256 bytes of &quot;0&quot; where<br>
&gt; &gt;&gt;&gt; ${HOST} should have been.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; It *never* happened with a network source (tried with Kiwi sysloggen using<br>
&gt; &gt;&gt;&gt; RCF and non RCF messages)<br>
&gt; &gt;&gt;&gt; It *always* happened with any local source including all the ones<br>
&gt; &gt;&gt;&gt; commented out (I tested each separately)<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; source s_local {<br>
&gt; &gt;&gt;&gt; &nbsp; unix-dgram(&quot;/dev/log&quot;); # standard Linux log source (this is the default<br>
&gt; &gt;&gt;&gt; place for the syslog() function to send logs to)<br>
&gt; &gt;&gt;&gt; #!# &nbsp;unix-stream(&quot;/dev/log&quot;); # standard Linux log source (this is the<br>
&gt; &gt;&gt;&gt; default place for the syslog() function to send logs to)<br>
&gt; &gt;&gt;&gt; #!# &nbsp; &nbsp; system();<br>
&gt; &gt;&gt;&gt; #!# &nbsp; &nbsp; internal();<br>
&gt; &gt;&gt;&gt; };<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; Once I identified this behavior, I tried a number of options /<br>
&gt; &gt;&gt;&gt; combinations to work around this including (each separately)<br>
&gt; &gt;&gt;&gt; source s_local {<br>
&gt; &gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; system();<br>
&gt; &gt;&gt;&gt; #!# &nbsp; &nbsp; system( keep_hostname(no) host_override(&quot;localhost&quot;) );<br>
&gt; &gt;&gt;&gt; #!# &nbsp; &nbsp; system( keep_hostname(yes) host_override(&quot;localhost&quot;) );<br>
&gt; &gt;&gt;&gt; #!# &nbsp; &nbsp; system( flags(no-parse) host_override(&quot;localhost&quot;) );<br>
&gt; &gt;&gt;&gt; #!# &nbsp; &nbsp; system( flags(no-hostname) host_override(&quot;localhost&quot;) );<br>
&gt; &gt;&gt;&gt; #!# &nbsp; &nbsp; system( flags(no-parse) );<br>
&gt; &gt;&gt;&gt; #!# &nbsp; &nbsp; system( flags(no-hostname) );<br>
&gt; &gt;&gt;&gt; #!# &nbsp; &nbsp; internal( );<br>
&gt; &gt;&gt;&gt; };<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; And nothing worked.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; Finally I kinda punted... I am now doing something really kludgy as a work<br>
&gt; &gt;&gt;&gt; around:<br>
&gt; &gt;&gt;&gt; source s_local {<br>
&gt; &gt;&gt;&gt; &nbsp; system();<br>
&gt; &gt;&gt;&gt; &nbsp; internal( );<br>
&gt; &gt;&gt;&gt; };<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; source s_network {<br>
&gt; &gt;&gt;&gt; &nbsp; udp();<br>
&gt; &gt;&gt;&gt; };<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; destination d_local_template {<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; file(&quot;/data/syslog-ng/$YEAR/$MONTH/$DAY/localhost/localhost.$FACILITY.$PRIORITY.$DATE&quot;<br>
&gt; &gt;&gt;&gt; &nbsp; &nbsp; template(&quot;${ISODATE} localhost ${PROGRAM} ${MESSAGE}\n&quot;) );<br>
&gt; &gt;&gt;&gt; };<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; destination d_network {<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; file(&quot;/data/syslog-ng/$YEAR/$MONTH/$DAY/$HOST_FROM/$HOST_FROM.$FACILITY.$PRIORITY.$DATE&quot;);<br>
&gt; &gt;&gt;&gt; };<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; log {<br>
&gt; &gt;&gt;&gt; &nbsp; source(s_local);<br>
&gt; &gt;&gt;&gt; &nbsp; destination(d_local_template);<br>
&gt; &gt;&gt;&gt; };<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; log {<br>
&gt; &gt;&gt;&gt; &nbsp; source(s_network);<br>
&gt; &gt;&gt;&gt; &nbsp; destination(d_network);<br>
&gt; &gt;&gt;&gt; };<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; ---- <a href="mailto:jrhendri@roadrunner.com">jrhendri@roadrunner.com</a> wrote:<br>
&gt; &gt;&gt;&gt;&gt; I have a really odd problem that I hope someone can assist with.<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; My install is inserting a number of zeroes into the logfile between the<br>
&gt; &gt;&gt;&gt; date and the rest of the message.<br>
&gt; &gt;&gt;&gt;&gt; Here are some details:<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; System is RHEL:<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; $ uname -a<br>
&gt; &gt;&gt;&gt;&gt; Linux vxpip-eeisl001 2.6.32-358.el6.x86_64 #1 SMP Tue Jan 29 11:47:41<br>
&gt; &gt;&gt;&gt; EST 2013 x86_64 x86_64 x86_64 GNU/Linux<br>
&gt; &gt;&gt;&gt;&gt; $<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Syslog-ng was built on the box yesterday with these sources:<br>
&gt; &gt;&gt;&gt;&gt; eventlog-0.2.12+20120504+1700<br>
&gt; &gt;&gt;&gt;&gt; syslog-ng-3.5.3<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; $ /usr/local/sbin/syslog-ng --version<br>
&gt; &gt;&gt;&gt;&gt; syslog-ng 3.5.3<br>
&gt; &gt;&gt;&gt;&gt; Installer-Version: 3.5.3<br>
&gt; &gt;&gt;&gt;&gt; Revision: ssh+git://algernon@git.balabit<br>
&gt; &gt;&gt;&gt; /var/scm/git/syslog-ng/syslog-ng-ose--mainline--3.5#master#ccb05a22408ba4c837d998b2538854d994f845a5<br>
&gt; &gt;&gt;&gt;&gt; Compile-Date: Mar 12 2014 11:37:32<br>
&gt; &gt;&gt;&gt;&gt; Available-Modules:<br>
&gt; &gt;&gt;&gt; afmongodb,afstomp,syslogformat,affile,basicfuncs,csvparser,confgen,system-source,afamqp,linux-kmsg-format,afprog,afuser,afsocket,dbparser,cryptofuncs,afsocket-notls<br>
&gt; &gt;&gt;&gt;&gt; Enable-Debug: off<br>
&gt; &gt;&gt;&gt;&gt; Enable-GProf: off<br>
&gt; &gt;&gt;&gt;&gt; Enable-Memtrace: off<br>
&gt; &gt;&gt;&gt;&gt; Enable-IPv6: on<br>
&gt; &gt;&gt;&gt;&gt; Enable-Spoof-Source: off<br>
&gt; &gt;&gt;&gt;&gt; Enable-TCP-Wrapper: off<br>
&gt; &gt;&gt;&gt;&gt; Enable-Linux-Caps: off<br>
&gt; &gt;&gt;&gt;&gt; Enable-Pcre: off<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; This is the default config file that came with it:<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; #############################################################################<br>
&gt; &gt;&gt;&gt;&gt; # Default syslog-ng.conf file which collects all local logs into a<br>
&gt; &gt;&gt;&gt;&gt; # single file called /var/log/messages.<br>
&gt; &gt;&gt;&gt;&gt; #<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; @version: 3.5<br>
&gt; &gt;&gt;&gt;&gt; @include &quot;scl.conf&quot;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; source s_local {<br>
&gt; &gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; system();<br>
&gt; &gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; internal();<br>
&gt; &gt;&gt;&gt;&gt; };<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; source s_network {<br>
&gt; &gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; udp();<br>
&gt; &gt;&gt;&gt;&gt; };<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; destination d_local {<br>
&gt; &gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; file(&quot;/var/log/messages&quot;);<br>
&gt; &gt;&gt;&gt;&gt; };<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; log {<br>
&gt; &gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; source(s_local);<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; # uncomment this line to open port 514 to receive messages<br>
&gt; &gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; #source(s_network);<br>
&gt; &gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; destination(d_local);<br>
&gt; &gt;&gt;&gt;&gt; };<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Here is the file:<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; $ sudo file /var/log/messages<br>
&gt; &gt;&gt;&gt;&gt; /var/log/messages: data<br>
&gt; &gt;&gt;&gt;&gt; $ sudo cat /var/log/messages<br>
&gt; &gt;&gt;&gt;&gt; Mar 13 10:43:00 &nbsp;syslog-ng[18451]: syslog-ng starting up; version=&#39;3.5.3&#39;<br>
&gt; &gt;&gt;&gt;&gt; Mar 13 10:43:01 &nbsp;CROND[18454]: (root) CMD (/util/avail/get_avail.sh<br>
&gt; &gt;&gt;&gt; 1&gt;/util/avail/logs/get_avail.out 2&gt;&amp;1)<br>
&gt; &gt;&gt;&gt;&gt; Mar 13 10:43:16 &nbsp;sudo: a0142566 : TTY=pts/2 ; PWD=/home/a0142566 ;<br>
&gt; &gt;&gt;&gt; USER=root ; COMMAND=/usr/bin/file /var/log/messages<br>
&gt; &gt;&gt;&gt;&gt; And this is a capture from vi in hex mode on that file.<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; 0000000: 4d61 7220 3133 2031 303a 3433 3a30 3020 &nbsp;Mar 13 10:43:00<br>
&gt; &gt;&gt;&gt;&gt; 0000010: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000020: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000030: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000040: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000050: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000060: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000070: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000080: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000090: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 00000a0: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 00000b0: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 00000c0: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 00000d0: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 00000e0: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 00000f0: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000100: 0000 0000 0000 0000 0000 0000 0000 0020 &nbsp;...............<br>
&gt; &gt;&gt;&gt;&gt; 0000110: 7379 736c 6f67 2d6e 675b 3138 3435 315d &nbsp;syslog-ng[18451]<br>
&gt; &gt;&gt;&gt;&gt; 0000120: 3a20 7379 736c 6f67 2d6e 6720 7374 6172 &nbsp;: syslog-ng star<br>
&gt; &gt;&gt;&gt;&gt; 0000130: 7469 6e67 2075 703b 2076 6572 7369 6f6e &nbsp;ting up; version<br>
&gt; &gt;&gt;&gt;&gt; 0000140: 3d27 332e 352e 3327 0a4d 6172 2031 3320 &nbsp;=&#39;3.5.3&#39;.Mar 13<br>
&gt; &gt;&gt;&gt;&gt; 0000150: 3130 3a34 333a 3031 2000 0000 0000 0000 &nbsp;10:43:01 .......<br>
&gt; &gt;&gt;&gt;&gt; 0000160: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000170: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000180: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000190: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 00001a0: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 00001b0: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 00001c0: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 00001d0: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 00001e0: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 00001f0: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000200: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000210: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000220: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000230: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000240: 0000 0000 0000 0000 0000 0000 0000 0000 &nbsp;................<br>
&gt; &gt;&gt;&gt;&gt; 0000250: 0000 0000 0000 0000 2043 524f 4e44 5b31 &nbsp;........ CROND[1<br>
&gt; &gt;&gt;&gt;&gt; 0000260: 3834 3534 5d3a 2028 726f 6f74 2920 434d &nbsp;8454]: (root) CM<br>
&gt; &gt;&gt;&gt;&gt; 0000270: 4420 282f 7574 696c 2f61 7661 696c 2f67 &nbsp;D (/util/avail/g<br>
&gt; &gt;&gt;&gt;&gt; 0000280: 6574 5f61 7661 696c 2e73 6820 313e 2f75 &nbsp;et_avail.sh 1&gt;/u<br>
&gt; &gt;&gt;&gt;&gt; 0000290: 7469 6c2f 6176 6169 6c2f 6c6f 6773 2f67 &nbsp;til/avail/logs/g<br>
&gt; &gt;&gt;&gt;&gt; 00002a0: 6574 5f61 7661 696c 2e6f 7574 2032 3e26 &nbsp;et_avail.out 2&gt;&amp;<br>
&gt; &gt;&gt;&gt;&gt; 00002b0: 3129 0a4d 6172 2031 3320 3130 3a34 333a &nbsp;1).<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Any ideas?<br>
&gt; &gt;&gt;&gt;&gt; Thanks in advance folks!!<br>
&gt; &gt;&gt;&gt;&gt; Jim<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; ______________________________________________________________________________<br>
&gt; &gt;&gt;&gt;&gt; Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
&gt; &gt;&gt;&gt;&gt; Documentation:<br>
&gt; &gt;&gt;&gt; <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
&gt; &gt;&gt;&gt;&gt; FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; ______________________________________________________________________________<br>
&gt; &gt;&gt;&gt; Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
&gt; &gt;&gt;&gt; Documentation:<br>
&gt; &gt;&gt;&gt; <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
&gt; &gt;&gt;&gt; FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; ______________________________________________________________________________<br>
&gt; &gt;&gt;&gt; Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
&gt; &gt;&gt;&gt; Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
&gt; &gt;&gt;&gt; FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
&gt; &gt;&gt;&gt;<br>
&gt;<br>
<br>______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
<br></blockquote></div>