[systemd-devel] Fwd: pci card network interfaces incorrectly named as onboard

2019-07-22 Thread Stuart Hayes
I've got a system on which systemd is incorrectly naming plug-in PCIe network card interfaces as onboard (eg, eno33) instead of with the PCI slot number (eg, ens2f0). Looking at the source, it looks like the network device naming will, by default, generate an onboard network name for any device

[systemd-devel] systemd-networkd Zeroconf address

2019-07-22 Thread Ratan Gupta
Hi Team, I came across a requirement why the link local address exist with other IP addresses for IPv4. Suppose if I enable the link local address through systemd-networkd then as per the existing behavior, link local address(169.254.*.*) will always exist on the interface irrespective of

Re: [systemd-devel] vconsole for handicapped or older people

2019-07-22 Thread Silvio Knizek
Am Montag, den 22.07.2019, 13:20 +0200 schrieb hp4everything: > Hi, > > getting older I'm nearly not able to read the text on a virtual > console. > I'm working with opensuse tumbleweed on a laptop and was able to > configure the KDE screen for my needs, but not the vconsole. > > Google told me

Re: [systemd-devel] vconsole for handicapped or older people

2019-07-22 Thread Mantas Mikulėnas
On Mon, Jul 22, 2019 at 2:20 PM hp4everything wrote: > Hi, > > getting older I'm nearly not able to read the text on a virtual console. > I'm working with opensuse tumbleweed on a laptop and was able to > configure the KDE screen for my needs, but not the vconsole. > > Google told me that

[systemd-devel] vconsole for handicapped or older people

2019-07-22 Thread hp4everything
Hi, getting older I'm nearly not able to read the text on a virtual console. I'm working with opensuse tumbleweed on a laptop and was able to configure the KDE screen for my needs, but not the vconsole. Google told me that probably systemd is responsible for vconsole- configuration, but in

[systemd-devel] Antw: Re: journald deleting logs on LiveOS boots

2019-07-22 Thread Ulrich Windl
>>> Chris Murphy schrieb am 18.07.2019 um 17:55 in Nachricht : > On Thu, Jul 18, 2019 at 4:50 AM Uoti Urpala wrote: >> >> On Mon, 2019-07-15 at 14:32 -0600, Chris Murphy wrote: >> > So far nothing I've tried gets me access to information that would >> > give a hint why systemd-journald thinks

[systemd-devel] Antw: Re: Antw: sd_journal_send non-blocking call

2019-07-22 Thread Ulrich Windl
>>> vaibhav dahiya schrieb am 19.07.2019 um 00:29 in Nachricht : > Since sd_journal_send uses > > fd = journal_fd(); > which has > > fd = socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0); > this socket is opened without a non-blocking call. > > This might cause the unix socket daemon to block this