Oleksii Samoliuk

Results 10 comments of Oleksii Samoliuk

@antelle Work fine in arch linux + xfce. The problem only in the gnome environment (tested in ubuntu & centos7).

I solved this problem cardinally - I deleted the Gnome. No Gnome, no problem :) _P.S. Perfectly working in the i3wm_

This is not a system problem, it is a container security context issue. Fix: `docker/podman --cap-add audit_write ....` fix for kubernetes: deployment/statefulset etc: ``` ... containers: - name: postgresql image:...

Hi @nblock The same result if using an `~/.headscale/config.yaml` file. All config variables set are correctly, judding by a trace output and additional debug outputs (inside the utils/newHeadscaleCLIWithConfig function). I...

@nblock This headscale instance running inside kubernetes cluster end external connection possible only via traefik. I used kubectl port-forward for forwarding the port 50433 to my local machine and try...

Hi @plittlefield I don't have any solution for it. I just use v0.23 to set a policy, etc., and it works fine. :) There may be some dependencies on headers...

@ozhankaraman the question is not about the client, here the question is only about the remote CLI of Headscale (GRPC) :) I have no idea what the problem is here....

Hi @nblock I found problem, Falling bombs with five hundred kilograms of TNT clear my brain well :D ~~As a temporary solution, we can use the following:~~ ~~`GRPC_ENFORCE_ALPN_ENABLED=false headscale get...

@ikkentim ``` ❯ echo $PAGER less ``` I have a pager set up, but the problem is still relevant - the `* v to view selected issue details` function outputs...

H @kradalby I can't say for sure, in version 0.27.1 I first used `preAuthkey` with a tag, so as not to declare tags separately for each host, before I simply...