Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-16 Thread Seyeong Kim
Yes. Im considering all but leave them last chance. ok  I’ll have discussion with team based on this thread Thanks :) On 16 May 2018, 8:01 PM +0900, Niels Thykier , wrote: > > > As I understand it, if we do that we might as well remove the #TMPFILES# > marker in the shell

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-16 Thread Niels Thykier
Seyeong Kim: > Hello > > I noticed that tmpfiles are built based on systemd source directory not local > machine / > > e.g debian/systemd/usr/lib/tmpfiles.d/x11.conf > > so 00rsyslog.conf file ( from rsyslog pkg, in /usr/lib/tmpfiles.d/ ) is not > there > > I checked this with dh_installinit

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-16 Thread Seyeong Kim
Hello I noticed that tmpfiles are built based on systemd source directory not local machine / e.g debian/systemd/usr/lib/tmpfiles.d/x11.conf so 00rsyslog.conf file ( from rsyslog pkg, in /usr/lib/tmpfiles.d/ ) is not there I checked this with dh_installinit —no-start I understand override

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-11 Thread Niels Thykier
Seyeong Kim: > Hello > > I tested them but symptom is still there > > so I put “print “#TMPFILES#” on autoscripts/postinst-init-tmpfiles like below > > ### > if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then > # In case this system is running systemd, we need to

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-11 Thread Seyeong Kim
Hello I tested them but symptom is still there so I put “print “#TMPFILES#” on autoscripts/postinst-init-tmpfiles like below ### if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then # In case this system is running systemd, we need to ensure that all # necessary

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-11 Thread Niels Thykier
Seyeong Kim: > Thanks a lot > > Can i get git repo url you mentioned? > > [...] > Certainly. The repo is at: https://salsa.debian.org/debian/debhelper/ The commit is at: https://salsa.debian.org/debian/debhelper/commit/d24b1734a7a8b1069426fbb8ce80328959560ea9 In case you want to

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-11 Thread Seyeong Kim
exactly what i wanted. Thanks all!! On 11 May 2018, 4:24 PM +0900, Niels Thykier , wrote: > Seyeong Kim: > > Thanks a lot > > > > Can i get git repo url you mentioned? > > > > [...] > > > > Certainly. The repo is at: > > https://salsa.debian.org/debian/debhelper/ > > The

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-11 Thread Seyeong Kim
Thanks a lot Can i get git repo url you mentioned? On 11 May 2018, 4:09 PM +0900, Niels Thykier , wrote: > Michael Biebl: > > Am 04.05.2018 um 13:47 schrieb Michael Biebl: > > > Dropping #TMPFILES# means, systemd-tmpfiles will act on all tmpfiles. > > > This would be a bit

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-11 Thread Niels Thykier
Michael Biebl: > Am 04.05.2018 um 13:47 schrieb Michael Biebl: >> Dropping #TMPFILES# means, systemd-tmpfiles will act on all tmpfiles. >> This would be a bit like if upgrading rsyslog would restart all system >> services (including rsyslog). That doesn't feel right. >> So I don't think dropping

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-04 Thread Michael Biebl
Am 04.05.2018 um 13:47 schrieb Michael Biebl: > Dropping #TMPFILES# means, systemd-tmpfiles will act on all tmpfiles. > This would be a bit like if upgrading rsyslog would restart all system > services (including rsyslog). That doesn't feel right. > So I don't think dropping #TMPFILES# is the

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-04 Thread Michael Biebl
Am 04.05.2018 um 13:47 schrieb Michael Biebl: > If I understand you correctly, your issue is the following: > The systemd package ships /usr/lib/tmpfiles.d/var.conf containing > d /var/log 0755 - - - > The rsyslog package ships /usr/lib/tmpfiles.d/00rsyslog.conf containing > z /var/log 0775 root

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-04 Thread Michael Biebl
On Sat, 31 Mar 2018 08:58:21 -0700 Seyeong Kim wrote: > Package: debhelper > Version: 9.20160115ubuntu3 > Severity: normal > Tags: d-i > > In autoscripts/postinst-init-tmpfiles, There is TMPFILE containing conf in > systemd pkg only. > Then if there is 00rsyslog.conf

Bug#894510: [debhelper-devel] Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-05-04 Thread Seyeong Kim
Could somebody check this issue if you have time? I would really appreciate it. Thanks On 11 Apr 2018, 2:17 PM +0900, Seyeong Kim , wrote: > Right. Missed it. > > Thanks! > > > 2018. 4. 11. 오후 2:13, Niels Thykier 작성: > > > > Seyeong Kim: > > >

Bug#894510: [debhelper-devel] Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-04-10 Thread Seyeong Kim
Right. Missed it. Thanks! > 2018. 4. 11. 오후 2:13, Niels Thykier 작성: > > Seyeong Kim: >> Please take a look this if you have time. >> >> Thanks >> >> [...] > Hi Seyeong, > > Please remember to Cc Felipe and Michael on this bug if you want them to > see the follow ups. :) >

Bug#894510: [debhelper-devel] Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-04-10 Thread Niels Thykier
Seyeong Kim: > Please take a look this if you have time. > > Thanks > > [...] Hi Seyeong, Please remember to Cc Felipe and Michael on this bug if you want them to see the follow ups. :) Thanks, ~Niels

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-04-10 Thread Seyeong Kim
Please take a look this if you have time. Thanks On Wed, 04 Apr 2018 17:47:00 + Niels Thykier wrote: > Hi, > > @Michael/@Felipe: Could you have a look at this bug ? > > On Sat, 31 Mar 2018 08:58:21 -0700 Seyeong Kim > wrote: > > Package:

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-04-04 Thread Niels Thykier
Hi, @Michael/@Felipe: Could you have a look at this bug ? On Sat, 31 Mar 2018 08:58:21 -0700 Seyeong Kim wrote: > Package: debhelper > Version: 9.20160115ubuntu3 > Severity: normal > Tags: d-i > > In autoscripts/postinst-init-tmpfiles, There is TMPFILE containing

Bug#894510: debhelper: Because it is listing tmpfiles in systemd's only, conf overriding is not working

2018-03-31 Thread Seyeong Kim
Package: debhelper Version: 9.20160115ubuntu3 Severity: normal Tags: d-i In autoscripts/postinst-init-tmpfiles, There is TMPFILE containing conf in systemd pkg only. Then if there is 00rsyslog.conf from rsyslog pkg. and installing or upgrading systemd /var/log's permission is 755(which is