Bug 633501
Summary: | Enable Networking and Enable Wireless options are grayed out in NetworkManager Applet after update | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | James Laska <jlaska> |
Component: | NetworkManager | Assignee: | Dan Williams <dcbw> |
Status: | CLOSED ERRATA | QA Contact: | desktop-bugs <desktop-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | urgent | ||
Version: | 6.0 | CC: | caillon, ddumas, jturner, jwest, kukabu, mhusnain, syeghiay, vbenes |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | NetworkManager-0.8.1-6.el6 | Doc Type: | Bug Fix |
Doc Text: |
Occasionally, the NetManager panel applet would not be able to determine user permissions to enable networking and therefore disabled the "Enable Networking" and "Enable Wireless" check boxes. This is now fixed to ensure that if the user has permissions to enable networking, the check boxes display as expected.
|
Story Points: | --- |
Clone Of: | 627365 | Environment: | |
Last Closed: | 2011-05-19 14:24:59 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: | |||
Bug Depends On: | |||
Bug Blocks: | 638598 |
Description
James Laska
2010-09-13 20:40:32 UTC
> dcbw: for reference, the fix is
> dcbw: http://git.gnome.org/browse/network-manager-applet/commit/?id=1aeb178397dd16316bfc242a2e41c54e28933f9a
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Occasionally upon login to a desktop, the network panel applet's right-click menu will have disabled "Enable Networking" and "Enable Wireless" checkboxes. This is due to a bug in determining whether those menu items should be enabled based on the logged-in user's permissions. If the user does have permission to perform those actions, it is possible to re-enable the menu items by running the following command as root: touch /usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy Alternatively, WiFi can be enabled/disabled through the command-line using the following commands: nmcli nm wifi on nmcli nm wifi off This issue will be addressed in a future update. Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,10 +1,11 @@ -Occasionally upon login to a desktop, the network panel applet's right-click menu will have disabled "Enable Networking" and "Enable Wireless" checkboxes. This is due to a bug in determining whether those menu items should be enabled based on the logged-in user's permissions. If the user does have permission to perform those actions, it is possible to re-enable the menu items by running the following command as root: +Under some circumstances, the NetworkManger panel applet cannot determine if a user has permission to enable networking. Consequently, after logging into the desktop, the "Enable Networking" and "Enable Wireless" checkboxes may be disabled. To work around this, run the following command as root: touch /usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy + +Alternatively, WiFi can be enabled using the command: -Alternatively, WiFi can be enabled/disabled through the command-line using the following commands: - nmcli nm wifi on -nmcli nm wifi off + +or disabled using the command: -This issue will be addressed in a future update.+nmcli nm wifi off Scratch build upstream fix is here: http://brewweb.devel.redhat.com/brew/taskinfo?taskID=2779776 Please test and let me know how it works. With that feedback, we can actually push the fix into RHEL6. Non-scratch brew build with this fix (and committed to CVS): http://brewweb.devel.redhat.com/brew/taskinfo?taskID=2785531 Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,11 +1 @@ -Under some circumstances, the NetworkManger panel applet cannot determine if a user has permission to enable networking. Consequently, after logging into the desktop, the "Enable Networking" and "Enable Wireless" checkboxes may be disabled. To work around this, run the following command as root: +Occasionally, the NetManager panel applet would not be able to determine user permissions to enable networking and therefore disabled the "Enable Networking" and "Enable Wireless" check boxes. This is now fixed to ensure that if the user has permissions to enable networking, the check boxes display as expected.- -touch /usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy - -Alternatively, WiFi can be enabled using the command: - -nmcli nm wifi on - -or disabled using the command: - -nmcli nm wifi off An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0769.html |