Andrew Nichols
Andrew Nichols
We've forked, slightly updated, and published a non-snapshot version of this to Clojars: https://clojars.org/tech.droit/clj-diff I'd like to eventually incorporate some of the changes I've seen in other forks, notably making...
I'm still learning the library, but this currently works. Using the web interface, you can specify STDIN in a separate text box. Testing your code exactly with a name entered...
> I assume you are upgrading from an older version to a newer one? Nope, it was a fresh install, which is why I thought it was particularly notable, compared...
Okay, just to rule out differences between `bastille` and `iocage`, here's my replication: ```sh pkg install py39-iocage iocage activate system iocage fetch iocage create -n jellytest vnet=on dhcp=on allow_mlock=1 defaultrouter=10.2.0.0/24...
Confirmed! The exact same sequence of commands/actions on `13.2-RELEASE` jail works, with `EncoderAppPathDispay` having a value simply of `ffmpeg`. Playback works entirely as expected. I guess this means that somehow...
> does making a sym link for ffmpeg into /usr/bin resolve the issue on 14? Confirmed playback works as expected on a fresh install on 14 with `ffmpeg` symlinked into...
Here's the results of `procstat -e `. It confirms that there are PATH differences. `jellytest14` (iocage on 14.0) environment: `LANG=C.UTF-8 PATH=/sbin:/bin:/usr/sbin:/usr/bin CLR_OPENSSL_VERSION_OVERRIDE=30 PWD=/ HOME=/ MM_CHARSET=UTF-8 RC_PID=34961 BLOCKSIZE=K` `jellytest13` (iocage on...
> I just updated the plugin and now have this issue. I stopped jellyfin then added /usr/local/bin/ffmpeg to var/db/jellyfin/config/encoding.xml saved and then started jellyfin Note that there are several other...
We got bit today by lack of this kind of thing as well -- we triggered a task with `beat` that wasn't imported correctly and therefore wasn't ever able to...
FYI, we've solved this *exact* problem by mounting an EFS share and making sure the celerybeat scheduler file is stored there. Of course, that still means we can only run...