1837737 Members
3791 Online
110118 Solutions
New Discussion

Re: syslog

 
SOLVED
Go to solution
Francois Bariselle_3
Regular Advisor

syslog

I have this message in syslog.log:

Mar 15 07:57:02 procyon /usr/dt/bin/rpc.ttdbserver[4553]: NetISAM: _iskey_fillmin
Mar 15 07:57:02 procyon NetISAM[4553]: Fatal error: _iskey_fillmin - UNIX errno 0
Mar 15 07:57:02 procyon inetd[664]: rpc.ttdbserver/tcp: Exit status 1

Thanks in advance
Fais la ...
2 REPLIES 2
S.K. Chan
Honored Contributor
Solution

Re: syslog

Usually if you see this error, rpc.ttdbserver consumes large amount of CPU. Is that your case ? You can do 2 things :-

1)Disable it if you are not using CDE, or if you are not exchanging ToolTalk data between other CDE systems.

2)Or clean up the TTDB database (maybe the DBes are corrupted).

For 1:-
Kill the process. Comment out the entry from /etc/inetd.conf and re-read the file by running.
# inetd -c

For 2:-
Remove all files under each TT_DB subdirectory found under each local file system mount point. Stop rpc.ttdbserver first and restart it after you're done.
Helen French
Honored Contributor

Re: syslog