1833873 Members
1907 Online
110063 Solutions
New Discussion

error here

 
Ahmed ABDOU_1
Advisor

error here

hi

i have this output when i run the dmesg command.

error here
error here
error here
error here
error here

what is the case for this error

regards
2 REPLIES 2
eran maor
Honored Contributor

Re: error here

Hi

i you sure that you are running the command with user root ?

i have search in our database in didnt got ant result of any cases .

do you have the syslog of the computer ?
love computers
Bill Hassell
Honored Contributor

Re: error here

This is not an HP-UX message so it is probably coming from an application or script that someone has written. Start by logging dmesg to a logfile so you can get a timestamp for the message:

0,10,20,30,40,50 * * * * /sbin/dmesg - >> /var/adm/dmesg.log

Now, you'll never lose dmesg entries (they will be logged in the dmesg.log file) but every new message will have a timestamp.

Now if the messages occur at a regular interval, the problem is possibly a program or script that is having a problem. You can always scan scripts for the "error here" string and also scan programs for the string by using the strings command.


Bill Hassell, sysadmin