Bug 783616
| Summary: | rawhide nightly liveinst backtracing: kickstart.py: ImportError: No module named errors | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christopher Patrick <cpatrick08> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, vanmeeuwen+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | anaconda-17.3-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-01-23 14:38:54 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
Christopher Patrick
2012-01-21 01:54:40 UTC
i used the liveusb-creator on windows 7 pro 64 bit to make the live usb and i ment it is slow to get to the activities window my graphics card is intel gma 965 I got the systemd error when the usb boots up (I think the slowness of gnome-shell you're seeing is a separate issue.)
The liveinst python script seems to be backtracing:
[liveuser@localhost ~]$ liveinst
localuser:root being added to access control list
Traceback (most recent call last):
File "/usr/sbin/anaconda", line 606, in <module>
from pyanaconda import kickstart
File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 32, in <module>
from errors import *
ImportError: No module named errors
(In reply to comment #4) > I got the systemd error when the usb boots up Rawhide is a fast flowing development distro: it is great you're reporting bugs but please try to separate issues into individual bug reports. This will be fixed in the next build of anaconda. |