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#38480 - [tftp-hpa] chmod 644 for /usr/lib/systemd/system/tftpd.s*?
Attached to Project:
Arch Linux
Opened by Clemens Koller (ckoller) - Sunday, 12 January 2014, 13:56 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 13 May 2015, 20:00 GMT
Opened by Clemens Koller (ckoller) - Sunday, 12 January 2014, 13:56 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 13 May 2015, 20:00 GMT
|
DetailsDescription:
The installed /usr/lib/systemd/system/tftpd.service /usr/lib/systemd/system/tftpd.socket have permission 655. I believe that should better be 644. Additional info: * package version(s) tftp-hpa 5.2-4 Steps to reproduce: install the package and look into: /usr/lib/systemd/system/ Proposed Bugfix in PKGBUILD: package() { cd ${pkgname}-${pkgver} make INSTALLROOT="${pkgdir}" install install -d "${pkgdir}/srv/tftp" - install -D -m655 "${srcdir}/tftpd.service" "${pkgdir}/usr/lib/systemd/system/tftpd.service" - install -D -m655 "${srcdir}/tftpd.socket" "${pkgdir}/usr/lib/systemd/system/tftpd.socket" + install -D -m644 "${srcdir}/tftpd.service" "${pkgdir}/usr/lib/systemd/system/tftpd.service" + install -D -m644 "${srcdir}/tftpd.socket" "${pkgdir}/usr/lib/systemd/system/tftpd.socket" install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" # Remove conflict with iputils rm "${pkgdir}/usr/share/man/man8/tftpd.8" } |
This task depends upon
Closed by Doug Newgard (Scimmia)
Wednesday, 13 May 2015, 20:00 GMT
Reason for closing: Fixed
Additional comments about closing: tftp-hpa 5.2-5
Wednesday, 13 May 2015, 20:00 GMT
Reason for closing: Fixed
Additional comments about closing: tftp-hpa 5.2-5
[snip from `journalctl -b -p4`]
Sep 09 15:55:37 miki-desktop systemd[1]: Configuration file /usr/lib/systemd/system/tftpd.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Sep 09 15:55:37 miki-desktop systemd[1]: Configuration file /usr/lib/systemd/system/tftpd.socket is marked executable. Please remove executable permission bits. Proceeding anyway.
[/snip]
Please fix this.
Thomas, can you please update the thing or let me know if somebody
else should take over the maintainership of this package.