You are not logged in.

#1 2010-02-20 14:39:39

dhave
Arch Linux f@h Team Member
From: Outside the matrix.
Registered: 2005-05-15
Posts: 1,112

[SOLVED!] VMware workstation not starting

Is anyone else having problems getting VMware Workstation 7.x to launch? I'm wondering if some recent update from Arch is conflicting with it. I can't find any meaningful info in the various logs I've consulted.

I'm running kernel 2.6.32. I've tried reverting to 2.6.31, and I've also tried going back to VMware WS 7.0 from v. 7.1. No success.

Meanwhile, for the time being I've resumed using good old VirtualBox, which seems to be doing fine. However, as I have a free copy of VMware from my job, I'd like to get it working as well. There are some things I prefer about VMware (when it works, that is).

Last edited by dhave (2010-02-28 20:52:30)


Donate to Arch!

Tired? There's a nap for that. --anonymous

Offline

#2 2010-02-21 15:25:58

whompus
Member
From: Durham. UK
Registered: 2005-08-09
Posts: 256

Re: [SOLVED!] VMware workstation not starting

Vmware 7.0.1 is working fine for me, however I only installed this version two weeks ago after having problems getting version 6.5 to work so have not had to reinstall the modules yet, past experience has led me to leave things alone while everything is working.

Offline

#3 2010-02-22 02:27:32

figo1802
Member
Registered: 2009-08-03
Posts: 37

Re: [SOLVED!] VMware workstation not starting

i also have this problem for it when i update the system,

i use :
vmware 7.01
gtk2-2.18.7-1

is it some issue about gtk?
who know how to slove it?

Offline

#4 2010-02-22 04:26:57

dhave
Arch Linux f@h Team Member
From: Outside the matrix.
Registered: 2005-05-15
Posts: 1,112

Re: [SOLVED!] VMware workstation not starting

figo1802 wrote:

i also have this problem for it when i update the system,

i use :
vmware 7.01
gtk2-2.18.7-1

is it some issue about gtk?
who know how to slove it?

You may be on to something. If I remember correctly, there was a problem a while back between VMware and gtk. I think then there was an obvious error message, though.


Donate to Arch!

Tired? There's a nap for that. --anonymous

Offline

#5 2010-02-22 04:48:10

dhave
Arch Linux f@h Team Member
From: Outside the matrix.
Registered: 2005-05-15
Posts: 1,112

Re: [SOLVED!] VMware workstation not starting

I'm not at all clear about what's going on, but here's some evidence.

When I try to launch vmware as my normal user, vmware fails to launch and I get no error message.

When I try to launch vmware as root, vmware fails to launch and I get this error message:

