Start Vmware tools in Centos
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I have build and installed vmtools from source in my bit Centos 7, but have no idea how to make it run. I have files in /usr/local/bin
:
VGAuthService vmware-checkvm vmware-hgfsclient vmware-rpctool vmware-user vmware-vgauth-cmd vmware-xferlogs
vmtoolsd vmware-guestproxycerttool vmware-namespace-cmd vmware-toolbox-cmd vmware-user-suid-wrapper vmware-vgauth-smoketest
I also have file /usr/local/etc/xdg/autostart/vmware-user.desktop
with content:
[Desktop Entry]
Type=Application
Encoding=UTF-8
Exec=/usr/local/bin/vmware-user-suid-wrapper
Name=VMware User Agent
# KDE bug 190522: KDE does not autostart items with NoDisplay=true...
# NoDisplay=true
X-KDE-autostart-phase=1
Ho to make vmware tools run? How to know it is running?
System restart not helped - I can't copy/paste from/ro host machine.
UPD
ps faux | grep vm
output:
croot 487 0.0 0.3 25140 7316 ? Ss 03:13 0:00 /usr/sbin/lvmetad -f g 26876 0.0 0.0 4952 908 pts/0 S+ 07:31 0:00 _ grep --color=auto vm
UPD
I was following build manual while building and installing tools
autoreconf -i
./configure --without-kernel-modules
make
sudo make install
sudo ldconfig
linux centos vmware
 |Â
show 2 more comments
up vote
1
down vote
favorite
I have build and installed vmtools from source in my bit Centos 7, but have no idea how to make it run. I have files in /usr/local/bin
:
VGAuthService vmware-checkvm vmware-hgfsclient vmware-rpctool vmware-user vmware-vgauth-cmd vmware-xferlogs
vmtoolsd vmware-guestproxycerttool vmware-namespace-cmd vmware-toolbox-cmd vmware-user-suid-wrapper vmware-vgauth-smoketest
I also have file /usr/local/etc/xdg/autostart/vmware-user.desktop
with content:
[Desktop Entry]
Type=Application
Encoding=UTF-8
Exec=/usr/local/bin/vmware-user-suid-wrapper
Name=VMware User Agent
# KDE bug 190522: KDE does not autostart items with NoDisplay=true...
# NoDisplay=true
X-KDE-autostart-phase=1
Ho to make vmware tools run? How to know it is running?
System restart not helped - I can't copy/paste from/ro host machine.
UPD
ps faux | grep vm
output:
croot 487 0.0 0.3 25140 7316 ? Ss 03:13 0:00 /usr/sbin/lvmetad -f g 26876 0.0 0.0 4952 908 pts/0 S+ 07:31 0:00 _ grep --color=auto vm
UPD
I was following build manual while building and installing tools
autoreconf -i
./configure --without-kernel-modules
make
sudo make install
sudo ldconfig
linux centos vmware
If you install vmware tool with this procedure partnerweb.vmware.com/GOSIG/CentOS_7.html#Tools you should be able to just know withps faux | grep vm
you should see an entry with openvm tools
â Kiwy
Apr 10 at 8:19
output ofps faux | grep vm
in UPD
â vico
Apr 10 at 11:39
please edit your question instead of putting useful information inside comments.
â Kiwy
Apr 10 at 11:41
also how did you install the vmware tools ?
â Kiwy
Apr 10 at 11:46
I have comments in UPD regarding build and install
â vico
Apr 10 at 12:00
 |Â
