Am Samstag, 4. Juni 2016, 16:09:51 schrieb Santiago Vila: > On Wed, 1 Jun 2016, Singer Michael wrote: > > The service file dns-clean.service from the /lib/systemd/system has the > > following contents. > > > > [Unit] > > Description=Clean up any mess left by 0dns-up > > DefaultDependencies=false > > Before=network-manager.service systemd-networkd.service networking.service > > resolvconf.service After=local-fs.target > > Requires=local-fs.target > > ConditionPathExists=/etc/ppp/ip-down.d/0dns-down > > [Service] > > Type=oneshot > > ExecStartPre=/bin/mkdir /var/run/pppconfig > > Could any of you try this instead and tell us if the problem goes away? > > ExecStartPre=/bin/mkdir -p /var/run/pppconfig > > (I don't maintain pppconfig, I just made the last QA upload, > but this error seems definitely easy to fix). > > Thanks.
Hi, Yes your proposed solution works. It will not occur more errors in the Journal. Thanks for the tip! Regards Michael

