|
From: Kevin C. <kev...@us...> - 2004-09-02 16:37:55
|
Hi Suresh, On Wednesday 01 September 2004 6:43 am, Suresh Balla wrote: > hi, > i am getting these message in evms-engine.log > > Sep 01 09:55:02 sunday.comodo.net _3_ Engine: do_fork_and_execvp: > execvp() failed. errno is 2: No such file or directory This means EVMS tried to call some external program, but the binary couldn't be found. Could be bad, or could be normal. Hard to tell without any additional context. > Sep 01 09:55:02 sunday.comodo.net _0_ Engine: engine_user_message: > Message is: Engine: The plug-in SWAPFS in module > /lib/evms/2.3.3/swap-1.1.8.so failed to load. The plug-in's > setup_evms_plugin() function failed with error code 38: Function not > implemented. This means the swap FSIM plugin didn't load. Most likely it couldn't find or run the mkswap program. This could be related to the above error. See if you have the mkswap program on your system and make sure it's in your PATH. > Sep 01 09:55:02 sunday.comodo.net _3_ Engine: engine_open_object: Open > of /dev/evms/.nodes/ram0 failed with error code 22: Invalid argument Ignorable. It's just attempting to open a device node that doesn't have a real device attached to it. > Sep 01 09:55:03 sunday.comodo.net _2_ MDLinearRegMgr: > md_ioctl_flush_buffer_cache: Unable to open object hda8 to send ioctl > > Sep 01 09:55:03 sunday.comodo.net _2_ MDRaid5RegMgr: > md_ioctl_flush_buffer_cache: Unable to flush buffer cache on md/md0 > (major=9, minor=0) Also ignorable. > Sep 01 09:55:03 sunday.comodo.net _2_ Engine: ensure_dev_node: > Major:minor 0:0 is not valid. A commonly seen warning. Just means some volume or object isn't active yet. > Sep 01 09:55:31 sunday.comodo.net _5_ Engine: is_volume_change_pending: > Change pending: Volume /dev/evms/hda1 is not active. Again, this just means some volume isn't active yet. It will likely be activated when you press "save". -- Kevin Corry kev...@us... http://evms.sourceforge.net/ |