Re: [systemd-devel] Failed to open system journal: Invalid argument

2019-05-22 Thread Lennart Poettering
On Mi, 22.05.19 01:03, Kay One (kayone...@gmail.com) wrote: > Hi Lennart, > > Do you have any idea that UBIFS supports writable memory mappings or > not? No idea, sorry! This suggests that UBIFS treats mmap like any other fs would, and thus probably also supports mmap() just fine in writable

Re: [systemd-devel] Failed to open system journal: Invalid argument

2019-05-21 Thread Kay One
Hi Lennart, Do you have any idea that UBIFS supports writable memory mappings or not? Regards, Karnik Jain On Wed, May 22, 2019 at 12:05 AM Kay One wrote: > Thank you so much for your time. > Let me try changing JFFS2 to UBIFS as another available option to use for > my SOC. > > I would keep

Re: [systemd-devel] Failed to open system journal: Invalid argument

2019-05-21 Thread Kay One
Thank you so much for your time. Let me try changing JFFS2 to UBIFS as another available option to use for my SOC. I would keep you guys posted. Regards, Karnik Jain On Tue, May 21, 2019 at 8:18 PM Lennart Poettering wrote: > On Di, 21.05.19 17:37, Kay One (kayone...@gmail.com) wrote: > > >

Re: [systemd-devel] Failed to open system journal: Invalid argument

2019-05-21 Thread Lennart Poettering
On Di, 21.05.19 17:37, Kay One (kayone...@gmail.com) wrote: > Thanks for the reply Lennart. > > 1) mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 28, 0) = -1 EINVAL > > (Invalid argument) is the culprit for this error??? Yes. > 2) If YES. Is this JFFS2 MTD file system bug or It's a

Re: [systemd-devel] Failed to open system journal: Invalid argument

2019-05-21 Thread Kay One
Thanks for the reply Lennart. 1) mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 28, 0) = -1 EINVAL > (Invalid argument) is the culprit for this error??? 2) If YES. Is this JFFS2 MTD file system bug or 3) Is this not considered as systemd bug to support compatibility for such file system?

Re: [systemd-devel] Failed to open system journal: Invalid argument

2019-05-21 Thread Lennart Poettering
On Di, 21.05.19 16:45, Kay One (kayone...@gmail.com) wrote: > Hi Lennart, > > Thanks for the reply. > JFFS2 is the file system being used in my case. Also, if I would delete > /var/log/journal directory then these errors are stopping. > Meaning while writing to persistence storage this error is

Re: [systemd-devel] Failed to open system journal: Invalid argument

2019-05-20 Thread Lennart Poettering
On Sa, 18.05.19 09:59, Kay One (kayone...@gmail.com) wrote: > *[ 2002.668599] systemd-journald[743]: Journal effective settings seal=yes > compress=yes compress_threshold_bytes=512B* > *[ 2002.679080] systemd-journald[743]: Failed to open system journal: > Invalid argument* Hmm, this is

[systemd-devel] Failed to open system journal: Invalid argument

2019-05-17 Thread Kay One
Hello Folks, I have enabled more debug logs & realized following 2 logs are continuously being dump. *Is it some known bug for systemd-journald for following version? I am using Angstrom distribution of debian OS?* root@arria10:~# uname -a Linux arria10 4.9.78-ltsi #1 SMP Thu Dec 13 12:01:27 PST