Bug 811736

Summary: Ugly error if network is not enabled
Product: [Fedora] Fedora Reporter: Daniel Walsh <dwalsh>
Component: libvirt-sandboxAssignee: Daniel Berrangé <berrange>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: ajia, berrange, dwalsh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-01 18:43:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Daniel Walsh 2012-04-11 20:28:14 UTC
virt-sandbox-service start myapache 
Traceback (most recent call last):
  File "/bin/virt-sandbox-service", line 470, in <module>
    args.func(args)
  File "/bin/virt-sandbox-service", line 393, in start
    container.start()
  File "/bin/virt-sandbox-service", line 315, in start
    context.start()
  File "/usr/lib64/python2.7/site-packages/gi/types.py", line 43, in function
    return info.invoke(*args, **kwargs)
gi._glib.GError: Failed to create domain: internal error guest failed to start: 2012-04-12 00:25:08.140+0000: 2704: info : libvirt version: 0.9.11, package: 1.fc18.dwalsh1334151345 (Unknown, 2012-04-11-09:35:45, dhcp-189-250.bos.redhat.com)
2012-04-12 00:25:08.140+0000: 2704: warning : lxcControllerRun:1510 : Kernel does not support private devpts, using shared devpts
2012-04-12 00:25:08.140+0000: 2704: error : lxcControllerRun:1537 : Failed to allocate tty: No such file or directory

Comment 1 Daniel Walsh 2013-04-01 18:43:13 UTC
Fixed in the current release.