Steps to reproduce: - became root - run alsamixer, change master volume - in another terminal run "systemctl disable qwe.socket" master volume changes back. It looks like systemctl disable qwe.socket cause systemctl start alsa-restore.service Changing sound volume is not what I expected when disabling .socket) ArchLinux x86_64, kernel 3.18.2-2, systemd 218-1.
qwe.socket does not exist, but it does not matter. Probably systemctl disable reloads target including alsa-* services.
May be the prolem is related to alsa: /usr/lib/systemd/system/basic.target.wants contains alsa-restore.service -> ../alsa-restore.service alsa-state.service -> ../alsa-state.service How to fix this issue properly?
Could you please turn on debug mode in PID with "systemd-analyze set-log-level debug". Then please reproduce the issue and attach the logs generated from PID 1 about this. Thanks!
Should be fixed with http://cgit.freedesktop.org/systemd/systemd/commit/?id=6e392c9c45.
(In reply to Zbigniew Jedrzejewski-Szmek from comment #4) > Should be fixed with > http://cgit.freedesktop.org/systemd/systemd/commit/?id=6e392c9c45. Thanks for finally reviewing it :) Is it going to be backported?
That's really up to distributions. For Fedora, most likely.
(In reply to Zbigniew Jedrzejewski-Szmek from comment #6) > That's really up to distributions. For Fedora, most likely. I've meant the stable branches (systemd-stable).
(In reply to Ivan Shapovalov from comment #7) > (In reply to Zbigniew Jedrzejewski-Szmek from comment #6) > > That's really up to distributions. For Fedora, most likely. > > I've meant the stable branches (systemd-stable). Yes.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.