Linux IC 3.2 on CentOS 6.2
-
Friday, February 24, 2012 6:33 PM
All Replies
-
Saturday, February 25, 2012 3:26 AM
You are trying to run from a mounted CD ROM. By default in Red Hat based Linux distributions, this is prohibited. The easy fix is to copy the file(a) to a folder on the drive. Use /home/user/downloads for example. Then you can run the command from there.- Proposed As Answer by koffi2k Saturday, February 25, 2012 8:30 AM
- Marked As Answer by Mike Sterling [MSFT]Owner Monday, February 27, 2012 6:36 PM
-
Monday, February 27, 2012 1:10 PM
Become root (sudo su - ) and try to change the current directory and execute the install script from here then:
cd /media
./install.sh
Regards,
Hermann Maurer
- Marked As Answer by Mike Sterling [MSFT]Owner Monday, February 27, 2012 6:36 PM
- Edited by Hermann Maurer Tuesday, February 28, 2012 9:32 AM typo
-
Wednesday, March 07, 2012 1:34 PM
Looks like there's a bug in the script. It doesn't descent in to the directory. So you need to cd in to /media yourself
-
Sunday, August 12, 2012 3:13 AM
cd /media
./install.sh
Installing the Linux Integration Services for Microsoft Hyper-V...
warning: kmod-microsoft-hyper-v-rhel6-43.1.x86_64.rpm: Header V3 DSA/SHA1 Signat
ure, key ID 6a39758c: NOKEY
error: Failed dependencies:
kernel(clocksource_register) = 0xd88be65d is needed by kmod-microsoft-hy
per-v-rhel6-43.1.x86_64
Kmod RPM installation failed, Exiting -
Saturday, December 01, 2012 3:25 AM
I am also having this issue with cd /media not helping as I have already tried that
-
Saturday, May 04, 2013 8:00 AMme too Brian Steingraber :(

