Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vmware5 problem: vmware-configure.pl hat fehler
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
schrippe
Guru
Guru


Joined: 03 Mar 2004
Posts: 556
Location: Mülheim

PostPosted: Tue Oct 18, 2005 11:20 am    Post subject: vmware5 problem: vmware-configure.pl hat fehler Reply with quote

Quote:
3dlast src # /opt/vmware/bin/vmware-config.pl
Making sure services for VMware Workstation are stopped.

/etc/vmware/init.d/vmware: line 1010: [: -: integer expression expected
/etc/vmware/init.d/vmware: line 933: [: -: integer expression expected
Stopping VMware services:
Virtual machine monitor failed
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 failed
Unable to stop services for VMware Workstation


das ist die fehlermeldung. die kernmodule wurden perfekt geladen.
_________________
for i in $(seq 1 565); do echo 'A$i: entweder rechts fahren oder rechts überholen dürfen!';done
Back to top
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3337
Location: de

PostPosted: Tue Oct 18, 2005 11:26 am    Post subject: Reply with quote

Hmm, merkwürdig. Diese Datei hat bei mir nur 767 Zeilen.

Ansonsten geh halt mal mit nano an die entsprechende Zeile in besagter Datei und kommtentier diese Zeilen aus, bzw. änder sie so ab, daß die Fehlermeldung nicht mehr kommt.

Hatte ähnliches Problem mit dem Startscript von afs. Hab die Zeilen einfach rausgelöscht. Allerdings gings da nur um die Cachegröße.

Ansonsten poste halt mal besagte Zeilen.

Btw. welche VMWare-Version verwendest du? Ich hab Version 5.5.0.16958. Funktioniert problemlos bei mir.
Back to top
View user's profile Send private message
schrippe
Guru
Guru


Joined: 03 Mar 2004
Posts: 556
Location: Mülheim

PostPosted: Tue Oct 18, 2005 11:29 am    Post subject: Reply with quote

nutze vmware-workstation-5.0.0.13124-r2.

mein file hat 1048 Zeilen:
Zeile 1010:
Code:
 if [ "`vmmonUseCount`" -gt 0 ]; then

und Zeile
Code:
 if [ "`vmmonUseCount`" -gt 0 ]; then


anscheinend gibts die Variable nicht. müsste mal nen set-x drübersetzen.
_________________
for i in $(seq 1 565); do echo 'A$i: entweder rechts fahren oder rechts überholen dürfen!';done
Back to top
View user's profile Send private message
schrippe
Guru
Guru


Joined: 03 Mar 2004
Posts: 556
Location: Mülheim

PostPosted: Tue Oct 18, 2005 11:32 am    Post subject: Reply with quote

ein set -x im startscript udn ein erneutes configure ergab:
Quote:
++ type -t echo_failure
+ '[' '' = function ']'
+ echo -n ' failed'
failed+ echo

+ return 1
+ exitcode=2
+ '[' 2 -gt 0 ']'
+ exit 1
Unable to stop services for VMware Workstation

Execution aborted.


_________________
for i in $(seq 1 565); do echo 'A$i: entweder rechts fahren oder rechts überholen dürfen!';done
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