<?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 ftp logs are save in some other path not in syslog.lo in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598111#M375577</link>
    <description>Hi all&lt;BR /&gt;i have hp-ux 11.23 os&lt;BR /&gt;normally what are ftp login details are sved in /var/adm/syslo/syslog.log&lt;BR /&gt;but i need to save the what are the ftp logins are saved to some other place don't want save in syslog.log file.&lt;BR /&gt;&lt;BR /&gt;pls any one help me very urgent&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Mar 2010 08:20:10 GMT</pubDate>
    <dc:creator>rajesh73</dc:creator>
    <dc:date>2010-03-10T08:20:10Z</dc:date>
    <item>
      <title>ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598111#M375577</link>
      <description>Hi all&lt;BR /&gt;i have hp-ux 11.23 os&lt;BR /&gt;normally what are ftp login details are sved in /var/adm/syslo/syslog.log&lt;BR /&gt;but i need to save the what are the ftp logins are saved to some other place don't want save in syslog.log file.&lt;BR /&gt;&lt;BR /&gt;pls any one help me very urgent&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2010 08:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598111#M375577</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2010-03-10T08:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598112#M375578</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The current HP-UX ftpd implementation does not offer this possibility. You only are able to save the logs from all the daemons (including ftpd) running on your server to another log file like this (edit /etc/syslogd.conf and restart syslogd):&lt;BR /&gt;&lt;BR /&gt;*.info;mail.none;daemon.none /var/adm/syslog/syslog.log&lt;BR /&gt;daemon.* /var/adm/syslog/daemon.log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, you can use another ftp daemon like proftpd:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.proftpd.org/" target="_blank"&gt;http://www.proftpd.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That will provide you the facility to redirects all logging output to the specified file. (see SystemLog directive - read the docs)&lt;BR /&gt;&lt;BR /&gt;You have to compile it on your server or you can use an older version already compiled for HP-UX from porting archive:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/FTP/proftpd-1.3.2b/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/FTP/proftpd-1.3.2b/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But it is an old version.&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Wed, 10 Mar 2010 09:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598112#M375578</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-10T09:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598113#M375579</link>
      <description>Hi Horia&lt;BR /&gt;&lt;BR /&gt;thank you for reply. I tried but it is not working. it will work in 11.23?&lt;BR /&gt;&lt;BR /&gt;psl reply urgent if u dont mind&lt;BR /&gt;&lt;BR /&gt;Rajesh&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2010 10:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598113#M375579</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2010-03-10T10:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598114#M375580</link>
      <description>Hi&lt;BR /&gt; i enterd same entry in syslog.conf&lt;BR /&gt;&lt;BR /&gt;*.info;mail.none;daemon.none /var/adm/syslog/syslog.log&lt;BR /&gt;daemon.* /var/adm/syslog/daemon.log&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Rajesh</description>
      <pubDate>Wed, 10 Mar 2010 10:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598114#M375580</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2010-03-10T10:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598115#M375581</link>
      <description>Hi Rajesh,&lt;BR /&gt;&lt;BR /&gt;(edit /etc/syslogd.conf and restart syslogd):&lt;BR /&gt;&lt;BR /&gt;after that did you restart the "syslodg" ?&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/syslogd stop&lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;rgds,</description>
      <pubDate>Wed, 10 Mar 2010 10:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598115#M375581</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-10T10:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598116#M375582</link>
      <description>&amp;gt;i enterd same entry in syslog.conf&lt;BR /&gt;&lt;BR /&gt;Did you restarted syslogd afther you edited /etc/syslogd.conf?&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/syslogd stop&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;Horia.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2010 10:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598116#M375582</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-10T10:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598117#M375583</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;once i enterd i restarted the syslog daemon&lt;BR /&gt;&lt;BR /&gt;still i facing same problem&lt;BR /&gt;&lt;BR /&gt;here with i attached the syslog file&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Rajesh</description>
      <pubDate>Wed, 10 Mar 2010 10:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598117#M375583</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2010-03-10T10:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598118#M375584</link>
      <description>You have a problem...&lt;BR /&gt;&lt;BR /&gt;&amp;gt;daemon.*/var/adm/syslog/daemon.log&lt;BR /&gt;&lt;BR /&gt;The file /etc/syslog.conf must respect a pattern. There must be TABs between the fields&lt;BR /&gt;&lt;BR /&gt;Between daemon.* and /var you must insert TABs.&lt;BR /&gt;&lt;BR /&gt;Horia.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2010 10:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598118#M375584</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-10T10:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598119#M375585</link>
      <description>As usual, read man pages:&lt;BR /&gt;&lt;BR /&gt;man syslogd&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Wed, 10 Mar 2010 10:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598119#M375585</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-10T10:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598120#M375586</link>
      <description>i was entered the TAB between two fields but still same problem</description>
      <pubDate>Wed, 10 Mar 2010 17:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598120#M375586</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2010-03-10T17:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598121#M375587</link>
      <description>i was entered the TAB between two fields but still same problem</description>
      <pubDate>Wed, 10 Mar 2010 17:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598121#M375587</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2010-03-10T17:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598122#M375588</link>
      <description>i was entered the TAB between two fields but still same problem &lt;BR /&gt;&lt;BR /&gt;daemon.*                /var/adm/syslog/daemon.log&lt;BR /&gt;&lt;BR /&gt;kindly find the attachement</description>
      <pubDate>Wed, 10 Mar 2010 18:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598122#M375588</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2010-03-10T18:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598123#M375589</link>
      <description>pls any one help me very urgent</description>
      <pubDate>Wed, 10 Mar 2010 18:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598123#M375589</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2010-03-10T18:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598124#M375590</link>
      <description>&amp;gt;but still same problem&lt;BR /&gt;&lt;BR /&gt;What exactly is your "same problem"? Do you get the file: /var/adm/syslog/daemon.log ?&lt;BR /&gt;&lt;BR /&gt;Did you restarted the syslogd daemon afther you have re-configured it?&lt;BR /&gt;&lt;BR /&gt;Horia.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Mar 2010 06:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598124#M375590</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-11T06:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598125#M375591</link>
      <description>Hi Horia&lt;BR /&gt;&lt;BR /&gt;sorry i am distrbuing you&lt;BR /&gt;&lt;BR /&gt;i dont know where iam doing mistake&lt;BR /&gt;i create file /var/adm/syslog/daemon.log&lt;BR /&gt;once in entered syslog.conf i restarted the syslogd service&lt;BR /&gt;still i can,t&lt;BR /&gt;&lt;BR /&gt;here with i have attached the what iam done exactly</description>
      <pubDate>Thu, 11 Mar 2010 08:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598125#M375591</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2010-03-11T08:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598126#M375592</link>
      <description>This is informational.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Mar 11 13:35:22 server1 ftpd[9334]: FTP &amp;gt;session closed&lt;BR /&gt;&amp;gt;Mar 11 13:35:34 server1 ftpd[9507]: User &amp;gt;rajesh: Login incorrect&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try with local5 facility.&lt;BR /&gt;&lt;BR /&gt;*.info;mail.none;daemon.none;local5.none    /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;local5.info    /var/adm/syslog/ftp.log&lt;BR /&gt;&lt;BR /&gt;or even&lt;BR /&gt;&lt;BR /&gt;local5.*     /var/adm/syslog/local5.log&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Thu, 11 Mar 2010 09:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598126#M375592</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-11T09:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs are save in some other path not in syslog.lo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598127#M375593</link>
      <description>Hello Rajesh,&lt;BR /&gt;&lt;BR /&gt;Did you succeeded into this?&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Fri, 12 Mar 2010 06:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs-are-save-in-some-other-path-not-in-syslog-lo/m-p/4598127#M375593</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-12T06:00:31Z</dc:date>
    </item>
  </channel>
</rss>

