Pagina 1 di 1

vmware

Inviato: ven 13 mag 2005, 11:02
da vanescar
ciao, volevo installare vmware, ma nn ci riesco, lo script d´installazione mi chiede:
<BR>What is the directory that contains the init directories (rc0.d/ to
<BR>rc6.d/)?
<BR>non so indicare la directory. posto input
<BR>
<BR>
<BR><!-- BBCode Start --><B>bash-3.00# ./vmware-install.pl
<BR>A previous installation of VMware software has been detected.
<BR>
<BR>The previous installation was made by the tar installer (version 3).
<BR>
<BR>Keeping the tar3 installer database format.
<BR>
<BR>Uninstalling the tar installation of VMware Workstation.
<BR>
<BR>The removal of VMware Workstation 5.0.0 build-13124 for Linux completed
<BR>successfully. Thank you for having tried this software.
<BR>
<BR>Installing the content of the package.
<BR>
<BR>In which directory do you want to install the binary files?
<BR>[/usr/bin]
<BR>
<BR>What is the directory that contains the init directories (rc0.d/ to
<BR>rc6.d/)?</B><!-- BBCode End -->
<BR>
<BR><br>

vmware

Inviato: ven 13 mag 2005, 11:34
da Esaltato
Ciao io ho seguito questa guida:<br />
<BR>http://www.cs.ucr.edu/~jbyrne/vmware.htm<br />
<BR>è molto semplice e spiega tutto, anche come fare per il tuo dubbio.<br />
<BR>Per ogni domanda chiedi pure, io l´ho installato.<br />
<BR>Ciao!<br>

vmware

Inviato: ven 13 mag 2005, 12:35
da vanescar
grazie Esaltato,
<BR>ho seguito la guida, ma nn capisco questo passaggio: <!-- BBCode Start --><B>for i in {0,1,2,3,4,5,6}; do mkdir rc$i.d; done</B><!-- BBCode End -->
<BR>
<BR>
<BR>You might want to do the following:
<BR><!-- BBCode Start --><B> cd /etc
<BR> mkdir init.d
<BR> for i in {0,1,2,3,4,5,6}; do mkdir rc$i.d; done</B><!-- BBCode End --><br>

vmware

Inviato: ven 13 mag 2005, 13:27
da useless
crea semplicemente le dir /etc/init.d/rc0.d, rc1.d, ecc..., tipiche dei sistemi con boot stile system V. slackware usa il boot stile bsd, x questo non ha quelle dir. molto intelligentemente il setup di vmware presume che tutti usino il system v, quindi pretende di trovare quelle dir, che quindi devi creare a mano. dopo l´installazione sposti lo script che ti crea in /etc/init.d in /etc/rc.d/rc.vmware e lo lanci da rc.local, a post.<br>

vmware

Inviato: sab 21 mag 2005, 14:18
da vanescar
ciao,
<BR>
<BR>ho seguito i passaggi, ma nn vuole avviarsi,
<BR>
<BR>root@slacky:/etc/rc.d# /etc/rc.d/rc.vmware start
<BR>VMware Workstation is installed, but it has not been (correctly) configured
<BR>for the running kernel. To (re-)configure it, invoke the
<BR>following command: /usr/bin/vmware-config.pl.
<BR><br>

vmware

Inviato: sab 21 mag 2005, 14:48
da useless
prova a leggere quel messaggio... e lancia quel comando.<br>

vmware

