View previous topic :: View next topic |
Author |
Message |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Tue Sep 07, 2004 7:14 am Post subject: vmware probleme |
|
|
hab bei mir jetzt vmware configuriert
so wenn ich jetz t nach dem start von vmware ein gast system installieren möchte und ich die VM staten wiel kommt eine fehler meldung
im ersten fenster
Code: | Could not opne /dev/vmmon: No such file or directory.
Please make sure that the kernel module ´vmmon´ is loaded | .
solte sich das modul nicht von selbst laden
Zweites fenster
Code: | Failed to initialize monitor device | . |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jlagreen Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Cars/5.gif)
Joined: 19 Mar 2003 Posts: 211 Location: Baden-Württemberg, Germany
|
Posted: Tue Sep 07, 2004 7:33 am Post subject: |
|
|
Hi,
sieht so aus, als ob beim kompilieren der module was schief gelaufen ist,
gab es irgendwelche fehler, als du die config ausgeführt hast?
Code: |
/opt/vmware/bin/vmware-config.pl
|
es kann aber auch sein, dass vmware prebuilt module verwendet, dein kernel aber so hochgezüchtet ist, das sie abstürzen, dann starte die config so
Code: |
/opt/vmware/bin/vmware-config.pl --compile
|
und lass die module neu kompilieren
PS: wegen der Pfade, gehe ich mal davon aus, dass du vmware emerged hast ![Wink :wink:](images/smiles/icon_wink.gif) _________________ Aktuelle Sys:
Dektop System
--> GF6800LE @ 12p/6v @ 415/900
-- >Think Linux, use Gentoo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Tue Sep 07, 2004 7:37 am Post subject: |
|
|
dieser fehler ist schon wieder ok
mit modprobe vmmon
aber wenn ich die VM starte hab ich kein cdrom
wie muss ich das nach /dev/cdrom mounten ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jlagreen Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Cars/5.gif)
Joined: 19 Mar 2003 Posts: 211 Location: Baden-Württemberg, Germany
|
Posted: Tue Sep 07, 2004 7:43 am Post subject: |
|
|
du musst das cdrom unter linux nicht mounten, da vmware direkt drauf zugreift, allerdings musst du vielleicht die
"Legacy Emulation" - Option in den Settings der Virtual Machine unter dem DVD/CD-ROM Laufwerk aktivieren (so war es bei mir) _________________ Aktuelle Sys:
Dektop System
--> GF6800LE @ 12p/6v @ 415/900
-- >Think Linux, use Gentoo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Tue Sep 07, 2004 7:51 am Post subject: |
|
|
die option hab ich aktiv
und es geht
sper da kommen zwar noch ein par fehler meldungen beim start der VM aber die gebe ich euch nacher durch sobald ich einmal win installiert hab und mehrere fehler meldungen habe |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
crocodille n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 18 Dec 2003 Posts: 52 Location: Germany, Mettmann
|
Posted: Tue Sep 07, 2004 8:04 am Post subject: |
|
|
Hi,
mit
Code: |
/etc/init.d/vmware start
|
kannst du alle VMWare relevanten Module automatisch laden lassen. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jlagreen Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Cars/5.gif)
Joined: 19 Mar 2003 Posts: 211 Location: Baden-Württemberg, Germany
|
Posted: Tue Sep 07, 2004 8:07 am Post subject: |
|
|
und am besten gleich noch ins start-skript
Code: |
# rc-update add vmware default
|
_________________ Aktuelle Sys:
Dektop System
--> GF6800LE @ 12p/6v @ 415/900
-- >Think Linux, use Gentoo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Tue Sep 07, 2004 8:08 am Post subject: |
|
|
das heist so viel wie ich kann ja mit
rc-update add vmware defauld vmware automatisch starten oder |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jlagreen Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Cars/5.gif)
Joined: 19 Mar 2003 Posts: 211 Location: Baden-Württemberg, Germany
|
Posted: Tue Sep 07, 2004 8:13 am Post subject: |
|
|
nein nicht das programm vmware, sondern die ganzen nötigen module,
damit du nicht immer erst ein paar modprobes ausführen musst, wenn du vmware starten willst _________________ Aktuelle Sys:
Dektop System
--> GF6800LE @ 12p/6v @ 415/900
-- >Think Linux, use Gentoo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Tue Sep 07, 2004 8:24 am Post subject: |
|
|
ok danke find ich super
bin etwas lange von linux weg
und muss auf vielen system arbeiten
1. Windoff
2. Windoff server
3. Novel
4. Mac was ich überhaubt nicht mag
5. Os/2
6. Linux
und steig gerade auf meinem arbeitsplatz auf linux um
also entschuldigugn für die blöden fragen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jlagreen Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Cars/5.gif)
Joined: 19 Mar 2003 Posts: 211 Location: Baden-Württemberg, Germany
|
Posted: Tue Sep 07, 2004 9:43 am Post subject: |
|
|
kling interessant mit den ganzen os
und entschuldigen brauchst du dich hier nicht, kann ja sein, dass du mal jdm hilfst, da jeder mal probleme hat, dafür gibts ja das forum _________________ Aktuelle Sys:
Dektop System
--> GF6800LE @ 12p/6v @ 415/900
-- >Think Linux, use Gentoo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Tue Sep 07, 2004 9:49 am Post subject: |
|
|
also vmware ist bei mir sehr instabiel
nach benden von vmware und wieder aufrufen kommti wieder die meldung das ich vmware-config.pl aufrufen muss um vmware zu konfigureiren
auch wenn ich in der init.d/ vmware start ausfürhe kommen nicht alle module hoch
muss ich da noch module im kernel aktivieren?
welch und wo?
hab einen Dvelopment-sources 2.6.8.1 kernel |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jlagreen Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Cars/5.gif)
Joined: 19 Mar 2003 Posts: 211 Location: Baden-Württemberg, Germany
|
Posted: Tue Sep 07, 2004 9:53 am Post subject: |
|
|
oh ja der 2.6.8.1 kernel ist nich gerade freund von vmware
also, am besten rufst du nochmal die vmware-config.pl auf und lässt die module neu kompilieren und startest dann
Code: |
/etc/init.d/vmware start
|
um mein vmware stabiler zu machen (ich hatte zu dem immer ein Prob mit meiner USB Maus), habe ich einfach mal das Floppy und die USB Devices aus den Settings der Virtual Machine geschmissen, seit dem läufts prima und ja bei der maus habe ich das autodetect ausgemacht eine IntelliMouse PS/2 oder so gewählt und als mausort
da ich ne usb maus habe
viel glück, so geh jetzt mittag machen ![Cool 8)](images/smiles/icon_cool.gif) _________________ Aktuelle Sys:
Dektop System
--> GF6800LE @ 12p/6v @ 415/900
-- >Think Linux, use Gentoo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Tue Sep 07, 2004 9:57 am Post subject: |
|
|
beim start in der init.d/vmware
kommt
Code: | bash-2.05b# /etc/init.d/vmware start
* Starting VMware services: [ ok ]
* Virtual machine monitor [ !! ]
* Virtual ethernet [ !! ]
* Bridged networking on /dev/vmnet0 [ !! ]
* Host-only networking on /dev/vmnet1 (background) [ ok ]
bash-2.05b# |
nur warum ![Question :?:](images/smiles/icon_question.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Tue Sep 07, 2004 9:58 am Post subject: |
|
|
Code: | What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.8.1/build/include] |
was will er da eigentlich frag ich mich |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pablo_supertux Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/gallery/Mario/Mario_-_Yoshi2.gif)
Joined: 25 Jan 2004 Posts: 2953 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Tue Sep 07, 2004 11:09 am Post subject: |
|
|
wo das Verzeichnis mit den .h Dateien des kernels liegen, damit die vmware Module erstellt werden können. Einfach ENTER drücken. _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Tue Sep 07, 2004 11:58 am Post subject: |
|
|
also irgend etwas ist noch falsch
Code: | bash-2.05b# /etc/init.d/vmware start
* Starting VMware services: [ ok ]
* Virtual machine monitor [ !! ]
* Virtual ethernet [ !! ]
* Bridged networking on /dev/vmnet0 [ !! ]
* Host-only networking on /dev/vmnet1 (background) [ ok ]
bash-2.05b# |
jetz hab ich vmware-config.pl zum 5 mal ausgeführ und noch immer die gleichen
meldungen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Tue Sep 07, 2004 12:47 pm Post subject: |
|
|
kann es sein das der 2.6.8.1 kernel nicht mit vmware zusamen spielt ?
ich hab gerade die anleitung gelesen und vmware-config.pl noch einmal ausgeführt
immer noch nix
starten de module immer noch die gleicher fehler meldung |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jlagreen Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/Cars/5.gif)
Joined: 19 Mar 2003 Posts: 211 Location: Baden-Württemberg, Germany
|
Posted: Tue Sep 07, 2004 1:00 pm Post subject: |
|
|
hmm habe hier 2.6.8.1-ck4 (also den von ck gepatchten) und der tut einwandfrei, allerdings musste ich den 1gb highmem support ausschalten im kernel, schau mal im kernel und setz highmem entweder "off", oder "4GB", aber auf keinen fall "1gb" (ist ne extra option"
ansonsten will es wohl echt nicht mit dem kernel, mit den 2.4er klappt vmware einwandfrei, vielleicht gehts auch mit nem 2.6.7er?
oder du updatest deine glibc und den gcc (habe hier jeweils neueste x86er versionen) _________________ Aktuelle Sys:
Dektop System
--> GF6800LE @ 12p/6v @ 415/900
-- >Think Linux, use Gentoo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Tue Sep 07, 2004 1:09 pm Post subject: |
|
|
die wo ist die den drin? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
boris64 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/954263383428b2f96f3fa4.png)
Joined: 04 Oct 2003 Posts: 1770 Location: Vechelde/Peine
|
Posted: Tue Sep 07, 2004 2:42 pm Post subject: |
|
|
also ich habe "1gb highmem"&2.6.8-gentoo-r3 drin und das läuft einwandfrei.
nachdem ich vmware konfiguriert hatte mittels
Code: | /opt/vmware/bin/vmware-config --compile |
hatte ich genau den gleichen fehler wie trashcity.
folgendes:
du solltest mal nach dem konfigurieren alle vmware-dienste/-module
komplett entladen und dann den dienst noch einmal starten.
folgendes muss dazu eventuell getan werden.
Code: |
/etc/init.vmware stop
killall -9 vmnet-bridge
rmmod vmnet
rmmod vmmon
if [ -e /etc/vmware/not_configured ]; then rm -f /etc/vmware/not_configured; fi;
|
eigentlich sollte der dienst danach ordentlich starten.
ps: du benutzt nicht zufällig udev statt devfs? dann müsstest du
noch manuell die dazugehörigen devicenodes erstellen. _________________ boris64.net 200x / visit my desktop / try these tiny kernel patches ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pablo_supertux Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/gallery/Mario/Mario_-_Yoshi2.gif)
Joined: 25 Jan 2004 Posts: 2953 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Tue Sep 07, 2004 2:50 pm Post subject: |
|
|
trashcity wrote: | kann es sein das der 2.6.8.1 kernel nicht mit vmware zusamen spielt ?
ich hab gerade die anleitung gelesen und vmware-config.pl noch einmal ausgeführt
immer noch nix
starten de module immer noch die gleicher fehler meldung |
nein, ich hab gestern vmware bei mir installiert und funktioniert gut.
Wenn du vmwave-config.pl ausführst, werden die Module kompiliert? Hast du /usr/src/linux richtig gesetzt? _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Wed Sep 08, 2004 5:55 am Post subject: |
|
|
etwas gefunden
wenn ich die module compiliere kommt da
Code: |
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
Unable to make a vmmon module that can be loaded in the running kernel:
insmod: error inserting '/tmp/vmware-config0/vmmon.o': -1 Unknown symbol in module
There is probably a slight difference in the kernel configuration between the
set of C header files you specified and your running kernel. You may want to
rebuild a kernel based on that directory, or specify another directory.
For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
Execution aborted.
|
welcher pfad mag er da nicht frag ich mich |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trashcity Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21245079693fcdf63a4a257.jpg)
Joined: 18 Sep 2003 Posts: 343 Location: österreich
|
Posted: Wed Sep 08, 2004 1:07 pm Post subject: |
|
|
warum bekomme ich immer diese gleiche meldung ich versteh es nicht
ab jetz vmware gelöscht und neu installiert
trotzdem immer das gleiche problem beim kompilieren |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
boris64 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/954263383428b2f96f3fa4.png)
Joined: 04 Oct 2003 Posts: 1770 Location: Vechelde/Peine
|
Posted: Wed Sep 08, 2004 4:26 pm Post subject: |
|
|
Code: | There is probably a slight difference in the kernel configuration between the
set of C header files you specified and your running kernel. You may want to
rebuild a kernel based on that directory, or specify another directory. |
s.o. /usr/src/linux zeigt scheinbar nicht auf den laufenden kernel. _________________ boris64.net 200x / visit my desktop / try these tiny kernel patches ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|