Bug 1052322
| Summary: | [abrt] lorax: livemedia-creator:306:__init__:Exception: Problem starting virtual install | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marcel Wysocki <maci> | ||||||
| Component: | lorax | Assignee: | Brian Lane <bcl> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | anaconda-maint-list, bcl, maci | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/f87d22736096db47f82a3ad12e469ef8f6f36e9a | ||||||||
| Whiteboard: | abrt_hash:df64ffe0d899656ef85070b8bbd08955f02cd9bc | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-03-27 17:14:30 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 849472 [details]
File: backtrace
Created attachment 849473 [details]
File: environ
program.log should have the error output from starting virt-install, but my guess would be that the problem is --vnc VNC, it needs to be lower case (it just gets passed through to virt-install's --graphics command) |
Version-Release number of selected component: lorax-19.5-1.fc19 Additional info: reporter: libreport-2.1.11 cmdline: python /sbin/livemedia-creator --vnc VNC --make-iso --iso=/net/10.2.163.96/vol/mirrors_vol/my-el7/upstream/rhel-everything-7.0-beta-1-x86_64-dvd.iso --ks=kickstart/grist.ks executable: /sbin/livemedia-creator kernel: 3.12.6-200.fc19.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: livemedia-creator:306:__init__:Exception: Problem starting virtual install Traceback (most recent call last): File "/sbin/livemedia-creator", line 917, in <module> disk_img = make_image(opts, ks) File "/sbin/livemedia-creator", line 673, in make_image virt_install(opts, install_log, disk_img, disk_size) File "/sbin/livemedia-creator", line 623, in virt_install virtio_port = log_monitor.port) File "/sbin/livemedia-creator", line 306, in __init__ raise Exception("Problem starting virtual install") Exception: Problem starting virtual install Local variables in innermost frame: memory: 1024 ks: '/home/maci/Desktop/el7/kickstart/grist.ks' virtio_port: 36946 img_size: 2 vnc: 'VNC' disk_opts: 'path=/net/10.2.163.96/vol/mirrors_vol/my-el7/upstream/rhel-everything-7.0-beta-1-x86_64-dvd.iso,device=cdrom' kernel_args: '' channel_args: 'tcp,host=127.0.0.1:36946,mode=connect,target_type=virtio,name=org.fedoraproject.anaconda.log.0' log_check: <bound method LogServer.log_check of <__main__.LogServer instance at 0x23c2518>> args: ['-n', 'LiveOS-91687cdc-f866-427c-b83a-dcb1760eede5', '-r', '1024', '--noreboot', '--noautoconsole', '--graphics', 'VNC', '--initrd-inject', '/home/maci/Desktop/el7/kickstart/grist.ks', '--disk', 'path=/var/tmp/diskcGJZQq.img,format=raw,size=2', '--disk', 'path=/net/10.2.163.96/vol/mirrors_vol/my-el7/upstream/rhel-everything-7.0-beta-1-x86_64-dvd.iso,device=cdrom', '--extra-args', 'ks=file:/grist.ks stage2=live:CDLABEL=RHEL-7.0\\x20Everything.x86_64', '--location', '/var/tmp/lorax.imgutils.iwYMMB', '--channel', 'tcp,host=127.0.0.1:36946,mode=connect,target_type=virtio,name=org.fedoraproject.anaconda.log.0'] virtio_host: '127.0.0.1' disk_img: '/var/tmp/diskcGJZQq.img' extra_args: 'ks=file:/grist.ks stage2=live:CDLABEL=RHEL-7.0\\x20Everything.x86_64' ks_paths: ['/home/maci/Desktop/el7/kickstart/grist.ks'] rc: 1 iso: <__main__.IsoMountpoint object at 0x23b0a10> arch: None self: <__main__.VirtualInstall object at 0x23b0c90>