Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] vmware - nach jedem boot vmware-config.pl ausführen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
kostja
Apprentice
Apprentice


Joined: 25 May 2004
Posts: 261
Location: D, 69239 Neckarsteinach

PostPosted: Tue May 24, 2005 1:21 pm    Post subject: [solved] vmware - nach jedem boot vmware-config.pl ausführe Reply with quote

Hallihallo!

Ich habe vmware isntalliert und es läuft auch problemlos. Jedoch ist der Start etwas problematisch.

Nach jedem reboot muss ich von neuem vmware-config.pl ausführen. Wenn ich nach einem reboot /etc7init.d/auführe bekomme ich folgende ausgabe
Code:

 * Starting VMware services:                                              [ ok ]
 *   Virtual machine monitor                                              [ ok ]
 *   Virtual ethernet                                                     [ ok ]
 *   Bridged networking on /dev/vmnet0                                    [ !! ]

 *   Host-only networking on /dev/vmnet1 (background)                     [ ok ]
 *   Host-only networking on /dev/vmnet8 (background)                     [ ok ]
 *   NAT service on /dev/vmnet8                                           [ !! ]


Und vmware selbst spuckt ir dieses aus:
Code:

VMware Workstation is installed, but it has not been (correctly) configured for your running kernel.  To (re-)configure it, your system administrator must find and run "vmware-config.pl".  For more information, please read the VMware Workstation documentation.


Weiß einer woran das liegen kann?

mfG Konstantin
_________________
Registered Linux User #356484


Last edited by kostja on Tue May 24, 2005 4:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
oma
Guru
Guru


Joined: 17 Feb 2004
Posts: 302
Location: /home/markus/heiligenhaus

PostPosted: Tue May 24, 2005 1:54 pm    Post subject: Reply with quote

Kann das hier helfen? https://forums.gentoo.org/viewtopic-t-339014-highlight-vmware.html
_________________
"...ich bin Guybrush Threepwood - ein mächtiger Pirat!"
Back to top
View user's profile Send private message
kostja
Apprentice
Apprentice


Joined: 25 May 2004
Posts: 261
Location: D, 69239 Neckarsteinach

PostPosted: Tue May 24, 2005 4:15 pm    Post subject: Reply with quote

Hi Guybrush,

danke schön! Das hat funktioniert.

Eins hätte ich aber noch. wenn ich folgende Ergänzung gemacht habe:
Code:

start() {

        if [ -c "/etc/vmware/not_configured"]; then
                rm /etc/vmware/not_configured
        fi

        for a in `seq 0 9`; do
               if [ ! -c "/dev/vmnet$a" ]; then
                       mknod /dev/vmnet$a c 119 $a;
               fi
        done


        test -x /etc/vmware/init.d/vmware || \
                eend 1 "vmware init script not found. Aborting" || return 1

        /etc/vmware/init.d/vmware start | vmware-prettify start
        return $?
}

dann kommt beim Aufruf von /etc/init.d/vmware start noch eine kleine Fehlermeldung, die zwar nichts an der Fnktionalität ändert, die ich aber trotzdem gern beseitigen würde:
Code:
bender root # /etc/init.d/vmware start
/sbin/runscript.sh: line 64: [: missing `]'
 * Starting VMware services:                                              [ ok ]
 *   Virtual machine monitor                                              [ ok ]
 *   Virtual ethernet                                                     [ ok ]
 *   Bridged networking on /dev/vmnet0                                    [ ok ]
 *   Host-only networking on /dev/vmnet1 (background)                     [ ok ]
 *   Host-only networking on /dev/vmnet8 (background)                     [ ok ]
 *   NAT service on /dev/vmnet8                                           [ ok ]


mfG Konstantin
_________________
Registered Linux User #356484
Back to top
View user's profile Send private message
tuxian
l33t
l33t


Joined: 26 Jan 2004
Posts: 766
Location: Austria

PostPosted: Tue May 24, 2005 4:41 pm    Post subject: Reply with quote

Hallo,

ich würde sagen es fehlt an der rot markierten Stelle ein Leerzeichen, ich habe an dieser Stelle schon eines eingefügt!
kostja wrote:


if [ -c "/etc/vmware/not_configured" ]; then

Back to top
View user's profile Send private message
kostja
Apprentice
Apprentice


Joined: 25 May 2004
Posts: 261
Location: D, 69239 Neckarsteinach

PostPosted: Tue May 24, 2005 4:43 pm    Post subject: Reply with quote

Das wars gwesen.

Danke Schön!!!

mfG Konstantin
_________________
Registered Linux User #356484
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum