[Pardus-kullanicilari] vmware server install hakkýnda
Hayrullah COÞKUN
coskunhayrullah at gmail.com
24 Haz 2006 Cmt 20:25:49 EEST
şimdden çok teşşekürler
-l: vmware: command not found çıkıyor
aşağıda kırarken yaptığım adımların hepsi var.
mthpc vmware-server-distrib # ./vmware-install.pl
A previous installation of VMware software has been detected.
The previous installation was made by the tar installer (version 3).
Keeping the tar3 installer database format.
Uninstalling the tar installation of VMware Server.
Stopping VMware services:
Virtual machine monitor done
Bridged networking on /dev/vmnet0 done
DHCP server on /dev/vmnet1 done
Host-only networking on /dev/vmnet1 done
DHCP server on /dev/vmnet8 done
NAT service on /dev/vmnet8 done
Host-only networking on /dev/vmnet8 done
Virtual ethernet done
The removal of VMware Server 1.0.0 build-24927 for Linux completed
successfully. Thank you for having tried this software.
Installing the content of the package.
In which directory do you want to install the binary files?
[/user/bin]
The path "/user/bin" does not exist currently. This program is going to
create
it, including needed parent directories. Is this what you want? [yes] yes
What is the directory that contains the init directories (rc0.d/ to rc6.d
/)?
[/etc/init.d] yes
The path "yes" is not an existing directory.
What is the directory that contains the init directories (rc0.d/ to rc6.d
/)?
[/etc/init.d]
What is the directory that contains the init scripts?
[/etc/init.d]
In which directory do you want to install the daemon files?
[/user/sbin]
The path "/user/sbin" does not exist currently. This program is going to
create
it, including needed parent directories. Is this what you want? [yes] yes
In which directory do you want to install the library files?
[/user/lib/vmware]
The path "/user/lib/vmware" does not exist currently. This program is going
to
create it, including needed parent directories. Is this what you want?
[yes] yes
In which directory do you want to install the manual files?
[/user/man]
The path "/user/man" does not exist currently. This program is going to
create
it, including needed parent directories. Is this what you want? [yes] yes
In which directory do you want to install the documentation files?
[/user/doc/vmware]
The path "/user/doc/vmware" does not exist currently. This program is going
to
create it, including needed parent directories. Is this what you want?
[yes] yes
The installation of VMware Server 1.0.0 build-24927 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/user/bin/vmware-uninstall.pl".
Before running VMware Server for the first time, you need to configure it
by
invoking the following command: "/user/bin/vmware-config.pl". Do you want
this
program to invoke the command for you now? [no] no
Enjoy,
--the VMware team
mthpc vmware-server-distrib # /user/bin/vmware-config.pl
Making sure services for VMware Server are stopped.
Stopping VMware services:
Virtual machine monitor done
Bridged networking on /dev/vmnet0 done
DHCP server on /dev/vmnet1 done
Host-only networking on /dev/vmnet1 done
DHCP server on /dev/vmnet8 done
NAT service on /dev/vmnet8 done
Host-only networking on /dev/vmnet8 done
Virtual ethernet done
You must read and accept the End User License Agreement to continue.
Press enter to display it.
Do you accept? (yes/no) yes.
The answer "yes." is invalid. It must be one of "y" or "n".
Do you accept? (yes/no) yes
Thank you.
Configuring fallback GTK+ 2.4 libraries.
In which directory do you want to install the mime type icons?
[/usr/share/icons]
What directory contains your desktop menu entry files? These files have a
.desktop file extension. [/usr/share/applcations]
The path "/usr/share/applcations" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you
want?
[yes] yes
In which directory do you want to install the application's icon?
[/usr/share/pixmaps] yes
The path "yes" is a relative path. Please enter an absolute path.
In which directory do you want to install the application's icon?
[/usr/share/pixmaps] yes
The path "yes" is a relative path. Please enter an absolute path.
In which directory do you want to install the application's icon?
[/usr/share/pixmaps] yes
The path "yes" is a relative path. Please enter an absolute path.
In which directory do you want to install the application's icon?
[/usr/share/pixmaps]
Trying to find a suitable vmmon module for your running kernel.
None of the pre-built vmmon modules for VMware Server is suitable for your
running kernel. Do you want this program to try to build the vmmon module
for
your system (you need to have a C compiler installed on your system)? [yes]
yes
Using compiler "/usr/bin/gcc". Use environment variable CC to override.
What is the location of the directory of C header files that match your
running
kernel? [/lib/modules/2.6.14.4-15/build/include]
Extracting the sources of the vmmon module.
Building the vmmon module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make -C /lib/modules/2.6.14.4-15/build/include/.. SUBDIRS=$PWD
SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.14.4-15'
CC [M] /tmp/vmware-config0/vmmon-only/linux/driver.o
CC [M] /tmp/vmware-config0/vmmon-only/linux/hostif.o
CC [M] /tmp/vmware-config0/vmmon-only/common/cpuid.o
CC [M] /tmp/vmware-config0/vmmon-only/common/hash.o
CC [M] /tmp/vmware-config0/vmmon-only/common/memtrack.o
CC [M] /tmp/vmware-config0/vmmon-only/common/phystrack.o
CC [M] /tmp/vmware-config0/vmmon-only/common/task.o
CC [M] /tmp/vmware-config0/vmmon-only/common/vmx86.o
CC [M] /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o
LD [M] /tmp/vmware-config0/vmmon-only/vmmon.o
Building modules, stage 2.
MODPOST
CC /tmp/vmware-config0/vmmon-only/vmmon.mod.o
LD [M] /tmp/vmware-config0/vmmon-only/vmmon.ko
make[1]: Leaving directory `/usr/src/linux-2.6.14.4-15'
cp -f vmmon.ko ./../vmmon.o
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
The module loads perfectly in the running kernel.
You have already setup networking.
Would you like to skip networking setup and keep your old settings as they
are?
(yes/no) [yes] yes
Extracting the sources of the vmnet module.
Building the vmnet module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmnet-only'
make -C /lib/modules/2.6.14.4-15/build/include/.. SUBDIRS=$PWD
SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.14.4-15'
CC [M] /tmp/vmware-config0/vmnet-only/driver.o
CC [M] /tmp/vmware-config0/vmnet-only/hub.o
CC [M] /tmp/vmware-config0/vmnet-only/userif.o
CC [M] /tmp/vmware-config0/vmnet-only/netif.o
CC [M] /tmp/vmware-config0/vmnet-only/bridge.o
CC [M] /tmp/vmware-config0/vmnet-only/procfs.o
CC [M] /tmp/vmware-config0/vmnet-only/smac_compat.o
SHIPPED /tmp/vmware-config0/vmnet-only/smac_linux.x386.o
LD [M] /tmp/vmware-config0/vmnet-only/vmnet.o
Building modules, stage 2.
MODPOST
CC /tmp/vmware-config0/vmnet-only/vmnet.mod.o
LD [M] /tmp/vmware-config0/vmnet-only/vmnet.ko
make[1]: Leaving directory `/usr/src/linux-2.6.14.4-15'
cp -f vmnet.ko ./../vmnet.o
make: Leaving directory `/tmp/vmware-config0/vmnet-only'
The module loads perfectly in the running kernel.
Please specify a port for remote console connections to use [3389]
WARNING: VMware Server has been configured to run on a port different from
the
default port. Remember to use this port when connecting to this server.
Unable to find any instance of the super-server "inetd" or "xinetd". It is
possible that you do not have one of these packages installed on this
machine.
Please install "inetd" or "xinetd".
If you do have "inetd" or "xinetd" installed, make sure that
/etc/inetd.conf or
/etc/xinetd.d exists.
The configuration will continue, but you should re-run
/user/bin/vmware-config.pl after you fix the super-server.
Hit enter to continue.
mthpc vmware-server-distrib #
On 6/21/06, Mustafa Kılıç <mmustafakilic at gmail.com> wrote:
>
> Çarşamba 21 Haziran 2006 07:35 tarihinde, Hayrullah COŞKUN şunları
> yazmıştı:
> > �ncelikle �k te��ek�r ederim yard�mlar�n�zdan dolay� Vmware kurdum
> > console geldi �al��t�rmak i�in bast���mda �al���r gibi yap�yor
> > daha sonra ekrandan kayboluyor kurulumu yaparken acaba yinne yanl��
> > bir�ey mi yapt�m hi� bir hata yok
>
> Konsolda, normal kullanıcı olarak "vmware" komutunu verin ve oluşan
> çıktıyı
> buraya kopyala/yapıştır yapın.
>
> --
> Mustafa Kılıç
> http://www.fomus.org
>
> _______________________________________________
> Pardus-kullanicilari mailing list
> Pardus-kullanicilari at uludag.org.tr
> http://liste.uludag.org.tr/mailman/listinfo/pardus-kullanicilari
>
>
>
-------------- sonraki bölüm --------------
Bir HTML eklentisi temizlendi...
URL: http://liste.uludag.org.tr/pardus-kullanicilari/attachments/20060624/18db32f9/attachment.htm
Pardus-kullanicilari mesaj listesiyle ilgili
daha fazla bilgi