Modify ↓
Ticket #946 (closed defect: fixed)
upstart network-interface services always fail
Reported by: | Joe Digilio <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.2.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Fixed by you in c3fc934edbab4258467ee650d4775188cf41fd12. Thanks :-).