VMware vmplayer failing to launch VM on Ubuntu: “Could not open /dev/vmmon”
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
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
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
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,2691211
4,2691211
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