Your message dated Sun, 25 Feb 2018 15:02:18 +0000
with message-id <e1epxog-0004ej...@fasolo.debian.org>
and subject line Bug#880158: fixed in systemd 232-25+deb9u2
has caused the Debian Bug report #880158,
regarding systemd-container: machinectl incorrectly reports "No machines." when 
using --no-legend
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.)


-- 
880158: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880158
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: systemd-container
Version: 232-25+deb9u1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

I am running containers launched with systemd-nspawn. They show up in 
'machinectl' just fine.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

Running machinectl with the --no-legend flag causes it to report "No machines." 
*after* the actual list of machines.

   * What was the outcome of this action?

admin@ip-172-31-15-145:~$ machinectl
MACHINE                    CLASS     SERVICE        OS     VERSION ADDRESSES
ctr-emVnH3DhH3rStx3g78sGyh container systemd-nspawn alpine 3.6.2   
10.1.16.204...

1 machines listed.
admin@ip-172-31-15-145:~$ machinectl --no-legend
ctr-emVnH3DhH3rStx3g78sGyh container systemd-nspawn alpine 3.6.2   
10.1.16.204...
No machines.

   * What outcome did you expect instead?

That "No machines." would not be orinted.

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 9.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages systemd-container depends on:
ii  dbus             1.10.22-0+deb9u1
ii  libacl1          2.2.52-3+b1
ii  libblkid1        2.29.2-1
ii  libbz2-1.0       1.0.6-8.1
ii  libc6            2.24-11+deb9u1
ii  libcurl3-gnutls  7.52.1-5+deb9u2
ii  libgcrypt20      1.7.6-2+deb9u2
ii  libip4tc0        1.6.0+snapshot20161117-6
ii  liblzma5         5.2.2-1.2+b1
ii  libseccomp2      2.3.1-2.1
ii  libselinux1      2.6-3+b3
ii  systemd          232-25+deb9u1
ii  zlib1g           1:1.2.8.dfsg-5

Versions of packages systemd-container recommends:
ii  btrfs-progs        4.7.3-1
ii  libnss-mymachines  232-25+deb9u1

systemd-container suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 232-25+deb9u2

We believe that the bug you reported is fixed in the latest version of
systemd, 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 880...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Biebl <bi...@debian.org> (supplier of updated systemd 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: Sun, 03 Dec 2017 15:03:50 +0100
Source: systemd
Binary: systemd systemd-sysv systemd-container systemd-journal-remote 
systemd-coredump libpam-systemd libnss-myhostname libnss-mymachines 
libnss-resolve libnss-systemd libsystemd0 libsystemd-dev udev libudev1 
libudev-dev udev-udeb libudev1-udeb
Architecture: source
Version: 232-25+deb9u2
Distribution: stretch
Urgency: medium
Maintainer: Debian systemd Maintainers 
<pkg-systemd-maintainers@lists.alioth.debian.org>
Changed-By: Michael Biebl <bi...@debian.org>
Description:
 libnss-myhostname - nss module providing fallback resolution for the current 
hostname
 libnss-mymachines - nss module to resolve hostnames for local container 
instances
 libnss-resolve - nss module to resolve names via systemd-resolved
 libnss-systemd - nss module providing dynamic user and group name resolution
 libpam-systemd - system and service manager - PAM module
 libsystemd-dev - systemd utility library - development files
 libsystemd0 - systemd utility library
 libudev-dev - libudev development files
 libudev1   - libudev shared library
 libudev1-udeb - libudev shared library (udeb)
 systemd    - system and service manager
 systemd-container - systemd container/nspawn tools
 systemd-coredump - tools for storing and retrieving coredumps
 systemd-journal-remote - tools for sending and receiving remote journal logs
 systemd-sysv - system and service manager - SysV links
 udev       - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 873708 878162 880026 880158
Changes:
 systemd (232-25+deb9u2) stretch; urgency=medium
 .
   * networkd: Handle MTU field in IPv6 RA (Closes: #878162)
   * shared: Add a linker script so that all functions are tagged @SD_SHARED
     instead of @Base.
     This helps prevent symbol collisions with other programs and libraries.
     In particular, because PAM modules are loaded into the process that is
     creating the session, and systemd creates PAM sessions, the potential
     for collisions is high. (Closes: #873708)
   * resolved: Fix loop on packets with pseudo dns types.
     CVE-2017-15908 (Closes: #880026)
   * machinectl: Don't output "No machines." with --no-legend option
     (Closes: #880158)
Checksums-Sha1:
 c51af34709d940d95b192fc94c3cb7d56a2b4ae9 4797 systemd_232-25+deb9u2.dsc
 9d7cd25032d69732ea7eec033741cd168a349228 208020 
systemd_232-25+deb9u2.debian.tar.xz
 73a71af26b669e7a8a3405ee9096c7dac5b84c81 9841 
systemd_232-25+deb9u2_source.buildinfo
Checksums-Sha256:
 b7ece44451fb73451500098920ed203609974d37f532efb59d1564c2c16711e5 4797 
systemd_232-25+deb9u2.dsc
 dc7f04b51f5b68c6c104a5dcf6c39862575820a2498791555928fa1c0375e14f 208020 
systemd_232-25+deb9u2.debian.tar.xz
 5cc6aa73620af170213bd29b305647b8c8b5721d6c68cfafac7ace358371dc20 9841 
systemd_232-25+deb9u2_source.buildinfo
Files:
 0fbf47f360f670e75c57a84b9edafc2c 4797 admin optional systemd_232-25+deb9u2.dsc
 67d8747fa89152fd2ed3f9b2c736b6e6 208020 admin optional 
systemd_232-25+deb9u2.debian.tar.xz
 89711f906442d1b7aeb815a2a28312fe 9841 admin optional 
systemd_232-25+deb9u2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAlqQYyEACgkQauHfDWCP
Itykxw/+LD3ee2gAzPUwTm1xuTsy7ovZ/JmwG9w3GKvKZW3h3HpjNjCNzX+rMFgi
87sNruZ7K6i+w6spGuotFpGFykT8uFJJuud0siRY0exIV4HN8mb+7ef/ylQJPu3I
i8s4D0ZkyPvu5TQt7qPP4c7GslyBgyA2/GSuaNxtFyUMjVWIoa/Ap8N4zB1EEdar
L0HBZ138qLjaeZK7OR/vVPGli3xbwGGqIq3gShkBooM4t2W8xGoXOavoPPvMA6t9
6aKteUsNyuKxbhUAYukGzeV9B+d+dC//Tz378PkvmGIS/tJyn5ugdjdZnX/g1RQN
h4f6dIBH2xMNvs3RL/M+ukwl/HagN8nIHtLo2Ah4EKD7pXxSoyUi2RPxsiIlCWHn
LYuEV+wuZ72V3Q0EyChgAkyAzcAx3MKvBg6OwM0rh7l5GxebUO9Y6jVDv5CuOB8U
hqvuCX+JRz76iakwLg0hBNjUF70XgxdzOCZ+7dbO0C/hA9mGL7LqeI5AptMtvUy2
jrJnUiLqr+5mXUFTGqqh4sPXqh/cOwM04H1ez56rBeAfQvBJCT5T7mxmeETK2z8j
dcppOr9h2koKgFdtvfj7otpvPPQt66W0xfoF+P5TEvPL+SW4+ihaQMA96bXmZLYD
f7DYrbAofeCmeRdUxBsxmRE8ZWiPbdPxjWnsLg4TDN7mpF0tLe4=
=hyBM
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to