zoukankan      html  css  js  c++  java
  • vmware tools安装日志

    open-vm-tools are available from the OS vendor and VMware recommends using
    open-vm-tools. See http://kb.vmware.com/kb/2073803 for more information.
    Do you still want to proceed with this legacy installer? [no] yes

    Creating a new VMware Tools installer database using the tar4 format.

    Installing VMware Tools.

    In which directory do you want to install the binary files?
    [/usr/bin]

    What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
    [/etc]

    What is the directory that contains the init scripts?
    [/etc/init.d]

    In which directory do you want to install the daemon files?
    [/usr/sbin]

    In which directory do you want to install the library files?
    [/usr/lib/vmware-tools]

    The path "/usr/lib/vmware-tools" does not exist currently. This program is
    going to create it, including needed parent directories. Is this what you want?
    [yes]

    In which directory do you want to install the common agent library files?
    [/usr/lib]

    In which directory do you want to install the common agent transient files?
    [/var/lib]

    In which directory do you want to install the documentation files?
    [/usr/share/doc/vmware-tools]

    The path "/usr/share/doc/vmware-tools" does not exist currently. This program
    is going to create it, including needed parent directories. Is this what you
    want? [yes]

    The installation of VMware Tools 10.0.10 build-4301679 for Linux completed
    successfully. You can decide to remove this software from your system at any
    time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".

    Before running VMware Tools for the first time, you need to configure it by
    invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
    this program to invoke the command for you now? [yes]

    Initializing...


    Making sure services for VMware Tools are stopped.

    Stopping Thinprint services in the virtual machine:
    Stopping Virtual Printing daemon: done
    Stopping VMware Tools services in the virtual machine:
    Guest operating system daemon: done
    VMware User Agent (vmware-user): done
    Unmounting HGFS shares: done
    Guest filesystem driver: done


    update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
    update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
    The module vmci has already been installed on this system by another installer
    or package and will not be modified by this installer.

    The module vsock has already been installed on this system by another installer
    or package and will not be modified by this installer.

    The module vmxnet3 has already been installed on this system by another
    installer or package and will not be modified by this installer.

    The module pvscsi has already been installed on this system by another
    installer or package and will not be modified by this installer.

    The module vmmemctl has already been installed on this system by another
    installer or package and will not be modified by this installer.

    The VMware Host-Guest Filesystem allows for shared folders between the host OS
    and the guest OS in a Fusion or Workstation virtual environment. Do you wish
    to enable this feature? [yes]

    The vmxnet driver is no longer supported on kernels 3.3 and greater. Please
    upgrade to a newer virtual NIC. (e.g., vmxnet3 or e1000e)

    The vmblock enables dragging or copying files between host and guest in a
    Fusion or Workstation virtual environment. Do you wish to enable this feature?
    [yes]

    VMware automatic kernel modules enables automatic building and installation of
    VMware kernel modules at boot that are not already present. This feature can
    be enabled/disabled by re-running vmware-config-tools.pl.

    Would you like to enable VMware automatic kernel modules?
    [no]

    Thinprint provides driver-free printing. Do you wish to enable this feature?
    [yes]


    Disabling timer-based audio scheduling in pulseaudio.

    Do you want to enable Guest Authentication (vgauth)? Enabling vgauth is needed
    if you want to enable Common Agent (caf). [yes]

    Do you want to enable Common Agent (caf)? [yes]

    Detected X server version 1.18.3

    Distribution provided drivers for Xorg X server are used.

    Skipping X configuration because X drivers are not included.

    Creating a new initrd boot image for the kernel.
    update-initramfs: Generating /boot/initrd.img-4.4.0-64-generic
    Generating the key and certificate files.
    Successfully generated the key and certificate files.
    Starting Virtual Printing daemon: done
    Checking acpi hot plug done
    Starting VMware Tools services in the virtual machine:
    Switching to guest configuration: done
    Guest filesystem driver: done
    Mounting HGFS shares: done
    Blocking file system: done
    Guest operating system daemon: done
    VGAuthService: done
    Common Agent: done
    The configuration of VMware Tools 10.0.10 build-4301679 for Linux for this
    running kernel completed successfully.

    You must restart your X session before any mouse or graphics changes take
    effect.

    You can now run VMware Tools by invoking "/usr/bin/vmware-toolbox-cmd" from the
    command line.

    To enable advanced X features (e.g., guest resolution fit, drag and drop, and
    file and text copy/paste), you will need to do one (or more) of the following:
    1. Manually start /usr/bin/vmware-user
    2. Log out and log back into your desktop session; and,
    3. Restart your X session.

    Enjoy,

    --the VMware team

    Found VMware Tools CDROM mounted at /media/ubuntu/VMware Tools. Ejecting device
    /dev/sr0 ...

  • 相关阅读:
    c语言,动态数组
    利用Word来发布博客到博客园(onenote类似)
    c语言,volatile
    c语言,变长数组
    C语言,sprintf与sscanf函数[总结]
    c语言,数组和指针
    Linux的notifier机制的应用
    Linux进程上下文切换过程context_switch详解--Linux进程的管理与调度(二十一)
    内核线程的进程描述符task_struct中的mm和active_mm
    Linux用户抢占和内核抢占详解(概念, 实现和触发时机)--Linux进程的管理与调度(二十)
  • 原文地址:https://www.cnblogs.com/wendelhuang/p/6638524.html
Copyright © 2011-2022 走看看