From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HXZ23-0000b1-4A for garchives@archives.gentoo.org; Sat, 31 Mar 2007 08:33:55 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l2V8VsZ4020986; Sat, 31 Mar 2007 08:31:54 GMT Received: from smtp008.mail.ukl.yahoo.com (smtp008.mail.ukl.yahoo.com [217.12.11.62]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l2V8Vs6U020964 for ; Sat, 31 Mar 2007 08:31:54 GMT Received: (qmail 12425 invoked from network); 31 Mar 2007 08:31:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:X-Enigmail-Version:Content-Type:Content-Transfer-Encoding; b=bnRl0upIBkdKgrJna5QzUhjqdbquYybxKKkXVa5EeND7kVwx1EySG8/c8FiBirb2UsJ+XmFVUmiwiRXFUYX6ODBTDb7NkZ+9M1bXgdzlFNVqEjoI7DqRvvtDEut3GFrQFy2f6XISPw4fdi9O5q9sbMruwHESdZUHLL6+5vhsWaw= ; Received: from unknown (HELO ?172.16.0.2?) (blue_berry_kjas@84.177.35.33 with plain) by smtp008.mail.ukl.yahoo.com with SMTP; 31 Mar 2007 08:31:54 -0000 X-YMail-OSG: WMDp8KcVM1nH_XgT.QEtz5E2dKB0cKHuA26dlCQskMfTnyl8cd_PsCczmNk5fQQWyNUQvQkaZDkZQAhX_lnJ95TGp2TrAliGvtCKrWa_2afk2k4s Message-ID: <460E1C6F.1030503@yahoo.de> Date: Sat, 31 Mar 2007 10:31:43 +0200 From: Stefan Ruester User-Agent: Thunderbird 1.5.0.10 (X11/20070326) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] VMware problems References: <460D542C.3070007@yahoo.de> <20070330191638.GA10472@blzj.com> In-Reply-To: <20070330191638.GA10472@blzj.com> X-Enigmail-Version: 0.94.3.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: feaaa2c7-dcd6-4378-8a92-6fc1e420d1a9 X-Archives-Hash: 78f6dffddcec77a616bd5f8dc3a32c05 Brett Johnson wrote: > Not sure if this will help, but I had a similar problem with both > vmware-server and vmware-server-console. If I tried to access a running > vm, or start a vm, the application would just hang. After a bit of > poking around, I was able to determine my issue had something to do with > ldap access. My primary account is authenticated via ldap, so there was > no local account for my user. I created a local account for my user id > and now I can run local vm images as well as connect to remote servers. > > Brett Thanks for your help. I authenticate only local. So my user account is already there. However, i think the problem might be related to a perl problem. I'm not absolutely sure about this but the strace showed the following ..... open("/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux/auto/VMware/VmPerl/VmPerl.so",O_RDONLY)=4 ..... sendto(4, "\237W\0", 3, MSG_NOSIGNAL, NULL, 0) = 3 read(4, "\237W\1\1", 2048) = 4 sendto(4, "\202\0", 2, MSG_NOSIGNAL, NULL, 0) = 2 read(4, "\242\7\237&\0041.01", 2048) = 9 sendto(4, "\204\0", 2, MSG_NOSIGNAL, NULL, 0) = 2 read(4, "\204\2\3\206", 2048)=4 sendto(4,"\277YO\237\201I\1\1\277\201L\6\237\201S\2\3\206\237\"7"...,82,MSG_NOSIGNAL,NULL,0)=82 read(4, "\237Y\1\1", 2048)=4 sendto(4, "\277\"\10\237\201I\1\1\212\1\2", 11, MSG_NOSIGNAL, NULL,0)=11 read(4, So the system hangs at a read from "VmPerl.so". A second trace stopped at exactly the same position which makes me think there around might be the problem. Stefan -- gentoo-amd64@gentoo.org mailing list