Bug#976327: Bug#975698: Problems when nullmailer is installed via fai

2020-12-10 Thread Michael Biebl
On Thu, 03 Dec 2020 07:12:04 -0400 David Bremner wrote: > Anton Lundin writes: > > > The generated postinst script in nullmailer has a section like: > > # Automatically added by dh_installinit/12 > > if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = > > "abort-deconfigure" ] |

Bug#975698: Problems when nullmailer is installed via fai

2020-12-03 Thread David Bremner
Anton Lundin writes: > On 03 December, 2020 - David Bremner wrote: > >> Since this postinst section is generated by debhelper, this seems like a >> bug in debhelper. It also suggests that most packages using systemd-tmpfiles >> will be broken when installed via FAI. I'm CC'ing Thomas in case he's

Bug#975698: Problems when nullmailer is installed via fai

2020-12-03 Thread Anton Lundin
On 03 December, 2020 - David Bremner wrote: > Since this postinst section is generated by debhelper, this seems like a > bug in debhelper. It also suggests that most packages using systemd-tmpfiles > will be broken when installed via FAI. I'm CC'ing Thomas in case he's > encountered this before.

Bug#975698: Problems when nullmailer is installed via fai

2020-12-03 Thread Adam Borowski
On Thu, Dec 03, 2020 at 07:12:04AM -0400, David Bremner wrote: > Anton Lundin writes: > > The problem with this is that fai doesn't use systemd during the > > install, but it's used when the machine reboots into the new install. > > > Since this postinst section is generated by debhelper, this see

Bug#975698: Problems when nullmailer is installed via fai

2020-12-03 Thread David Bremner
Anton Lundin writes: > The generated postinst script in nullmailer has a section like: > # Automatically added by dh_installinit/12 > if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = > "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then > # In case this system is

Bug#975698: Problems when nullmailer is installed via fai

2020-11-25 Thread Anton Lundin
Package: nullmailer Version: 1:2.2-3 I use FAI to install debian 10 machines, and some of them uses nullmailer to ship mail to a central smarthost. The generated postinst script in nullmailer has a section like: # Automatically added by dh_installinit/12 if [ "$1" = "configure" ] || [ "$1" = "ab