System:
openHab 4.1.1 on Openhabian 1.9, 64Bit,
Raspberry 4B, 8GB
Hi,
by chance I discovered the following entries in the journal.
I’m wondering what’s causing this. The directories are existing.
I do not have ZRAM active, but in my opinion the error should not actually occur.
[edit insert]It’s from the service created by ‘53 | Setup SD mirroring’ in openhabian-config.[/edit insert]
What do you think?
Okt 18 22:01:51 ourhouse mirror_SD[91467]: $ rsync --one-file-system --delete -aKh /var/lib/openhab/persistence/* /storage/syncmount/opt/zram/persistence.bind
Okt 18 22:01:51 ourhouse mirror_SD[91496]: rsync: [sender] link_stat "/var/lib/openhab/persistence/*" failed: No such file or directory (2)
Okt 18 22:01:51 ourhouse mirror_SD[91496]: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1333) [sender=3.2.3]
Okt 18 22:01:51 ourhouse mirror_SD[91467]: $ rsync --one-file-system --delete -aKh /var/log/* /storage/syncmount/opt/zram/log.bind
Okt 18 22:01:51 ourhouse mirror_SD[91499]: rsync: [sender] link_stat "/var/log/*" failed: No such file or directory (2)
Okt 18 22:01:51 ourhouse mirror_SD[91499]: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1333) [sender=3.2.3]
Okt 18 22:01:51 ourhouse systemd[85202]: storage-syncmount.mount: Succeeded.
Okt 18 22:01:51 ourhouse systemd[1]: storage-syncmount.mount: Succeeded.
Okt 18 22:01:53 ourhouse kernel: EXT4-fs (sda2): unmounting filesystem.
Okt 18 22:01:53 ourhouse systemd[1]: sdrsync.service: Succeeded.
Okt 18 22:01:53 ourhouse systemd[1]: Finished Run SD rsync daily except semiannually (when a raw dump is made).
Okt 18 22:01:53 ourhouse systemd[1]: sdrsync.service: Consumed 10.903s CPU time.
Ah, does the problem with “not existing” refer to this parameter “/storage/syncmount/opt/zram/persistence.bind” and not to this parameter “/var/lib/openhab/persistence/*” ?
Is that the point?