Failed to get value for `/desktop/gnome/interface/accessibility': Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

Now, take a look at this thread, which indicates a connection between the error message above and gtk:

http://communities.vmware.com/thread/214933

Note that this thread refers to previous versions of both vmware and gtk, but, nevertheless, it looks suspiciously like what's going on now.

One thing that mystifies me is this apparently gnome-related error message, when I use KDE4.4. I've got a few gnome components installed to support a couple of apps that need them, but I'm not a gnome user.


Donate to Arch!

Tired? There's a nap for that. --anonymous

Offline

#6 2010-02-22 05:37:23

dhave
Arch Linux f@h Team Member
From: Outside the matrix.
Registered: 2005-05-15
Posts: 1,112

Re: [SOLVED!] VMware workstation not starting

I've also experimented with stopping and restarting /etc/rc.d/dbus and then trying to launch vmware. Still no success.


Donate to Arch!

Tired? There's a nap for that. --anonymous

Offline

#7 2010-02-23 03:46:34

dhave
Arch Linux f@h Team Member
From: Outside the matrix.
Registered: 2005-05-15
Posts: 1,112

Re: [SOLVED!] VMware workstation not starting

Here's the last section of the output of "strace vmware" run as my ordinary user. Does anything stand out as a possible cause of launch failure?

[chas64@thinkpad ~]$ strace vmware
execve("/usr/bin/vmware", ["vmware"], [/* 75 vars */]) = 0
brk(0)                                  = 0x22f2000       
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb7b8926000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)          
open("/home/chas64/GNUstep/Library/Libraries/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                               
stat("/home/chas64/GNUstep/Library/Libraries/tls/x86_64", 0x7fff0e20ec70) = -1 ENOENT (No such file or directory)                                                                                                   
open("/home/chas64/GNUstep/Library/Libraries/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                      
stat("/home/chas64/GNUstep/Library/Libraries/tls", 0x7fff0e20ec70) = -1 ENOENT (No such file or directory)
open("/home/chas64/GNUstep/Library/Libraries/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                   
stat("/home/chas64/GNUstep/Library/Libraries/x86_64", 0x7fff0e20ec70) = -1 ENOENT (No such file or directory)                                                                                                       
open("/home/chas64/GNUstep/Library/Libraries/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/home/chas64/GNUstep/Library/Libraries", 0x7fff0e20ec70) = -1 ENOENT (No such file or directory)    
open("/opt/GNUstep/Local/Library/Libraries/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                 
stat("/opt/GNUstep/Local/Library/Libraries/tls/x86_64", 0x7fff0e20ec70) = -1 ENOENT (No such file or directory)                                                                                                     
open("/opt/GNUstep/Local/Library/Libraries/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                        
stat("/opt/GNUstep/Local/Library/Libraries/tls", 0x7fff0e20ec70) = -1 ENOENT (No such file or directory)  
open("/opt/GNUstep/Local/Library/Libraries/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                     
stat("/opt/GNUstep/Local/Library/Libraries/x86_64", 0x7fff0e20ec70) = -1 ENOENT (No such file or directory)                                                                                                         
open("/opt/GNUstep/Local/Library/Libraries/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)  
stat("/opt/GNUstep/Local/Library/Libraries", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0               
open("/opt/GNUstep/System/Library/Libraries/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                
stat("/opt/GNUstep/System/Library/Libraries/tls/x86_64", 0x7fff0e20ec70) = -1 ENOENT (No such file or directory)                                                                                                    
open("/opt/GNUstep/System/Library/Libraries/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                       
stat("/opt/GNUstep/System/Library/Libraries/tls", 0x7fff0e20ec70) = -1 ENOENT (No such file or directory) 
open("/opt/GNUstep/System/Library/Libraries/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                    
stat("/opt/GNUstep/System/Library/Libraries/x86_64", 0x7fff0e20ec70) = -1 ENOENT (No such file or directory)                                                                                                        
open("/opt/GNUstep/System/Library/Libraries/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) 
stat("/opt/GNUstep/System/Library/Libraries", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0              
open("/etc/ld.so.cache", O_RDONLY)      = 3                                                               
fstat(3, {st_mode=S_IFREG|0644, st_size=256533, ...}) = 0                                                 
mmap(NULL, 256533, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb7b88e7000                                         
close(3)                                = 0                                                               
open("/lib/libc.so.6", O_RDONLY)        = 3                                                               
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\354\1\0\0\0\0\0"..., 832) = 832               
fstat(3, {st_mode=S_IFREG|0755, st_size=1631432, ...}) = 0                                                
mmap(NULL, 3500040, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fb7b83b3000                
mprotect(0x7fb7b8500000, 2097152, PROT_NONE) = 0                                                          
mmap(0x7fb7b8700000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14d000) = 0x7fb7b8700000                                                                                                
mmap(0x7fb7b8705000, 18440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fb7b8705000                                                                                                      
close(3)                                = 0                                                               
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb7b88e6000                 
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb7b88e5000                 
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb7b88e4000                 
arch_prctl(ARCH_SET_FS, 0x7fb7b88e5700) = 0                                                               
mprotect(0x7fb7b8700000, 16384, PROT_READ) = 0                                                            
mprotect(0x7fb7b8927000, 4096, PROT_READ) = 0                                                             
munmap(0x7fb7b88e7000, 256533)          = 0                                                               
brk(0)                                  = 0x22f2000                                                       
brk(0x2313000)                          = 0x2313000                                                       
open("/usr/lib/locale/locale-archive", O_RDONLY) = 3                                                      
fstat(3, {st_mode=S_IFREG|0644, st_size=1527552, ...}) = 0                                                
mmap(NULL, 1527552, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fb7b876f000                                        
close(3)                                = 0                                                               
execve("/home/chas64/GNUstep/Tools/bash", ["bash", "/usr/bin/vmware"], [/* 75 vars */]) = -1 ENOENT (No such file or directory)                                                                                     
execve("/opt/GNUstep/Local/Tools/bash", ["bash", "/usr/bin/vmware"], [/* 75 vars */]) = -1 ENOENT (No such file or directory)                                                                                       
execve("/opt/GNUstep/System/Tools/bash", ["bash", "/usr/bin/vmware"], [/* 75 vars */]) = -1 ENOENT (No such file or directory)                                                                                      
execve("/bin/bash", ["bash", "/usr/bin/vmware"], [/* 75 vars */]) = 0                                     
brk(0)                                  = 0x253e000                                                       
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcf3d096000                 
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)                           
open("/home/chas64/GNUstep/Library/Libraries/tls/x86_64/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                        
stat("/home/chas64/GNUstep/Library/Libraries/tls/x86_64", 0x7fff5f143020) = -1 ENOENT (No such file or directory)                                                                                                   
open("/home/chas64/GNUstep/Library/Libraries/tls/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                               
stat("/home/chas64/GNUstep/Library/Libraries/tls", 0x7fff5f143020) = -1 ENOENT (No such file or directory)
open("/home/chas64/GNUstep/Library/Libraries/x86_64/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                            
stat("/home/chas64/GNUstep/Library/Libraries/x86_64", 0x7fff5f143020) = -1 ENOENT (No such file or directory)                                                                                                       
open("/home/chas64/GNUstep/Library/Libraries/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                   
stat("/home/chas64/GNUstep/Library/Libraries", 0x7fff5f143020) = -1 ENOENT (No such file or directory)    
open("/opt/GNUstep/Local/Library/Libraries/tls/x86_64/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                          
stat("/opt/GNUstep/Local/Library/Libraries/tls/x86_64", 0x7fff5f143020) = -1 ENOENT (No such file or directory)                                                                                                     
open("/opt/GNUstep/Local/Library/Libraries/tls/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                 
stat("/opt/GNUstep/Local/Library/Libraries/tls", 0x7fff5f143020) = -1 ENOENT (No such file or directory)  
open("/opt/GNUstep/Local/Library/Libraries/x86_64/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                              
stat("/opt/GNUstep/Local/Library/Libraries/x86_64", 0x7fff5f143020) = -1 ENOENT (No such file or directory)                                                                                                         
open("/opt/GNUstep/Local/Library/Libraries/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                     
stat("/opt/GNUstep/Local/Library/Libraries", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0               
open("/opt/GNUstep/System/Library/Libraries/tls/x86_64/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                         
stat("/opt/GNUstep/System/Library/Libraries/tls/x86_64", 0x7fff5f143020) = -1 ENOENT (No such file or directory)                                                                                                    
open("/opt/GNUstep/System/Library/Libraries/tls/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                
stat("/opt/GNUstep/System/Library/Libraries/tls", 0x7fff5f143020) = -1 ENOENT (No such file or directory) 
open("/opt/GNUstep/System/Library/Libraries/x86_64/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                             
stat("/opt/GNUstep/System/Library/Libraries/x86_64", 0x7fff5f143020) = -1 ENOENT (No such file or directory)                                                                                                        
open("/opt/GNUstep/System/Library/Libraries/libreadline.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                    
stat("/opt/GNUstep/System/Library/Libraries", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0              
open("/etc/ld.so.cache", O_RDONLY)      = 3                                                               
fstat(3, {st_mode=S_IFREG|0644, st_size=256533, ...}) = 0                                                 
mmap(NULL, 256533, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fcf3d057000                                         
close(3)                                = 0                                                               
open("/lib/libreadline.so.6", O_RDONLY) = 3                                                               
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 G\1\0\0\0\0\0"..., 832) = 832                     
fstat(3, {st_mode=S_IFREG|0555, st_size=314175, ...}) = 0                                                 
mmap(NULL, 2370408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcf3cc37000                
mprotect(0x7fcf3cc71000, 2097152, PROT_NONE) = 0                                                          
mmap(0x7fcf3ce71000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3a000) = 0x7fcf3ce71000                                                                                                 
mmap(0x7fcf3ce79000, 2920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcf3ce79000                                                                                                       
close(3)                                = 0                                                               
open("/opt/GNUstep/Local/Library/Libraries/libncursesw.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                     
open("/opt/GNUstep/System/Library/Libraries/libncursesw.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)                                                                                                    
open("/lib/libncursesw.so.5", O_RDONLY) = 3                                                               
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`U\1\0\0\0\0\0"..., 832) = 832                     
fstat(3, {st_mode=S_IFREG|0755, st_size=405703, ...}) = 0                                                 
mmap(NULL, 2465448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcf3c9dd000                
mprotect(0x7fcf3ca33000, 2093056, PROT_NONE) = 0                                                          
mmap(0x7fcf3cc32000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x55000) = 0x7fcf3cc32000                                                                                                 
close(3)                                = 0                                                               
open("/opt/GNUstep/Local/Library/Libraries/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) 
open("/opt/GNUstep/System/Library/Libraries/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY)       = 3                                                               
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\r\0\0\0\0\0\0"..., 832) = 832                 
fstat(3, {st_mode=S_IFREG|0755, st_size=18794, ...}) = 0                                                  
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcf3d056000                 
mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcf3c7d9000                
mprotect(0x7fcf3c7db000, 2097152, PROT_NONE) = 0                                                          
mmap(0x7fcf3c9db000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fcf3c9db000                                                                                                   
close(3)                                = 0                                                               
open("/opt/GNUstep/Local/Library/Libraries/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)  
open("/opt/GNUstep/System/Library/Libraries/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) 
open("/lib/libc.so.6", O_RDONLY)        = 3                                                               
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\354\1\0\0\0\0\0"..., 832) = 832               
fstat(3, {st_mode=S_IFREG|0755, st_size=1631432, ...}) = 0                                                
mmap(NULL, 3500040, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fcf3c482000                
mprotect(0x7fcf3c5cf000, 2097152, PROT_NONE) = 0                                                          
mmap(0x7fcf3c7cf000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14d000) = 0x7fcf3c7cf000                                                                                                
mmap(0x7fcf3c7d4000, 18440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcf3c7d4000                                                                                                      
close(3)                                = 0                                                               
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcf3d055000                 
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcf3d054000                 
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcf3d053000                 
arch_prctl(ARCH_SET_FS, 0x7fcf3d054700) = 0                                                               
mprotect(0x7fcf3c7cf000, 16384, PROT_READ) = 0                                                            
mprotect(0x7fcf3c9db000, 4096, PROT_READ) = 0                                                             
mprotect(0x7fcf3d097000, 4096, PROT_READ) = 0                                                             
munmap(0x7fcf3d057000, 256533)          = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
open("/dev/tty", O_RDWR|O_NONBLOCK)     = 3                                                               
close(3)                                = 0                                                               
brk(0)                                  = 0x253e000                                                       
brk(0x255f000)                          = 0x255f000                                                       
open("/usr/lib/locale/locale-archive", O_RDONLY) = 3                                                      
fstat(3, {st_mode=S_IFREG|0644, st_size=1527552, ...}) = 0                                                
mmap(NULL, 1527552, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fcf3cede000                                        
close(3)                                = 0                                                               
getuid()                                = 500                                                             
getgid()                                = 100                                                             
geteuid()                               = 500                                                             
getegid()                               = 100                                                             
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
open("/proc/meminfo", O_RDONLY)         = 3                                                               
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0                                                      
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcf3d095000                 
read(3, "MemTotal:        3990632 kB\nMemF"..., 1024) = 1014                                              
close(3)                                = 0                                                               
munmap(0x7fcf3d095000, 4096)            = 0                                                               
rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, {SIG_DFL, [], 0}, 8) = 0                
rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, 8) = 0                                                                                                
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, {SIG_DFL, [], 0}, 8) = 0                 
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, 8) = 0                                                                                                 
rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, {SIG_DFL, [], 0}, 8) = 0                
rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, 8) = 0                                                                                                
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7fcf3c4b40b0}, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, 8) = 0                                                                                                
uname({sys="Linux", node="thinkpad", ...}) = 0                                                            
stat("/home/chas64", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0                                      
stat(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0                                                 
getpid()                                = 4991                                                            
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)              
open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 3                                                        
fstat(3, {st_mode=S_IFREG|0644, st_size=56028, ...}) = 0                                                  
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcf3d095000                 
read(3, "# GNU libc iconv configuration.\n"..., 4096) = 4096                                              
read(3, "B1.002//\nalias\tJS//\t\t\tJUS_I.B1.0"..., 4096) = 4096                                          
read(3, "59-3\t1\nmodule\tINTERNAL\t\tISO-8859"..., 4096) = 4096                                          
read(3, "859-14//\nalias\tISO-IR-199//\t\tISO"..., 4096) = 4096                                           
read(3, "CDIC-DK-NO-A//\tEBCDIC-DK-NO-A\t1\n"..., 4096) = 4096                                            
read(3, "\t\tIBM281//\t\tIBM281\t\t1\n\n#\tfrom\t\t\t"..., 4096) = 4096                                   
read(3, "\tIBM863\t\t1\n\n#\tfrom\t\t\tto\t\t\tmodule"..., 4096) = 4096                                   
read(3, "//\t\tIBM937//\nalias\tCSIBM937//\t\tI"..., 4096) = 4096                                         
read(3, "JAPANESE//\tEUC-JP//\nalias\tOSF000"..., 4096) = 4096                                            
read(3, "MACINTOSH//\t\tMACINTOSH\t1\n\n#\tfrom"..., 4096) = 4096                                         
brk(0x2580000)                          = 0x2580000                                                       
read(3, "367-BOX//\nalias\tISO_10367BOX//\t\t"..., 4096) = 4096                                           
read(3, "EUC-JISX0213//\t\tINTERNAL\t\tEUC-JI"..., 4096) = 4096                                           
read(3, "/\t\tIBM1130//\nalias\tCSIBM1130//\t\t"..., 4096) = 4096                                         
read(3, "\t1\n\n#\tfrom\t\t\tto\t\t\tmodule\t\tcost\na"..., 4096) = 2780                                  
read(3, "", 4096)                       = 0                                                               
close(3)                                = 0                                                               
munmap(0x7fcf3d095000, 4096)            = 0                                                               
getppid()                               = 4990                                                            
stat(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0                                                 
stat("/home/chas64/GNUstep/Tools/bash", 0x7fff5f143510) = -1 ENOENT (No such file or directory)           
stat("/opt/GNUstep/Local/Tools/bash", 0x7fff5f143510) = -1 ENOENT (No such file or directory)             
stat("/opt/GNUstep/System/Tools/bash", 0x7fff5f143510) = -1 ENOENT (No such file or directory)            
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=694104, ...}) = 0                                        
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=694104, ...}) = 0                                        
geteuid()                               = 500                                                             
getegid()                               = 100                                                             
getuid()                                = 500                                                             
getgid()                                = 100                                                             
access("/bin/bash", X_OK)               = 0                                                               
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=694104, ...}) = 0                                        
geteuid()                               = 500                                                             
getegid()                               = 100                                                             
getuid()                                = 500                                                             
getgid()                                = 100                                                             
access("/bin/bash", R_OK)               = 0                                                               
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=694104, ...}) = 0                                        
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=694104, ...}) = 0                                        
geteuid()                               = 500                                                             
getegid()                               = 100                                                             
getuid()                                = 500                                                             
getgid()                                = 100                                                             
access("/bin/bash", X_OK)               = 0                                                               
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=694104, ...}) = 0                                        
geteuid()                               = 500                                                             
getegid()                               = 100                                                             
getuid()                                = 500                                                             
getgid()                                = 100                                                             
access("/bin/bash", R_OK)               = 0                                                               
getpgrp()                               = 4990                                                            
rt_sigaction(SIGCHLD, {0x439ab0, [], SA_RESTORER, 0x7fcf3c4b40b0}, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, 8) = 0                                                                                               
getrlimit(RLIMIT_NPROC, {rlim_cur=31149, rlim_max=31149}) = 0                                             
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
open("/usr/bin/vmware", O_RDONLY)       = 3                                                               
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff5f1436e0) = -1 ENOTTY (Inappropriate ioctl for device)      
lseek(3, 0, SEEK_CUR)                   = 0                                                               
read(3, "#!/usr/bin/env bash\n#\n# Copyrigh"..., 80) = 80                                                 
lseek(3, 0, SEEK_SET)                   = 0                                                               
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0                                              
fcntl(255, F_GETFD)                     = -1 EBADF (Bad file descriptor)                                  
dup2(3, 255)                            = 255                                                             
close(3)                                = 0                                                               
fcntl(255, F_SETFD, FD_CLOEXEC)         = 0                                                               
fcntl(255, F_GETFL)                     = 0x8000 (flags O_RDONLY|O_LARGEFILE)                             
fstat(255, {st_mode=S_IFREG|0755, st_size=1012, ...}) = 0                                                 
lseek(255, 0, SEEK_CUR)                 = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
read(255, "#!/usr/bin/env bash\n#\n# Copyrigh"..., 1012) = 1012                                           
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
open("/etc/vmware/bootstrap", O_RDONLY) = 3                                                               
fstat(3, {st_mode=S_IFREG|0644, st_size=254, ...}) = 0                                                    
read(3, "PREFIX=\"/usr\"\nBINDIR=\"/usr/bin\"\n"..., 254) = 254                                           
close(3)                                = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                               
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0                                                              
pipe([3, 4])                            = 0                                                               
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD], 8) = 0                                                      
lseek(255, -327, SEEK_CUR)              = 685                                                             
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fcf3d0549d0) = 4992                                                                                                     
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0                                                          
close(4)                                = 0                                                               
close(4)                                = -1 EBADF (Bad file descriptor)                                  
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD], 8) = 0                                                      
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fcf3d0549d0) = 4993                                                                                                     
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0                                                          
close(3)                                = 0                                                               
rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0                                                          
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0                                                          
rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0                                                          
rt_sigaction(SIGINT, {0x4378e0, [], SA_RESTORER, 0x7fcf3c4b40b0}, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, 8) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4992
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 4993
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, {0x4378e0, [], SA_RESTORER, 0x7fcf3c4b40b0}, 8) = 0
close(3)                                = -1 EBADF (Bad file descriptor)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
wait4(-1, 0x7fff5f14309c, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn(0xffffffffffffffff)        = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
read(255, "\n# Only run the GUI if DISPLAY i"..., 1012) = 327
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
lseek(255, -8, SEEK_CUR)                = 1004
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fcf3d0549d0) = 4994
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {0x4378e0, [], SA_RESTORER, 0x7fcf3c4b40b0}, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, 8) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 255}], 0, NULL) = 4994
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
wait4(-1, 0x7fff5f14301c, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn(0xffffffffffffffff)        = 0
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fcf3c4b40b0}, {0x4378e0, [], SA_RESTORER, 0x7fcf3c4b40b0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
read(255, "\nexit 1\n", 1012)           = 8
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
exit_group(1)

Donate to Arch!

Tired? There's a nap for that. --anonymous

Offline

#8 2010-02-23 12:52:34

whompus
Member
From: Durham. UK
Registered: 2005-08-09
Posts: 256

Re: [SOLVED!] VMware workstation not starting

How did you install VMware?

I installed strace and tried to do a comparison (disclaimer I have no idea what I'm doing) and your strace was 37KiB and my strace was 4.2MiB!!

Offline

#9 2010-02-23 16:13:53

dhave
Arch Linux f@h Team Member
From: Outside the matrix.
Registered: 2005-05-15
Posts: 1,112

Re: [SOLVED!] VMware workstation not starting

whompus wrote:

How did you install VMware?

I installed strace and tried to do a comparison (disclaimer I have no idea what I'm doing) and your strace was 37KiB and my strace was 4.2MiB!!

That's weird. I installed VMware Workstation using the installer provided by VMware, not via the AUR.

I re-ran a strace as normal user, and got the same results.

When I run strace as root, I get this output:

root@thinkpad chas64]# strace vmware
execve("/usr/bin/vmware", ["vmware"], [/* 74 vars */]) = 0
brk(0)                                  = 0x20f5000       
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1c06d3d000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)          
open("/etc/ld.so.cache", O_RDONLY)      = 4                                              
fstat(4, {st_mode=S_IFREG|0644, st_size=257375, ...}) = 0                                
mmap(NULL, 257375, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f1c06cfe000                        
close(4)                                = 0                                              
open("/lib/libc.so.6", O_RDONLY)        = 4                                              
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\354\1\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0755, st_size=1631432, ...}) = 0                                 
mmap(NULL, 3500040, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f1c067ca000 
mprotect(0x7f1c06917000, 2097152, PROT_NONE) = 0                                           
mmap(0x7f1c06b17000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x14d000) = 0x7f1c06b17000
mmap(0x7f1c06b1c000, 18440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1c06b1c000      
close(4)                                = 0                                                                         
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1c06cfd000                           
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1c06cfc000                           
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1c06cfb000                           
arch_prctl(ARCH_SET_FS, 0x7f1c06cfc700) = 0                                                                         
mprotect(0x7f1c06b17000, 16384, PROT_READ) = 0                                                                      
mprotect(0x7f1c06d3e000, 4096, PROT_READ) = 0                                                                       
munmap(0x7f1c06cfe000, 257375)          = 0                                                                         
brk(0)                                  = 0x20f5000                                                                 
brk(0x2116000)                          = 0x2116000                                                                 
open("/usr/lib/locale/locale-archive", O_RDONLY) = 4                                                                
fstat(4, {st_mode=S_IFREG|0644, st_size=1527552, ...}) = 0                                                          
mmap(NULL, 1527552, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f1c06b86000                                                  
close(4)                                = 0                                                                         
execve("/home/chas64/GNUstep/Tools/bash", ["bash", "/usr/bin/vmware"], [/* 74 vars */]) = -1 ENOENT (No such file or directory)
execve("/opt/GNUstep/Local/Tools/bash", ["bash", "/usr/bin/vmware"], [/* 74 vars */]) = -1 ENOENT (No such file or directory)  
execve("/opt/GNUstep/System/Tools/bash", ["bash", "/usr/bin/vmware"], [/* 74 vars */]) = -1 ENOENT (No such file or directory) 
execve("/bin/bash", ["bash", "/usr/bin/vmware"], [/* 74 vars */]) = 0                                                          
brk(0)                                  = 0x23e5000                                                                            
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53f0e7f000                                      
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)                                                
open("/etc/ld.so.cache", O_RDONLY)      = 4                                                                                    
fstat(4, {st_mode=S_IFREG|0644, st_size=257375, ...}) = 0                                                                      
mmap(NULL, 257375, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f53f0e40000                                                              
close(4)                                = 0                                                                                    
open("/lib/libreadline.so.6", O_RDONLY) = 4                                                                                    
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 G\1\0\0\0\0\0"..., 832) = 832                                          
fstat(4, {st_mode=S_IFREG|0555, st_size=314175, ...}) = 0                                                                      
mmap(NULL, 2370408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f53f0a20000                                     
mprotect(0x7f53f0a5a000, 2097152, PROT_NONE) = 0                                                                               
mmap(0x7f53f0c5a000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3a000) = 0x7f53f0c5a000            
mmap(0x7f53f0c62000, 2920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f53f0c62000                  
close(4)                                = 0                                                                                    
open("/lib/libncursesw.so.5", O_RDONLY) = 4                                                                                    
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`U\1\0\0\0\0\0"..., 832) = 832                                          
fstat(4, {st_mode=S_IFREG|0755, st_size=405703, ...}) = 0                                                                      
mmap(NULL, 2465448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f53f07c6000                                     
mprotect(0x7f53f081c000, 2093056, PROT_NONE) = 0                                                                               
mmap(0x7f53f0a1b000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x55000) = 0x7f53f0a1b000            
close(4)                                = 0                                                                                    
open("/lib/libdl.so.2", O_RDONLY)       = 4                                                                                    
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\r\0\0\0\0\0\0"..., 832) = 832                                      
fstat(4, {st_mode=S_IFREG|0755, st_size=18794, ...}) = 0                                                                       
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53f0e3f000                                      
mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f53f05c2000                                     
mprotect(0x7f53f05c4000, 2097152, PROT_NONE) = 0                                                                               
mmap(0x7f53f07c4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7f53f07c4000              
close(4)                                = 0                                                                                    
open("/lib/libc.so.6", O_RDONLY)        = 4                                                                                    
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\354\1\0\0\0\0\0"..., 832) = 832                                    
fstat(4, {st_mode=S_IFREG|0755, st_size=1631432, ...}) = 0                                                                     
mmap(NULL, 3500040, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f53f026b000                                     
mprotect(0x7f53f03b8000, 2097152, PROT_NONE) = 0                                                                               
mmap(0x7f53f05b8000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x14d000) = 0x7f53f05b8000           
mmap(0x7f53f05bd000, 18440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f53f05bd000                 
close(4)                                = 0                                                                                    
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53f0e3e000                                      
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53f0e3d000                                      
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53f0e3c000                                      
arch_prctl(ARCH_SET_FS, 0x7f53f0e3d700) = 0                                                                                    
mprotect(0x7f53f05b8000, 16384, PROT_READ) = 0                                                                                 
mprotect(0x7f53f07c4000, 4096, PROT_READ) = 0                                                                                  
mprotect(0x7f53f0e80000, 4096, PROT_READ) = 0                                                                                  
munmap(0x7f53f0e40000, 257375)          = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
open("/dev/tty", O_RDWR|O_NONBLOCK)     = 4                                                                                    
close(4)                                = 0                                                                                    
brk(0)                                  = 0x23e5000                                                                            
brk(0x2406000)                          = 0x2406000                                                                            
open("/usr/lib/locale/locale-archive", O_RDONLY) = 4                                                                           
fstat(4, {st_mode=S_IFREG|0644, st_size=1527552, ...}) = 0                                                                     
mmap(NULL, 1527552, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f53f0cc7000                                                             
close(4)                                = 0                                                                                    
getuid()                                = 0                                                                                    
getgid()                                = 0                                                                                    
geteuid()                               = 0                                                                                    
getegid()                               = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
open("/proc/meminfo", O_RDONLY)         = 4                                                                                    
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0                                                                           
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53f0e7e000                                      
read(4, "MemTotal:        3990632 kB\nMemF"..., 1024) = 1014                                                                   
close(4)                                = 0                                                                                    
munmap(0x7f53f0e7e000, 4096)            = 0                                                                                    
rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, {SIG_DFL, [], 0}, 8) = 0                                     
rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, 8) = 0           
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, {SIG_DFL, [], 0}, 8) = 0                                      
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, 8) = 0            
rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, {SIG_DFL, [], 0}, 8) = 0                                     
rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, 8) = 0           
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f53f029d0b0}, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, 8) = 0           
uname({sys="Linux", node="thinkpad", ...}) = 0                                                                                 
stat("/home/chas64", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0                                                           
stat(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0                                                                      
getpid()                                = 7447                                                                                 
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)                                   
open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 4                                                                             
fstat(4, {st_mode=S_IFREG|0644, st_size=56028, ...}) = 0                                                                       
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53f0e7e000                                      
read(4, "# GNU libc iconv configuration.\n"..., 4096) = 4096                                                                   
read(4, "B1.002//\nalias\tJS//\t\t\tJUS_I.B1.0"..., 4096) = 4096                                                               
read(4, "59-3\t1\nmodule\tINTERNAL\t\tISO-8859"..., 4096) = 4096                                                               
read(4, "859-14//\nalias\tISO-IR-199//\t\tISO"..., 4096) = 4096                                                                
read(4, "CDIC-DK-NO-A//\tEBCDIC-DK-NO-A\t1\n"..., 4096) = 4096                                                                 
read(4, "\t\tIBM281//\t\tIBM281\t\t1\n\n#\tfrom\t\t\t"..., 4096) = 4096                                                        
read(4, "\tIBM863\t\t1\n\n#\tfrom\t\t\tto\t\t\tmodule"..., 4096) = 4096                                                        
read(4, "//\t\tIBM937//\nalias\tCSIBM937//\t\tI"..., 4096) = 4096                                                              
read(4, "JAPANESE//\tEUC-JP//\nalias\tOSF000"..., 4096) = 4096                                                                 
read(4, "MACINTOSH//\t\tMACINTOSH\t1\n\n#\tfrom"..., 4096) = 4096                                                              
brk(0x2427000)                          = 0x2427000                                                                            
read(4, "367-BOX//\nalias\tISO_10367BOX//\t\t"..., 4096) = 4096                                                                
read(4, "EUC-JISX0213//\t\tINTERNAL\t\tEUC-JI"..., 4096) = 4096                                                                
read(4, "/\t\tIBM1130//\nalias\tCSIBM1130//\t\t"..., 4096) = 4096                                                              
read(4, "\t1\n\n#\tfrom\t\t\tto\t\t\tmodule\t\tcost\na"..., 4096) = 2780                                                       
read(4, "", 4096)                       = 0                                                                                    
close(4)                                = 0                                                                                    
munmap(0x7f53f0e7e000, 4096)            = 0                                                                                    
getppid()                               = 7446                                                                                 
stat(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0                                                                      
stat("/home/chas64/GNUstep/Tools/bash", 0x7fffef3c66a0) = -1 ENOENT (No such file or directory)                                
stat("/opt/GNUstep/Local/Tools/bash", 0x7fffef3c66a0) = -1 ENOENT (No such file or directory)                                  
stat("/opt/GNUstep/System/Tools/bash", 0x7fffef3c66a0) = -1 ENOENT (No such file or directory)                                 
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=694104, ...}) = 0                                                             
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=694104, ...}) = 0                                                             
geteuid()                               = 0                                                                                    
getegid()                               = 0                                                                                    
getuid()                                = 0                                                                                    
getgid()                                = 0                                                                                    
access("/bin/bash", X_OK)               = 0                                                                                    
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=694104, ...}) = 0                                                             
geteuid()                               = 0                                                                                    
getegid()                               = 0                                                                                    
getuid()                                = 0                                                                                    
getgid()                                = 0                                                                                    
access("/bin/bash", R_OK)               = 0                                                                                    
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=694104, ...}) = 0                                                             
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=694104, ...}) = 0                                                             
geteuid()                               = 0                                                                                    
getegid()                               = 0                                                                                    
getuid()                                = 0                                                                                    
getgid()                                = 0                                                                                    
access("/bin/bash", X_OK)               = 0                                                                                    
stat("/bin/bash", {st_mode=S_IFREG|0755, st_size=694104, ...}) = 0                                                             
geteuid()                               = 0                                                                                    
getegid()                               = 0                                                                                    
getuid()                                = 0                                                                                    
getgid()                                = 0                                                                                    
access("/bin/bash", R_OK)               = 0                                                                                    
getpgrp()                               = 7446                                                                                 
rt_sigaction(SIGCHLD, {0x439ab0, [], SA_RESTORER, 0x7f53f029d0b0}, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, 8) = 0          
getrlimit(RLIMIT_NPROC, {rlim_cur=31149, rlim_max=31149}) = 0                                                                  
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
open("/usr/bin/vmware", O_RDONLY)       = 4                                                                                    
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffef3c6870) = -1 ENOTTY (Inappropriate ioctl for device)                           
lseek(4, 0, SEEK_CUR)                   = 0                                                                                    
read(4, "#!/usr/bin/env bash\n#\n# Copyrigh"..., 80) = 80                                                                      
lseek(4, 0, SEEK_SET)                   = 0                                                                                    
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0                                                                   
fcntl(255, F_GETFD)                     = -1 EBADF (Bad file descriptor)                                                       
dup2(4, 255)                            = 255                                                                                  
close(4)                                = 0                                                                                    
fcntl(255, F_SETFD, FD_CLOEXEC)         = 0                                                                                    
fcntl(255, F_GETFL)                     = 0x8000 (flags O_RDONLY|O_LARGEFILE)                                                  
fstat(255, {st_mode=S_IFREG|0755, st_size=1012, ...}) = 0                                                                      
lseek(255, 0, SEEK_CUR)                 = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
read(255, "#!/usr/bin/env bash\n#\n# Copyrigh"..., 1012) = 1012                                                                
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
open("/etc/vmware/bootstrap", O_RDONLY) = 4                                                                                    
fstat(4, {st_mode=S_IFREG|0644, st_size=254, ...}) = 0                                                                         
read(4, "PREFIX=\"/usr\"\nBINDIR=\"/usr/bin\"\n"..., 254) = 254                                                                
close(4)                                = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0                                                                                   
pipe([4, 5])                            = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD], 8) = 0                                                                           
lseek(255, -327, SEEK_CUR)              = 685                                                                                  
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f53f0e3d9d0) = 7448                
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0                                                                               
close(5)                                = 0                                                                                    
close(5)                                = -1 EBADF (Bad file descriptor)                                                       
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD], 8) = 0                                                                           
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f53f0e3d9d0) = 7449                
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0                                                                               
close(4)                                = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0                                                                               
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0                                                                               
rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0                                                                               
rt_sigaction(SIGINT, {0x4378e0, [], SA_RESTORER, 0x7f53f029d0b0}, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, 8) = 0           
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7448                                                             
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 7449                                                             
rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0                                                                               
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, {0x4378e0, [], SA_RESTORER, 0x7f53f029d0b0}, 8) = 0           
close(4)                                = -1 EBADF (Bad file descriptor)                                                       
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0                                                                                   
--- SIGCHLD (Child exited) @ 0 (0) ---                                                                                         
wait4(-1, 0x7fffef3c621c, WNOHANG, NULL) = -1 ECHILD (No child processes)                                                      
rt_sigreturn(0xffffffffffffffff)        = 0                                                                                    
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0                                                                                    
read(255, "\n# Only run the GUI if DISPLAY i"..., 1012) = 327                                                                  
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
lseek(255, -8, SEEK_CUR)                = 1004
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f53f0e3d9d0) = 7450
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {0x4378e0, [], SA_RESTORER, 0x7f53f029d0b0}, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, 8) = 0
wait4(-1, Failed to get value for `/desktop/gnome/interface/accessibility': Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
Failed to get value for `/desktop/gnome/interface/accessibility': Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
[{WIFEXITED(s) && WEXITSTATUS(s) == 255}], 0, NULL) = 7450
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
wait4(-1, 0x7fffef3c619c, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn(0xffffffffffffffff)        = 0
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f53f029d0b0}, {0x4378e0, [], SA_RESTORER, 0x7f53f029d0b0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
read(255, "\nexit 1\n", 1012)           = 8
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
exit_group(1)                           = ?

Donate to Arch!

Tired? There's a nap for that. --anonymous

Offline

#10 2010-02-28 18:32:54

dhave
Arch Linux f@h Team Member
From: Outside the matrix.
Registered: 2005-05-15
Posts: 1,112

Re: [SOLVED!] VMware workstation not starting

Is no one else having the problem of VMware Workstation no longer starting? I can't find any way to troubleshoot it. I suspect that an upgrade of some component of Arch and/or KDE4 has brought in a conflict, but I can't get to the bottom of it.

There's no error message when launching vmware from the command line as an ordinary user.

There is an error message when launching vmware from the command line as root:

Failed to get value for `/desktop/gnome/interface/accessibility': Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

This makes me suspect dbus, but I have so little understanding of dbus that I haven't known what to do other than rebuild and reinstall dbus from ABS, which made no difference.

FWIW, I've also rebuilt and reinstalled from ABS gtk and gtk2, based on some discussions I found regarding conflicts between VMware and gtk.

I've also rebuilt and reinstalled gconf, since this configuration server error is sometimes related to gconf, if I understand correctly.

Still no go.

If anybody has any ideas, I'd love to hear.

While I am able to use VirtualBox, after moving my Windows 7 virtual machine from VMware to VirtualBox, I'm getting threatening messages about my Windows installation not being genuine. I had activated Win7 under VMware with no trouble, and I don't want to have to reassign that activation (assuming such is possible) to what I expect to be a temporary VM running under VirtualBox.

Last edited by dhave (2010-02-28 18:52:22)


Donate to Arch!

Tired? There's a nap for that. --anonymous

Offline

#11 2010-02-28 21:09:17

dhave
Arch Linux f@h Team Member
From: Outside the matrix.
Registered: 2005-05-15
Posts: 1,112

Re: [SOLVED!] VMware workstation not starting

Finally found the problem, after locating an informative log file at /tmp/vmware-<username>/ui-<PID>.log, which I had never noticed before.

The problem was that VMware's binary was looking for /usr/lib/libpng12 rather than than /usr/lib/libpng14. Installing the package libpng12 from AUR made it possible for vmware to start.

I'm still a little mystified, since some weeks ago I had made a symlink (ill-advised?) from the the so libs for libpng12 to libpng14. (The absence of libpng12 had earlier caused a problem for a couple of other things. Yes, I *had* read this announcement.) But for some reason vmware didn't accept the symlinks, perhaps because a critical .so file was missing. Regrettably, I failed to note the helpful error message -- written in plain English, by the way -- from /tmp/vmware-<username>/ui-<PID>.log.

Regardless, I'm once again convinced that every problem has a solution, at least in the world of Linux. And now I finally know where vmware keeps its session logs.

Last edited by dhave (2010-02-28 21:09:44)


Donate to Arch!

Tired? There's a nap for that. --anonymous

Offline

#12 2011-06-15 18:38:31

skelem
Member
Registered: 2010-03-18
Posts: 4

Re: [SOLVED!] VMware workstation not starting

Vmware won't start for me either. There is no mention of libpng in the log file.

The log file contains:
Jun 15 11:33:50.532: vmui| Log for VMware Workstation pid=12873 version=7.1.0 build=build-261024 option=Release
Jun 15 11:33:50.532: vmui| The process is 64-bit.
Jun 15 11:33:50.532: vmui| Host codepage=UTF-8 encoding=UTF-8
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (9) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (9) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (9) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (9) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (9) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (9) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (9) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
Jun 15 11:33:50.532: vmui| GLib: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
Jun 15 11:33:50.535: vmui| Caught signal 11 -- pid 12873
Jun 15 11:33:50.535: vmui| SIGNAL: eip 0x7f0bbe916fc5 esp 0x7fffb23d8950 ebp 0x7f0bb92e8730
Jun 15 11:33:50.535: vmui| SIGNAL: eax 0x7f0bbe6e9d28 ebx 0x27461e8 ecx 0x0 edx 0xfffffffffffea34c esi 0x0 edi 0x53f58948f8894955
Jun 15 11:33:50.535: vmui| SIGNAL: stack 7FFFB23D8950 : 0x00000008 0x00000000 0x02668600 0x00000000
Jun 15 11:33:50.535: vmui| SIGNAL: stack 7FFFB23D8960 : 0x027461e8 0x00000000 0xbe6e9d42 0x00007f0b
Jun 15 11:33:50.535: vmui| SIGNAL: stack 7FFFB23D8970 : 0x027461c0 0x00000000 0xb23d8a60 0x00007fff
Jun 15 11:33:50.535: vmui| SIGNAL: stack 7FFFB23D8980 : 0xb23d8a50 0x00007fff 0xbe6e9de1 0x00007f0b
Jun 15 11:33:50.535: vmui| SIGNAL: stack 7FFFB23D8990 : 0xbabac630 0x00007f0b 0x00000001 0x00000000
Jun 15 11:33:50.535: vmui| SIGNAL: stack 7FFFB23D89A0 : 0xb23d8f10 0x00007fff 0xb92e82ce 0x00007f0b
Jun 15 11:33:50.535: vmui| SIGNAL: stack 7FFFB23D89B0 : 0xb92e8730 0x00007f0b 0xbb9f608b 0x00007f0b
Jun 15 11:33:50.535: vmui| SIGNAL: stack 7FFFB23D89C0 : 0xbb91eaf8 0x00007f0b 0xb23d8c50 0x00007fff
Jun 15 11:33:50.535: vmui| Backtrace:
Jun 15 11:33:50.535: vmui| Backtrace[0] 00007fffb23d8340 rip=00007f0bbbc69efc rbx=0000000000000000 rbp=00007f0bbbc69cf0 r12=000000000000000b r13=000000000000000b r14=00007fffb23d9301 r15=00007fffb23d8c10
Jun 15 11:33:50.535: vmui| Backtrace[1] 00007fffb23d8360 rip=00007f0bbbd61a03 rbx=0000000000000080 rbp=00007fffb23d84c0 r12=000000000000000b r13=000000000000000b r14=00007fffb23d9301 r15=00007fffb23d8c10
Jun 15 11:33:50.535: vmui| Backtrace[2] 00007fffb23d84c0 rip=0000003dbc40eeb0 rbx=00000000027461e8 rbp=00007f0bb92e8730 r12=53f58948f8894955 r13=00007f0bbabac620 r14=00007fffb23d9310 r15=00007fffb23d8c10
Jun 15 11:33:50.535: vmui| Backtrace[3] 00007fffb23d8950 rip=00007f0bbe916fc5 rbx=00000000027461e8 rbp=00007f0bb92e8730 r12=53f58948f8894955 r13=00007f0bbabac620 r14=00007fffb23d9310 r15=00007fffb23d8c10
Jun 15 11:33:50.535: vmui| Backtrace[4] 00007fffb23d8970 rip=00007f0bbe6e9d42 rbx=00000000027461e8 rbp=00007f0bb92e8730 r12=53f58948f8894955 r13=00007f0bbabac620 r14=00007fffb23d9310 r15=00007fffb23d8c10
Jun 15 11:33:50.535: vmui| Backtrace[5] 00007fffb23d8990 rip=00007f0bbe6e9de1 rbx=00000000027461c0 rbp=00007fffb23d8a60 r12=00007fffb23d8a50 r13=00007f0bbabac620 r14=00007fffb23d9310 r15=00007fffb23d8c10
Jun 15 11:33:50.535: vmui| Backtrace[6] 00007fffb23d89b0 rip=00007f0bb92e82ce rbx=00007f0bbabac630 rbp=0000000000000001 r12=00007fffb23d8f10 r13=00007f0bbabac620 r14=00007fffb23d9310 r15=00007fffb23d8c10
Jun 15 11:33:50.535: vmui| Backtrace[7] 00007fffb23d8f80 rip=00007f0bb92f12bb rbx=00007fffb23d9100 rbp=00007fffb23d90c0 r12=00007fffb23d92b0 r13=00007fffb23d8fd0 r14=00007fffb23d9338 r15=00007fffb23d92f8
Jun 15 11:33:50.536: vmui| Backtrace[8] 00007fffb23d9230 rip=00007f0bb92f21d6 rbx=00007fffb23d92b0 rbp=00007fffb23d9408 r12=00007fffb23d9358 r13=00007fffb23d93b0 r14=00007fffb23d9338 r15=00007fffb23d92f8
Jun 15 11:33:50.536: vmui| Backtrace[9] 00007fffb23d92b0 rip=00007f0bb92e4fb8 rbx=000000000265a490 rbp=000000000265aa40 r12=00007fffb23d9608 r13=00007fffb23d9618 r14=0000000000000001 r15=0000000000000000
Jun 15 11:33:50.536: vmui| Backtrace[10] 00007fffb23d94c0 rip=00000000004521dd rbx=000000000265a490 rbp=000000000265aa40 r12=00007fffb23d9608 r13=00007fffb23d9618 r14=0000000000000001 r15=0000000000000000
Jun 15 11:33:50.536: vmui| Backtrace[11] 00007fffb23d9500 rip=000000000040c102 rbx=00007fffb23d9608 rbp=00007fffb23d9618 r12=000000000040bc60 r13=00007fffb23d9600 r14=0000000000000000 r15=0000000000000000
Jun 15 11:33:50.536: vmui| Backtrace[12] 00007fffb23d9530 rip=0000003dbb82139d rbx=0000000000000000 rbp=0000000000000000 r12=000000000040bc60 r13=00007fffb23d9600 r14=0000000000000000 r15=0000000000000000
Jun 15 11:33:50.536: vmui| Backtrace[13] 00007fffb23d95f0 rip=000000000040bc8a rbx=0000000000000000 rbp=0000000000000000 r12=000000000040bc60 r13=00007fffb23d9600 r14=0000000000000000 r15=0000000000000000
Jun 15 11:33:50.536: vmui| SymBacktrace[0] 00007fffb23d8340 rip=00007f0bbbc69efc in function Util_BacktraceWithFunc in object /usr/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0 loaded at 00007f0bbb914000
Jun 15 11:33:50.536: vmui| SymBacktrace[1] 00007fffb23d8360 rip=00007f0bbbd61a03 in function (null) in object /usr/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0 loaded at 00007f0bbb914000
Jun 15 11:33:50.536: vmui| SymBacktrace[2] 00007fffb23d84c0 rip=0000003dbc40eeb0 in function (null) in object /lib64/libpthread.so.0 loaded at 0000003dbc400000
Jun 15 11:33:50.536: vmui| SymBacktrace[3] 00007fffb23d8950 rip=00007f0bbe916fc5 in function _ZN4sigc9slot_baseD2Ev in object /usr/lib64/libsigc-2.0.so.0 loaded at 00007f0bbe914000
Jun 15 11:33:50.536: vmui| SymBacktrace[4] 00007fffb23d8970 rip=00007f0bbe6e9d42 in function _ZN4Glib11OptionGroup14CppOptionEntry13release_c_argEv in object /usr/lib64/libglibmm-2.4.so.1 loaded at 00007f0bbe6b0000
Jun 15 11:33:50.536: vmui| SymBacktrace[5] 00007fffb23d8990 rip=00007f0bbe6e9de1 in function _ZN4Glib11OptionGroupD1Ev in object /usr/lib64/libglibmm-2.4.so.1 loaded at 00007f0bbe6b0000
Jun 15 11:33:50.536: vmui| SymBacktrace[6] 00007fffb23d89b0 rip=00007f0bb92e82ce in function _ZN2ui3App8InitOptsEiPPcRNS0_7OptionsE in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f0bb9035000
Jun 15 11:33:50.536: vmui| SymBacktrace[7] 00007fffb23d8f80 rip=00007f0bb92f12bb in function _ZN2ui3App4InitEiPPc in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f0bb9035000
Jun 15 11:33:50.536: vmui| SymBacktrace[8] 00007fffb23d9230 rip=00007f0bb92f21d6 in function _ZN2ui3AppC1EiPPc in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f0bb9035000
Jun 15 11:33:50.536: vmui| SymBacktrace[9] 00007fffb23d92b0 rip=00007f0bb92e4fb8 in function main in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f0bb9035000
Jun 15 11:33:50.536: vmui| SymBacktrace[10] 00007fffb23d94c0 rip=00000000004521dd in function (null) in object /usr/lib/vmware/bin/vmware loaded at 0000000000400000
Jun 15 11:33:50.536: vmui| SymBacktrace[11] 00007fffb23d9500 rip=000000000040c102 in function (null) in object /usr/lib/vmware/bin/vmware loaded at 0000000000400000
Jun 15 11:33:50.536: vmui| SymBacktrace[12] 00007fffb23d9530 rip=0000003dbb82139d in function __libc_start_main in object /lib64/libc.so.6 loaded at 0000003dbb800000
Jun 15 11:33:50.536: vmui| SymBacktrace[13] 00007fffb23d95f0 rip=000000000040bc8a in function (null) in object /usr/lib/vmware/bin/vmware loaded at 0000000000400000
Jun 15 11:33:50.537: vmui| Your core dump size limit is 0 kb.
Jun 15 11:33:50.537: vmui| Attempting to dump core ...

Offline

Board footer

Powered by FluxBB