Remote Exploit Forums

Go Back   Remote Exploit Forums > BackTrack News


BackTrack News Updated BackTrack news from Offensive Security blog

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-20-2009, 10:58 AM
muts
 
Join Date: Jan 2006
Posts: 149
Default Installing VMWare Workstation 6.5.2 On BackTrack 4

As usual, brand new kernel woes with VMware. Here’s a quick way to patch up VMware 6.5.2 to get the modules to compile.* Start by downloading and installing VMWare Workstation 6.5.2. Once that’s done, run the following commands: rmmod kvm_intel kvm echo kvm >> /etc/modprobe.d/blacklist cd /tmp wget http://www.offensive-security.com/to...-patch.tar.bz2 tar jxpf bt4-vmware-workstation-patch.tar.bz2 chmod 755 vmware-6.5.2-modules-2.6.29-fix* ./vmware-6.5.2-modules-2.6.29-fix.sh vmware-modconfig –console –install-all vmware Done!

More...
Reply With Quote
  #2 (permalink)  
Old 06-24-2009, 05:21 AM
skaus's Avatar
Just burned his ISO
 
Join Date: Jun 2009
Posts: 3
Default Problem installing VMware Workstation

When trying to install VMWare workstation on BT4 pre final I get the following error:

root@BT:~# rpm -i VMware-Workstation.rpm
error: Failed dependencies:
/bin/sh is needed by VMware-Workstation-6.5.1-126130.i386

I forced the install by using:

rpm -i VMware-Workstation.rpm --nodeps

When trying to follow your guide below, I got the following error:

root@BT:~# rmmod kvm_intel kvm
ERROR: Module kvm_intel does not exist in /proc/modules
ERROR: Module kvm does not exist in /proc/modules

I have tried converting the .rpm into a .deb using:

fakeroot alien --scripts VMware-Workstation.rpm

This enabled the file to install without any error messages, but the modules still do not compile. I retried: rmmod kvm_intel kvm and got the same error message.

Needless to say I'm a little stumped!

EDIT: I skipped through the guide and started with the wget line and everything else has worked perfectly. Should have tried that really before making this post.

Silly me!
__________________
Pain is a sensation, and as with all sensations it's there to be enjoyed!

Last edited by skaus; 06-24-2009 at 05:28 AM.
Reply With Quote
  #3 (permalink)  
Old 07-12-2009, 02:33 AM
Junior Member
 
Join Date: Feb 2009
Posts: 9
Default

I do get the same error as yours, and i don't really get your wget command. Would you provide me a link for that ?

I did download the .rpm file, then convert it to .deb and I tried to install using
Code:
dpkg -i *.deb
The next thing I did,
Code:
rmmod kvm_intel kvm
ERROR: Module kvm_intel does not exist in /proc/modules
ERROR: Module kvm does not exist in /proc/modules
Would u explain it briefly how to get it working ?
Reply With Quote
  #4 (permalink)  
Old 07-12-2009, 04:49 PM
skaus's Avatar
Just burned his ISO
 
Join Date: Jun 2009
Posts: 3
Default

The following list of commands to get VMWare running come from the offensive security websites blog, as linked to by muts in the first post in this thread.

rmmod kvm_intel kvm
echo blacklist kvm >> /etc/modprobe.d/blacklist
cd /tmp
wget www . offensive-security.com/tools/bt4-vmware-workstation-patch.tar.bz2
tar jxpf bt4-vmware-workstation-patch.tar.bz2
chmod 755 vmware-6.5.2-modules-2.6.29-fix*
./vmware-6.5.2-modules-2.6.29-fix.sh
vmware-modconfig –console –install-all
vmware

After I had installed VMware as a .deb file, I got the same error message as you starting with the rmmod line listed above. I skipped the first three lines and started with the wget command and continued through the sequence as listed above.

VMWare is now running without any problems on my machine.

Hope that makes it a little clearer for you!

Note: I am not yet allowed to post links to other websites, so you will need to edit the url in the wget line. Just remove the spaces after www and before offensive.
__________________
Pain is a sensation, and as with all sensations it's there to be enjoyed!
Reply With Quote
  #5 (permalink)  
Old 07-22-2009, 09:20 AM
-=DDOS=-'s Avatar
Junior Member
 
Join Date: Apr 2009
Posts: 17
Default

thanks alot >>

there is some thing else

i need to enable drag and drop "cp & cut" butween windows and vmware program
to be able to copy files and commands direct from windows interface to vmware BT4 pre which running from windows

its alredy enabled in bt4 beta
__________________
:: iF YOu hAvE nO iDeA aBoUt mE, pReSS F1 fOr hElP ::
Reply With Quote
  #6 (permalink)  
Old 07-24-2009, 12:48 PM
waxlrose's Avatar
Junior Member
 
Join Date: Feb 2009
Posts: 27
Default

Quote:
Originally Posted by Detail-Pls View Post

The next thing I did,
Code:
rmmod kvm_intel kvm
ERROR: Module kvm_intel does not exist in /proc/modules
ERROR: Module kvm does not exist in /proc/modules
Would u explain it briefly how to get it working ?
Same issue...muts posted this rmmod but for his XPS specific configuration obviously!
Reply With Quote
  #7 (permalink)  
Old 07-24-2009, 12:59 PM
waxlrose's Avatar
Junior Member
 
Join Date: Feb 2009
Posts: 27
Default

KVM is a virtualization of it's own. Just like Xen, VMW can't work on that kernel.
Reply With Quote
  #8 (permalink)  
Old 07-24-2009, 08:56 PM
I Stupid !'s Avatar
Junior Member
 
Join Date: Apr 2009
Location: dark world
Posts: 9
Send a message via MSN to I Stupid ! Send a message via Skype™ to I Stupid !
Default Installing VMWare Workstation 6.5.2 On BackTrack 4

when install with install guide on blog I see :
root@m3onh0x84-desktop:/tmp# ./vmware-6.5.2-modules-2.6.29-fix.sh
./vmware-6.5.2-modules-2.6.29-fix.sh: line 17: cd: /usr/lib/vmware/modules/source: No such file or directory
Sorry, no tar files found in /usr/lib/vmware/modules/source

Last edited by I Stupid !; 07-24-2009 at 08:58 PM. Reason: missing
Reply With Quote
  #9 (permalink)  
Old 07-24-2009, 10:40 PM
waxlrose's Avatar
Junior Member
 
Join Date: Feb 2009
Posts: 27
Default

Quote:
Originally Posted by I Stupid ! View Post
when install with install guide on blog I see :
root@m3onh0x84-desktop:/tmp# ./vmware-6.5.2-modules-2.6.29-fix.sh
./vmware-6.5.2-modules-2.6.29-fix.sh: line 17: cd: /usr/lib/vmware/modules/source: No such file or directory
Sorry, no tar files found in /usr/lib/vmware/modules/source
Repeat whole procedure step by step then I will be able to give you more accurate answer!
Reply With Quote
  #10 (permalink)  
Old 07-25-2009, 01:52 AM
I Stupid !'s Avatar
Junior Member
 
Join Date: Apr 2009
Location: dark world
Posts: 9
Send a message via MSN to I Stupid ! Send a message via Skype™ to I Stupid !
Question Installing VMWare Workstation 6.5.2 On BackTrack 4

I can not reply cause my post have url
And I just try synaptic install vmware but not success

Last edited by I Stupid !; 07-25-2009 at 01:57 AM. Reason: missing
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:21 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2