Hi! 

On Wed, 06 Jul 2022, Martin-Éric Racine wrote:
> Does the fix suggested by János in response to your bug report restore
> normal operation?

Yes that seems to do the trick

Specifically, in /usr/lib/systemd/system/dhcpcd.service

```
PIDFile=/run/dhcpcd/pid
```

instead of

```
PIDFile=/run/dhcpcd.pid
```

and in /lib/systemd/system/dhcpcd@.service

```
PIDFile=/run/dhcpcd/%I.pid
```

instead of

```
PIDFile=/run/dhcpcd-%I.pid
```

I have switched to the @interface style of service/unit config now, and
that works fine as well.


Best,
Tobias

-- 
printk(KERN_ERR "happy meal: Fry guys.");
        linux-2.6.6/drivers/net/sunhme.c

Reply via email to