Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wie vmware-server-console installieren?! [geloest]
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
pieter_parker
Veteran
Veteran


Joined: 07 Aug 2006
Posts: 1488
Location: 127.0.0.1

PostPosted: Tue Oct 17, 2006 10:29 am    Post subject: wie vmware-server-console installieren?! [geloest] Reply with quote

hi

Code:

emerge -av vmware-server-console

These are the packages that would be merged, in order:

Calculating dependencies
!!! All ebuilds that could satisfy "vmware-server-console" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-emulation/vmware-server-console-1.0.1.29996-r4 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.


Code:

vi /etc/portage/package.keywords
  app-emulation/vmware-server-console ~x86

Code:

emerge -av vmware-server-console

These are the packages that would be merged, in order:

Calculating dependencies... done!
[blocks B     ] <sys-apps/dbus-0.62 (is blocking app-emulation/vmware-server-console-1.0.1.29996-r4)
[ebuild  N    ] app-emulation/vmware-server-console-1.0.1.29996-r4  23,314 kB

Total size of downloads: 23,314 kB

!!! Error: The above package list contains packages which cannot be installed
!!!        at the same time on the same system.

For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked


ich hab mir das was bei dem link steht dazu durchgelesen aber viel weiterhelfen tut es mir nicht, ich weiss nicht was ich jetzt wo wie machen muss um vmware-server-console installieren zukoennen?!!?


Last edited by pieter_parker on Wed Oct 18, 2006 6:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
b3cks
Veteran
Veteran


Joined: 23 Mar 2004
Posts: 1481
Location: Bremen (GER)

PostPosted: Tue Oct 17, 2006 10:50 am    Post subject: Reply with quote

Zum Thema (un)masked packages (auch wenn du es scheinbar gelöst hast):
:arrow: http://www.gentoo.org/doc/de/handbook/handbook-x86.xml?part=3&chap=3#doc_chap3
:arrow: http://de.gentoo-wiki.com/Masked
:arrow: http://gentoo-wiki.com/TIP_Dealing_with_masked_packages

Dennoch sagt diese Fehlermeldung wohl alles:
Quote:
!!! Error: The above package list contains packages which cannot be installed
!!! at the same time on the same system.

Dbus blockiert die Installation der VMware-Conole, weil du beides nicht gleichzeitg installiert haben kannst.
_________________
I am /root and if you see me laughing you better have a backup.
Back to top
View user's profile Send private message
pieter_parker
Veteran
Veteran


Joined: 07 Aug 2006
Posts: 1488
Location: 127.0.0.1

PostPosted: Tue Oct 17, 2006 10:57 am    Post subject: Reply with quote

ja
aber muss ich jetzt dbus deinstallieren?
Back to top
View user's profile Send private message
Mr.Big
Guru
Guru


Joined: 10 Apr 2002
Posts: 424
Location: Königswartha / Germany

PostPosted: Tue Oct 17, 2006 12:15 pm    Post subject: Reply with quote

pieter_parker wrote:
ja
aber muss ich jetzt dbus deinstallieren?


ne nur auf eine Version größer 0.62 ändern!

weil, ein Bick ins vmware-server-console.ebuilb zeigt uns unteranderen folgendes.
Code:
RDEPEND=">=sys-libs/glibc-2.3.5                                                                                                                                           
                 amd64? ( app-emulation/emul-linux-x86-gtklibs )                                                                                                         
                 !amd64? ( || ( ( x11-libs/libSM                                                                                                                         
                                                 x11-libs/libICE                                                                                                         
                                                 x11-libs/libX11                                                                                                         
                                                 x11-libs/libXau                                                                                                         
                                                 x11-libs/libXcursor                                                                                                     
                                                 x11-libs/libXdmcp                                                                                                       
                                                 x11-libs/libXext                                                                                                         
                                                 x11-libs/libXfixes                                                                                                       
                                                 x11-libs/libXft                                                                                                         
                                                 x11-libs/libXi                                                                                                           
                                                 x11-libs/libXrandr                                                                                                       
                                                 x11-libs/libXrender                                                                                                     
                                                 x11-libs/libXt                                                                                                           
                                                 x11-libs/libXtst                                                                                                         
                                   )                                                                                                                                     
                                           virtual/x11                                                                                                                   
                                 )                                                                                                                                       
                                )                                                                                                                                         
                 >=dev-lang/perl-5                                                                                                                                       
                 !<sys-apps/dbus-0.62


Uns interessiert hier nur die letzte Zeile., die besagt das es mit kleiner = dbus-0.62 "nicht" geht.

Also, einfach:

Code:
echo " sys-apps/dbus ~x86" >>/etc/portage/package.keywords


dbus neu emergen und dann klappts auch mit dem Vmware!

J.
Back to top
View user's profile Send private message
pieter_parker
Veteran
Veteran


Joined: 07 Aug 2006
Posts: 1488
Location: 127.0.0.1

PostPosted: Tue Oct 17, 2006 4:07 pm    Post subject: Reply with quote

Code:

echo "sys-apps/dbus ~x86" >>/etc/portage/package.keywords

.. das funktioniert leider nicht
es kommt immer noch:
Code:

emerge -av vmware-server-console

These are the packages that would be merged, in order:

Calculating dependencies... done!
[blocks B     ] <sys-apps/dbus-0.62 (is blocking app-emulation/vmware-server-console-1.0.1.29996-r4)
[ebuild  N    ] app-emulation/vmware-server-console-1.0.1.29996-r4  23,314 kB

