Patrick Huesmann

Results 14 issues of Patrick Huesmann

There's a race condition between the cleanup step (i.e. removing old/unused mountpoints with `rmdir`) and the mount step. Since udev launches multiple instances of the script in parallel, it's possible...

Make the UUID/LABEL check more specific. The existing code considers the device already managed by fstab if *any* non-commented line contains either UUID or LABEL somewhere. E.g. if I have...

in [`[email protected]`](https://github.com/Ferk/udev-media-automount/blob/master/media-automount%40.service) there's a hardcoded reference to `/usr/bin/media-automount`. [Makefile](https://github.com/Ferk/udev-media-automount/blob/master/Makefile) however installs the script to `$(DESTDIR)$(PREFIX)/bin/media-automount`. On my system, both DESTDIR and PREFIX are empty, so the script is never called....

Today I used `ansisvg` generated files [for the first time in my blog](https://www.p-hu.de/2024/03/29/how-to-download-zoom-recordings/). It is a simple `mkdocs` generated static site. When loading the page for the first time, Firefox...