每次打开 PHPSTORM 时系统日志中都会出现 DNS 错误,导致 VPN 停止工作

每次打开 PHPSTORM 时系统日志中都会出现 DNS 错误,导致 VPN 停止工作

我和许多人一样在家工作,我使用 VPN 连接到我的工作网络。虽然我所有使用 Windows 或 MAC 的同事都没有问题,但对我来说,它有点不稳定。我注意到,当我打开 PHPSTORM 时,vpn 连接断开,大约需要 5 次重新连接尝试才能最终连接。这很令人沮丧,因为其他程序每天也会发生几次这种情况。今天我遇到了这个错误,我想知道你们是否能帮我排除故障,以便我拥有更稳定的 VPN 连接。谢谢。

错误 1:

Apr 22 07:01:24 jetbrains-toolbox.desktop[3705]: [0422/070124.934000:ERROR:dns_config_service_posix.cc(434)] DNS config watch failed.
Apr 22 07:01:24 jetbrains-toolbox.desktop[3705]: [0422/070124.938034:ERROR:dns_config_service_posix.cc(434)] DNS config watch failed.
Apr 22 07:01:24 jetbrains-toolbox.desktop[3705]: [0422/070124.943203:ERROR:dns_config_service_posix.cc(434)] DNS config watch failed.
Apr 22 07:01:24 jetbrains-toolbox.desktop[3705]: [0422/070124.947317:ERROR:dns_config_service_posix.cc(434)] DNS config watch failed.
Apr 22 07:01:24 jetbrains-toolbox.desktop[3705]: [0422/070124.951478:ERROR:dns_config_service_posix.cc(434)] DNS config watch failed.
Apr 22 07:01:24 jetbrains-toolbox.desktop[3705]: [0422/070124.955585:ERROR:dns_config_service_posix.cc(434)] DNS config watch failed.
Apr 22 07:01:24 jetbrains-toolbox.desktop[3705]: [0422/070124.959729:ERROR:dns_config_service_posix.cc(434)] DNS config watch failed.
Apr 22 07:01:24 jetbrains-toolbox.desktop[3705]: [0422/070124.963884:ERROR:dns_config_service_posix.cc(434)] DNS config watch failed.
Apr 22 07:01:24 jetbrains-toolbox.desktop[3705]: [0422/070124.969012:ERROR:dns_config_service_posix.cc(434)] DNS config watch failed.
Apr 22 07:01:24 jetbrains-toolbox.desktop[3705]: [0422/070124.972154:ERROR:dns_config_service_posix.cc(434)] DNS config watch failed.
Apr 22 07:01:24 jetbrains-toolbox.desktop[3705]: [0422/070124.977292:ERROR:dns_config_service_posix.cc(434)] DNS config watch failed.
Apr 22 07:01:24 jetbrains-toolbox.desktop[3705]: [0422/070124.980398:ERROR:dns_config_service_posix.cc(434)] DNS config watch failed.

系统特定信息:

NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.4 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

相关内容