[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#696738: marked as done (tpu: open-vm-tools/2:8.8.0+2012.05.21-724730-1+nmu2 (pre-approval))



Your message dated Wed, 2 Jan 2013 11:02:56 +0100
with message-id <20130102100256.GD5634@radis.cristau.org>
and subject line Re: Bug#696738: tpu: open-vm-tools/2:8.8.0+2012.05.21-724730-1+nmu2 (pre-approval)
has caused the Debian Bug report #696738,
regarding tpu: open-vm-tools/2:8.8.0+2012.05.21-724730-1+nmu2 (pre-approval)
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 owner@bugs.debian.org
immediately.)


-- 
696738: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696738
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi Release-Team

X-Debbugs-CC'ing the bugreport and Daniel Baumann.

open-vm-tools in Wheezy is affected by #695845. The init script for
open-vm-tools calls a executable in /usr but the init script does not
have a runtime dependency on $remote_fs.

This was fixed in unstable, but the package cannot be unblocked. Can
the package with debdiff attached be uploaded to t-p-u?

Daniel, do you agree? Would you like to do the upload yourself?

Regards,
Salvatore

- -- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIbBAEBCgAGBQJQ2x7QAAoJEHidbwV/2GP+0mEP+N1RyOt4HTgu7BP+4jpkZVsd
pTE0oqE3FnMgS7yARe7S3myIpR5k/57DPeyYzfX5voEi20wp9DMjDxt1gc4GGWCE
asHdWOmg7HTc94daMHSFtz5q8X7k2CsZGlaQf2AjZi0MQk+pK1xbD7mYGcDnQxaG
F1w9w0KKk16r/I0qTeWyki0cjkRkx6jr5uKYZRG90Du9yo4oLLPStgYoI78LGbCz
Fmi6Ti+/BsPU5mBtrpDzCbZE3cXI0mbECjUf7wyuN2Kc0zrktWx1DfOSHTcx5PRG
4oRT/gVwRPihIt8uTr2HxgR2H9CyBBsD77KtvRjgu7ltD+AHa89zJJoDPKPhMdKT
zu/fo6p+2PKDpIZZR2zdbgxYZTq7RAX08iheYRRhaRKZLtwRQuGHB/esACO7EisY
PAQXgGcptGRf57IAiSaAY+BGgjbnQITfv5M0CUsv4dJs/kYfBObhkcMROrAkjOnF
86jweK5Arz/+UbiVWleh40DUP92N2ZavSUzSkElbIBOJdHTZ2QjYK3JpHA7C0tDV
ZZi4FO9DNqdRQzjw133gtt0UCLVlLgFX7y/LyfpaJ9XfgcklKzuvGWwoEA6fgvRO
TWnJcBvLT6N9fFRdesx99zuBR3xeMXxFEeGuVnGK2tb7X8kg3aJiV9yBBiLEr5Gj
DRDr0WH2BaDPmocJjZ4=
=kbEL
-----END PGP SIGNATURE-----
diff -Nru open-vm-tools-8.8.0+2012.05.21-724730/debian/changelog open-vm-tools-8.8.0+2012.05.21-724730/debian/changelog
--- open-vm-tools-8.8.0+2012.05.21-724730/debian/changelog	2012-09-03 15:46:52.000000000 +0200
+++ open-vm-tools-8.8.0+2012.05.21-724730/debian/changelog	2012-12-26 15:02:43.000000000 +0100
@@ -1,3 +1,14 @@
+open-vm-tools (2:8.8.0+2012.05.21-724730-1+nmu2) testing-proposed-updates; urgency=low
+
+  * Non-maintainer upload.
+  * Adjust runtime dependencies for open-vm-tools init script.
+    Add $remote_fs to Required-{Start,Stop} as the init script calls
+    executables under /usr. To prevent  a loop between service networking
+    and umountnfs also remove $network from X-Start-Before and X-Stop-After.
+    (Closes: #695845)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 22 Dec 2012 23:55:25 +0100
+
 open-vm-tools (2:8.8.0+2012.05.21-724730-1+nmu1) testing-proposed-updates; urgency=low
 
   [ Bernd Zeimetz ]
diff -Nru open-vm-tools-8.8.0+2012.05.21-724730/debian/open-vm-tools.init open-vm-tools-8.8.0+2012.05.21-724730/debian/open-vm-tools.init
--- open-vm-tools-8.8.0+2012.05.21-724730/debian/open-vm-tools.init	2012-09-03 15:46:52.000000000 +0200
+++ open-vm-tools-8.8.0+2012.05.21-724730/debian/open-vm-tools.init	2012-12-23 00:44:06.000000000 +0100
@@ -2,10 +2,10 @@
 
 ### BEGIN INIT INFO
 # Provides:                 open-vm-tools
-# Required-Start:           $local_fs
-# Required-Stop:            $local_fs
-# X-Start-Before:           $network
-# X-Stop-After:             $network
+# Required-Start:           $local_fs $remote_fs
+# Required-Stop:            $local_fs $remote_fs
+# X-Start-Before:
+# X-Stop-After:
 # Default-Start:            2 3 4 5
 # Default-Stop:             0 1 6
 # Description:              Runs the open-vm-tools services

--- End Message ---
--- Begin Message ---
On Wed, Jan  2, 2013 at 08:09:47 +0100, Salvatore Bonaccorso wrote:

> Hi Adam
> 
> On Tue, Jan 01, 2013 at 03:05:23PM +0000, Adam D. Barratt wrote:
> > Control: tags -1 + confirmed
> > 
> > On Wed, 2012-12-26 at 16:59 +0100, Salvatore Bonaccorso wrote:
> > > open-vm-tools in Wheezy is affected by #695845. The init script for
> > > open-vm-tools calls a executable in /usr but the init script does not
> > > have a runtime dependency on $remote_fs.
> > > 
> > > This was fixed in unstable, but the package cannot be unblocked. Can
> > > the package with debdiff attached be uploaded to t-p-u?
> > 
> > +open-vm-tools (2:8.8.0+2012.05.21-724730-1+nmu2) testing-proposed-updates; urgency=low
> > 
> > That's an unconventional version number for a tpu upload, but "2:8.8.0
> > +2012.05.21-724730-1+nmu1+deb7u1" is worse, so meh.
> > 
> > Please feel free to go ahead; thanks.
> 
> Thank you, have uploaded it.
> 
Approved.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: