Bug 466768
Summary: | Can't run system-config-* tools that requires privileged access | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Edney Matias <edneymatias> |
Component: | usermode | Assignee: | Miloslav Trmač <mitr> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | davidz, fedora, jreznik, kevin, mclasen, mitr, rdieter, tcallawa, than, tmraz, tuxbrewr |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-10-27 18:43:23 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: | 467913, 467915, 467916, 467918, 467919, 467920, 467921, 467922, 467923, 467924, 467925 | ||
Bug Blocks: | 446449, 457945 |
Description
Edney Matias
2008-10-13 14:44:34 UTC
Most of these tools have nothing at all to do with PolicyKit. Tentatively moving to KDE, since "running under KDE" seems to be the only common factor here... consolehelper from usermode-gtk is what these tools use to get root. Is there anything new in F10 we have to do in KDE to get consolehelper to work? i have latest rawhide (today) running on my test machine. I cannot reproduce this problem. It seems something is broken in Fedora 10 KDE LiveCD? Or that the system-* tools or usermode has missing deps. I think maybe Rex ir right cause i have a gnome-session installed even when i installed from kde live cd and the system-* tools doesn't work there too. Do you have usermode-gtk installed? (Run (rpm -q usermode-gtk) in a terminal.) Nop, i didn't have usermode-gtk. I installed and everything worked. So something is wrong with kde live? BTW thank you for your support. So the bug is that those tools are all missing a dependency on usermode-gtk? CCing Sebastian Vahl, the KDE live CD maintainer, he may want to manually pull in usermode-gtk onto the spin. (Still, I think there should be a dependency if the tools aren't going to work without it!) there's only a dependency on usermode but not on usermode-gtk in the system tools. I will fix it in our system tools. (In reply to comment #10) > there's only a dependency on usermode but not on usermode-gtk in the system > tools. I will fix it in our system tools. Ok then. Or should I also add it to the kickstarts? BTW: It is possible that the applications design of the system-config-tools has changed in some way? What I mean: I could start system-config-services and it seems to be working. If I want to disable a service there, a PoliciKit window pops up and asks me for the root password. system-config-date and system-config-firewall want's this password before starting the application. Looks like system-config-services has been ported to use PolicyKit instead of running as root entirely, system-config-date and system-config-firewall are still using usermode-gtk (which runs the entire application as root). That's also why system-config-services works without usermode-gtk and the others don't. only system-config-services and system-config-samba supports PolicyKit and the rest not. All of the other system-config-* packages now have Requires: usermode-gtk in Rawhide. |