Re: [systemd-devel] networkd: How to keep ipv6 RA active but disable autoconf

2018-07-13 Thread Anthony Bourguignon
Le vendredi 13 juillet 2018 à 17:08 +0200, Lennart Poettering a écrit : > On Di, 10.07.18 15:29, Anthony Bourguignon (cont...@toniob.net) > wrote: > > > Hi, > > > > The configuration with my provider is quite strange. I have to > > activate > > ipv6 RA to obtain a default route. But I don't want

Re: [systemd-devel] networkd: send a dhcpv6 prefix delegation request

2018-07-13 Thread Anthony Bourguignon
Le vendredi 13 juillet 2018 à 17:20 +0200, Lennart Poettering a écrit : > On Di, 10.07.18 16:08, Anthony Bourguignon (cont...@toniob.net) > wrote: > > > Hello, > > > > Is there a way to send a prefix delegation request when using > > networkd > > as a dhcpv6 client ? > > There's explicit DHCPv6

Re: [systemd-devel] How to reduce time to between Linux’ `run_init_process()` and systemd banner?

2018-07-13 Thread Paul Menzel
Dear systemd folks, I forgot to attach the logs. Am 13.07.2018 um 20:20 schrieb Paul Menzel: Trying to decrease the boot time, I got rid of the initrd. Now, there is a noticeable delay between Linux `run_init_process()` and the first systemd message. I added an output line to the Linux func

[systemd-devel] How to reduce time to between Linux’ `run_init_process()` and systemd banner?

2018-07-13 Thread Paul Menzel
Dear systemd folks, Trying to decrease the boot time, I got rid of the initrd. Now, there is a noticeable delay between Linux `run_init_process()` and the first systemd message. I added an output line to the Linux function. ``` static int run_init_process(const char *init_filename) { a

Re: [systemd-devel] .network has [Link] and there's already .link

2018-07-13 Thread Lennart Poettering
On Fr, 13.07.18 18:52, Francis Moreau (francis.m...@gmail.com) wrote: > Hello, > > I dont understand .network has [Link] section whereas network device > configuration can also done with .link file. > > It seems that there's a overlap... what is the rational here ? .link generally only contains

[systemd-devel] .network has [Link] and there's already .link

2018-07-13 Thread Francis Moreau
Hello, I dont understand .network has [Link] section whereas network device configuration can also done with .link file. It seems that there's a overlap... what is the rational here ? Thank you in advance. -- Francis ___ systemd-devel mailing list sys

Re: [systemd-devel] /var/log/journal full, journald is not removing journal files

2018-07-13 Thread Lennart Poettering
On Mi, 11.07.18 12:54, Chris Murphy (li...@colorremedies.com) wrote: > systemd-238-8.git0e0aa59.fc28.x86_64 > > I'm really confused by what I'm seeing. > > Jul 10 09:13:40 f28h.local systemd-journald[493]: System journal > (/var/log/journal/bbe68372db9f4c589a1f67f008e70864) is 1.2G, max 1.3G, >

Re: [systemd-devel] networkd: send a dhcpv6 prefix delegation request

2018-07-13 Thread Lennart Poettering
On Di, 10.07.18 16:08, Anthony Bourguignon (cont...@toniob.net) wrote: > Hello, > > Is there a way to send a prefix delegation request when using networkd > as a dhcpv6 client ? There's explicit DHCPv6 PD support in current networkd versions, see IPv6PrefixDelegation= in systemd.network(5). Len

Re: [systemd-devel] logind: How to process enumerate buttons in parallel?

2018-07-13 Thread Lennart Poettering
On Do, 12.07.18 16:51, Paul Menzel (pmenzel+systemd-de...@molgen.mpg.de) wrote: > Dear systemd folks, > > > Trying to decrease the start-up time, I noticed that `systemd-logind` > probes devices in serial(?) (instead of parallel). > > From `manager_enumerate_buttons(Manager *m)` in `src/login/l

Re: [systemd-devel] networkd: How to keep ipv6 RA active but disable autoconf

