From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050401 Description of problem: After installing the openhpi rpm, the /etc/openhpi dir and the /var/lib/openhpi dir were not created. Version-Release number of selected component (if applicable): openhpi-2.0.3 rpm How reproducible: Always Steps to Reproduce: 1. Install openhpi rpm Actual Results: See description above. OpenHPI can't work without the directories mentioned in the description. Expected Results: /etc/openhpi should have been created. In there there should be a file called openhpi.conf with the contents of : ### plugin libdummy handler libdummy { entity_root = "{SYSTEM_CHASSIS,1}" name = "test" addr = 0 } ### Also, /var/lib/openhpi should be created as a directory and have full 777 permissions. Additional info:
Fixed with proper rights, too for /var/lib/openhpi in latest FC development build. Read ya, Phil