VMware vmplayer failing to launch VM on Ubuntu: “Could not open /dev/vmmon” Unicorn Meta...
What is the best way to deal with NPC-NPC combat?
"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"
What’s with the clanks in Endgame?
Married in secret, can marital status in passport be changed at a later date?
Passing args from the bash script to the function in the script
Would reducing the reference voltage of an ADC have any effect on accuracy?
Are these square matrices always diagonalisable?
How to open locks without disable device?
What was Apollo 13's "Little Jolt" after MECO?
How would I use different systems of magic when they are capable of the same effects?
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
A Dictionary or Encyclopedia of Fantasy or Fairy Tales from the 1960s
Protagonist's race is hidden - should I reveal it?
What to do with someone that cheated their way through university and a PhD program?
All ASCII characters with a given bit count
Are all CP/M-80 implementations binary compatible?
What is the ongoing value of the Kanban board to the developers as opposed to management
Did the Roman Empire have penal colonies?
A strange hotel
Trumpet valves, lengths, and pitch
What's parked in Mil Moscow helicopter plant?
The art of proof summarizing. Are there known rules, or is it a purely common sense matter?
Prove the alternating sum of a decreasing sequence converging to 0 is Cauchy.
What *exactly* is electrical current, voltage, and resistance?
VMware vmplayer failing to launch VM on Ubuntu: “Could not open /dev/vmmon”
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow to recover a VMware virtual machinevmware player won't run on CentOS due to missing /dev/vmmon, what could be the problem?VMware tools are not compatible with Ubuntu 11.04Not able to login to Ubuntu 12.04Vmware Player does not start (NOT_IMPLEMENTED)Ubuntu 12.04 Desktop package installed, but can't launch “gnome-terminal”, “cannot open display”VMware Player / VMware Workstation installation in KALICan't mount VMware tools cdrom in VMware PlayerFailed to load module during vmware installationGCC Error with VMWare player and Kali linux
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I get the following error when trying to launch an ova VM using VMPlayer on Ubuntu 12.04
Could not open /dev/vmmon: No such file or directory. Please make sure the kernel module 'vmmon' is loaded
I checked with lsmod and it was indeed not loaded. When i try to load the module using "modprobe -v vmmon", i get the following error:-
insmod /lib/modules/3.5.0-37-generic/misc/vmmon.ko
FATAL: Error inserting vmmon (/lib/modules/3.5.0-37-generic/misc/vmmon.ko): Invalid module format
Then I found from the VMware forums the following suggestion:-
sudo mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old
sudo vmware-modconfig --console --install-all --appname="VMware Player" --icon="vmware-player"
This does a lot of compilation, which I guess is to compile the module again, but I get the following output at the end of it:-
Starting VMware services:
Virtual machine monitor failed
Virtual machine communication interface done
VM communication interface socket family done
Blocking file system done
Virtual ethernet done
VMware Authentication Daemon done
Unable to start services
After this I get the same error as the start of the whole process. This has got me completely stumped for 2 days now, any help will be highly appreciated :(
ubuntu-12.04 vmware-player
bumped to the homepage by Community♦ 17 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from serverfault.com Aug 6 '13 at 12:50
This question came from our site for system and network administrators.
add a comment |
I get the following error when trying to launch an ova VM using VMPlayer on Ubuntu 12.04
Could not open /dev/vmmon: No such file or directory. Please make sure the kernel module 'vmmon' is loaded
I checked with lsmod and it was indeed not loaded. When i try to load the module using "modprobe -v vmmon", i get the following error:-
insmod /lib/modules/3.5.0-37-generic/misc/vmmon.ko
FATAL: Error inserting vmmon (/lib/modules/3.5.0-37-generic/misc/vmmon.ko): Invalid module format
Then I found from the VMware forums the following suggestion:-
sudo mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old
sudo vmware-modconfig --console --install-all --appname="VMware Player" --icon="vmware-player"
This does a lot of compilation, which I guess is to compile the module again, but I get the following output at the end of it:-
Starting VMware services:
Virtual machine monitor failed
Virtual machine communication interface done
VM communication interface socket family done
Blocking file system done
Virtual ethernet done
VMware Authentication Daemon done
Unable to start services
After this I get the same error as the start of the whole process. This has got me completely stumped for 2 days now, any help will be highly appreciated :(
ubuntu-12.04 vmware-player
bumped to the homepage by Community♦ 17 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from serverfault.com Aug 6 '13 at 12:50
This question came from our site for system and network administrators.
add a comment |
I get the following error when trying to launch an ova VM using VMPlayer on Ubuntu 12.04
Could not open /dev/vmmon: No such file or directory. Please make sure the kernel module 'vmmon' is loaded
I checked with lsmod and it was indeed not loaded. When i try to load the module using "modprobe -v vmmon", i get the following error:-
insmod /lib/modules/3.5.0-37-generic/misc/vmmon.ko
FATAL: Error inserting vmmon (/lib/modules/3.5.0-37-generic/misc/vmmon.ko): Invalid module format
Then I found from the VMware forums the following suggestion:-
sudo mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old
sudo vmware-modconfig --console --install-all --appname="VMware Player" --icon="vmware-player"
This does a lot of compilation, which I guess is to compile the module again, but I get the following output at the end of it:-
Starting VMware services:
Virtual machine monitor failed
Virtual machine communication interface done
VM communication interface socket family done
Blocking file system done
Virtual ethernet done
VMware Authentication Daemon done
Unable to start services
After this I get the same error as the start of the whole process. This has got me completely stumped for 2 days now, any help will be highly appreciated :(
ubuntu-12.04 vmware-player
I get the following error when trying to launch an ova VM using VMPlayer on Ubuntu 12.04
Could not open /dev/vmmon: No such file or directory. Please make sure the kernel module 'vmmon' is loaded
I checked with lsmod and it was indeed not loaded. When i try to load the module using "modprobe -v vmmon", i get the following error:-
insmod /lib/modules/3.5.0-37-generic/misc/vmmon.ko
FATAL: Error inserting vmmon (/lib/modules/3.5.0-37-generic/misc/vmmon.ko): Invalid module format
Then I found from the VMware forums the following suggestion:-
sudo mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old
sudo vmware-modconfig --console --install-all --appname="VMware Player" --icon="vmware-player"
This does a lot of compilation, which I guess is to compile the module again, but I get the following output at the end of it:-
Starting VMware services:
Virtual machine monitor failed
Virtual machine communication interface done
VM communication interface socket family done
Blocking file system done
Virtual ethernet done
VMware Authentication Daemon done
Unable to start services
After this I get the same error as the start of the whole process. This has got me completely stumped for 2 days now, any help will be highly appreciated :(
ubuntu-12.04 vmware-player
ubuntu-12.04 vmware-player
asked Aug 6 '13 at 12:47
xkcdxkcd
13613
13613
bumped to the homepage by Community♦ 17 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 17 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from serverfault.com Aug 6 '13 at 12:50
This question came from our site for system and network administrators.
migrated from serverfault.com Aug 6 '13 at 12:50
This question came from our site for system and network administrators.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
uninstall it as root, and reinstall. this will likely fix the issue for you.
1
No, didn't work. Same errors.
– xkcd
Aug 7 '13 at 13:35
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f628586%2fvmware-vmplayer-failing-to-launch-vm-on-ubuntu-could-not-open-dev-vmmon%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
uninstall it as root, and reinstall. this will likely fix the issue for you.
1
No, didn't work. Same errors.
– xkcd
Aug 7 '13 at 13:35
add a comment |
uninstall it as root, and reinstall. this will likely fix the issue for you.
1
No, didn't work. Same errors.
– xkcd
Aug 7 '13 at 13:35
add a comment |
uninstall it as root, and reinstall. this will likely fix the issue for you.
uninstall it as root, and reinstall. this will likely fix the issue for you.
answered Aug 6 '13 at 14:17
johnshen64johnshen64
4,2991311
4,2991311
1
No, didn't work. Same errors.
– xkcd
Aug 7 '13 at 13:35
add a comment |
1
No, didn't work. Same errors.
– xkcd
Aug 7 '13 at 13:35
1
1
No, didn't work. Same errors.
– xkcd
Aug 7 '13 at 13:35
No, didn't work. Same errors.
– xkcd
Aug 7 '13 at 13:35
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f628586%2fvmware-vmplayer-failing-to-launch-vm-on-ubuntu-could-not-open-dev-vmmon%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown