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 th
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
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 tha
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 probabl
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 vconso
>>> 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 the
>>> 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 .