Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2005-06-28 14:09:59
Size: 648
Editor: ID00243
Comment:
Revision 4 as of 2008-10-03 20:18:37
Size: 1904
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * First Install the VMware RPM package
 * Download vmware-any-any-update package from http://platan.vc.cvut.cz/ftp/pub/vmware/
 * Untar the .tar.gz, run {{{
 * You'll need to get the latest "update" from the following site.{{{
http://platan.vc.cvut.cz/ftp/pub/vmware/
}}}It is named vmware-any-any-update<NUMBER>.tar.gz . Pull down this file to /tmp and extract it. Go into the directory it made and run "./runme.pl" . If it asks to overwrite vmmon.tar, tell it NO. If it asks to overwrite vmnet.tar, tell it YES. Go through the regular steps you are used to to build the vm modules and everything should be good after that.
 * Step by step: Turn off vmware service loading at boot time...{{{
chkconfig --level 0123456 vmware off
}}}Reboot...{{{
init 6
}}}(go through normal boot process and login etc...) Pull down the latest vmware-any-any-update file...{{{
wget http://platan.vc.cvut.cz/ftp/pub/vm...update91.tar.gz
}}} Untar it...{{{
tar zxvf vmware-any-any-update91.tar.gz
}}} Go to its directory...{{{
cd vmware-any-any-update91
}}} Run runme.pl ...{{{
Line 7: Line 18:
}}} in the directory. }}} This is what you should see...{{{
The file /usr/lib/vmware/modules/source/vmmon.tar that this script was about to
install already exists. Overwrite? [yes] NO
The file /usr/lib/vmware/modules/source/vmnet.tar that this script was about to
install already exists. Overwrite? [yes] YES
etc...
}}}
 * You should be done... Don't forget to turn the vmware service back on when you are done...{{{
chkconfig --level 345 vmware on
}}}
Line 9: Line 29:
 * Some unknown conflicts betwen the FC4 GTK package and the GTK package that VMWare uses. Start vmware from the command line: {{{  * Some unknown conflicts betwen the FC4 GTK package and the GTK package that VMWare uses, or you may want to run vmware on a remote X server that does not have a proper GTK, start vmware from the command line: {{{

VMWare 5.0 on Fedora Core 4

  • You'll need to get the latest "update" from the following site.

    http://platan.vc.cvut.cz/ftp/pub/vmware/

    It is named vmware-any-any-update<NUMBER>.tar.gz . Pull down this file to /tmp and extract it. Go into the directory it made and run "./runme.pl" . If it asks to overwrite vmmon.tar, tell it NO. If it asks to overwrite vmnet.tar, tell it YES. Go through the regular steps you are used to to build the vm modules and everything should be good after that.

  • Step by step: Turn off vmware service loading at boot time...

    chkconfig --level 0123456 vmware off

    Reboot...

    init 6

    (go through normal boot process and login etc...) Pull down the latest vmware-any-any-update file...

    wget http://platan.vc.cvut.cz/ftp/pub/vm...update91.tar.gz

    Untar it...

    tar zxvf vmware-any-any-update91.tar.gz

    Go to its directory...

    cd vmware-any-any-update91

    Run runme.pl ...

    ./runme.pl

    This is what you should see...

    The file /usr/lib/vmware/modules/source/vmmon.tar that this script was about to
    install already exists. Overwrite? [yes] NO
    The file /usr/lib/vmware/modules/source/vmnet.tar that this script was about to
    install already exists. Overwrite? [yes] YES
    etc...
  • You should be done... Don't forget to turn the vmware service back on when you are done...

    chkconfig --level 345 vmware on
  • Follow the instruction and run vmware-config.pl at the end.

  • Some unknown conflicts betwen the FC4 GTK package and the GTK package that VMWare uses, or you may want to run vmware on a remote X server that does not have a proper GTK, start vmware from the command line:

    LD_LIBRARY_PATH= VMWARE_USE_SHIPPED_GTK=yes vmware
  • You may also change the GNOME launcher command for vmware in /etc/share/application to:

    sh -c "LD_LIBRARY_PATH= VMWARE_USE_SHIPPED_GTK=yes vmware"

JunHu: JunHu/Memo/Vmware5OnFedoraCore4 (last edited 2008-10-03 20:18:37 by localhost)