Results 122 issues of Christoph Anton Mitterer

Hey. This is on dCache 9.1.2. I've noted by accident, that (**at least**) file not found errors do sometimes not make it into the billing logs. E.g.: `/pnfs/lrz-muenchen.de/data/atlas/meta/storage-descriptor.json` exists, `/pnfs/lrz-muenchen.de/data/atlas/meta/storage-descriptor.jsonA`...

Hey. Since quite long actually, the Debian packages don't depend on any JRE ;-) I think it should e.g.: ``` Depends: openjdk-17-jre-headless | openjdk-11-jre-headless | default-jdk-headless ``` With `default-jdk-headless` only...

Hey. Seems no one really ever tested the new systemd units ;-) When one tries to enable a dcache@*.service, to have it automatically startup on next boot, one gets e.g....

packaging

Hi. The Debian package Recommends: `libxml2-utils | xsltproc` However, `dcache-storage-descriptor` seems to only work with the later and not the former, so there should be either two Recommends like: ```...

packaging

Hey. dcache has e.g. still the `dcache.user` setting to allow e.g. to set `root` for a webdav door to have that bind to a privileged port. In the systemd-world this...

Hey. As per discussion in: https://github.com/USBGuard/usbguard/issues/461#issuecomment-1341166832 and especially because of the security sensitive nature of `rules.conf`, please clarify the exact semantics of comments in it. I.e., is it just if...

Hey. I recently stumbled over the following situation: AFAIU, `rules.conf` is mostly meant to store "permanent" rules, e.g. like whitelisting some "internal" USB devices, like the host controllers or a...

Hey. I know there is `usbguard-daemon.conf`’s `keep` value for options like `PresentDevicePolicy`, but this just generally keeps every device (respectively host controller) present when the daemon starts. What I would...

The goal of this branch is to overhaul `ssh_filter_btrbk.sh`, especially far more hardening respectively tightening what is allowed to be executed, but also to add some mode for `btrbk`’s raw...

Changed the default of the `preserve_day_of_week`-option to `monday` in accordance with the start of an ISO 8601 week as well as the meaning of `weekly` systemd. Signed-off-by: Christoph Anton Mitterer