Hello, i’m new in the forum but i use OH since one year.
I discovered the OH is writing a lot of data continuously to to one file:/var/lib/openhab/tmp/fileinstall-2825166305315981055e/etc.jar

The size of the file is nearly constant. When I delete it, it is recreated immediately. Each second the file is rewritten.
IOTOP shows: (sorry I can only put one file into this post)
TID PRIO USER DISK READ DISK WRITE> COMMAND
945 be/4 openhab 0.00 B/s 190.17 K/s java -XX:-UsePerfData -Dopenhab.home=/usr/share/openhab -Dopenhab.conf=/etc/openhab -Dope~/openhab/runtime/lib/jdk9plus/txw2-2.3.8.jar org.apache.karaf.
The JAR file isn’t a Java file - it’s a simple archive with configuration files:
unzip -l etc.jar
Archive: etc.jar
Length Date Time Name
--------- ---------- ----- ----
252 2024-06-09 07:36 java.util.logging.properties
0 2024-06-09 07:36 scripts/
12413 2024-06-09 07:36 scripts/shell.completion.script
1251 2024-06-09 07:36 scripts/shell.colors.script
2098 2024-06-09 07:36 keys.properties
1219 2024-06-09 07:36 org.apache.karaf.command.acl.kar.cfg
4790 2024-06-09 07:36 org.apache.karaf.shell.cfg
2025 2024-06-09 07:36 org.apache.karaf.command.acl.config.cfg
22 2024-06-09 07:36 org.openhab.voice.cfg
1897 2024-06-09 07:36 shell.init.script
786 2024-06-09 07:36 branding-ssh.properties
1737 2024-06-09 07:36 org.apache.karaf.command.acl.bundle.cfg
1376 2024-06-09 07:36 org.apache.karaf.command.acl.scope_bundle.cfg
1318 2024-06-09 07:36 jetty-web.xml
604 2024-06-09 07:36 keystore
1525 2024-06-09 07:36 users.properties
1122 2024-06-09 07:36 org.apache.karaf.jaas.cfg
762 2024-06-09 07:36 org.apache.karaf.log.cfg
493 2024-06-09 07:36 org.apache.felix.eventadmin.impl.EventAdmin.cfg
269 2024-06-09 07:36 custom.system.properties
1154 2024-06-09 07:36 org.apache.karaf.command.acl.jaas.cfg
0 2024-06-09 07:36 overrides.properties
3281 2024-06-09 07:36 org.apache.karaf.features.cfg
1141 2024-06-09 07:36 org.apache.karaf.command.acl.feature.cfg
317 2024-06-09 07:36 custom.properties
65 2024-06-09 07:36 org.jupnp.cfg
5547 2024-06-09 07:36 system.properties
4437 2024-06-09 07:36 jetty.xml
420 2024-06-09 07:36 org.apache.felix.fileinstall-deploy.cfg
4616 2024-06-09 07:36 equinox-debug.properties
1118 2024-06-09 07:36 org.apache.karaf.command.acl.shell.cfg
17075 2024-06-09 07:36 config.properties
5887 2024-06-09 07:36 log4j2.xml
1176 2024-06-09 07:36 org.apache.karaf.features.xml
3799 2024-06-09 07:36 org.apache.karaf.features.repos.cfg
7147 2024-06-09 07:36 profile.cfg
786 2024-06-09 07:36 branding.properties
5637 2024-06-09 07:36 org.ops4j.pax.url.mvn.cfg
15528 2024-06-09 07:36 jre.properties
65 2024-06-09 07:36 org.ops4j.pax.logging.cfg
1144 2024-06-09 07:36 distribution.info
3316 2024-06-09 07:36 jmx.acl.org.apache.karaf.config.cfg
342 2024-06-09 07:36 version.properties
1664 2024-06-09 07:36 jmx.acl.org.apache.karaf.bundle.cfg
532 2024-06-09 07:36 org.apache.karaf.kar.cfg
1035 2024-06-09 07:36 all.policy
33 2024-06-09 07:36 org.openhab.audio.cfg
1384 2024-06-09 07:36 org.apache.karaf.command.acl.system.cfg
1346 2024-06-09 07:36 org.ops4j.pax.web.cfg
1218 2024-06-09 07:36 startup.properties
--------- -------
127169 50 files
I don’t know, why OH do this and to solve this.
I am grateful for any help.