* [Comm] Не настраивается VMWare 5
@ 2005-04-09 14:34 Владимир Гусев
2005-04-09 15:16 ` Alexander Kuprin
0 siblings, 1 reply; 9+ messages in thread
From: Владимир Гусев @ 2005-04-09 14:34 UTC (permalink / raw)
To: ALT Linux Community
После установки VMWare 5 как обычно запускаю vmware-config.pl и получаю
странные сообщения, которых прежде не юыло (ставил до этого несколько
версий VMWare):
[root@vova bin]# ./vmware-config.pl
Making sure services for VMware Workstation are stopped.
Stopping VMware services: Virtual machine monitor [ DONE ]
Configuring fallback GTK+ 2.4 libraries.
Usage: update-mime-database [-hv] MIME-DIR CACHE-DIR
Use of uninitialized value in addition (+) at ./vmware-config.pl line 794.
Unable to update the MIME-Type database.
In which directory do you want to install the application's icon?
[/usr/share/icons]
Unable to find the answer ICONDIR in the installer database
(/etc/vmware/locations). You may want to re-install VMware Workstation.
Execution aborted.
Что делать?
--
С уважением, Владимир Гусев
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Comm] Не настраивается VMWare 5
2005-04-09 14:34 [Comm] Не настраивается VMWare 5 Владимир Гусев
@ 2005-04-09 15:16 ` Alexander Kuprin
2005-04-09 16:42 ` Владимир Гусев
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Alexander Kuprin @ 2005-04-09 15:16 UTC (permalink / raw)
To: community
В сообщении от Суббота, 09-Апр-2005 17:34 Владимир Гусев написал(a):
> После установки VMWare 5 как обычно запускаю vmware-config.pl и получаю
> странные сообщения, которых прежде не юыло (ставил до этого несколько
> версий VMWare):
>
> [root@vova bin]# ./vmware-config.pl
> Making sure services for VMware Workstation are stopped.
>
> Stopping VMware services: Virtual machine monitor [ DONE ]
>
> Configuring fallback GTK+ 2.4 libraries.
>
> Usage: update-mime-database [-hv] MIME-DIR CACHE-DIR
> Use of uninitialized value in addition (+) at ./vmware-config.pl line 794.
> Unable to update the MIME-Type database.
> In which directory do you want to install the application's icon?
> [/usr/share/icons]
>
> Unable to find the answer ICONDIR in the installer database
> (/etc/vmware/locations). You may want to re-install VMware Workstation.
>
> Execution aborted.
>
> Что делать?
Тут предлагалось в vmware-config.pl закомментировать пару строк:
--- vmware-config.pl.orig 2005-04-09 18:13:49.000000000 +0300
+++ vmware-config.pl 2005-04-09 18:14:51.000000000 +0300
@@ -7875,8 +7875,8 @@
}
if (vmware_product() ne 'server') {
configure_gtk2();
- createMimePackageFile();
- configureDesktopFiles();
+# createMimePackageFile();
+# configureDesktopFiles();
configure_mon();
configure_pp();
configure_net();
Хотя собрать дрова для пятёрки, правда под ALT Linux Sisyphus мне так и не
удалось. Ограничился использованием 4.5
--
WBR, Alexander Kuprin
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Comm] Не настраивается VMWare 5
2005-04-09 15:16 ` Alexander Kuprin
@ 2005-04-09 16:42 ` Владимир Гусев
2005-04-09 19:24 ` Мар'ян Петришин
2005-04-10 17:28 ` Andrey Rahmatullin
2 siblings, 0 replies; 9+ messages in thread
From: Владимир Гусев @ 2005-04-09 16:42 UTC (permalink / raw)
To: community
>> После установки VMWare 5 как обычно запускаю vmware-config.pl и получаю
>> странные сообщения, которых прежде не юыло (ставил до этого несколько
>> версий VMWare):
> Тут предлагалось в vmware-config.pl закомментировать пару строк:
>
>
> --- vmware-config.pl.orig 2005-04-09 18:13:49.000000000 +0300
> +++ vmware-config.pl 2005-04-09 18:14:51.000000000 +0300
> @@ -7875,8 +7875,8 @@
> }
> if (vmware_product() ne 'server') {
> configure_gtk2();
> - createMimePackageFile();
> - configureDesktopFiles();
> +# createMimePackageFile();
> +# configureDesktopFiles();
> configure_mon();
> configure_pp();
> configure_net();
>
Спасибо, получилось.
--
С уважением, Владимир Гусев
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Comm] Не настраивается VMWare 5
2005-04-09 15:16 ` Alexander Kuprin
2005-04-09 16:42 ` Владимир Гусев
@ 2005-04-09 19:24 ` Мар'ян Петришин
2005-04-10 13:40 ` Yuri Horoshkov
2005-04-10 17:28 ` Andrey Rahmatullin
2 siblings, 1 reply; 9+ messages in thread
From: Мар'ян Петришин @ 2005-04-09 19:24 UTC (permalink / raw)
To: community
Alexander Kuprin wrote:
> В сообщении от Суббота, 09-Апр-2005 17:34 Владимир Гусев написал(a):
>
>>После установки VMWare 5 как обычно запускаю vmware-config.pl и получаю
>>странные сообщения, которых прежде не юыло (ставил до этого несколько
>>версий VMWare):
>>
>>[root@vova bin]# ./vmware-config.pl
>>Making sure services for VMware Workstation are stopped.
>>
>>Stopping VMware services: Virtual machine monitor [ DONE ]
>>
>>Configuring fallback GTK+ 2.4 libraries.
>>
>>Usage: update-mime-database [-hv] MIME-DIR CACHE-DIR
>>Use of uninitialized value in addition (+) at ./vmware-config.pl line 794.
>>Unable to update the MIME-Type database.
>>In which directory do you want to install the application's icon?
>>[/usr/share/icons]
>>
>>Unable to find the answer ICONDIR in the installer database
>>(/etc/vmware/locations). You may want to re-install VMware Workstation.
>>
>>Execution aborted.
>>
>>Что делать?
>
>
> Тут предлагалось в vmware-config.pl закомментировать пару строк:
>
>
> --- vmware-config.pl.orig 2005-04-09 18:13:49.000000000 +0300
> +++ vmware-config.pl 2005-04-09 18:14:51.000000000 +0300
> @@ -7875,8 +7875,8 @@
> }
> if (vmware_product() ne 'server') {
> configure_gtk2();
> - createMimePackageFile();
> - configureDesktopFiles();
> +# createMimePackageFile();
> +# configureDesktopFiles();
> configure_mon();
> configure_pp();
> configure_net();
>
> Хотя собрать дрова для пятёрки, правда под ALT Linux Sisyphus мне так и не
> удалось. Ограничился использованием 4.5
А я добавил в файл /etc/vmware/locations путь к ICONS и все скомпилилось.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Comm] Не настраивается VMWare 5
2005-04-09 19:24 ` Мар'ян Петришин
@ 2005-04-10 13:40 ` Yuri Horoshkov
0 siblings, 0 replies; 9+ messages in thread
From: Yuri Horoshkov @ 2005-04-10 13:40 UTC (permalink / raw)
To: community
В сообщении от Суббота 09 Апрель 2005 22:24 Мар'ян Петришин написал(a):
> А я добавил в файл /etc/vmware/locations путь к ICONS и все скомпилилось.
А можно поподробнее, что и в каком месте прописали (или заменили?)
Спасибо.
--
С уважением,
Юрий Хорошков.
uin: 311786925
jid: yuri_horoshkov@jabber.org
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Comm] Не настраивается VMWare 5
2005-04-09 15:16 ` Alexander Kuprin
2005-04-09 16:42 ` Владимир Гусев
2005-04-09 19:24 ` Мар'ян Петришин
@ 2005-04-10 17:28 ` Andrey Rahmatullin
2005-04-10 18:18 ` Yuri Horoshkov
2 siblings, 1 reply; 9+ messages in thread
From: Andrey Rahmatullin @ 2005-04-10 17:28 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 596 bytes --]
On Sat, Apr 09, 2005 at 06:16:02PM +0300, Alexander Kuprin wrote:
> Хотя собрать дрова для пятёрки, правда под ALT Linux Sisyphus мне так и не
> удалось. Ограничился использованием 4.5
Ответственно заявляю, что там даже спек менять не надо.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
* combr а есть кто специалист по беспроводному оборудованию? хочу
связать два дома
<combr> по 802.11b. будут ли внешним антеннам мешать деревья? ;)
<drF_ckoff> "беспроводное оборудование" будет сосать, пока не изобретут
"беспроводное электричество" =)
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Comm] Не настраивается VMWare 5
2005-04-10 17:28 ` Andrey Rahmatullin
@ 2005-04-10 18:18 ` Yuri Horoshkov
2005-04-11 3:12 ` Andrey Rahmatullin
0 siblings, 1 reply; 9+ messages in thread
From: Yuri Horoshkov @ 2005-04-10 18:18 UTC (permalink / raw)
To: Community
В сообщении от Воскресенье 10 Апрель 2005 20:28 Andrey Rahmatullin написал(a):
> On Sat, Apr 09, 2005 at 06:16:02PM +0300, Alexander Kuprin wrote:
> > Хотя собрать дрова для пятёрки, правда под ALT Linux Sisyphus мне так и
> > не удалось. Ограничился использованием 4.5
>
> Ответственно заявляю, что там даже спек менять не надо.
А где взять спек? Сегодня взял на
ftp://ftp.altlinux.ru/pub/people/wrar/vmware/5.0/ и спек и ратч и .... не
собралась версия 5.0 б. 13124. Номер бильда в спеке я поправил.
--
С уважением,
Юрий Хорошков.
uin: 311786925
jid: yuri_horoshkov@jabber.org
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Comm] Не настраивается VMWare 5
2005-04-10 18:18 ` Yuri Horoshkov
@ 2005-04-11 3:12 ` Andrey Rahmatullin
2005-04-11 6:40 ` Yuri Horoshkov
0 siblings, 1 reply; 9+ messages in thread
From: Andrey Rahmatullin @ 2005-04-11 3:12 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 690 bytes --]
On Sun, Apr 10, 2005 at 09:18:27PM +0300, Yuri Horoshkov wrote:
> ftp://ftp.altlinux.ru/pub/people/wrar/vmware/5.0/ и спек и ратч и .... не
> собралась версия 5.0 б. 13124. Номер бильда в спеке я поправил.
Новая вышла чтоль?
Я для 12888 писал спек, но, как уже говорил, собираться сразу оно не
обязано, ибо спек сырой. Давайте в личку, что не собралось и как.
А вот дрова - таки собираются одинаково.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
> ???????????????????????? ????????????????????.
> __________________________________
> Do you Yahoo!?
I don't do yahoo and recommend you drop them for non-7bit
communications
-- mike in community@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Comm] Не настраивается VMWare 5
2005-04-11 3:12 ` Andrey Rahmatullin
@ 2005-04-11 6:40 ` Yuri Horoshkov
0 siblings, 0 replies; 9+ messages in thread
From: Yuri Horoshkov @ 2005-04-11 6:40 UTC (permalink / raw)
To: community
В сообщении от Понедельник 11 Апрель 2005 06:12 Andrey Rahmatullin написал(a):
> On Sun, Apr 10, 2005 at 09:18:27PM +0300, Yuri Horoshkov wrote:
> > ftp://ftp.altlinux.ru/pub/people/wrar/vmware/5.0/ и спек и ратч и .... не
> > собралась версия 5.0 б. 13124. Номер бильда в спеке я поправил.
>
> Новая вышла чтоль?
> Я для 12888 писал спек, но, как уже говорил, собираться сразу оно не
> обязано, ибо спек сырой. Давайте в личку, что не собралось и как.
> А вот дрова - таки собираются одинаково.
Уже отправил информацию лично.
--
С уважением,
Юрий Хорошков.
uin: 311786925
jid: yuri_horoshkov@jabber.org
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-04-11 6:40 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-09 14:34 [Comm] Не настраивается VMWare 5 Владимир Гусев
2005-04-09 15:16 ` Alexander Kuprin
2005-04-09 16:42 ` Владимир Гусев
2005-04-09 19:24 ` Мар'ян Петришин
2005-04-10 13:40 ` Yuri Horoshkov
2005-04-10 17:28 ` Andrey Rahmatullin
2005-04-10 18:18 ` Yuri Horoshkov
2005-04-11 3:12 ` Andrey Rahmatullin
2005-04-11 6:40 ` Yuri Horoshkov
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git