show 2 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have build and installed vmtools from source in my bit Centos 7, but have no idea how to make it run. I have files in /usr/local/bin
:
VGAuthService vmware-checkvm vmware-hgfsclient vmware-rpctool vmware-user vmware-vgauth-cmd vmware-xferlogs
vmtoolsd vmware-guestproxycerttool vmware-namespace-cmd vmware-toolbox-cmd vmware-user-suid-wrapper vmware-vgauth-smoketest
I also have file /usr/local/etc/xdg/autostart/vmware-user.desktop
with content:
[Desktop Entry]
Type=Application
Encoding=UTF-8
Exec=/usr/local/bin/vmware-user-suid-wrapper
Name=VMware User Agent
# KDE bug 190522: KDE does not autostart items with NoDisplay=true...
# NoDisplay=true
X-KDE-autostart-phase=1
Ho to make vmware tools run? How to know it is running?
System restart not helped - I can't copy/paste from/ro host machine.
UPD
ps faux | grep vm
output:
croot 487 0.0 0.3 25140 7316 ? Ss 03:13 0:00 /usr/sbin/lvmetad -f g 26876 0.0 0.0 4952 908 pts/0 S+ 07:31 0:00 _ grep --color=auto vm
UPD
I was following build manual while building and installing tools
autoreconf -i
./configure --without-kernel-modules
make
sudo make install
sudo ldconfig
linux centos vmware
I have build and installed vmtools from source in my bit Centos 7, but have no idea how to make it run. I have files in /usr/local/bin
:
VGAuthService vmware-checkvm vmware-hgfsclient vmware-rpctool vmware-user vmware-vgauth-cmd vmware-xferlogs
vmtoolsd vmware-guestproxycerttool vmware-namespace-cmd vmware-toolbox-cmd vmware-user-suid-wrapper vmware-vgauth-smoketest
I also have file /usr/local/etc/xdg/autostart/vmware-user.desktop
with content:
[Desktop Entry]
Type=Application
Encoding=UTF-8
Exec=/usr/local/bin/vmware-user-suid-wrapper
Name=VMware User Agent
# KDE bug 190522: KDE does not autostart items with NoDisplay=true...
# NoDisplay=true
X-KDE-autostart-phase=1
Ho to make vmware tools run? How to know it is running?
System restart not helped - I can't copy/paste from/ro host machine.
UPD
ps faux | grep vm
output:
croot 487 0.0 0.3 25140 7316 ? Ss 03:13 0:00 /usr/sbin/lvmetad -f g 26876 0.0 0.0 4952 908 pts/0 S+ 07:31 0:00 _ grep --color=auto vm
UPD
I was following build manual while building and installing tools
autoreconf -i
./configure --without-kernel-modules
make
sudo make install
sudo ldconfig
linux centos vmware
edited Apr 10 at 11:50
asked Apr 10 at 7:12
vico
214514
214514
If you install vmware tool with this procedure partnerweb.vmware.com/GOSIG/CentOS_7.html#Tools you should be able to just know withps faux | grep vm
you should see an entry with openvm tools
â Kiwy
Apr 10 at 8:19
output ofps faux | grep vm
in UPD
â vico
Apr 10 at 11:39
please edit your question instead of putting useful information inside comments.
â Kiwy
Apr 10 at 11:41
also how did you install the vmware tools ?
â Kiwy
Apr 10 at 11:46
I have comments in UPD regarding build and install
â vico
Apr 10 at 12:00
 |Â
show 2 more comments
If you install vmware tool with this procedure partnerweb.vmware.com/GOSIG/CentOS_7.html#Tools you should be able to just know withps faux | grep vm
you should see an entry with openvm tools
â Kiwy
Apr 10 at 8:19
output ofps faux | grep vm
in UPD
â vico
Apr 10 at 11:39
please edit your question instead of putting useful information inside comments.
â Kiwy
Apr 10 at 11:41
also how did you install the vmware tools ?
â Kiwy
Apr 10 at 11:46
I have comments in UPD regarding build and install
â vico
Apr 10 at 12:00
If you install vmware tool with this procedure partnerweb.vmware.com/GOSIG/CentOS_7.html#Tools you should be able to just know with
ps faux | grep vm
you should see an entry with openvm toolsâ Kiwy
Apr 10 at 8:19
If you install vmware tool with this procedure partnerweb.vmware.com/GOSIG/CentOS_7.html#Tools you should be able to just know with
ps faux | grep vm
you should see an entry with openvm toolsâ Kiwy
Apr 10 at 8:19
output of
ps faux | grep vm
in UPDâ vico
Apr 10 at 11:39
output of
ps faux | grep vm
in UPDâ vico
Apr 10 at 11:39
please edit your question instead of putting useful information inside comments.
â Kiwy
Apr 10 at 11:41
please edit your question instead of putting useful information inside comments.
â Kiwy
Apr 10 at 11:41
also how did you install the vmware tools ?
â Kiwy
Apr 10 at 11:46
also how did you install the vmware tools ?
â Kiwy
Apr 10 at 11:46
I have comments in UPD regarding build and install
â vico
Apr 10 at 12:00
I have comments in UPD regarding build and install
â vico
Apr 10 at 12:00
 |Â
show 2 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f436706%2fstart-vmware-tools-in-centos%23new-answer', 'question_page');
);
Post as a guest
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
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
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
If you install vmware tool with this procedure partnerweb.vmware.com/GOSIG/CentOS_7.html#Tools you should be able to just know with
ps faux | grep vm
you should see an entry with openvm toolsâ Kiwy
Apr 10 at 8:19
output of
ps faux | grep vm
in UPDâ vico
Apr 10 at 11:39
please edit your question instead of putting useful information inside comments.
â Kiwy
Apr 10 at 11:41
also how did you install the vmware tools ?
â Kiwy
Apr 10 at 11:46
I have comments in UPD regarding build and install
â vico
Apr 10 at 12:00