Re: [systemd-devel] TCPSegmentationOffload seem to be ignored in link-file

2023-08-08 Thread basti
On 08.08.23 15:47, basti wrote: Hello, I move my network config from if-up to systemd and create a link file as follows: root@s920:~# cat /etc/systemd/network/10-enp1s0f1.link [Match] MACAddress=00:19:99:b7:e0:99 [Link] GenericSegmentationOffload=false GenericReceiveOffload=false TCPSegmentat

Re: [systemd-devel] TCPSegmentationOffload seem to be ignored in link-file

2023-08-08 Thread Tomasz Pala
On Tue, Aug 08, 2023 at 15:47:22 +0200, basti wrote: > root@s920:~# cat /etc/systemd/network/10-enp1s0f1.link > [Match] > MACAddress=00:19:99:b7:e0:99 I'd reccomend using PermanentMACAddress=, as MACAddress is subject to change and it leads to very hard to diagnose issues (like cyclic matching of

[systemd-devel] TCPSegmentationOffload seem to be ignored in link-file

2023-08-08 Thread basti
Hello, I move my network config from if-up to systemd and create a link file as follows: root@s920:~# cat /etc/systemd/network/10-enp1s0f1.link [Match] MACAddress=00:19:99:b7:e0:99 [Link] GenericSegmentationOffload=false GenericReceiveOffload=false TCPSegmentationOffload=false root@s920:~# Th

Re: [systemd-devel] Service not run, although enabled

2023-08-08 Thread Andrei Borzenkov
On Tue, Aug 8, 2023 at 11:31 AM Martin Stenzel wrote: ... > Your answer: > These Wants and After are redundant, every standard service will be > ordered after local-fs.target unless it also has > DefaultDependencies=no. > > My answer/question: > I want my service to be run DIRECTLY (at first place

Re: [systemd-devel] Service not run, although enabled

2023-08-08 Thread Martin Stenzel
Dear Andrei, thank you very much, especially for the fast reply. The links gave very good information, unfortunately my version of systemd (< 250) does not support the command "systemd-creds" yet. But I found another solution... I pipe the password to the program with the "echo" command. Not