2018-07-13 Thread Lennart Poettering
On Di, 10.07.18 15:29, Anthony Bourguignon (cont...@toniob.net) wrote: > Hi, > > The configuration with my provider is quite strange. I have to activate > ipv6 RA to obtain a default route. But I don't want to have the address > via autoconf. For that, I use a dhcpv6 pd, with static ip configurat

Re: [systemd-devel] How to scale journald correctly?

2018-07-13 Thread Lennart Poettering
On Di, 10.07.18 14:24, Martin Häcker (m...@sntl-publishing.com) wrote: > > To work around this, we continued by increasing SystemMaxFileSize=20G to > limit the amount of files journald would produce. This however led to > the unexpected behaviour of journald exhausting the IO bandwith of the > se

Re: [systemd-devel] need to run systemctl --user daemon-reload to get USB device properly recognized

2018-07-13 Thread Lennart Poettering
On Fr, 06.07.18 15:54, Matt Zagrabelny (mzagr...@d.umn.edu) wrote: > Greetings, > > I'm seeing some unexpected behavior for my systemd --user process. > Background: > > I've setup udev rules to fire off systemd --user units to download photos > when my camera (PTP device) or my phone (MTP device

Re: [systemd-devel] trying to hook into the luks crypt function in initramfs

2018-07-13 Thread Lennart Poettering
On Fr, 06.07.18 01:25, Ratliff, John (jdrat...@iu.edu) wrote: > I'd like to be able to unlock my luks encrypted drive (lvm - > including the root partition) with a USB key, but if the USB key is > not present, still ask for a passphrase. > > I'm not clear on how systemd does the unlock during boo

Re: [systemd-devel] Using udev to notify application of device insertion/removal

2018-07-13 Thread Lennart Poettering
On Mo, 02.07.18 13:34, Paul D. DeRocco (pdero...@ix.netcom.com) wrote: > System: Yocto-based RT Linux 4.10.17, systemd 232, 32-bit x86, no GUI. > > I've created the following "midiUSB.rules" file: > > ACTION=="add", KERNEL=="midiC*", SUBSYSTEM=="sound", > SYMLINK+="snd/midi%b", RUN="/bin/touch /

Re: [systemd-devel] systemd-tmpfiles subvolume handling vs. changing default btrfs root

2018-07-13 Thread Lennart Poettering
On Fr, 29.06.18 21:04, Ignaz Forster (ifors...@suse.de) wrote: > Reordered the quotes below for better reading flow. > > Am 28.06.2018 um 10:52 schrieb Lennart Poettering: > > > > But quite frankly I don't grok the problem at hand, i.e. what you are > > > > trying to do, even. > > > > > > Was th

Re: [systemd-devel] [PATCH V1] Add L3 cache allocation settings in systemd

2018-07-13 Thread Lennart Poettering
On Sa, 30.06.18 09:44, Zhangyanfei (YF) (yanfei.zh...@huawei.com) wrote: > Hello, > > I am sorry I can only send the patches by using email because of some > security reasons and the limit of my workspace. While we are fine with accepting smaller patches by email for complex stuff (and this qual

Re: [systemd-devel] weird systemd-inhibit behaviour

2018-07-13 Thread Lennart Poettering
On Do, 28.06.18 22:24, Amish (anon.am...@gmail.com) wrote: > It goes ahead and performs the action even if I am not using -i > (--ignore-inhibitors) switch. > > Documentation for -i (--ignore-inhibitors) states this: > If any locks are taken, shutdown and sleep state requests will normally fail >

Re: [systemd-devel] at replacement

2018-07-13 Thread Lennart Poettering
On Do, 12.07.18 13:07, Filipe Brandenburger (filbran...@google.com) wrote: > Hi, > > On Thu, Jul 12, 2018 at 12:04 PM Matt Zagrabelny wrote: > > I know systemd can replace cron. Do folks use it to replace "at", too? > > > > I know it *can* - with two files per "at" entry and then enabling and >