<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: syslogd terminated in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281872#M474433</link>
    <description>Its not bcoz /var fs is running out of space. /var utilization was around 58% only.&lt;BR /&gt;&lt;BR /&gt;there is a bug in 11.31 Syslogd is checking or calling mail.log. That’s the reason need to trim down some files with near or greater than 2GB or modifying the LOG_SIZE=NOLIMIT in /etc/defaults/syslogd file. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 16 May 2011 05:46:28 GMT</pubDate>
    <dc:creator>atul2701</dc:creator>
    <dc:date>2011-05-16T05:46:28Z</dc:date>
    <item>
      <title>syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281856#M474417</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;When i am trying to start the syslogd on my HP UX B.11.31 server it start and terminated immediately. I have tried to replace the /etc/syslog.conf file with /usr/newconfig/etc/syslog.conf.&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep -i syslog&lt;BR /&gt;    root  9925 11167  1 06:33:40 pts/0     0:00 grep -i syslog&lt;BR /&gt;# /sbin/init.d/syslogd stop&lt;BR /&gt;syslogd stopped&lt;BR /&gt;# /sbin/init.d/syslogd start&lt;BR /&gt;System message logger started&lt;BR /&gt;# tail /var/adm/syslog/syslog.log&lt;BR /&gt;May 11 06:33:58 whqwm03 syslogd: restart&lt;BR /&gt;May 11 06:33:58 whqwm03 syslogd: the kernel messages are already disabled: No such device or address&lt;BR /&gt;# cat /var/run/syslog.pid&lt;BR /&gt;10171&lt;BR /&gt;# ps -ef |grep -iE "10171|syslog"&lt;BR /&gt;    root 10914 11167  0 06:35:01 pts/0     0:00 grep -iE 10171|syslog&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2011 11:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281856#M474417</guid>
      <dc:creator>atul2701</dc:creator>
      <dc:date>2011-05-11T11:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281857#M474418</link>
      <description>Long, long time ago, I remember encountering a situation like this and the cause of mine being ended up whitespaces in the syslog.conf file instead of tabs. Field separators in syslog.conf file SHOULD BE &lt;TAB&gt;s, NOT whitespaces.&lt;BR /&gt;&lt;BR /&gt;when you said you copied the newconfig file, you just cat'ed the file and do a screen-scraping (click and drag highlight and copy) then paste into your editor session, what you might end up doing is introducing whitespaces.&lt;BR /&gt;&lt;BR /&gt;If I were you, even if you did not do what I said, I'd check for the existence of whitespaces in this file. Just for precaution if nothing else.&lt;/TAB&gt;</description>
      <pubDate>Wed, 11 May 2011 13:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281857#M474418</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2011-05-11T13:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281858#M474419</link>
      <description>I believe you are on the right track with /usr/newconfig/etc/syslog.conf but I must believe that you have a whitespace or control char still in there.&lt;BR /&gt;&lt;BR /&gt;Question:  Did you update the default syslog.conf file or just copy it in?&lt;BR /&gt;&lt;BR /&gt;b)  try this&lt;BR /&gt;&lt;BR /&gt;grep -v "^[[:blank:]]*$" syslog.conf &amp;gt; work_file&lt;BR /&gt;ls -la both files&lt;BR /&gt;cksum both files&lt;BR /&gt;&lt;BR /&gt;Any difference?  If so then use the work_file</description>
      <pubDate>Wed, 11 May 2011 15:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281858#M474419</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2011-05-11T15:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281859#M474420</link>
      <description>no luck...&lt;BR /&gt;&lt;BR /&gt;# cd /etc&lt;BR /&gt;# grep -v "^[[:blank:]]*$" syslog.conf &amp;gt; work_file&lt;BR /&gt;# ls -la syslog.conf&lt;BR /&gt;-r--r--r--   1 bin        bin            250 May 12 01:30 syslog.conf&lt;BR /&gt;# ls -la work_file&lt;BR /&gt;-rw-r-----   1 root       sys            250 May 12 01:47 work_file&lt;BR /&gt;# cksum syslog.conf work_file&lt;BR /&gt;3145885767 250 syslog.conf&lt;BR /&gt;3145885767 250 work_file&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2011 07:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281859#M474420</guid>
      <dc:creator>atul2701</dc:creator>
      <dc:date>2011-05-12T07:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281860#M474421</link>
      <description>no luck...&lt;BR /&gt;&lt;BR /&gt;# cd /etc&lt;BR /&gt;# grep -v "^[[:blank:]]*$" syslog.conf &amp;gt; work_file&lt;BR /&gt;# ls -la syslog.conf&lt;BR /&gt;-r--r--r-- 1 bin bin 250 May 12 01:30 syslog.conf&lt;BR /&gt;# ls -la work_file&lt;BR /&gt;-rw-r----- 1 root sys 250 May 12 01:47 work_file&lt;BR /&gt;# cksum syslog.conf work_file&lt;BR /&gt;3145885767 250 syslog.conf&lt;BR /&gt;3145885767 250 work_file...</description>
      <pubDate>Thu, 12 May 2011 07:14:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281860#M474421</guid>
      <dc:creator>atul2701</dc:creator>
      <dc:date>2011-05-12T07:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281861#M474422</link>
      <description>do you have any 3rd party pam or nss lib?&lt;BR /&gt;is there a core?&lt;BR /&gt;&lt;BR /&gt;you can also try a tusc on it to see what it is doing.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2011 08:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281861#M474422</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2011-05-12T08:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281862#M474423</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;  grep -v "^[[:blank:]]*$" syslog.conf &amp;gt; work_file&lt;BR /&gt;&lt;BR /&gt;I don't think that regexp is working as you expected - I just added some spaces to a copy of my syslog.conf file and ran it through it, and it didn't pick them up...&lt;BR /&gt;&lt;BR /&gt;atgupta,&lt;BR /&gt;&lt;BR /&gt;Maybe a simpler one, does:&lt;BR /&gt;&lt;BR /&gt;grep ' ' /etc/syslog.conf &lt;BR /&gt;&lt;BR /&gt;(that's a space between the quote ' symbols)&lt;BR /&gt;&lt;BR /&gt;return anything that's not on a comment line?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 12 May 2011 09:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281862#M474423</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2011-05-12T09:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281863#M474424</link>
      <description>Laurent@ bad luck tusc or any other utility is not installed..&lt;BR /&gt;&lt;BR /&gt;Duncan@ grep " " /etc/syslog.conf i already tried and there was no space...&lt;BR /&gt;&lt;BR /&gt;# grep ' ' /etc/syslog.conf&lt;BR /&gt;# @(#)B.11.31_LR&lt;BR /&gt;# syslogd configuration file.&lt;BR /&gt;# See syslogd(1M) for information about the format of this file.&lt;BR /&gt;#</description>
      <pubDate>Thu, 12 May 2011 11:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281863#M474424</guid>
      <dc:creator>atul2701</dc:creator>
      <dc:date>2011-05-12T11:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281864#M474425</link>
      <description>Well, I have to believe that this is for information only.  Try running some LVM commands like:&lt;BR /&gt;&lt;BR /&gt;vgscan -p -v -a&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;...and post syslog.log afterwards.</description>
      <pubDate>Thu, 12 May 2011 12:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281864#M474425</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2011-05-12T12:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281865#M474426</link>
      <description>As syslogd terminated immediately after i start it hence its not loging anything in syslog.log...</description>
      <pubDate>Thu, 12 May 2011 12:41:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281865#M474426</guid>
      <dc:creator>atul2701</dc:creator>
      <dc:date>2011-05-12T12:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281866#M474427</link>
      <description>What are the error messages from dmesg?&lt;BR /&gt;What are the error messages on the console?</description>
      <pubDate>Thu, 12 May 2011 13:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281866#M474427</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2011-05-12T13:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281867#M474428</link>
      <description>Just for the kick, instead of starting syslogd, using the init script, what happens if you start it directly from the command line as in&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/syslogd&lt;BR /&gt;&lt;BR /&gt;without putting it in background (i.e. daemon mode) is it staying up or dying down immediately ?&lt;BR /&gt;&lt;BR /&gt;Open another terminal window to the same system and run:&lt;BR /&gt;&lt;BR /&gt;while true; do&lt;BR /&gt;ps -ef | grep syslogd&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;continuously. This will impact the performance more than likely. So, if this is a production system, you might want to do it after hours. Also capture the terminal session as the output will most probably flow too fast for your eyes to catch anything meaningful.&lt;BR /&gt;&lt;BR /&gt;This may give you a bit more insight and won't hurt anything just by trying.&lt;BR /&gt;&lt;BR /&gt;Just a thought</description>
      <pubDate>Thu, 12 May 2011 14:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281867#M474428</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2011-05-12T14:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281868#M474429</link>
      <description>try to start  /usr/sbin/syslogd -d&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2011 18:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281868#M474429</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2011-05-12T18:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281869#M474430</link>
      <description>all above things i have already tried and no luck..&lt;BR /&gt;&lt;BR /&gt;when it dies its creating the core file..&lt;BR /&gt;# what core&lt;BR /&gt;core:&lt;BR /&gt;         $ PATCH_11.31/PHCO_39177  May 21 2009 06:51:02 $&lt;BR /&gt;         $ PATCH_11.31/PHCO_40292  Jul  6 2010 09:44:47 $&lt;BR /&gt;        92453-07 linker dld HP Itanium(R) B.12.55&lt;BR /&gt;        92453-07 linker uld HP Itanium(R) B.12.55&lt;BR /&gt;#</description>
      <pubDate>Fri, 13 May 2011 05:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281869#M474430</guid>
      <dc:creator>atul2701</dc:creator>
      <dc:date>2011-05-13T05:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281870#M474431</link>
      <description>Thanks all for your valuable time and support.. Finaly i got the solution.&lt;BR /&gt;&lt;BR /&gt;Under syslog dir mail.log file size was 2Gb. i have trimmed the same and after that start the syslogd daemon and running fine..&lt;BR /&gt;&lt;BR /&gt;Atul</description>
      <pubDate>Fri, 13 May 2011 11:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281870#M474431</guid>
      <dc:creator>atul2701</dc:creator>
      <dc:date>2011-05-13T11:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281871#M474432</link>
      <description>Hey atgupta,&lt;BR /&gt;&lt;BR /&gt;Well I guess the moral of this scenario turns out to be trimming certain stuff once in a while on the /var filesystem... Be it the syslog, or let's say the wtmps or btmps file. That's why on a server that you consider important it's momentous to check if the /var is reaching let's say 98% with very less free space left.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Fri, 13 May 2011 16:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281871#M474432</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-05-13T16:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd terminated</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281872#M474433</link>
      <description>Its not bcoz /var fs is running out of space. /var utilization was around 58% only.&lt;BR /&gt;&lt;BR /&gt;there is a bug in 11.31 Syslogd is checking or calling mail.log. That’s the reason need to trim down some files with near or greater than 2GB or modifying the LOG_SIZE=NOLIMIT in /etc/defaults/syslogd file. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 May 2011 05:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-terminated/m-p/5281872#M474433</guid>
      <dc:creator>atul2701</dc:creator>
      <dc:date>2011-05-16T05:46:28Z</dc:date>
    </item>
  </channel>
</rss>

