Operating System - Linux
1827810 Members
2004 Online
109969 Solutions
New Discussion

Re: udevd-event messages on boot

 
MikeL_4
Super Advisor

udevd-event messages on boot

I am running Red Hat Version 5.4 and on two of my servers I am receiving the following messages in the log file on a server reboot:

Feb 21 08:41:02 server1 udevd-event[16300]: run_program: exec of program '/bin/dataeng.hotplug' failed

I believe it is being run by: /etc/udev/rules.d/95-srvadmin-dataeng.rules

but I don't know why on just these two servers... and there is also no executable: /bin/dataeng.hotplug on any of our servers...

Does anyone have any ideas on this message ??
1 REPLY 1
MikeL_4
Super Advisor

Re: udevd-event messages on boot

I believe I found the issue, the /etc/omreg.cfg file that this udev script uses, did not contain the install path that it was looking for..

[root@server1 rules.d]# grep '^OMDataEngine.installpath' /etc/omreg.cfg
[root@server1 rules.d]#

I copied this config file from another working server to resolve issue:
[root@server1 rules.d]# grep '^OMDataEngine.installpath' /etc/omreg.cfg
OMDataEngine.installpath=/opt/dell/srvadmin/dataeng
[root@server1 rules.d]#