open-vm-tools-2012.8.8.1-41.1e>UAcvvlALq*vi?Ql$jl_ O%A.EʋM %Γf'k>>Y?Yd  ;DHPTbk  )0) ) ) x) A) )X)%)) L''_'(8*9H*:!*>R+?R3@R;FRCGRX)HR)IS)XS YS \T)]T)^VbXcXdY@eYEfYJlYLzY\YlYYCopen-vm-tools2012.8.8.141.1Open Virtual Machine ToolsOpen Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools. They are a set of guest operating system virtualization components that enhance performance and user experience of virtual machines. As virtualization technology rapidly becomes mainstream, each virtualization solution provider implements their own set of tools and utilities to supplement the guest virtual machine. However, most of the implementations are proprietary and are tied to a specific virtualization platform. With the Open Virtual Machine Tools project, we are hoping to solve this and other related problems. The tools are currently composed of kernel modules for Linux and user-space programs for all VMware supported Unix-like guest operating systems. They provide several useful functions like: * File transfer between a host and guest * Improved memory management and network performance under virtualization * General mechanisms and protocols for communication between host and guests and from guest to guestQlbuild09 qopenSUSE 11.4openSUSEBSD-3-Clause ; GPL-2.0 ; LGPL-2.1http://bugs.opensuse.orgSystem/Emulators/PChttp://open-vm-tools.sourceforge.net/linuxi586 if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/bin/vmware-user-suid-wrapper fi /sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG=$1 FORCE_YES=1 set -- vmtoolsd PNAME=open-vm-tools INSSRV_ARRAY="" while [ ${#*} -gt 0 ] ; do SCRIPTNAME=$1 shift SV_B='^### BEGIN INIT INFO' SV_E='^### END INIT INFO' SV_KW=Default-Enabled SV_VALUE=`sed -n -e "/$SV_B/,/$SV_E/{/^# [^[:space:]]*$SV_KW:[[:space:]]*\([^[:space:]]*\).*/s//\1/p;}" < /etc/init.d/$SCRIPTNAME` test "$FORCE_YES" = "1" && SV_VALUE="yes" test -n "$SV_VALUE" || SV_VALUE="no" INSSRV_ARRAY="$INSSRV_ARRAY $SCRIPTNAME $SV_VALUE" done TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi set -- $INSSRV_ARRAY while [ ${#*} -gt 0 ] ; do SCRIPTNAME=$1 SV_VALUE=$2 shift 2 test -n "$SCRIPTNAME" -a -n "$SV_VALUE" || { echo "SCRIPTNAME or SV_VALUE unknown"; exit 1;} if test "$FIRST_ARG" = "1" -a "$SV_VALUE" = "no" ; then /sbin/insserv ${YAST_IS_RUNNING:+-f} -r /etc/init.d/$SCRIPTNAME elif test "$FIRST_ARG" = "1" -o "$FORCE_YES" = "1" ; then /sbin/insserv ${YAST_IS_RUNNING:+-f} /etc/init.d/$SCRIPTNAME fi done# stop service with the old name (if exists) on update (something like %stop_on_update) test -n "$FIRST_ARG" || FIRST_ARG=$1 if test "$FIRST_ARG" -ge 1 ; then test -f /etc/sysconfig/services && . /etc/sysconfig/services if test "$YAST_IS_RUNNING" != "instsys" ; then /etc/init.d/vmware-guestd stop &> /dev/null || : fi fi test -n "$FIRST_ARG" || FIRST_ARG=$1 if test "$FIRST_ARG" = "0" ; then test -f /etc/sysconfig/services && . /etc/sysconfig/services if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_STOP_ON_REMOVAL" != yes ; then for service in vmtoolsd ; do /etc/init.d/$service stop > /dev/null done fi fi vmware-rpctool "tools.set.version 0" || : test -n "$FIRST_ARG" || FIRST_ARG=$1 if test "$FIRST_ARG" -ge 1 ; then test -f /etc/sysconfig/services && . /etc/sysconfig/services if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_RESTART_ON_UPDATE" != yes ; then for service in vmtoolsd ; do /etc/init.d/$service try-restart > /dev/null || : done fi fi /sbin/insserv /etc/init.d /sbin/ldconfig0t&gpw,&`FV!g91HF큤AAA큤AAAAAA큤Q=Q=Q5Q=Q= 2.24.- Re-Inject pvscsi for older kernel builds.- Update to version 2010-11-17: + Mostly cleanups and bug fixes. + vmxnet3 on Solaris now supports jumbo frames. - For all older updates, please see NEWS. - Add an easy way to enable/disable X tools. Those currently fail to build. - Drop open-vm-tools-libpng14.patch: upstream fixed.- Add vmmemctl.tar.bz2, extracted from open-vm-tools 2010.02.23.- Better logic to easily disable modules that got inlcluded in the Linux Kernel, for bnc#605085.- Re-introduce vmxnet3 on openSUSE <= 11.2. Up to then we have kernel 2.26.31, which does not bring the vmxnet3 driver yet. The driver itself is the last one shipped with open-vm-tools, version 2009.12.16.- Send SIGUSR1 to vmware-user process when the services are being stopped. This possibly solves bnc#544400.- Add open-vm-tools-libpng14.patch to fix build with libpng 1.4.- Update to 2010.03.20: + New i18n support for Tools; it is based on VMware's internal tools + Logging infrastructure has been enhanced and now supports rotation + Bug fixes in several areas (DnD, backup support, thread safety) + Updates in Linux kernel modules for compatibility with newer kernels. + New functionality in the Unity support code.- Disabled vmxnet3 building. this only did not give an error anyhow as there was a typo, thus having the module already disabled for quite some time. - bnc#590329: Re-add lost 50-vmnics.conf file.- Update to 2010.02.23: + Mostly bug fixes, cleanups and code refactoring.- Update to 2010.01.19: + Linux modules have been updated to compile on newer kernels + Solaris modules now should compile on OpenSolaris (tested on 2009.06). + Other than those, mostly bug fixes and minor refactoring.- Update to 2009.12.16: + Some improvements to vmtoolsd, base libraries and and the plugin interface. + Some library refactoring: use new lock library, changes to support compilation of some code on ARM. + some fixes in configure.ac to try to correctly support newer distros. + vsock/vmci improvements. + bug fixes in the vmxnet / vmxnet3 drivers, and FreeBSD's vmblock driver. + vmxnet3 for Linux is now upstream (as of Linux 2.6.32), and will be removed from later releases of open-vm-tools. + pvscsi will be available upstream starting with Linux 2.6.33 and at that time will be removed from open-vm-tools. - Disable building of vmxnet3 if kernel is 2.6.32 or newer.- Update to 2009.11.17 + Lots of refactoring and cleanup in the code, mainly targeting the definition of a set of public APIs. + vmblock-fuse can now replace the vmblock kernel module for DnD operations. + Fix some memory leaks in the guestInfo module.- Update to 2009.10.15 + The HGFS module got some performance enhancements. + Minor enhancements to vmtoolsd and the logging system. + Fix for a few issues reported on the sourceforge bug tracker. + Lots of code refactoring, and a few bug fixes.- Update to 2009.09.18 + Mostly bug fixes and minor enhancements. + The pvscsi code was re-factored in preparation for upstreaming. The driver has been sent to the LKML for inclusion in the main Linux tree and might be removed from open-vm-tools once it's accepted.- Update to 2009.08.24 + Remove support for Linux kernels < 2.6.9. + The vsock now implements a new notification protocol that has better performance than the previous. + New infrastructure for sending more network config-related information about the virtual machine to the host. + Other bug fixes and minor improvements to the code.- move libguestlib.so to the devel pakage, which we have since version 2009.07.22 and remove the rpmlint check for it. - Remove the autoreconf call. We do not patch any Makefiles anymore. - Require libvmtools0 from the -devel package. - Drop the rpmlintrc file. Permissions are correctyl set, devel package split out.- Adjust specfile permission handling to match SUSE standard, snippet moved to permissions package. bnc#474285- Update to 2009.07.22 * Better support for dkms by means of a script to help create a dkms tree. * "make install" now also installs header files for public libraries, plus a few fixes to incorrect install behavior. * Lots of improvements to the new DnD code. * This will be the last release with support for Linux kernels < 2.6.9. - fix compatibiliy update script to redirect stderr to /dev/null (in case the script is not found, do not scare the user)- added || : to modprobe -r and umount calls in vmtoolsd [bnc#523342]- Updated to 2009.06.18 * Mostly a bug fix release. * vmhgfs now is able to use vsock as a transport (although backend support for HGFS over vsock is not yet released in VMware products). - Removed patch open-vm-tools-wiperPosix.patch. An alternative solution was integrated upstream - Dropped patch open-vm-tools-rpath.patch: merged upstream- Updated to 2009.05.22 * Mostly a cleanup and bug fix release. * Fix a build issue where a symlink attack could cause the open-vm-tools build to overwrite data (by placing a symlink in /tmp). * Second (and last?) batch of changes to clean up duplicate files in the source tree, including Solaris and FreeBSD kernel modules andother module-specific shared files. * Plugins now are properly built using plugins_LTLIBRARIES so that "-rpath" doesn't need to be used (this would cause an RPATH entry to be added to the final binary, which some tools didn't like). * open-vm-tools now properly detects PAM and enables PAM support in the code. - Removed -rpath.patch. Variation of it integrated upstream - Added patch to consume (-wiperPosix.patch) the result of fgets - BuildRequires pam-devel - The pam miss-naming on x86_64 has been fixed upstream - Add a new -rpath patch. Not everything is solved upstream. - Delete arch dependent files from /usr/share (not yet needed)- Upgrade to snapshot 2009.04.23 * Implemented copy & paste support for RTF data and file contents. * guestd has been removed from open-vm-tools; vmtoolsd is now the only option for the main tools service. * Added vmblock and vmmemctl modules for Solaris (under the CDDL). * vmware-user can now work with both vmblock-fuse and vmblock. * Linux HGFS now has a stream-based (TCP, vsock) transport, still under development. * First batch of changes to cleanup duplicated files in the source tree. Most duplicated files in the Linux kernel modules have been cleaned up. - Extensive rewrite of the spec file: * make use of the now upstream provided make install * configure --no-root-privileges, to not install mount.vmhgfs as suid - Add patch open-vm-tools-2009.04.23-rpath.diff: removes the rpath logic which was introduced for the vmusr and vmsvc plugins. libtools is broken in this respect. (patch submitted upstream for review) - Extend preun section with service rename (vmware-guest -> vmtoolsd) (patch provided by prusnak) - forcibly activate vmtoolsd service also on update. - fix up the KMP rename: for this to work we need to provide / obsolete vmware-kmp and vmware-kmp-; otherwise, zypper starts pulling in other kernels.- rename vmware-KMP to vmware-guest-KMP for easier identification of the use and to avoid confusion (users installing the KMP on the vmware hosts) (bnc#481137) - create subpackage libvmtools0- Upgrade to snapshot 2009.03.18 * Mostly a bug fix release. * The new DnD V3 protocol is now available in open-vm-tools. * vmtoolsd is now preferred instead of vmware-guestd - vmware-guestd will most probably be completely removed in the next release. - > vmtoolsd is not yet standard enabled in openSUSE packages. - Obsolete merged patches vmxnet and vmxnet3.patch.- renamed modprobe config to /etc/modprobe.d/50-vmnics.conf (required by new module-init-tools)./bin/sh/bin/sh/bin/shbuild09 1369041772%%swz2012.8.8.1-41.12012.8.8.1-41.1 vmtoolsd50-vmnics.confvmtoolsdvmware-toolspluginspoweroff-vm-defaultpoweron-vm-defaultresume-vm-defaultscriptsvmwarenetworkstatechange.subrsuspend-vm-defaulttools.confvm-supportmount.vmhgfsvmtoolsdvmware-checkvmvmware-hgfsclientvmware-rpctoolvmware-toolbox-cmdvmware-xferlogsopen-vm-toolspluginscommonlibhgfsServer.solibvix.sovmsvclibguestInfo.solibpowerOps.solibtimeSync.solibvmbackup.sovmusrmount.vmhgfsrcvmtoolsdopen-vm-toolsAUTHORSCOPYINGChangeLogNEWSREADME/etc/init.d//etc/modprobe.d//etc/pam.d//etc//etc/vmware-tools//etc/vmware-tools/scripts//etc/vmware-tools/scripts/vmware//sbin//usr/bin//usr/lib//usr/lib/open-vm-tools//usr/lib/open-vm-tools/plugins//usr/lib/open-vm-tools/plugins/common//usr/lib/open-vm-tools/plugins/vmsvc//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/open-vm-tools/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Evergreen:Maintenance:129/openSUSE_Evergreen_11.4/7ea5642f1593393ffdc735f1c37c660f-open-vm-tools.openSUSE_Evergreen_11.4drpmlzma5i586-suse-linuxaqWGNDOmodalias(pci:v000015ADd*sv*sd*bc*sc*i*)? ]"k%N.>f;vWE8o}Д5\HRcܧ,{I ~Im&D- ka MaS 1lS $*$yaF/٘-kOc6@z~MZ-DCi.2حJ+3 \`jl:xl(cep{]rbxEf! d8$=3VW $w6;`lI z{2*3ŐFm7X'Z't$^wWm%hj>v2Xf \p}EF9KT,nWO MLqK%,6#;AMOG8lhC}eq_4YxO δ +*@}99J,?T ;I0o?Էݶ,ha2kY:}xTxMu60%cib:d>NulbLbEJb3[jko9qT]&NBFX@:S/ގ#F$g]J3;eLSM]Ol:"Rо(}gdgg˸69I}K32v>5?c՛,é'64=|`JRbEq\Wwu> @P'IQk?>:Tzoy5&CU3=i&/1C5F--I-Fvyk#Kk!,X-qpwӳP_ r\[g -o$mPŪB NbvT"™1G:Kv}[O[GM4`?y3`)oyiEy9$%CQdiD@I6=0Zw