Your message dated Thu, 30 Jan 2020 20:36:55 +0000
with message-id <[email protected]>
and subject line Bug#919231: fixed in systemd 241-7~deb10u3
has caused the Debian Bug report #919231,
regarding salt-master: install fails if salt-minion was installed first
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.)


-- 
919231: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919231
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: salt-master
Version: 2018.3.4+dfsg1-6
Severity: normal

Dear Maintainer,

   * What led up to the situation?
         apt-get -y install salt-minion
         apt-get -y install salt-master
   * What was the outcome of this action?
         salt-master postinst did not exit with success
         /var/lib/salt and /var/run/salt are not writable by the salt user
   * What outcome did you expect instead?
         successful install of salt-master


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-4-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
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 /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages salt-master depends on:
ii  adduser          3.118
ii  lsb-base         10.2019031300
ii  python3          3.7.2-1
ii  python3-crypto   2.6.1-9+b1
ii  python3-systemd  234-2+b1
ii  python3-zmq      17.1.2-2
ii  salt-common      2018.3.4+dfsg1-6

Versions of packages salt-master recommends:
ii  python3-pygit2  0.27.4-1

salt-master suggests no packages.

-- no debconf information


$ sudo apt-get install salt-master
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  salt-master
0 upgraded, 1 newly installed, 0 to remove and 48 not upgraded.
Need to get 0 B/54.9 kB of archives.
After this operation, 148 kB of additional disk space will be used.
Selecting previously unselected package salt-master.
(Reading database ... 39351 files and directories currently installed.)
Preparing to unpack .../salt-master_2018.3.4+dfsg1-6_all.deb ...
Unpacking salt-master (2018.3.4+dfsg1-6) ...
Setting up salt-master (2018.3.4+dfsg1-6) ...
Job for salt-master.service failed because the control process exited with 
error code.
See "systemctl status salt-master.service" and "journalctl -xe" for details.
invoke-rc.d: initscript salt-master, action "start" failed.
● salt-master.service - The Salt Master Server
   Loaded: loaded (/lib/systemd/system/salt-master.service; disabled; vendor 
preset: enabled)
   Active: failed (Result: exit-code) since Fri 2019-06-07 20:27:28 GMT; 6ms ago
     Docs: man:salt-master(1)
           file:///usr/share/doc/salt/html/contents.html
           https://docs.saltstack.com/en/latest/contents.html
  Process: 3474 ExecStart=/usr/bin/salt-master (code=exited, status=13)
 Main PID: 3474 (code=exited, status=13)

Jun 07 20:27:27 salt systemd[1]: Starting The Salt Master Server...
Jun 07 20:27:28 salt salt-master[3474]: Failed to create directory path 
"/var/run/salt/master" - [Errno 13] Permission denied: '/var/run/salt/master'
Jun 07 20:27:28 salt systemd[1]: salt-master.service: Main process exited, 
code=exited, status=13/n/a
Jun 07 20:27:28 salt systemd[1]: salt-master.service: Failed with result 
'exit-code'.
Jun 07 20:27:28 salt systemd[1]: Failed to start The Salt Master Server.
dpkg: error processing package salt-master (--configure):
 installed salt-master package post-installation script subprocess returned 
error exit status 1
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for systemd (241-3) ...
Errors were encountered while processing:
 salt-master
E: Sub-process /usr/bin/dpkg returned an error code (1)

--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 241-7~deb10u3

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Biebl <[email protected]> (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 [email protected])


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

Format: 1.8
Date: Wed, 29 Jan 2020 19:07:53 +0100
Source: systemd
Architecture: source
Version: 241-7~deb10u3
Distribution: buster
Urgency: medium
Maintainer: Debian systemd Maintainers 
<[email protected]>
Changed-By: Michael Biebl <[email protected]>
Closes: 919231 945018
Changes:
 systemd (241-7~deb10u3) buster; urgency=medium
 .
   * core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX.
     Since kernel 5.2 (but also stable kernels like 4.19.53) the kernel
     thankfully returns proper errors when we write a value out of range to
     the sysctl. Which however breaks writing ULONG_MAX to request the
     maximum value. Hence let's write the new maximum value instead,
     LONG_MAX. (Closes: #945018)
   * core: change ownership/mode of the execution directories also for static
     users.
     This ensures that execution directories like CacheDirectory and
     StateDirectory are properly chowned to the user specified in User= before
     launching the service. (Closes: #919231)
Checksums-Sha1:
 65f60abf75f7f3207f7401cdec963ea4c9fc2002 4946 systemd_241-7~deb10u3.dsc
 7131f74d8cf428804d9bfff198488dec902e5d56 169396 
systemd_241-7~deb10u3.debian.tar.xz
 0a8b5b02bfe19ba73af0d9d5123604be520922fe 9802 
systemd_241-7~deb10u3_source.buildinfo
Checksums-Sha256:
 04ef215da8e05800c587601eacb011f9596dd7138ac85b43f33efdbf6b799a31 4946 
systemd_241-7~deb10u3.dsc
 54d4d0624c776ab2a375f303ed64bfe25ddc8cb47b5bfe6c2a400ba842420363 169396 
systemd_241-7~deb10u3.debian.tar.xz
 9aaffb7cce359bef724bc7c93a623357232262545d769691c1c47680d55ce56c 9802 
systemd_241-7~deb10u3_source.buildinfo
Files:
 83a8f46e8ef9751366fce54107cdc3a8 4946 admin optional systemd_241-7~deb10u3.dsc
 2809cf024acc9fdfd434d23a9f4732ee 169396 admin optional 
systemd_241-7~deb10u3.debian.tar.xz
 ceca07b86d87a07b709da814d6bace88 9802 admin optional 
systemd_241-7~deb10u3_source.buildinfo

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

iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAl4yMs8ACgkQauHfDWCP
ItyNXBAAmH82NntK8rLcCv+/MffQIBQPg/Jmqe5n79/UR3Kw2PYYLMne0KH842ZC
jdEWSUYFNGezWm64e8q51+Vw249lBImR8uWoWCCOGSpMrqimYV0r3PlKMdx7L/hO
ORLePuosn12hNmeKnQ7tKzxAhyYCH5atE9DWZGQ9u0fTMhW8DnZGpv+zMVJQNGi0
6009oDgzkCVKA3a1tfjqCiRcCcxWIA5FPokXyPp5knXLk1T+pfr7m5PS992YiQjK
9MgJar0q+eZAuULjQx/u5wgSfQ2y+Fpyn/cgJ2AlvJ3Qn09Iie4X9UMHUocm2FRe
6mkcqX3PGzfsxpXmiUmWSEOXwKRGe7S3idDxFERTTqgffw9/A4ov5bfIvE57u+NO
e3aRUR97WQJjyJqPi4UBPhCKUiZCvyeuPWAY2xpnecE90RUW0zsYH3F3OEfHGEKu
6fiUUXjF2vDSd+XfHBw8h1Q03b4GTCZpSUnMWIJmpcPZKSZ6EWgIiidSmpXTBr0K
UFASb+C12VbMsXMJzj65eSEUmuihvbLEEdRGjEzsKTyUiuIfgiPgAqOn7K1JelHd
BDofPpDCasDQpjzLrc9vFXnwMHpL2YlhGe3JKr6bCaM4uOgDHyPpuiHpp0qW/rr6
mYvgypPG4kcjaoNTbRsMt3sNOd8ujKk6W7Y8wxBNMSaoT+jHH3A=
=IAqn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to