[systemd-devel] setting up systemd-boot with separate EFI and boot partitions

2023-05-22 Thread Felix Rubio
I have installed arch linux recently, with systemd-boot as boot manager and the EFI partition mounted on /boot. I am wondering how can I mount the EFI partition on /boot/efi, while vmlinuz-linux and initramf remain in /boot? Currently in my /boot/loader/entries/arch.conf I have the following:

Re: [systemd-devel] Splitting large message written to stdout, explanation?

2023-05-22 Thread Virendra Negi
Thanks, Lennart. On Mon, May 22, 2023 at 4:28 PM Lennart Poettering wrote: > On Mo, 22.05.23 15:58, Virendra Negi ([email protected]) > wrote: > > > I'm not sure how Systemd was handling this, but my assumption is that > > systemd redirects STDOUT , STDERR to /*dev/log *and the

Re: [systemd-devel] Splitting large message written to stdout, explanation?

2023-05-22 Thread Lennart Poettering
On Mo, 22.05.23 15:58, Virendra Negi ([email protected]) wrote: > I'm not sure how Systemd was handling this, but my assumption is that > systemd redirects STDOUT , STDERR to /*dev/log *and then systemd would > pick that up and write to the respective file based. Given I found no

Re: [systemd-devel] Splitting large message written to stdout, explanation?

2023-05-22 Thread Virendra Negi
@Lennart Earlier our unit file had the following definition *StandardOutput=syslogStandardError=syslogSyslogIdentifier=sbagent* I'm not sure how Systemd was handling this, but my assumption is that systemd redirects STDOUT , STDERR to /*dev/log *and then systemd would pick that up and write

Re: [systemd-devel] Splitting large message written to stdout, explanation?

2023-05-22 Thread Lennart Poettering
On Mo, 22.05.23 09:31, Virendra Negi ([email protected]) wrote: > Ok, I think I get a sense of who is doing what which results in the Large > Message getting Split as per my understanding it's *LINE_MAX* value in the > `journalctl` conf that causes the Large message to get split.

Re: [systemd-devel] Splitting large message written to stdout, explanation?

2023-05-22 Thread Lennart Poettering
On So, 21.05.23 15:32, Virendra Negi ([email protected]) wrote: > It's been over a week I have been chasing this > https://github.com/rsyslog/rsyslog/issues/5137 > > I was unsure how to ensure that the systemd (since I was getting nowhere > with rsyslog) split the message instead