Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#71013 - [iodine] Problem with iodined.service
Attached to Project:
Community Packages
Opened by Josef Miegl (miegl) - Tuesday, 25 May 2021, 10:35 GMT
Last edited by Morten Linderud (Foxboron) - Sunday, 20 June 2021, 16:32 GMT
Opened by Josef Miegl (miegl) - Tuesday, 25 May 2021, 10:35 GMT
Last edited by Morten Linderud (Foxboron) - Sunday, 20 June 2021, 16:32 GMT
|
DetailsDescription:
The iodined.service provided by the Arch package doesn't start iodined anymore. The problem is that the service file has Type=Forking, introduced in https://github.com/archlinux/svntogit-community/commit/f86ca7ab64b1dd93635de848282426d7609f6108 systemd[1]: iodined.service: start operation timed out. Terminating. systemd[1]: iodined.service: Failed with result 'timeout'. Changing Type to Type=Simple fixes the problem. Additional info: * package version(s) iodine 0.7.0-5 * config and/or log files etc. iodined.service Steps to reproduce: Try to start iodined.service, get: systemd[1]: iodined.service: start operation timed out. Terminating. systemd[1]: iodined.service: Failed with result 'timeout'. |
This task depends upon

Have you tried adding systemd to makedepends and changing the service type to notify?