Gentoo Archives: gentoo-amd64

From: Stefan Ruester <stefan_ruester@×××××.de>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] VMware problems
Date: Sat, 31 Mar 2007 08:33:55
Message-Id: 460E1C6F.1030503@yahoo.de
In Reply to: Re: [gentoo-amd64] VMware problems by Brett Johnson
1 Brett Johnson wrote:
2 > Not sure if this will help, but I had a similar problem with both
3 > vmware-server and vmware-server-console. If I tried to access a running
4 > vm, or start a vm, the application would just hang. After a bit of
5 > poking around, I was able to determine my issue had something to do with
6 > ldap access. My primary account is authenticated via ldap, so there was
7 > no local account for my user. I created a local account for my user id
8 > and now I can run local vm images as well as connect to remote servers.
9 >
10 > Brett
11
12 Thanks for your help.
13 I authenticate only local. So my user account is already there. However,
14 i think the problem might be related to a perl problem. I'm not
15 absolutely sure about this but the strace showed the following
16
17 .....
18 open("/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux/auto/VMware/VmPerl/VmPerl.so",O_RDONLY)=4
19 .....
20 sendto(4, "\237W\0", 3, MSG_NOSIGNAL, NULL, 0) = 3
21 read(4, "\237W\1\1", 2048) = 4
22 sendto(4, "\202\0", 2, MSG_NOSIGNAL, NULL, 0) = 2
23 read(4, "\242\7\237&\0041.01", 2048) = 9
24 sendto(4, "\204\0", 2, MSG_NOSIGNAL, NULL, 0) = 2
25 read(4, "\204\2\3\206", 2048)=4
26 sendto(4,"\277YO\237\201I\1\1\277\201L\6\237\201S\2\3\206\237\"7"...,82,MSG_NOSIGNAL,NULL,0)=82
27 read(4, "\237Y\1\1", 2048)=4
28 sendto(4, "\277\"\10\237\201I\1\1\212\1\2", 11, MSG_NOSIGNAL, NULL,0)=11
29 read(4,
30
31 So the system hangs at a read from "VmPerl.so". A second trace stopped
32 at exactly the same position which makes me think there around might be
33 the problem.
34
35 Stefan
36 --
37 gentoo-amd64@g.o mailing list

Replies

Subject Author
[gentoo-amd64] Re: VMware problems Duncan <1i5t5.duncan@×××.net>