Inviato: sab 21 mag 2005, 15:26
da vanescar
root@slacky:/home/vanescar# /usr/bin/vmware-config.pl
<BR>Making sure services for VMware Workstation are stopped.
<BR>
<BR>Stopping VMware services:
<BR> Virtual machine monitor done
<BR>
<BR>Configuring fallback GTK+ 2.4 libraries.
<BR>
<BR>***
<BR>* Updating MIME database in /usr/share/mime...
<BR>***
<BR>In which directory do you want to install the mime type icons?
<BR>[/usr/share/icons]
<BR>
<BR>What directory contains your desktop menu entry files? These files have a
<BR>.desktop file extension. [/usr/share/applications]
<BR>
<BR>In which directory do you want to install the application´s icon?
<BR>[/usr/share/pixmaps]
<BR>
<BR>Trying to find a suitable vmmon module for your running kernel.
<BR>
<BR>None of the pre-built vmmon modules for VMware Workstation is suitable for your
<BR>running kernel. Do you want this program to try to build the vmmon module for
<BR>your system (you need to have a C compiler installed on your system)? [yes]
<BR>
<BR>Using compiler "/usr/bin/gcc". Use environment variable CC to override.
<BR>
<BR>What is the location of the directory of C header files that match your running
<BR>kernel? [/lib/modules/2.6.10/build/include]
<BR>
<BR>Extracting the sources of the vmmon module.
<BR>
<BR>Building the vmmon module.
<BR>
<BR>Using 2.6.x kernel build system.
<BR>make: Entering directory `/tmp/vmware-config4/vmmon-only´
<BR>make -C /lib/modules/2.6.10/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
<BR>make[1]: Entering directory `/usr/src/linux-2.6.10´
<BR> CC [M] /tmp/vmware-config4/vmmon-only/linux/driver.o
<BR> CC [M] /tmp/vmware-config4/vmmon-only/linux/hostif.o
<BR> CC [M] /tmp/vmware-config4/vmmon-only/common/cpuid.o
<BR> CC [M] /tmp/vmware-config4/vmmon-only/common/hash.o
<BR> CC [M] /tmp/vmware-config4/vmmon-only/common/memtrack.o
<BR> CC [M] /tmp/vmware-config4/vmmon-only/common/phystrack.o
<BR> CC [M] /tmp/vmware-config4/vmmon-only/common/task.o
<BR> CC [M] /tmp/vmware-config4/vmmon-only/common/vmx86.o
<BR> CC [M] /tmp/vmware-config4/vmmon-only/vmcore/moduleloop.o
<BR> LD [M] /tmp/vmware-config4/vmmon-only/vmmon.o
<BR> Building modules, stage 2.
<BR> MODPOST
<BR>*** Warning: "_mmx_memcpy" [/tmp/vmware-config4/vmmon-only/vmmon.ko] undefined!
<BR> CC /tmp/vmware-config4/vmmon-only/vmmon.mod.o
<BR> LD [M] /tmp/vmware-config4/vmmon-only/vmmon.ko
<BR>make[1]: Leaving directory `/usr/src/linux-2.6.10´
<BR>cp -f vmmon.ko ./../vmmon.o
<BR>make: Leaving directory `/tmp/vmware-config4/vmmon-only´
<BR>Unable to make a vmmon module that can be loaded in the running kernel:
<BR>insmod: error inserting ´/tmp/vmware-config4/vmmon.o´: -1 Invalid module format
<BR>There is probably a slight difference in the kernel configuration between the
<BR>set of C header files you specified and your running kernel. You may want to
<BR>rebuild a kernel based on that directory, or specify another directory.
<BR>
<BR>For more information on how to troubleshoot module-related problems, please
<BR>visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
<BR>"http://www.vmware.com/support/reference ... linux.html".
<BR>
<BR>Execution aborted<br>

vmware

Inviato: sab 21 mag 2005, 16:08
da vanescar
ho trovato questa piccola utility, ma nn funziona comunque
<BR>
<BR><!-- BBCode Start --><B>Prima di iniziare l´installazione
<BR>
<BR>prova ad andare in questa directory da una shell con permessi di root
<BR> /usr/src/linux
<BR> e poi dai il comando
<BR> make cloneconfig
<BR> e dopo
<BR> make prepare-all
<BR> poi ritenta la compilazione dei modulo vmware ...
<BR> nota il kernel e i sorgenti del kernel devono essere allineati quindi fai l´ update nel caso.</B><!-- BBCode End -->
<BR>
<BR>il comando: make cloneconfig, nn va´<br>

vmware

Inviato: sab 21 mag 2005, 16:10
da useless
che kernel usi? come l´hai installato? forse ti servono gli header del 2.6.<br>

vmware

Inviato: sab 21 mag 2005, 16:14
da vanescar
uso il kernel 2.6.10 l´ho installato seguendo la guida README.initrd del cd 2 slackware 10.1<br>

vmware

Inviato: dom 22 mag 2005, 11:59
da useless
posta ls /var/log/packages/kernel*<br>

vmware

Inviato: dom 22 mag 2005, 12:29
da vanescar
root@slacky:~# ls /var/log/packages/kernel*
<BR>/var/log/packages/kernel-generic-2.6.10-i486-1 /var/log/packages/kernel-modules-2.6.10-i486-1
<BR>/var/log/packages/kernel-headers-2.4.29-i386-1 /var/log/packages/kernel-source-2.4.29-noarch-1
<BR>/var/log/packages/kernel-ide-2.4.29-i486-1 /var/log/packages/kernel-source-2.6.10-noarch-1
<BR>/var/log/packages/kernel-modules-2.4.29-i486-1
<BR><br>