<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">Hello
<div><br /></div>
<div>I tested them but symptom is still there</div>
<div><br /></div>
<div>so I put “print “#TMPFILES#” on autoscripts/postinst-init-tmpfiles like below</div>
<div><br /></div>
<div>###################</div>
<div>
<div>if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span># In case this system is running systemd, we need to ensure that all</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span># necessary tmpfiles (if any) are created before starting.</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>if [ -d /run/systemd/system ] ; then</div>
<div>                print "#TMPFILES#"</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>systemd-tmpfiles --create #TMPFILES# >/dev/null || true</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>fi</div>
<div>fi</div>
</div>
<div>###################</div>
<div><br /></div>
<div>and built systemd with this deb helper</div>
<div><br /></div>
<div>When installing systemd after build, i got below string ( installed 00rsyslog.conf in /usr/lib/tmpfiles.d/ and copied to /etc/tmpfiles.d/ )</div>
<div><br /></div>
<div>###</div>
<div>Error: no such file "debian.conf home.conf journal-nocow.conf legacy.conf systemd-nologin.conf systemd.conf tmp.conf var.conf x11.conf"<br /></div>
</div>
<div name="messageSignatureSection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
<div>###</div>
<div><br /></div>
<div>I wanted to see TMPFILES list and there is no 00rsyslog.conf so.. 00rsyslog.conf can't override var.conf</div>
<div><br /></div>
<div>maybe this need to be analyzed more?</div>
<div><br /></div>
<div>Thanks</div>
<div><br /></div>
</div>
<div name="messageReplySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
On 11 May 2018, 4:30 PM +0900, Seyeong Kim <seyeong.kim@canonical.com>, wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">
<div name="messageBodySection">exactly what i wanted.<br />
<br />
Thanks all!!</div>
<div name="messageReplySection"><br />
On 11 May 2018, 4:24 PM +0900, Niels Thykier <niels@thykier.net>, wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">Seyeong Kim:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #3498db;">Thanks a lot<br />
<br />
Can i get git repo url you mentioned?<br />
<br />
[...]<br />
<br /></blockquote>
<br />
Certainly. The repo is at:<br />
<br />
https://salsa.debian.org/debian/debhelper/<br />
<br />
The commit is at:<br />
<br />
https://salsa.debian.org/debian/debhelper/commit/d24b1734a7a8b1069426fbb8ce80328959560ea9<br />
<br />
In case you want to cherry-pick it.<br />
<br />
<br />
Thanks,<br />
~Niels<br /></blockquote>
</div>
</blockquote>
<div></div>
</div>
</body>
</html>