[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#497423: Acknowledgement (missing dependency in cman)



It looks worse. Problem is not only in missing dependency from 
python-pexpect but also missing essential, custom library required
by some python fencing scripts.

For example, in: /usr/sbin/fence_bladecenter we have:

sys.path.append("/usr/share/fence")
from fencing import *

...but '/usr/share/fence/' does not exists. In original source code
exists subdirectory 'fence/agents/lib/':

~/roboczy/redhat-cluster-2.20080801$ ls -l fence/agents/lib/
total 20
-rw-r--r-- 1 aniou aniou 11161 2008-08-01 11:24 fencing.py.py
-rw-r--r-- 1 aniou aniou   129 2008-08-01 11:24 Makefile
-rw-r--r-- 1 aniou aniou  1440 2008-08-01 11:24 telnet_ssl.py

Without this files (not included in any package) folowing scripts
are unusable:

/usr/sbin/fence_apc
/usr/sbin/fence_bladecenter
/usr/sbin/fence_drac5
/usr/sbin/fence_ilo
/usr/sbin/fence_lpar
/usr/sbin/fence_wti

-- 
Piotr 'aniou' Meyer



Reply to: