[systemd-devel] systemd prerelease 253-rc3

2023-02-10 Thread systemd tag bot
A new systemd ☠️ pre-release ☠️ has just been tagged. Please download the tarball here: https://github.com/systemd/systemd/archive/v253-rc3.tar.gz NOTE: This is ☠️ pre-release ☠️ software. Do not run this on production systems, but please test this and report any issues you find to GitHu

[systemd-devel] DHCPv6 configuration problem

2023-02-10 Thread Thomas Köller
Hi, I encountered a problem configuring a network interface via DHCPv6, using the attached .network file. The interface does receive router announcements with the 'managed' flag set, as indicated by the following tcpdump output: [root@raspi-400 ~]# tcpdump -i vpn_sarkovy -v '(icmp6 and (ip6

Re: [systemd-devel] User wayland session, conceptual questions

2023-02-10 Thread Vladimir Kudrya
On 10/02/2023 12.51, Mantas Mikulėnas wrote: The whole graphical session (wayland-wm@${WM}.service or wayland-wm-${WM}.scope depending on uwsm mode of operation) and apps live in the app.slice. Which seems to be in accordance to app.slice description in systemd.special manual.

Re: [systemd-devel] User wayland session, conceptual questions

2023-02-10 Thread Mantas Mikulėnas
On Fri, Feb 10, 2023 at 12:27 PM Vladimir Kudrya wrote: > On 10/02/2023 12.51, Mantas Mikulėnas wrote: > > Also systemd.special manual recommends putting display servers into >> session.slice. But in case of a wayland compositor it is impossible to >> separate it from the apps, because the compos

Re: [systemd-devel] User wayland session, conceptual questions

2023-02-10 Thread Vladimir Kudrya
On 10/02/2023 12.51, Mantas Mikulėnas wrote: Also systemd.special manual recommends putting display servers into session.slice. But in case of a wayland compositor it is impossible to separate it from the apps, because the compositor handles keyboard shortcuts (which launch apps

Re: [systemd-devel] User wayland session, conceptual questions

2023-02-10 Thread Mantas Mikulėnas
On Fri, Feb 10, 2023, 00:11 Vladimir Kudrya wrote: > Hello everyone! > > As an experiment I wrote a session manager for standalone wayland > compositors that utilizes systemd user-level daemon features for graphical > sessions: https://github.com/Vladimir-csp/uwsm > > It can either manage targets