Advertisement
Guest User

Untitled

a guest
Aug 4th, 2011
2,200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. Installing VMware Tools.
  2.  
  3. In which directory do you want to install the binary files?
  4. [/usr/bin]
  5. What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
  6. [/etc]
  7. What is the directory that contains the init scripts?
  8. [/etc/init.d]
  9. In which directory do you want to install the daemon files?
  10. [/usr/sbin]
  11. In which directory do you want to install the library files?
  12. [/usr/lib/vmware-tools]
  13. In which directory do you want to install the documentation files?
  14. [/usr/share/doc/vmware-tools]
  15.  
  16. The path "/usr/share/doc/vmware-tools" does not exist currently. This program
  17. is going to create it, including needed parent directories. Is this what you
  18. want? [yes]
  19.  
  20. The installation of VMware Tools 8.6.0 build-425873 for Linux completed
  21. successfully. You can decide to remove this software from your system at any
  22. time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".
  23.  
  24. Before running VMware Tools for the first time, you need to configure it by
  25. invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
  26. this program to invoke the command for you now? [yes]
  27.  
  28. Initializing...
  29.  
  30. Use of uninitialized value $subLevel in split at /usr/bin/vmware-config-tools.pl line 5250.
  31. Use of uninitialized value $subLevel in concatenation (.) or string at /usr/bin/vmware-config-tools.pl line 5251.
  32. Argument "0-3-server" isn't numeric in multiplication (*) at /usr/bin/vmware-config-tools.pl line 4799.
  33. Use of uninitialized value $subLevel in addition (+) at /usr/bin/vmware-config-tools.pl line 4799.
  34.  
  35.  
  36. Making sure services for VMware Tools are stopped.
  37.  
  38.  
  39.  
  40. [EXPERIMENTAL] The VMware FileSystem Sync Driver (vmsync) is a new feature that
  41. creates backups of virtual machines. Please refer to the VMware Knowledge Base
  42. for more details on this capability. Do you wish to enable this feature?
  43. [no]
  44. Unable to initialize kernel module configuration
  45. Unable to initialize kernel module query interface
  46. Unable to initialize kernel module query interface
  47.  
  48. Before you can compile modules, you need to have the following installed...
  49.  
  50. make
  51. gcc
  52. kernel headers of the running kernel
  53.  
  54.  
  55. Searching for GCC...
  56. The path "" is not valid path to the gcc binary.
  57. Would you like to change it? [yes]
  58.  
  59. What is the location of the gcc program on your machine?
  60.  
  61. The path "" is not valid path to the gcc binary.
  62. Would you like to change it? [yes] no
  63.  
  64. Searching for a valid kernel header path...
  65. The path "" is not a valid path to the 3.0-3-server kernel headers.
  66. Would you like to change it? [yes] yes
  67.  
  68. Enter the path to the kernel header files for the 3.0-3-server kernel? /lib64/modules/3.0-3-server/build/kernel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement