我使用的是 Fedora 38。我下載了 OpenVPN 用戶端憑證。當我嘗試連線時失敗。我不確定如何繼續診斷問題。基本上,我嘗試(根據開啟VPN頁面):
sudo openvpn3 config-import --config profile-5.ovpn
Configuration imported. Configuration path: /net/openvpn/v3/configuration/fbe8
sudo openvpn3 session-start --config profile-5.ovpn
** ERROR ** Could not establish a connection with 'net.openvpn.v3.sessions'
所以我嘗試透過以下方式獲取更多資訊:
sudo openvpn3 log --log-level 6 --config profile-5.ovpn
但結果對我沒有幫助:
g_mutex_clear() called on uninitialised or locked mutex
Aborted
其他建議來自這裡- 建議使用:
/usr/libexec/openvpn3-linux/openvpn3-service-sessionmgr
這是不存在的。我試過:
sudo /usr/libexec/openvpn3-linux/openvpn3-service-configmgr
但這會引發異常。拋出實例後終止調用
'DBusException'
what(): openvpn3-service-configmgr could not register 'net.openvpn.v3.configuration' on the D-Bus
Aborted
較新的線程這裡- 然後建議手動設定日誌等級。
openvpn3-admin log-service --log-level 6
openvpn3-admin netcfg-service --config-set log-level 6
我做到了。我看到一個 Glib 錯誤 - 並且該線程提到了 Glib 問題:
(process:67252): GLib-GObject-CRITICAL **: 11:04:07.329: g_object_unref: assertion 'old_ref > 0' failed
不知道從這裡去哪裡。請指教。