Your message dated Mon, 23 Jan 2017 11:22:15 +0000
with message-id <e1cvcht-000dc9...@fasolo.debian.org>
and subject line Bug#843032: fixed in qemu 1:2.8+dfsg-2
has caused the Debian Bug report #843032,
regarding qemu-user-static: Upgrade fails: unable to close 
/proc/sys/fs/binfmt_misc/register
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 ow...@bugs.debian.org
immediately.)


-- 
843032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qemu-user-static
Version: 1:2.7+dfsg-3

When I upgrade from the previous (working) version in 'testing', I get a
configure failure:

/--------
| # dpkg --configure -a
| Setting up qemu-user-static (1:2.7+dfsg-3) ...
| update-binfmts: warning: unable to close /proc/sys/fs/binfmt_misc/register: 
Invalid argument
| update-binfmts: warning: unable to enable binary format qemu-mips
| update-binfmts: exiting due to previous errors
| dpkg: error processing package qemu-user-static (--configure):
|  subprocess installed post-installation script returned error exit status 2
\--------

Running 'update-binfmts' by hand causes similar complaints:

/--------
| # update-binfmts --enable
| update-binfmts: warning: unable to close /proc/sys/fs/binfmt_misc/register: 
Invalid argument
| update-binfmts: warning: unable to close /proc/sys/fs/binfmt_misc/register: 
Invalid argument
| update-binfmts: warning: unable to close /proc/sys/fs/binfmt_misc/register: 
Invalid argument
| update-binfmts: exiting due to previous errors
\--------

I was able to work around this issue by hand-editing the postinst it to add
'|mips*' to the end of $omit (luckily, I don't need MIPS emulation on my
systems).

The one thing that stands out about the MIPS registration is that the magic
and mask are much longer than for other systems - is it possible that the
kernel can't handle such long patterns?  If so, can this be detected and
avoided?

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (900, 'stable'), (400, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armel

Kernel: Linux 3.16.7-ckt2-balti (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

qemu-user-static depends on no packages.

Versions of packages qemu-user-static recommends:
ii  binfmt-support  2.1.6-1

Versions of packages qemu-user-static suggests:
ii  sudo  1.8.17p1-2

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: qemu
Source-Version: 1:2.8+dfsg-2

We believe that the bug you reported is fixed in the latest version of
qemu, which is due to be installed in the Debian FTP archive.

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 843...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Tokarev <m...@tls.msk.ru> (supplier of updated qemu 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 23 Jan 2017 14:06:54 +0300
Source: qemu
Binary: qemu qemu-system qemu-block-extra qemu-system-common qemu-system-misc 
qemu-system-arm qemu-system-mips qemu-system-ppc qemu-system-sparc 
qemu-system-x86 qemu-user qemu-user-static qemu-user-binfmt qemu-utils 
qemu-guest-agent qemu-kvm
Architecture: source
Version: 1:2.8+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QEMU Team <pkg-qemu-de...@lists.alioth.debian.org>
Changed-By: Michael Tokarev <m...@tls.msk.ru>
Description:
 qemu       - fast processor emulator
 qemu-block-extra - extra block backend modules for qemu-system and qemu-utils
 qemu-guest-agent - Guest-side qemu-system agent
 qemu-kvm   - QEMU Full virtualization on x86 hardware
 qemu-system - QEMU full system emulation binaries
 qemu-system-arm - QEMU full system emulation binaries (arm)
 qemu-system-common - QEMU full system emulation binaries (common files)
 qemu-system-mips - QEMU full system emulation binaries (mips)
 qemu-system-misc - QEMU full system emulation binaries (miscellaneous)
 qemu-system-ppc - QEMU full system emulation binaries (ppc)
 qemu-system-sparc - QEMU full system emulation binaries (sparc)
 qemu-system-x86 - QEMU full system emulation binaries (x86)
 qemu-user  - QEMU user mode emulation binaries
 qemu-user-binfmt - QEMU user mode binfmt registration for qemu-user
 qemu-user-static - QEMU user mode emulation binaries (static version)
 qemu-utils - QEMU utilities
Closes: 843032 849798 851509 851910 852021 852119 852232
Changes:
 qemu (1:2.8+dfsg-2) unstable; urgency=medium
 .
   * Revert "update binfmt registration for mipsn32"
     Reopens: #829243
     Closes: #843032
     Will re-enable it for stretch+1, since for now upgrades
     from jessie are broken (jessie comes with 3.16 kernel),
     and there's no easy fix for this
   * Revert "enable virtio gpu (virglrenderer) and opengl support"
     Revert "switch from sdl1 to gtk3"
     Revert other gtk2/drm/vte/virgl-related changes
     Reopens: #813658, #839695
     The change were too close to stretch release and too large,
     bringing too much graphics stuff for headless servers,
     will re-think this for stretch+1.
     sdl1 back: Closes: #851509
     virtio-3d bugs: Closes: #849798, #852119
   * mention closing of #769983 (multi-threaded linux-user) by 2.7
   * mention closing of #842455, CVE-2016-9101 by 2.8
   * audio-ac97-add-exit-function-CVE-2017-5525.patch (Closes: #852021)
   * audio-es1370-add-exit-function-CVE-2017-5526.patch (Closes: #851910)
   * watchdog-6300esb-add-exit-function-CVE-2016-10155.patch (Closes: #852232)
Checksums-Sha1:
 799ac71489099acfc592c9bed5fb5fa4947d537d 5513 qemu_2.8+dfsg-2.dsc
 f1dd8654d8ab1d3010aa3923efedf7c6d428d12c 71096 qemu_2.8+dfsg-2.debian.tar.xz
Checksums-Sha256:
 fd5de313eaa67eaaaaee79e231ac1f496685bc683eb160b1820585c931920579 5513 
qemu_2.8+dfsg-2.dsc
 2ffcd7ba87595cbfc869b2d6f0d7f983902a41466cbb2eaf27896525a0208331 71096 
qemu_2.8+dfsg-2.debian.tar.xz
Files:
 e0caa780cd84bdfda9d47ce641e7b3e3 5513 otherosfs optional qemu_2.8+dfsg-2.dsc
 7428e6578e4b23d67655ec97bb77208e 71096 otherosfs optional 
qemu_2.8+dfsg-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJYheRPAAoJEHAbT2saaT5ZWgYIALpVDIHx8u3HFY7nJ+NzSonG
2Q7eqgO0Iv7KMNh0Rx00BA8JMsglxJ3El/rFoKK2kfGNb3fv9ET8Dt7Ay9f2l1mp
c8E09+M5HY3xRv2RsD76ylvrrwwD7d2JQV5RmcEqLhYbZUUVSGYRXzjAhhRtskQV
oooipsoX0c2L3glNQDrCUr6MGFih8hs0laC+2f+GdsknlD7o3x9uzPKlxm/nMiYp
Eox4WLba8KDqz+u5wmrxuZgy/LffqCTg+w06wWpUgkHYRvOGMSjhFaZ13cBpvR5O
SqmtHsFm7B08Sh1Fh3AAV1W23Oc7Xt0a8lvy5MHZ0o9NiTVMyXK5PoOFm2oQX3o=
=98T2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to