Florent Thiery
Florent Thiery
After patching gst-rpicamsrc/debian/rules with || true so that the find|xargs doesn't fail, the following will produce an empty package: ``` cd gst-rpicamsrc dpkg-buildpackage cd ../ sudo dpkg -i gstreamer1.0-rpicamsrc_1.0.0_armhf.deb ```...
Doing a backup towards a pretty unreliable/slow NFS mount which tends to hog. I added --timeout 10 to the rsync flags, and tried to loop-run the script: ``` rsync_tmbackup.sh /data/...
All rsync error detection is based on the contents of the logfile. If the errors are not in the file, or if the logfile is not present, the backup script...
Some corporate proxies sometimes issue an HTTP 307 error (temporary redirect); a webbrowser would display an informational page ("please wait") and then the browser follows the redirection, and downloads the...
**Describe the bug** Since Home Assistant 2022.11.1 / Supervisor 2022.10.2 a warning "Unsupported system - Systemd Journal issues" appears. **To Reproduce** 1. Updated all items using the WebUI 2. Updated...
**Describe the bug** I have a custom plugin /usr/share/munin/plugins/test_plugin, and multiple symlinks in /etc/muning/plugins/ (so that i can define config overrides in /etc/munin/plugin-conf.d/munin-node). However, running `munin-node-configure --remove-also --shell` will remove...
Hello, En ajoutant des sensors binaires pour les array raid pour la Freebox Delta [dans le composant freebox de Home Assistant](https://github.com/home-assistant/core/pull/95242), j'ai malheureusement cassé le support du composant avec d'autres...
It would be good that pyinotify works with pathlib Path objects (see https://docs.python.org/3.8/library/pathlib.html); currently, the behaviour is that the path is silently dropped, which makes it quite hard to debug....
Hi there, Took me a while to figure out, because this is completely silent. I discovered that pyinotify will just not watch at all if the folder argument is a...
Hi there; not 100% sure this is pyinotify-related, but i noticed that sometimes when i receive the IN_CLOSE_WRITE for a relatively large file, the file itself isn't finalized (i checked...