Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Gentoo client install support

未关闭
#784 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
35/100
Issue 类型
功能
描述清晰度
需要澄清
活跃度
冷清
技术栈
linux, rust

调研方向

在使用 OpenRC 的 Gentoo 上复现客户端启动,并检查报告的 system-tray 失败以及日志中缺少 UNIX-domain socket 的问题。确定涉及的安装和后台服务入口点;完成的标准是客户端可以启动、服务可用,并且在没有 systemd 的情况下不再出现报告的连接失败。

由索引模型根据 Issue 内容生成。

描述

I'm running Gentoo with OpenRC too ( no systemd )

I can run the binary for the client, but I get an issue with

[2026-02-14][23:02:59.838879614][INFO][defguard_client] App setup completed, log level: INFO
[2026-02-14][23:02:59.838970923][INFO][defguard_client] Application data (database file) will be stored in: /home/user/.local/share/net.defguard and application logs in: /home/user/.local/share/net.defguard/logs. Logs of the background Defguard service responsible for managing VPN connections at the network level will be stored in: /var/log/defguard-service.

(defguard-client-linux-x86_64-v1.6.5:17714): libayatana-appindicator-WARNING **: 18:02:59.854: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.
[2026-02-14][23:02:59.858223529][ERROR][defguard_client] Failed to configure system tray: Tauri error: No such file or directory (os error 2)
[2026-02-14][23:02:59.908925851][INFO][defguard_client::enterprise::periodic::config] Automatically retrieved the newest instance configuration from core for 1 instances, sleeping for 30s
[2026-02-14][23:03:00.488839449][INFO][defguard_client::commands] The latest release version of the application available for download is 1.6.4, it was released on 2026-01-16.
[2026-02-14][23:03:00.821541371][INFO][defguard_client::commands] The latest release version of the application available for download is 1.6.4, it was released on 2026-01-16.
[2026-02-14][23:03:02.835066417][ERROR][defguard_client::service::client] Problem connecting to UNIX domain socket: No such file or directory (os error 2)
[2026-02-14][23:03:02.835119685][ERROR][defguard_client::utils] Failed to set up connection for location poc-vpn(ID: 1); background service is unavailable. Make sure the service is running. Error: code: 'The service is currently unavailable', message: "No such file or directory (os error 2)", source: tonic::transport::Error(Transport, ConnectError(Os { code: 2, kind: NotFound, message: "No such file or directory" })), Interface configuration: InterfaceConfiguration { name: "wg0", addresses: [IpAddrMask { address: 10.10.0.3, cidr: 32 }], port: 0, peers: [Peer { public_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd, protocol_version: None, endpoint: Some(x.x.x.x:51820), last_handshake: None, tx_bytes: 0, rx_bytes: 0, persistent_keepalive_interval: Some(25), allowed_ips: [IpAddrMask { address: 10.100.0.0, cidr: 16 }], .. }], mtu: None, fwmark: None, .. }
[2026-02-14][23:03:02.836748435][ERROR][webview] Invoking "connect" failed due to unknown error: "Internal error: Background service is unavailable. Make sure the service is running."
[2026-02-14][23:03:02.837297159][ERROR][webview] Error handling interface: Invoking "connect" failed due to unknown error: "Internal error: Background service is unavailable. Make sure the service is running."
主要语言
Rust
星标
370
派生
39
平均合并
20 小时 1 分钟
30 天内合并 PR
37

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

DefGuard/client 的其他 Issue

查看 DefGuard/client 的全部 Issue

相似的 Issue

更多 Rust Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。