Bug 1052322 - [abrt] lorax: livemedia-creator:306:__init__:Exception: Problem starting virtual install
Summary: [abrt] lorax: livemedia-creator:306:__init__:Exception: Problem starting virt...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: lorax
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:df64ffe0d899656ef85070b8bbd...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-13 16:06 UTC by Marcel Wysocki
Modified: 2014-09-29 13:51 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-27 17:14:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.94 KB, text/plain)
2014-01-13 16:06 UTC, Marcel Wysocki
no flags Details
File: environ (2.15 KB, text/plain)
2014-01-13 16:06 UTC, Marcel Wysocki
no flags Details

Description Marcel Wysocki 2014-01-13 16:06:01 UTC
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>

Comment 1 Marcel Wysocki 2014-01-13 16:06:07 UTC
Created attachment 849472 [details]
File: backtrace

Comment 2 Marcel Wysocki 2014-01-13 16:06:09 UTC
Created attachment 849473 [details]
File: environ

Comment 3 Brian Lane 2014-01-13 16:50:18 UTC
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)


Note You need to log in before you can comment on or make changes to this bug.