Scott Shambarger
Scott Shambarger
# Feature request I'm having a lot of difficulty with the pdf output... I've been scanning some old printouts, and converting them with the OCR App -- the problem is...
The configure script doesn't correctly handle locating the mandir directory, and uses the MANPATH environment variable directly - which breaks if MANPATH is a true path with multiple path entries....
I'm using ipv6 source-based routing on a machine with multiple WANs. I'm adding routes for each delegated subnet to their respective WAN interface, eg: ``` # ip -6 route show...
### Is there an existing issue for this? - [x] I have searched the existing issues ### What happened? ## Description Creating a basic PrometheusAgent (daemonset mode) with a volume...
Werks 16594 introduced TZ support to the docker image, but didn't account for timezones with '_' (eg America/Los_Angeles) Patch to use '|' in sed to avoid clash with underscores.