[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
** Changed in: fscrypt (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
https://github.com/google/fscrypt/issues/270 ** Bug watch added: github.com/google/fscrypt/issues #270 https://github.com/google/fscrypt/issues/270 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
** Bug watch added: Debian Bug tracker #964951 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964951 ** Also affects: fscrypt (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964951 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
not a bug in pulseaudio, but confirmed and fixed upstream in fscrypt ** Changed in: pulseaudio (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
** Package changed: systemd (Ubuntu) => pulseaudio (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
Ehrm. I don't agree with editing the service file that comes from the package and will get overwritten. Ensuring the correct order in the PAM configuration is the correct fix here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
As a workaround, you can try to edit the systemd file "/usr/lib/systemd/user/pulseaudio.service" and add the line: ``` RestartSec=2s ``` Your [Service] section would look like to this: ``` [Service] ExecStart=/usr/bin/pulseaudio --daemonize=no --log-target=journal LockPersonality=yes MemoryDenyWriteExecute=yes NoNewPrivileges=yes Restart=on-failure RestartSec=2s RestrictNamespaces=yes SystemCallArchitectures=native SystemCallFilter=@system-service # Note that notify will only work if --daemonize=no Type=notify UMask=0077 ``` Samuel -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: systemd (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: fscrypt (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
I'm here to just confirm the bug and that your workaround is working. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
Or possibly we need to fix this with fscrypt being before other additional modules. Adding both systemd and fscrypt on the bug :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
Bug fixed if I move pam_systemd.so below pam_fscrypt.so in /etc/pam.d /common-session. Need to fix /usr/share/pam-configs/systemd so that pam_systemd.so always end up after libpam_fscrypt (and potentially everything else...) ** Package changed: pulseaudio (Ubuntu) => systemd (Ubuntu) ** Also affects: fscrypt (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
The previous version (1:13.99.1-1ubuntu3.4) has the same problem with trying to create ~/.config/pulse before the home directory is available (in this case decrypted). The theory at the moment is that the new patch in 1:13.99.1-1ubuntu3.5 makes the code break earlier and therefor retry faster. We might want to make sure the service waits for ~/. to be available before trying to create ~/.config/pulse, at least that's my initial thinking. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.
For some reason the latest update (1:3.99.1-1ubuntu3.5) break if the user has an encrypted home directory, in my case ext4 encryption. $ journalctl -xe --user-unit pulseaudio ``` -- Reboot -- Jul 29 14:59:18 wendigo systemd[2664]: Starting Sound Service... -- Subject: A start job for unit UNIT has begun execution -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- A start job for unit UNIT has begun execution. -- -- The job identifier is 25. Jul 29 14:59:18 wendigo pulseaudio[2681]: Failed to create secure directory (/home/nafallo/.config/pulse): No such file or directory Jul 29 14:59:18 wendigo systemd[2664]: pulseaudio.service: Main process exited, code=exited, status=1/FAILURE -- Subject: Unit process exited -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- An ExecStart= process belonging to unit UNIT has exited. -- -- The process' exit code is 'exited' and its exit status is 1. Jul 29 14:59:18 wendigo systemd[2664]: pulseaudio.service: Failed with result 'exit-code'. -- Subject: Unit failed -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- The unit UNIT has entered the 'failed' state with result 'exit-code'. Jul 29 14:59:18 wendigo systemd[2664]: Failed to start Sound Service. -- Subject: A start job for unit UNIT has failed -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- A start job for unit UNIT has finished with a failure. -- -- The job identifier is 25 and the job result is failed. Jul 29 14:59:18 wendigo systemd[2664]: pulseaudio.service: Scheduled restart job, restart counter is at 1. -- Subject: Automatic restarting of a unit has been scheduled -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- Automatic restarting of the unit UNIT has been scheduled, as the result for -- the configured Restart= setting for the unit. Jul 29 14:59:18 wendigo systemd[2664]: Stopped Sound Service. -- Subject: A stop job for unit UNIT has finished -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- A stop job for unit UNIT has finished. -- -- The job identifier is 94 and the job result is done. ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889416 Title: pulseaudio.service: Start request repeated too quickly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1889416/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs