Your message dated Fri, 04 Jul 2008 09:02:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#488810: fixed in open-vm-tools 2008.07.01-102166-2
has caused the Debian Bug report #488810,
regarding open-vm-tools: tries to replace pcnet32 by vmxnet even if the latter
module is not available
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
488810: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488810
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: open-vm-tools
Version: 2008.02.13-77928-2~bpo40+1
Severity: important
I now I report a backport, but I did check with 2008.06.03-96374-2 too
and there the init script contains the same bug.
The initscript of open-vm-tools tries to replace the module pcnet32 by
the module vmxnet even when vmxnet has not yet been build.
It should check that vmxnet exists and skip any further steps - like
unloading pcnet32 - in that case.
Maybe this stuff could better be solved by some udev magic?
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages open-vm-tools depends on:
ii libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libcairo2 1.2.4-4.1+etch1 The Cairo 2D vector graphics libra
ii libfontconfig1 2.4.2-1.2 generic font configuration library
ii libfreetype6 2.2.1-5+etch2 FreeType 2 font engine, shared lib
ii libglib2.0-0 2.12.4-2 The GLib library of C routines
ii libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface
ii libpango1.0-0 1.14.8-5 Layout and rendering of internatio
ii libpng12-0 1.2.15~beta5-1 PNG library - runtime
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxcursor1 1.1.7-4 X cursor management library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii libxi6 1:1.0.1-4 X11 Input extension library
ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii libxrandr2 2:1.1.0.2-5 X11 RandR extension library
ii libxrender1 1:0.9.1-3 X Rendering Extension client libra
ii libxtst6 1:1.0.1-5 X11 Testing -- Resource extension
ii zlib1g 1:1.2.3-13 compression library - runtime
Versions of packages open-vm-tools recommends:
pn ethtool <none> (no description available)
pn xserver-xorg-input-vmmouse <none> (no description available)
pn xserver-xorg-video-vmware <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: open-vm-tools
Source-Version: 2008.07.01-102166-2
We believe that the bug you reported is fixed in the latest version of
open-vm-tools, which is due to be installed in the Debian FTP archive:
open-vm-source_2008.07.01-102166-2_all.deb
to pool/contrib/o/open-vm-tools/open-vm-source_2008.07.01-102166-2_all.deb
open-vm-toolbox_2008.07.01-102166-2_i386.deb
to pool/contrib/o/open-vm-tools/open-vm-toolbox_2008.07.01-102166-2_i386.deb
open-vm-tools-dbg_2008.07.01-102166-2_i386.deb
to pool/contrib/o/open-vm-tools/open-vm-tools-dbg_2008.07.01-102166-2_i386.deb
open-vm-tools_2008.07.01-102166-2.diff.gz
to pool/contrib/o/open-vm-tools/open-vm-tools_2008.07.01-102166-2.diff.gz
open-vm-tools_2008.07.01-102166-2.dsc
to pool/contrib/o/open-vm-tools/open-vm-tools_2008.07.01-102166-2.dsc
open-vm-tools_2008.07.01-102166-2_i386.deb
to pool/contrib/o/open-vm-tools/open-vm-tools_2008.07.01-102166-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated open-vm-tools package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 4 Jul 2008 09:59:00 +0200
Source: open-vm-tools
Binary: open-vm-tools open-vm-toolbox open-vm-tools-dbg open-vm-source
Architecture: source i386 all
Version: 2008.07.01-102166-2
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description:
open-vm-source - Source for VMware guest systems driver
open-vm-toolbox - tools and components for VMware guest systems (GUI tools)
open-vm-tools - tools and components for VMware guest systems (CLI tools)
open-vm-tools-dbg - tools and components for VMware guest systems (debug)
Closes: 479090 488810
Changes:
open-vm-tools (2008.07.01-102166-2) unstable; urgency=medium
.
* Adding manpages.
* Stop removing setuid from /sbin/mount.vmhgfs.
* Extending vmxnet_needed() in initscript to also check for availability of
vmxnet.ko for the running kernel, otherwise don't attempt to load vmxnet
(Closes: #488810).
* Adding suggests to xdg-utils in open-vm-toolbox.
* Using modprobe -r rather than rmmod in initscript.
* Starting initscript at position 20, which is before networking comes up
(Closes: #479090).
* Adding vmware-user symlink to xdg autostart.
* Adding symlink from mount.vmhgfs to old vmware-hgfsmounter name.
* Removing executable bit for /etc/pam.d/vmware-guestd file.
Checksums-Sha1:
f161d08946df9b76ff3ea3472c75b9337ee48dec 1430
open-vm-tools_2008.07.01-102166-2.dsc
2d4a76a990129899b7a32eb7137219c5cde25c28 14715
open-vm-tools_2008.07.01-102166-2.diff.gz
57c6862b2953dcad775712e1ee181094a0f1c38c 375298
open-vm-tools_2008.07.01-102166-2_i386.deb
43bbd7ae849562a8f79523a96855cd5eb5c56680 300896
open-vm-toolbox_2008.07.01-102166-2_i386.deb
f633f5e83add009d314e140cacb401f0311296ba 1470144
open-vm-tools-dbg_2008.07.01-102166-2_i386.deb
a7afdcb067fecce0e35a392763eeac501f9f13bf 449566
open-vm-source_2008.07.01-102166-2_all.deb
Checksums-Sha256:
f5c02394226de19a199cb1b55d4923a12ab7841867a343a5e7ce379a64832a7f 1430
open-vm-tools_2008.07.01-102166-2.dsc
bd1054dd33837c1eba3ea08382ea6feabfcc0b59e92393ec67a2ce6ed9c8e80f 14715
open-vm-tools_2008.07.01-102166-2.diff.gz
e41688565c9c9721cca13f4e84c5df1c95cbc614a4da5c010f4eb814f75e2945 375298
open-vm-tools_2008.07.01-102166-2_i386.deb
71f3e6bd684d30e67ec44cf57b218f6a6b45b61c4bc1efd524c6dccccde3adf7 300896
open-vm-toolbox_2008.07.01-102166-2_i386.deb
13e84f23c1f70e9eddb6034c7aa490dd301b0158f0cc758cd721dedca83720e3 1470144
open-vm-tools-dbg_2008.07.01-102166-2_i386.deb
ee1d543015191a444ce707fbeb7d4b1ca1fa4a4bbacaa22dc2e0ef5effdb0683 449566
open-vm-source_2008.07.01-102166-2_all.deb
Files:
cb296d31e14b182513aa7d994f80b0f4 1430 contrib/admin extra
open-vm-tools_2008.07.01-102166-2.dsc
f8e44272d3ac2cb68be2974a80c99e5a 14715 contrib/admin extra
open-vm-tools_2008.07.01-102166-2.diff.gz
6ba48dce52d7cf010c4b110a32ac68d0 375298 contrib/admin extra
open-vm-tools_2008.07.01-102166-2_i386.deb
8586c9de74261193f27827b066298f68 300896 contrib/admin extra
open-vm-toolbox_2008.07.01-102166-2_i386.deb
c994ceaa7c40908a11c43df2c33f9553 1470144 contrib/devel extra
open-vm-tools-dbg_2008.07.01-102166-2_i386.deb
97ba1205204579dd9736482f88c875bf 449566 contrib/admin extra
open-vm-source_2008.07.01-102166-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkht2gIACgkQ+C5cwEsrK54ExwCcCM8vK+2cIWZ4ilYiCA2+PrOr
FvIAn3ehZhgjB23F1RXaJnKTWqADO9CX
=2p5x
-----END PGP SIGNATURE-----
--- End Message ---