Jeef

Results 229 comments of Jeef

Going into `json-rpc` mode in the container I was unable to call the CLI - it kept saying it was already running

However in my case `signal-cli --config /home/.local/share/signal-cli updateGroup` did work inside the container Or ```bash docker compose exec signal-api su -c "signal-cli --config /home/.local/share/signal-cli updateGroup" signal-api ``` outside

I guess I dont' know for sure -> I just was trying to find my "Missing" groups -> and they appeared. It also listed a good number of "empty" groups...

This is your intel config? https://github.com/celesrenata/nixos-k3s-configs/blob/main/nixos-kube-configs/gremlin-1/overlays/i915-sriov-dkms.nix Your Nix skill is impressive ... i always get my head so confused with nix :) (even though I'm using nix-darwin on most of...

@celesrenata - didn't you get this working? Or am I lagging on my understanding (https://github.com/strongtz/i915-sriov-dkms/issues/210#issuecomment-2626587269)

I'm stuck in a loop with this issue The only "progress" I've made is updating my `configuration.yaml` with a different port: ```yaml http: server_port: 8124 ``` Its not really a...