- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog error messages
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
02-25-2002 08:23 AM
02-25-2002 08:23 AM
syslog error messages
I'm getting following error messages in my syslog.What is the reason for it and how to suppress it.Please help me.
"DTSESSION: The auth error message is Authe
ntication failed"
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 08:27 AM
02-25-2002 08:27 AM
Re: syslog error messages
xhost +
before you launch an xapp.
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 08:29 AM
02-25-2002 08:29 AM
Re: syslog error messages
Which OS ? There may be some patch issue !
HTh,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 08:30 AM
02-25-2002 08:30 AM
Re: syslog error messages
you should try to move your ICEauthority- file in your home directory. Logout and relogin after. Does the problem still occur?
mv .ICEauthority .ICEauthority.old
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 08:32 AM
02-25-2002 08:32 AM
Re: syslog error messages
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 08:34 AM
02-25-2002 08:34 AM
Re: syslog error messages
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 08:37 AM
02-25-2002 08:37 AM
Re: syslog error messages
Check for the patch PHSS_25786 ( CDE runtime Dec2001 periodic patch). If you don't have it, then install it. That may solve your problem.
Also update your patch level of the system to the latest, if you didn't.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 09:07 AM
02-25-2002 09:07 AM
Re: syslog error messages
How do i know it is isolated for user or entire system.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 09:18 AM
02-25-2002 09:18 AM
Re: syslog error messages
who -T | grep dtremote | awk '{print $1}'| sort -u > /tmp/dtusers.out
Then search the .dt directory of the users for a Warning, follow the warnings as warranted.
for i in `cat /tmp/dtusers.out`
do
echo $i
grep -i Warning $i/.dt/startlog
done
That's what I would do, up to you
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 09:22 AM
02-25-2002 09:22 AM
Re: syslog error messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 09:27 AM
02-25-2002 09:27 AM
Re: syslog error messages
Shiju seems to have the answer. I was getting the same error you are seeing, I only saw it when logging on locally with CDE. With the CDE patch applied my last local logon was clean.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 09:28 AM
02-25-2002 09:28 AM
Re: syslog error messages
Also may have to look at old startup logs i.e.. startlog.old older...
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 09:38 AM
02-25-2002 09:38 AM