From: Anton Farygin <rider@linux.ru.net>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] VMWare-workstation 4.5
Date: Fri, 04 Jun 2004 12:10:58 +0400
Message-ID: <40C02E92.40406@linux.ru.net> (raw)
In-Reply-To: <200406040824.25893.ru_classic@gts.lg.ua>
Alexander Kuprin пишет:
> On Tuesday 01 June 2004 11:12, Nick S. Grechukh wrote:
>
>>vmware ws 4.5 на сизифе 20040521 (и еще с компакта) - при попытке открыть
>>машину или исо, диалог открытия файла падает с вероятностью 70% через 3-10
>>секунд. иногда удается полазить по каталогам и открыть, иногда не успеваю.
>>такое ощущение что падает просто через время, от действий не зависит.
>
>
> Подтверждаю и именно на 4.5. Попробуйте запустить vmware из терминала, скорее
> всего программа обругается на glibc:
>
> [alex@p4 alex]$ vmware
>
> Gtk-CRITICAL **: file gtkcombo.c: line 848 (gtk_combo_set_popdown_strings):
> assertion `GTK_IS_COMBO (combo)' failed.
> free(): invalid pointer 0x851f380!
> free(): invalid pointer 0x851f370!
> /usr/lib/vmware/bin/vmware: relocation error: /usr/lib/vmware/bin/vmware:
> symbol __libc_fork, version GLIBC_2.1.2 not defined in file libc.so.6 with
> link time reference
>
> Как победить не знаю -- набираю пути по памяти или правлю конфигурационные
> файлы.
Здесь уже бросали на это ссылку.
Вот такой код:
$ cat forkfix.c
#include <asm/unistd.h>
#include <errno.h>
static inline _syscall0(int, fork);
int __libc_fork(void) {
return fork();
}
$
gcc -o forkfix.so -shared -W -Wall forkfix.c
Кладем в /usr/lib/
делаем ему права.
и LD_PRELOAD=forkfix.so vmware
Работает нормально
Правда установка vmware с нуля у меня вчера вылилась в двух часовой секс:
модули я собрал отдельно - так быстрее и проще
скрипт установки упорно пытался собрать эти модули самостоятельно,
пришлось это у него закомментировать
После этого вроде как заработала, ядро std26-up-2.6.6.
Да, vmware та, что вчера раздавали на их сайте.
Rgds,
Rider
next prev parent reply other threads:[~2004-06-04 8:10 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-28 9:53 Alexander Denisov
2004-05-28 10:10 ` Grigory Milev
2004-05-28 22:31 ` Евгений Данильченко
2004-05-28 10:24 ` Alexander Bokovoy
2004-05-29 3:35 ` Andrey Rahmatullin
2004-05-31 8:45 ` Anton Farygin
2004-05-31 11:47 ` Andrey Rahmatullin
2004-05-31 14:30 ` Sergey Vlasov
2004-06-03 16:06 ` Andrey Rahmatullin
2004-06-03 16:48 ` Sergey Vlasov
2004-06-03 18:07 ` Andrey Rahmatullin
2004-06-04 5:18 ` Alexander Kuprin
2004-06-01 8:12 ` Nick S. Grechukh
2004-06-04 5:24 ` Alexander Kuprin
2004-06-04 8:10 ` Anton Farygin [this message]
2004-06-04 8:56 ` Alexander Kuprin
2004-06-09 18:12 ` Anton Farygin
2004-06-04 9:32 ` Nick S. Grechukh
2004-06-04 13:57 ` Andrey Rahmatullin
2004-06-07 11:02 ` Nick S. Grechukh
2004-06-07 12:33 ` Andrey Rahmatullin
2004-06-09 18:13 ` Anton Farygin
2004-06-09 18:31 ` Andrey Rahmatullin
2004-06-04 8:37 ` Nick S. Grechukh
2004-06-04 12:49 ` Andrey Rahmatullin
2004-06-04 13:47 ` Nick S. Grechukh
2004-06-04 14:14 ` Andrey Rahmatullin
2004-06-04 14:32 ` Nick S. Grechukh
2004-06-04 14:37 ` Nick S. Grechukh
2004-06-09 18:15 ` Anton Farygin
2004-06-10 7:06 ` [sisyphus] [JJ] " Michael Shigorin
2004-06-04 18:35 ` [sisyphus] " Michael Shigorin
2004-06-04 19:57 ` Andrey Rahmatullin
2004-06-05 5:50 ` Michael Shigorin
2004-05-28 14:28 ` [sisyphus] " Andrey Rahmatullin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40C02E92.40406@linux.ru.net \
--to=rider@linux.ru.net \
--cc=sisyphus@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git