FAQ Search Today's Posts Mark Forums Read

» Linux Archive
Home
New Posts
Search
FAQ


Go Back   Linux Archive > Redhat > Fedora/Linux Management Tools

 
 
LinkBack Thread Tools
 
Old 07-31-2008, 08:55 PM
Gary Richardson
 
Default problem with virt-manager

Running virt-manager on my Fedora 9 system
running kernel: 2.6.26-0.115.rc9.git2.fc10.x86_64 SMP

I get the following error:


gar xp]# virt-manager
Traceback (most recent call last):
File "/usr/share/virt-manager/virt-manager.py", line 310,
in <module>

main()
File "/usr/share/virt-manager/virt-manager.py", line 239,
in main

gtk.gdk.threads_init()
SystemError: error return without exception set

What prerequisites may be required that I might be missing?

--
Gary Richardson
Richardson Janitorial and More
www.nodirtyfloors.com

_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
 
Old 08-01-2008, 01:06 AM
Gary Richardson
 
Default problem with virt-manager

my previous message:
>RunRunning virt-manager on my Fedora 9 system
>running kernel: 2.6.26-0.115.rc9.git2.fc10.x86_64 SMP
>
>I get the following error:
>
>gar xp]# virt-manager
>Traceback (most recent call last):
> File "/usr/share/virt-manager/virt-manager.py", line
310, >in <module>

> main()
> File "/usr/share/virt-manager/virt-manager.py", line
239, >in main

> gtk.gdk.threads_init()
>SystemError: error return without exception set


I downloaded the source and loaded the debuging info.
strace provide the following:


open("/usr/share/virt-manager/virt-manager.py", O_RDONLY) = 7
write(2, " File "/usr/share/virt-manager/v"..., 72 File
"/usr/share/virt-manager/virt-manager.py", line 310, in <module>

) = 72
fstat(7, {st_mode=S_IFREG|0644, st_size=11835, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffddeb05000

read(7, "# -*- python -*-
#
# Copyright (C"..., 4096) = 4096
read(7, "level from gconf, or command line"..., 4096) = 4096
read(7, ", "uuid", value)
s = "..., 4096) = 3643
write(2, " "..., 4 ) = 4
write(2, "main()
"..., 7main()
) = 7
close(7) = 0
munmap(0x7ffddeb05000, 4096) = 0
open("/usr/share/virt-manager/virt-manager.py", O_RDONLY) = 7
write(2, " File "/usr/share/virt-manager/v"..., 68 File
"/usr/share/virt-manager/virt-manager.py", line 239, in main

) = 68
fstat(7, {st_mode=S_IFREG|0644, st_size=11835, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffddeb05000

read(7, "# -*- python -*-
#
# Copyright (C"..., 4096) = 4096
read(7, "level from gconf, or command line"..., 4096) = 4096
read(7, ", "uuid", value)
s = "..., 4096) = 3643
write(2, " "..., 4 ) = 4
write(2, "gtk.gdk.threads_init()
"..., 23gtk.gdk.threads_init()
) = 23
close(7) = 0
munmap(0x7ffddeb05000, 4096) = 0
write(2, "SystemError"..., 11SystemError) = 11
write(2, ": "..., 2: ) = 2
write(2, "error return without exception se"..., 34error
return without exception set) = 34

write(2, "
"..., 1
) = 1
close(3) = 0
munmap(0x7ffddeb0d000, 4096) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {0x3e230ea800, [],
SA_RESTORER, 0x3e0a80f120}, 8) = 0

exit_group(1) = ?





--
Gary Richardson
Richardson Janitorial and More
www.nodirtyfloors.com

_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
 
Old 08-04-2008, 04:51 PM
Cole Robinson
 
Default problem with virt-manager

Gary Richardson wrote:
> my previous message:
> >RunRunning virt-manager on my Fedora 9 system
> >running kernel: 2.6.26-0.115.rc9.git2.fc10.x86_64 SMP
> >
> >I get the following error:
> >
> >gar xp]# virt-manager
> >Traceback (most recent call last):
> > File "/usr/share/virt-manager/virt-manager.py", line
> 310, >in <module>
> > main()
> > File "/usr/share/virt-manager/virt-manager.py", line
> 239, >in main
> > gtk.gdk.threads_init()
> >SystemError: error return without exception set
>
>

I'm really not sure what could be causing this error. If
threads_init() is causing problems I'm inclined to say
it's not a virt-manager issue.

Have you only recently hit this problem? Or is this your
first time trying out the app?

- Cole

_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
 
Old 08-04-2008, 05:59 PM
Adam Huffman
 
Default problem with virt-manager

Cole Robinson wrote:

Gary Richardson wrote:


my previous message:
>RunRunning virt-manager on my Fedora 9 system
>running kernel: 2.6.26-0.115.rc9.git2.fc10.x86_64 SMP
>
>I get the following error:
>
>gar xp]# virt-manager
>Traceback (most recent call last):
> File "/usr/share/virt-manager/virt-manager.py", line
310, >in <module>

> main()
> File "/usr/share/virt-manager/virt-manager.py", line
239, >in main

> gtk.gdk.threads_init()
>SystemError: error return without exception set





I'm really not sure what could be causing this error. If
threads_init() is causing problems I'm inclined to say
it's not a virt-manager issue.

Have you only recently hit this problem? Or is this your
first time trying out the app?

- Cole


I saw this yesterday on a new install, which had been upgraded to
Rawhide. That said, the packages seem to be the same as the F9 ones.


As the original poster is also running a Rawhide kernel, perhaps that's
part of the problem?


Adam

_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
 

Thread Tools




All times are GMT. The time now is 11:04 AM.

VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org