Total size of downloads: 23,314 kB

!!! Error: The above package list contains packages which cannot be installed
!!!        at the same time on the same system.

For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
Back to top
View user's profile Send private message
b3cks
Veteran
Veteran


Joined: 23 Mar 2004
Posts: 1481
Location: Bremen (GER)

PostPosted: Tue Oct 17, 2006 4:38 pm    Post subject: Reply with quote

Hast du danach auch ein Upgrade von dbus gemacht?
So, dass du eine höhere Version als 0.62 erzielst?
_________________
I am /root and if you see me laughing you better have a backup.
Back to top
View user's profile Send private message
pieter_parker
Veteran
Veteran


Joined: 07 Aug 2006
Posts: 1488
Location: 127.0.0.1

PostPosted: Tue Oct 17, 2006 5:10 pm    Post subject: Reply with quote

nein, noch nicht, ich weiss auch nicht welche .. emerge --search dbus zeig einiges an, und ich bin mir unsicher welches davon ich nun brauche
Back to top
View user's profile Send private message
Mr.Big
Guru
Guru


Joined: 10 Apr 2002
Posts: 424
Location: Königswartha / Germany

PostPosted: Tue Oct 17, 2006 6:11 pm    Post subject: Reply with quote

Mr.Big wrote:


dbus neu emergen und dann klappts auch mit dem Vmware!

J.


was daran verstehst Du nicht ??
einfach
Code:
emerge dbus

das sollte Dir die aktuellste "unstable" Version draufbügeln und damit geht es dann!
Back to top
View user's profile Send private message
Mr.Big
Guru
Guru


Joined: 10 Apr 2002
Posts: 424
Location: Königswartha / Germany

PostPosted: Tue Oct 17, 2006 7:22 pm    Post subject: Reply with quote

Habe es eben nochmal bei mir durchgespielt.
Du mußt noch
Code:
echo ">sys-apps/dbus-0.62" >>/etc/portage/package.mask

ausführen.
Damit bekommst Du mit
Code:
emerge dbus
Version 0.62-r1 installiert.

Und nun endlich sollte
Code:
emerge vmware-server-console
klappen.
;-)
Back to top
View user's profile Send private message
pieter_parker
Veteran
Veteran


Joined: 07 Aug 2006
Posts: 1488
Location: 127.0.0.1

PostPosted: Tue Oct 17, 2006 9:40 pm    Post subject: Reply with quote

installieren war jetzt moeglich..
nach dem bauen hab ich das hier gemacht
Code:

/opt/vmware/server/console/bin/vmware-config-server-console.pl
Configuring fallback GTK+ 2.4 libraries.

The configuration of VMware Server Console completed successfully

aber laufen will die vmware-server-console irgendwie nicht
Code:

vmware-server-console
/usr/bin/vmware-server-console: line 85: /etc/vmware-server-console/locations: Keine Berechtigung
/usr/bin/vmware-server-console: line 177: /lib/wrapper-gtk24.sh: Datei oder Verzeichnis nicht gefunden
/usr/bin/vmware-server-console: line 177: exec: /lib/wrapper-gtk24.sh: cannot execute: Datei oder Verzeichnis nicht gefunden

nur diese fehlermeldung kommt beim aufrufen...
Back to top
View user's profile Send private message
Mr.Big
Guru
Guru


Joined: 10 Apr 2002
Posts: 424
Location: Königswartha / Germany

PostPosted: Tue Oct 17, 2006 9:44 pm    Post subject: Reply with quote

User in gruppe "vmware" ???
Back to top
View user's profile Send private message
pieter_parker
Veteran
Veteran


Joined: 07 Aug 2006
Posts: 1488
Location: 127.0.0.1

PostPosted: Tue Oct 17, 2006 9:53 pm    Post subject: Reply with quote

der user als der ich im kde bin ist in der gruppe vmware, ja
Back to top
View user's profile Send private message
Mr.Big
Guru
Guru


Joined: 10 Apr 2002
Posts: 424
Location: Königswartha / Germany

PostPosted: Tue Oct 17, 2006 9:58 pm    Post subject: Reply with quote

pieter_parker wrote:
der user als der ich im kde bin ist in der gruppe vmware, ja


nach dem hizufügen zur gruppe vmware auch mal neu angemeldet ???

existiert "/etc/vmware-server-console/locations" ???
Back to top
View user's profile Send private message
pieter_parker
Veteran
Veteran


Joined: 07 Aug 2006
Posts: 1488
Location: 127.0.0.1

PostPosted: Tue Oct 17, 2006 9:59 pm    Post subject: Reply with quote

hab mich ab und neu angemeldet .. nun funktioniert es, ich kann die vmware-server-console starten
yeah

neulich war das schonmal so, ich weiss nicht mehr genau bei was, aber da musste ich mich auch erst ab und neu anmelden damit er das was ich in /etc/group hinzugefuegt habe geschluckt hat
warum ist das so?
gibt es eine moeglichkeit solche aenderungen ohne ab und an melden durchzufuehren?
Back to top
View user's profile Send private message
tuxian
l33t
l33t


Joined: 26 Jan 2004
Posts: 766
Location: Austria

PostPosted: Wed Oct 18, 2006 9:02 am    Post subject: Reply with quote

Nein, du musst dich neu anmelden da erst beim Anmelden der Inhalt von /etc/group (erneut) ausgewertet wird.
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