Custom Query (894 matches)
Results (79 - 81 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#878 | solj | Joe Digilio <[email protected]…> | fixed | Upstart service status with no output produces traceback |
Description |
On Ubuntu 10.04 (with bcfg2-1.1.0-0.1rc1), I get the following traceback for two services (grub-common and bcfg2): Unexpected failure of verification method for entry type Service Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/Bcfg2/Client/Tools/__init__.py", line 146, in Inventory states[entry] = func(entry, mods) File "/usr/lib/pymodules/python2.6/Bcfg2/Client/Tools/Upstart.py", line 33, in VerifyService entry.get('name'))[1][0] IndexError: list index out of range Running the following produces no output: # /usr/sbin/service grub-common status # /usr/sbin/service bcfg2 status # |
|||
#939 | desai | Joe Digilio <[email protected]…> | fixed | bcfg2-repo-validate traceback |
Description |
Traceback (most recent call last): File "/usr/sbin/bcfg2-repo-validate", line 139, in <module> ptuple = (pkg.get('name'), priority, ptype, grp, pgrp) NameError: name 'pgrp' is not defined Attaching a patch which fixes it for me. I'm not sure if it's what is intended. |
|||
#946 | desai | Joe Digilio <[email protected]…> | fixed | upstart network-interface services always fail |
Description |
Bcfg2 is unable to check the status of *network-interface services because they need a parameter passed. Right now, the client does this: > /usr/sbin/service network-interface status < status: Unknown parameter: INTERFACE It needs INTERFACE=<iface> passed to it: /usr/sbin/service network-interface status INTERFACE=eth0 network-interface (eth0) start/running Note, this also affects: bridge-network-interface, iscsi-network-interface, and possibly others. |
Note: See TracQuery
for help on using queries.