Files
Arch-R/packages/network
Chris Novakovic 0235a223b8 ConnMan: disable interface stats and history files
ConnMan writes stats and history files for each configured interface to
/storage/.cache/connman/*/{data,history}. These files remain open while
ConnMan is running, and prevent the system from halting or rebooting
when /storage is an NFS mount (because ConnMan brings down the interface
through which the NFS mount is accessed and then tries to update the
stats and/or history file for that interface, but the file descriptors
are no longer valid, so the system hangs).

The stats and history files are superfluous, especially since the means
of viewing them isn't included in LibreELEC (the stats tool is missing
because ConnMan is compiled with --disable-tools), so there's no harm in
not generating them on systems that don't mount /storage over NFS
either; in fact, it benefits LibreELEC installations where /storage is
mounted on a flash device by reducing unnecessary flash writes.
2018-05-03 13:28:46 +01:00
..
2017-11-22 14:19:27 +01:00
2018-02-06 23:39:53 +00:00
2017-11-22 00:41:12 +01:00
2017-12-09 18:26:38 +00:00
2018-03-04 20:26:54 +01:00