#12 closed defect (fixed)
/opt/dell/srvadmin/cm/invcol/invcol wants lockfile
Reported by: | mechanix@… | Owned by: | bas |
---|---|---|---|
Priority: | major | Milestone: | |
Version: | 5.3.0 | Keywords: | |
Cc: |
Description
When running /etc/init.d/dsm_om_shrsvc start an error is printed on the console stating {{{invcol Error: Cannot find utilities on the system to execute Inventory Collector. Make sure the following utilities are in the path: tar gzip tail rm mkdir chmod ls basename wc lockfile stat}}} The issue turns out to be a missing lockfile as shown by which.
Installing lockfile-progs is insufficient, it does not contain a lockfile
binary; however there is a dotlockfile. First I linked that in /usr/local/bin which strange enough did not help. Linking dotlockfile as /usr/bin/lockfile did work; but then #10 started acting up.
Change History (3)
comment:1 Changed 14 years ago by bas
- Owner set to bas
- Status changed from new to assigned
comment:2 Changed 14 years ago by bas
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in omsa-5.4, added procmail as dependency
for lockfile i use procmail package so i have to add this as necessary package.