Updated Core and Proxy today to Version 1.5 and tried new Client 1.5 on Ubuntu 24.04
After Activating Connection defguard-client just crashes.
Got this after some Tries:
5-09-23][08:10:33.511663549][DEBUG][defguard_client::utils] Creating interface for location office(ID: 2) with configuration InterfaceConfiguration { name: "wg0", addresses: [IpAddrMask { ip: 10.0.60.3, cidr: 32 }], port: 36273, peers: [Peer { public_key: bb7b2749081e27c0762d7a663d5da21f668f94c7c06d89b3c54cd647a688d320, preshared_key: None, protocol_version: None, endpoint: Some(212.77.172.213:50555), last_handshake: None, tx_bytes: 0, rx_bytes: 0, persistent_keepalive_interval: Some(25), allowed_ips: [IpAddrMask { ip: 0.0.0.0, cidr: 0 }, IpAddrMask { ip: ::, cidr: 0 }] }], mtu: None, .. }
thread 'tokio-runtime-worker' panicked at src/service/utils.rs:34:18:
Failed to connect to Unix domain socket.: Os { code: 13, kind: PermissionDenied, message: "Keine Berechtigung" }
stack backtrace:
0: 0x56bfbedb8f43 - <unknown>
1: 0x56bfbe3bf1f3 - <unknown>
2: 0x56bfbedb4593 - <unknown>
3: 0x56bfbedb8da2 - <unknown>
4: 0x56bfbedbb027 - <unknown>
5: 0x56bfbedbabc7 - <unknown>
6: 0x56bfbedbb749 - <unknown>
7: 0x56bfbedbb51a - <unknown>
8: 0x56bfbedb9419 - <unknown>
9: 0x56bfbedbb1cd - <unknown>
10: 0x56bfbe2dca70 - <unknown>
11: 0x56bfbe2dce96 - <unknown>
12: 0x56bfbe3db8b3 - <unknown>
13: 0x56bfbe3e6197 - <unknown>
14: 0x56bfbe3dcb9f - <unknown>
15: 0x56bfbe4cd3d3 - <unknown>
16: 0x56bfbe4c9aab - <unknown>
17: 0x56bfbeedfd69 - <unknown>
18: 0x56bfbeec480e - <unknown>
19: 0x56bfbeec2adb - <unknown>
20: 0x56bfbeec89f6 - <unknown>
21: 0x56bfbeeb8cac - <unknown>
22: 0x56bfbeebaeed - <unknown>
23: 0x56bfbedbf18f - <unknown>
24: 0x7484f929caa4 - start_thread
at ./nptl/pthread_create.c:447:8
25: 0x7484f9329c6c - clone3
at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:78:0
26: 0x0 - <unknown>
zsh: IOT instruction RUST_BACKTRACE=full defguard-client
Starting the client with sudo does work without a problem. But this was not needed before...
Any Ideas what causes this?
Hi!
Updated Core and Proxy today to Version 1.5 and tried new Client 1.5 on Ubuntu 24.04
After Activating Connection defguard-client just crashes.
Got this after some Tries:
Starting the client with sudo does work without a problem. But this was not needed before...
Any Ideas what causes this?
Thanks in advance
Bosper