On Tue, Oct 20, 2020 at 2:06 AM Ladislav Michl <la...@linux-mips.org> wrote:
>
> On Mon, Oct 19, 2020 at 02:32:49PM -0400, Jon Ringle wrote:
> > I recently updated to ptxdist-2020.10.0 for running on our device that
> > has 64MB or physical ram.
> > With systemd-246.6 that is installed,I'm finding that systemd
> > daemon-reload now fails:
> >
> > $ sudo systemctl daemon-reload
> > Failed to reload daemon: Refusing to reload, not enough space
> > available on /run/systemd. Currently, 10.6M are free, but a safety
> > buffer of 16.0M is enforced.
> >
> > Has anyone else encountered this issue?
> > What is the recommended way to handle this? I'm hesitant to increase
> > the size of /run in fstab because of the limited RAM I have available.
>
> I lowered RELOAD_DISK_SPACE_MIN with hope for the best. In my scenario,
> daemon-reload is almost never called - only in case technician is doing
> some tests on device and there is always watchdog to fix failed software.

Yeah, I noticed that systemd hardcoded the value of
RELOAD_DISK_SPACE_MIN to 16MB.
What did you patch your value to be?

Our firmware update script calls `systemctl daemon-reload` after
installing an updated ipk package which then leads to failing to
restart our application service

-Jon

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to 
ptxdist-requ...@pengutronix.de

Reply via email to