HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog.conf and use of local0-7
Operating System - HP-UX
1831339
Members
2976
Online
110024
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 03:59 AM
01-19-2005 03:59 AM
syslog.conf and use of local0-7
Hi,
Config: B.11.00 U 9000/800
I spent a while this morning trying to get syslogd to log FTP messages to a different file than /var/adm/syslog/syslog.log
I thought ftp ( as suggested by man pages for syslog(3C), syslogd etc ) uses the daemon.info, .alert etc facility.
However it appears it uses local5 instead, once I added a local5.info entry it logged ftp messages where I wanted.
I can't find much out for HPUX about the use of local0-7, the man pages just say they are reserved for local use.
I am just wondering what else uses local5 and in fact what other programs use any of the local facilities.
Can anyone point me to an authoratative source for what the local0-7 facilities are for and who uses what?
Thanks.
Simon Stanford.
Config: B.11.00 U 9000/800
I spent a while this morning trying to get syslogd to log FTP messages to a different file than /var/adm/syslog/syslog.log
I thought ftp ( as suggested by man pages for syslog(3C), syslogd etc ) uses the daemon.info, .alert etc facility.
However it appears it uses local5 instead, once I added a local5.info entry it logged ftp messages where I wanted.
I can't find much out for HPUX about the use of local0-7, the man pages just say they are reserved for local use.
I am just wondering what else uses local5 and in fact what other programs use any of the local facilities.
Can anyone point me to an authoratative source for what the local0-7 facilities are for and who uses what?
Thanks.
Simon Stanford.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 04:09 AM
01-19-2005 04:09 AM
Re: syslog.conf and use of local0-7
HP's ftp will use daemon.info...
You can do it like this:
# @(#)B.11.11_LR
#
# syslogd configuration file.
#
# See syslogd(1M) for information about the format of this file.
#
mail.debug /var/adm/syslog/mail.log
daemon.info;mail.none /var/adm/syslog/daemon.log
*.info;mail.none,daemon.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
Make sure inetd.conf has -l
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l
Rgds...Geoff
You can do it like this:
# @(#)B.11.11_LR
#
# syslogd configuration file.
#
# See syslogd(1M) for information about the format of this file.
#
mail.debug /var/adm/syslog/mail.log
daemon.info;mail.none /var/adm/syslog/daemon.log
*.info;mail.none,daemon.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
Make sure inetd.conf has -l
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 04:20 AM
01-19-2005 04:20 AM
Re: syslog.conf and use of local0-7
Hi Geoff,
Well I thought that but it did not appear to work at all, ftp still went to syslog.log
In the attached file are the two versions I tried.
Regards,
Simon
Well I thought that but it did not appear to work at all, ftp still went to syslog.log
In the attached file are the two versions I tried.
Regards,
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 04:41 AM
01-19-2005 04:41 AM
Re: syslog.conf and use of local0-7
Actually - that is correct - depends on version of ftpd - yours does go to local5...
Other thing you can do, is in inetd.conf add
-i and -o
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -i -o
Rgds...Geoff
Other thing you can do, is in inetd.conf add
-i and -o
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -i -o
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP