Re: [systemd-devel] configuring nspawn private network (mtu & mac)

2024-07-01 Thread Mantas Mikulėnas
On Mon, Jul 1, 2024 at 6:35 PM Ede Wolf wrote: > Got it. On the host I need to match OriginalName, not Name, in the link > file. Then I am able to set the macaddress and the mtu. > > Since I am not sure, how stable those names are (as in > vb-webserver@if3), is there maybe a way I have missed to

Re: [systemd-devel] configuring nspawn private network (mtu & mac)

2024-07-01 Thread Ede Wolf
Got it. On the host I need to match OriginalName, not Name, in the link file. Then I am able to set the macaddress and the mtu. Since I am not sure, how stable those names are (as in vb-webserver@if3), is there maybe a way I have missed to label the interface names in the .nspawn file to later

[systemd-devel] configuring nspawn private network (mtu & mac)

2024-07-01 Thread Ede Wolf
Hello, I am having two container connected via private network to a bridge with a mtu of 8k. However the .nspawn generated interfaces have the default mtu of 1500. And while I can manually adjust the mtu to 8k using the ip link command, I am wondering, wethere there is a way to specify the m

Re: [systemd-devel] [External] : Re: rsyslog / journald - el7 vs el8

2024-07-01 Thread Lennart Poettering
On Mo, 01.07.24 13:30, Ricardo Esteves (ricardo.lopes.este...@oracle.com) wrote: > Hi, > > But does anyone know why /etc/rsyslog.d/listen.conf was removed from systemd > rpm package in EL8? This is neither a RHEL mailing list, nor a an rsyslog mailing list. Maybe contact RHEL support for help on

Re: [systemd-devel] mounts with "nofail" can be unmounted on shutdown before "After=*-fs.target" units

2024-07-01 Thread MichaIng
Hi Lennart, thanks for answering. If the mount really does not matter, is expected to take long or fail, wouldn't "noauto" be the better choice, and in case "x-systemd.automount"? The problem is, if we add "nofail" to a network mount, and it fails, it causes the shutdown issue for all other

Re: [systemd-devel] mounts with "nofail" can be unmounted on shutdown before "After=*-fs.target" units

2024-07-01 Thread Lennart Poettering
On Sa, 29.06.24 19:26, MichaIng (mi...@dietpi.com) wrote: > Hey guys, I have question regarding a certain behaviour of the systemd mount > generator. > > Mounts do not have `Before=*-fs.target` if the `nofail` mount option is > added to their `/etc/fstab` entry. > > From the man page I see that th

Re: [systemd-devel] systemd --user managers after systemd upgrade

2024-07-01 Thread Lennart Poettering
On Sa, 29.06.24 14:57, Mike Gilbert (flop...@gentoo.org) wrote: > I recently added systemd v256 to Gentoo's ebuild repo. While testing > the upgrade process from v255, I have run into an issue. > > After the upgrade, my KDE Plasma session stopped working, and I was > unable to execute a reboot fro

Re: [systemd-devel] [External] : Re: rsyslog / journald - el7 vs el8

2024-07-01 Thread Ricardo Esteves
Hi, But does anyone know why /etc/rsyslog.d/listen.conf was removed from systemd rpm package in EL8? Best regards, Ricardo Esteves. On 7/1/24 13:28, Lennart Poettering wrote: On Mo, 01.07.24 13:15, Ricardo Esteves (ricardo.lopes.este...@oracle.com) wrote: Hi, On RHEL7 (and clones) system

Re: [systemd-devel] rsyslog / journald - el7 vs el8

2024-07-01 Thread Lennart Poettering
On Mo, 01.07.24 13:15, Ricardo Esteves (ricardo.lopes.este...@oracle.com) wrote: > Hi, > > On RHEL7 (and clones) systemd package included /etc/rsyslog.d/listen.conf: > $SystemLogSocketName /run/systemd/journal/syslog > > which makes rsyslog get the logs from journald. > > On RHEL8 (and clones) thi

Re: [systemd-devel] Question about the behavior of systemd (when requesting A/AAAA via multiple interfaces)

2024-07-01 Thread Lennart Poettering
On Mo, 01.07.24 12:56, 松藤 諒太 (r-matsuf...@intelligent-design.co.jp) wrote: Hi! > At this condition, I've found that systemd-resolved performed to return the > result of those queries to application > unless all queries are completed being resolved via one of multiple > interfaces. we have two ru

[systemd-devel] rsyslog / journald - el7 vs el8

2024-07-01 Thread Ricardo Esteves
Hi, On RHEL7 (and clones) systemd package included /etc/rsyslog.d/listen.conf: $SystemLogSocketName /run/systemd/journal/syslog which makes rsyslog get the logs from journald. On RHEL8 (and clones) this file is not included anymore. Does anyone knows why? I see that on EL8 rsyslog.conf now i

Re: [systemd-devel] Ordering between user@.service and systemd-logind.service

2024-07-01 Thread Lennart Poettering
On Mo, 01.07.24 12:39, Lennart Poettering (lenn...@poettering.net) wrote: > > Hmm, so we typically don't sync on systemd-logind for user > > stuff/sessions if we can avoid that, since the root user is a user > > that shall be allowed logging in too, and typically much earlier than > > regular user

Re: [systemd-devel] Ordering between user@.service and systemd-logind.service

2024-07-01 Thread Lennart Poettering
On Mo, 01.07.24 12:36, Lennart Poettering (lenn...@poettering.net) wrote: > On So, 30.06.24 22:48, Vladimir Kudrya (vladimir-...@yandex.ru) wrote: > > > Hello everyone! > > > > I'm noticing an issue on my system (Debian sid) on shutdown. Wlroots > > compositors try to communicate release of sessio

Re: [systemd-devel] Ordering between user@.service and systemd-logind.service

2024-07-01 Thread Lennart Poettering
On So, 30.06.24 22:48, Vladimir Kudrya (vladimir-...@yandex.ru) wrote: > Hello everyone! > > I'm noticing an issue on my system (Debian sid) on shutdown. Wlroots > compositors try to communicate release of session to logind, but logind is > already gone, so conflicts arise due to activation attemp

Re: [systemd-devel] Question about the behavior of systemd (when requesting A/AAAA via multiple interfaces)

2024-07-01 Thread Mantas Mikulėnas
On Mon, Jul 1, 2024 at 6:57 AM 松藤 諒太 wrote: > Dear contributers for systemd-resolved: > > Hello. I'm Ryota Matsufuji. > > Could I ask a question about the behavior of systemd-resolved? > > When being requested v4 and v6 address by application(such as wget with > default option or firefox), > depe