<div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 27, 2019 at 12:48 PM Michael Biebl <<a href="mailto:biebl@debian.org">biebl@debian.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, 23 Jan 2019 14:54:48 -0800 Josh Triplett <<a href="mailto:josh@joshtriplett.org" target="_blank">josh@joshtriplett.org</a>><br>
wrote:<br>
> On Wed, Jan 23, 2019 at 07:52:24PM -0300, Felipe Sateler wrote:<br>
> > On Wed, Jan 23, 2019 at 4:15 PM Josh Triplett <<a href="mailto:josh@joshtriplett.org" target="_blank">josh@joshtriplett.org</a>> wrote:<br>
> > > Package: systemd<br>
> > > Severity: normal<br>
> > ><br>
> > > I installed using the Buster Alpha 4 installer, and for some reason I<br>
> > > ended up with a file<br>
> > > /etc/systemd/system/dbus-org.freedesktop.timesync1.service, identical to<br>
> > > /lib/systemd/system/systemd-timesyncd.service. dpkg -S shows it not<br>
> > > owned by any package, and searching through maintainer scripts pointed<br>
> > > to systemd's postinst. systemd shouldn't install a service in /etc<br>
> > > identical to the one already installed in /lib.<br>
> > ><br>
> > <br>
> > All systemd does is enable the service. On my system that leaves a symlink,<br>
> > not a regular file.<br>
> > Is  /etc/systemd/system/dbus-org.freedesktop.timesync1.service a regular<br>
> > file or a symlink?<br>
> <br>
> It was a regular file.<br>
<br>
I don't think it's systemctl/systemd which is responsible for creating<br>
/etc/systemd/system/dbus-org.freedesktop.timesync1.service as regular file.<br>
Maybe a file system issue or the result of the file being copied around.</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Josh, can you reproduce the issue?<br>
<br>
What happens if you remove<br>
/etc/systemd/system/dbus-org.freedesktop.timesync1.service and run<br>
systemctl enable systemd-timesyncd.service (as we do in postinst)<br></blockquote><div><br></div><div>This is definitely not systemctl's doing:</div><div><br></div><div><div>% sudo systemctl disable systemd-timesyncd.service </div><div>Removed /etc/systemd/system/dbus-org.freedesktop.timesync1.service.<br></div><div>Removed /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service.</div><div>% sudo systemctl enable systemd-timesyncd.service             </div><div>Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.</div><div>Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.</div></div><div><br></div><div>Unfortunately I don't think we have enough information to act on this issue.</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><br>Saludos,<br>Felipe Sateler</div></div></div>