Hi,
I've get error "Due to misuse, a reboot is required" for every program starting executing on server;
Does anybody knows about this problem ?
Is this message listed in /var/adm/syslog.syslog.log
what programs are you running?
could it be in the program itself , that this message is being displayed ?
This does not sound like an operating system generated message , more of an application one.
try finding files , with this type of message in
find / -type f -exec grep -il "due to misuse" {} \;
Is this message listed in /var/adm/syslog/syslog.log
what programs are you running?
could it be in the program itself , that this message is being displayed ?
This does not sound like an operating system generated message , more of an application one.
try finding files , with this type of message in
find / -type f -exec grep -il "due to misuse" {} \;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.