Adam

Results 22 comments of Adam
trafficstars

I installed specifically fuse3, if I compile using this ``` cmake -DUSE_FUSE3=1 . make -j 8 ``` then its compiling fine, just I tried the option to statically link the...

Hello, maybe, as one of the future goal, to speed up the first startup time to generate the drive tree, instead of getting changes from day one of the drive...

If that helps, here is my dockerfile ``` FROM archlinux/base:latest RUN pacman -Sy --noconfirm gcc make cmake pkgconf mongo-c-driver boost jemalloc fuse3 git WORKDIR /app ADD . . RUN cmake...

I might take another stab at that one, I have some time on my hands lately and have more people on my server so would be nice to have an...

I got something working now with a kubernetes operator, its going pretty well after a couple tests, the startup time for a stream is now back like if it was...

For those who want to try that one and raise issues or feedback, please raise on the operator repository here https://github.com/mcadam/plex-operator thanks

hi @onedr0p I recently just started using the operator again in production, its working well so far. I have 2 repositories with the operator and one with the chart, you...

I suppose the easiest way to get the NFS in there and generic way would be to have a sidecar container pod so you have access to the file system...

Anybody got it working even with the error "connection refused on 127.0.0.1". I created myself a kubernetes operator to have the idle pool of workers waiting etc, all that is...

Ok never mind got it working now, I removed the ReadOnly flags on the volumes of the pod doing the transcode and its now working, maybe some other have that...