Re: [systemd-devel] Linking /lib64 to /usr/lib

2023-02-25 Thread Neal Gompa
On Sat, Feb 25, 2023 at 11:39 AM Adrian Vovk wrote: > > Well it would only link /lib64 to /usr/lib if both Debian-style and > Fedora-style multilib don't exist and the loader is in lib, unless I'm > mistaken? I'm pretty sure it should be harmless to Fedora and openSUSE. > > Maybe it'd be prefera

Re: [systemd-devel] Linking /lib64 to /usr/lib

2023-02-25 Thread Adrian Vovk
Well it would only link /lib64 to /usr/lib if both Debian-style and Fedora-style multilib don't exist and the loader is in lib, unless I'm mistaken? I'm pretty sure it should be harmless to Fedora and openSUSE. Maybe it'd be preferable for me to make a /usr/lib64->/usr/lib link, then let systemd t

Re: [systemd-devel] Linking /lib64 to /usr/lib

2023-02-25 Thread Neal Gompa
On Sat, Feb 25, 2023 at 9:45 AM Lennart Poettering wrote: > > On Di, 21.02.23 16:00, Adrian Vovk ([email protected]) wrote: > > > Hello all, > > > > Would you accept a patch to shared/base-filesystem that makes /usr/lib > > a fallback link target for /lib64? On my distro I don't support > > mul

Re: [systemd-devel] Linking /lib64 to /usr/lib

2023-02-25 Thread Lennart Poettering
On Di, 21.02.23 16:00, Adrian Vovk ([email protected]) wrote: > Hello all, > > Would you accept a patch to shared/base-filesystem that makes /usr/lib > a fallback link target for /lib64? On my distro I don't support > multilib at all and so everything ends up in /usr/lib. > > So for example, fo

Re: [systemd-devel] Contrary to documentation, LoaderFeatures efi variable is 96bit, not 64bit

2023-02-25 Thread Lennart Poettering
On Sa, 25.02.23 11:48, [email protected] ([email protected]) wrote: > This looks to me a straight forward github issue. I am not sure where, at > github, it should be filed. > > Quoting https://systemd.io/BOOT_LOADER_INTERFACE/ , with lines break for > readability > > The EFI variable LoaderFeatures con

[systemd-devel] Contrary to documentation, LoaderFeatures efi variable is 96bit, not 64bit

2023-02-25 Thread u34
This looks to me a straight forward github issue. I am not sure where, at github, it should be filed. Quoting https://systemd.io/BOOT_LOADER_INTERFACE/ , with lines break for readability The EFI variable LoaderFeatures contains a 64bit unsigned integer with a number of flags bits that

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

2023-02-25 Thread Vladimir Kudrya
Hello again. I have a question about XDG autostart implementation. Why are units generated with "@autostart" specifier and not some kind of "app-xdg-autostart-" prefix? Autostart seems to be a category of units, not an instance for specific unit. Why put it in a specifier? Is there a use case