- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Syslog Msg
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
04-05-2005 11:12 PM
04-05-2005 11:12 PM
whenever I login to my server it shows the syslog error message as follows
syslog: Pid 8668. Failed to open Info Log file <>. Err=
Apr 6 16:00:01 (Server Name) syslog: Pid 8668. Program <> Failed to open Error Log file <>. Err=
and this message gets repeated in between.
Thanks in Advance
Abhijit Panse
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 11:21 PM
04-05-2005 11:21 PM
Re: Syslog Msg
Also, what method are you using to login with (telnet, rexec, rlogin, ...) ?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 11:23 PM
04-05-2005 11:23 PM
Re: Syslog Msg
can you check if you are trying to run a program from your login profile.
Normally the "No such file or directory" message means you are trying to write to and read from a non-existent file/directory.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 11:35 PM
04-05-2005 11:35 PM
Re: Syslog Msg
brwon please below syslog.conf
# syslogd configuration file.
#
# See syslogd(1M) for information about the format of this file.
#
mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console>/var/adm/syslog/syslog.log
*.alert root
*.emerg *
Regards,
Abhijit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 12:22 AM
04-06-2005 12:22 AM
Re: Syslog Msg
What method are you using to login with (telnet, rexec, rlogin, ...) ?
What does
ls -l /var/adm/syslog/*.log
bdf /var/adm/syslog
ls -l /etc/syslog.conf
return?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 12:31 AM
04-06-2005 12:31 AM
Re: Syslog Msg
I am using telnet to login to the server
please find below outputs of the commands :
ls -l /var/adm/syslog/*.log
-rw-r--r-- 1 root sys 822286 Apr 5 15:12 /var/adm/syslog/OLDsyslog.log
-r--r--r-- 1 root root 478549 Apr 6 07:15 /var/adm/syslog/mail.log
-rw-r--r-- 1 root sys 467337 Apr 6 17:45 /var/adm/syslog/syslog.log
bdf /var/adm/syslog
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol8 4710400 1761112 2928024 38% /var
ls -l /etc/syslog.conf
-r--r--r-- 1 bin bin 278 Jan 6 17:21 /etc/syslog.conf
Regards,
Abhijit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 12:53 AM
04-06-2005 12:53 AM
Re: Syslog Msg
What does
ps -ef | grep 8668
return (if anything)
After you telnet in, does your login session go into some Oracle application?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 01:04 AM
04-06-2005 01:04 AM
Re: Syslog Msg
it doesn't return anything and I am logging into any oracle apps. as I am logging in by root
Regards,
Abhijit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 01:09 AM
04-06-2005 01:09 AM
Re: Syslog Msg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 01:10 AM
04-06-2005 01:10 AM
Re: Syslog Msg
# syslogd configuration file.
#
# See syslogd(1M) for information about the format of this file.
#
mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert /var/adm/syslog/syslog.log
*.alert root
*.emerg *
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 01:16 AM
04-06-2005 01:16 AM
SolutionWhy do you have this format in /etc/syslog.conf ?
*.alert /dev/console>/var/adm/syslog/syslog.log
it should read
*.alert /dev/console
THe next line
*.alert root
will EMAIL root with alerts any ways.
Fix /etc/syslog, then execute this:
kill `cat /var/run/syslog.pid`
Then login and see if it is still happening.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 09:23 PM
04-06-2005 09:23 PM
Re: Syslog Msg
thanks for your reply
after making changes in syslog.conf the problem was still persisting but when i did
kill `cat /var/run/syslog.pid`
till now it has not come...so I hope that the problem has got solved.
But I will keep the thred open till evening just to observe.
Please tell me whether any other sttings I need to do.
Thank you very much both of you once again I will assign the points at the time of closing.
Thanks and regards,
Abhijit Panse
Live alive with freshness
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 01:04 AM
04-07-2005 01:04 AM
Re: Syslog Msg
Problem is solved
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 01:09 AM
04-07-2005 01:09 AM
Re: Syslog Msg
Thanks to all
Regards,
Abhijit Panse