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:
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
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
@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
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.
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