Bug 550479
| Summary: | yumex will not run from a LIVE system | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Perazim <perazim> |
| Component: | yumex | Assignee: | Tim Lauridsen <tim.lauridsen> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | tim.lauridsen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-02-07 13:11:47 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
Perazim
2009-12-25 13:35:20 UTC
You are not running as root on a normal fedora live cd, you are running as the 'Fedora' user. I have not tried, but it can be a problem because the root user has no password on the standard livecd. But you can have made a different user setup on your custom live DVD. Running as root is a bad idea, even on a live system (IMO). I have not changed the user setup on my custom live DVD. Since you tell me that I am actually running as user "Fedora" then my problem seems to be that there is no root password on the LIVE system. Can yumex be changed to see if it is running on a LIVE system and behave differently? Ok, I have added an '--root' option to upstream, to make it possible to run yumex as root. 'yumex' will give you at warning and bail out if run as root. 'yumex --root' will start yumex if running as root. Media support will not work as root, everything else should work fine. yumex-2.9.5-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/yumex-2.9.5-1.fc12 yumex-2.9.5-1.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update yumex'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-0044 Applied this update and works as advertised in a LIVE system. Thanks for timely response. |