Bug 528131
Summary: | Cannot update NetworkManager | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Harald Hoyer <harald> |
Component: | NetworkManager | Assignee: | Dan Williams <dcbw> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | dcbw |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-11-07 02:15:02 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Harald Hoyer
2009-10-09 10:02:41 UTC
Old NetworkManager packages did not have /etc/gconf/schemas/nm-applet.schemas so the %pre script of the new packages fails. Grr. So what should the scriptlet be to just ignore errors from the schemas command? In -4 I added " || :" to the end of the gconftool-2 lines in perhaps a misguided attempt to just ignore the exit status of the command. I guess I could do "|| exit 0" instead or something to ensure the shell thinks it always succeeds? IIRC, these pre/post-scripts exit on any failed command ("set -e") *** This bug has been marked as a duplicate of bug 526519 *** |