![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Installation & Upgrades For questions about upgrading and installation of your new Ubuntu OS. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Way Too Much Ubuntu
![]() |
Can't remove VMware-player
So I attempted installing vmware player for no particular reason (just to mess around with) and got the following error
Code:
Starting VMware services: Virtual machine monitor done Virtual ethernet done Bridged networking on /dev/vmnet0 failed Host-only networking on /dev/vmnet1 (background) done Host-only networking on /dev/vmnet8 (background) done NAT service on /dev/vmnet8 failed invoke-rc.d: initscript vmware-player, action "start" failed. dpkg: error processing vmware-player (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: vmware-player E: Sub-process /usr/bin/dpkg returned an error code (1) When attempting to remove VMware-player I get the following error: Code:
Stopping VMware services: Virtual machine monitor done 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 invoke-rc.d: initscript vmware-player, action "stop" failed. dpkg: error processing vmware-player (--remove): subprocess pre-removal script returned error exit status 1 Starting VMware services: Virtual machine monitor done Virtual ethernet done Bridged networking on /dev/vmnet0 failed Host-only networking on /dev/vmnet1 (background) done Host-only networking on /dev/vmnet8 (background) done NAT service on /dev/vmnet8 done invoke-rc.d: initscript vmware-player, action "start" failed. dpkg: error while cleaning up: subprocess post-installation script returned error exit status 1 Errors were encountered while processing: vmware-player E: Sub-process /usr/bin/dpkg returned an error code (1) Last edited by Thingymebob; May 5th, 2007 at 06:33 PM.. |
|
|
|
|
|
#2 |
|
I Ubuntu, Therefore, I Am
![]() Join Date: Mar 2006
Beans: 6,633
|
Re: Can't remove VMware-player
Code:
sudo apt-get remove --purge program_name if this don´t work delete vmplayer folder in etc |
|
|
|
|
|
#3 |
|
Way Too Much Ubuntu
![]() |
Re: Can't remove VMware-player
apt-get remove --purge fails in the same way as plain apt-get remove, haven't attempted deleting folder in etc yet although from KyleYankans response I'm guessing this isn't going to work either.
|
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() |
Re: Can't remove VMware-player
I'm having the same problem... I've been reading about some uninstall script? but I cant find it anywhere on my system. its supposed to be in /usr/bin
|
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2007
Beans: 23
|
Re: Can't remove VMware-player
I'm getting a similair error. I tried this:
Code:
kyle@Brandy:/$ sudo apt-get remove --purge vmware-player Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: vmware-player* 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. 1 not fully installed or removed. Need to get 0B of archives. After unpacking 32.1MB disk space will be freed. Do you want to continue [Y/n]? Y (Reading database ... 159406 files and directories currently installed.) Removing vmware-player ... /etc/init.d/vmware-player: 175: vmware_product_name: not found Warning: Unable to find 's main database /etc/vmware/locations. invoke-rc.d: initscript vmware-player, action "stop" failed. dpkg: error processing vmware-player (--purge): subprocess pre-removal script returned error exit status 1 /etc/init.d/vmware-player: 175: vmware_product_name: not found Warning: Unable to find 's main database /etc/vmware/locations. invoke-rc.d: initscript vmware-player, action "start" failed. dpkg: error while cleaning up: subprocess post-installation script returned error exit status 1 Errors were encountered while processing: vmware-player E: Sub-process /usr/bin/dpkg returned an error code (1) kyle@Brandy:/$ sudo apt-get remove --force --purge vmware-player E: Command line option --force is not understood |
|
|
|
|
|
#6 |
|
Way Too Much Ubuntu
![]() |
Should have tried this sooner, sorry everyone!
Reboot in single user (Recovery Mode) Code:
apt-get remove vmware-player |
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2007
Beans: 12
|
Re: Can't remove VMware-player
Or just:
Code:
sudo killall vmnet-natd Code:
sudo apt-get remove --purge vmware-player |
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2006
Beans: 29
|
Re: Can't remove VMware-player
|
|
|
|
|
|
#9 |
|
A Carafe of Ubuntu
![]() Join Date: Apr 2007
Beans: 82
Hardy Heron (Ubuntu Development)
|
|
|
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2007
Beans: 6
|
Re: Can't remove VMware-player
Slightly off the thread point, I wanted to keep my functioning VMPlayer (ver. 1, from the Applications | Add/Remove menu). However, every time I wanted to install something else, it would trigger an attempted re-install of the player. I would decline every overwrite request, and the player kept funtioning (thank God), but it was a growing annoyance.
I found the solution at: https://bugs.launchpad.net/ubuntu/+s...957/comments/8 and https://bugs.launchpad.net/ubuntu/+s...yer/+bug/57957 I'm still pretty nooby, and it's not for the faint of heart, but it worked to solve my "VMWare Player half installed state" problem. It involved finding and turning off the script which was triggering the installation routine. It got that way because I botched a couple of VMPlayer installs, including ver. 1 and the ver.2 tarball from VMWare, before I got it working (hint - using the "Run from Terminal" option if you get Ver.1, when you're setting up your link to the executable, works for me.). A similar approach may be necessary for other offending scripts which keep triggering whatever program is it that's running in Applications | Add/Remove (aptitude?). Old Skibum |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|