我已经在 Ubuntu 16.04 服务器上使用 Epoptes 来监控我的计算机实验室大约一年了,它运行良好,直到我将客户端从 Ubuntu 16.04 更新到 18.04。
现在,客户端首次登录时会连接到 Epoptes 服务器,但几秒钟后就会断开连接。客户端随后会偶尔出现几秒钟,然后再次消失。
连接服务器似乎有问题:
$ sudo epoptes-client -c
140226841174464:error:0200206F:system library:connect:Connection refused:../crypto/bio/b_sock2.c:108:
140226841174464:error:2008A067:BIO routines:BIO_connect:connect error:../crypto/bio/b_sock2.c:109:
connect:errno=111
epoptes-client ERROR: Failed to fetch certificate from server:789
当我尝试从客户端连接到 Epoptes 服务器以获取证书时,我几乎总是会遇到这种情况。
它很少能起作用,特别是当我断开服务器与网络的连接然后重新连接时。然后我得到这个:
$ sudo epoptes-client -c
depth=0 C = AU, ST = Some-State, O = Internet Widgits Pty Ltd
verify error:num=18:self signed certificate
verify return:1
depth=0 C = AU, ST = Some-State, O = Internet Widgits Pty Ltd
verify return:1
DONE
Successfully fetched certificate from server:789
有人能帮我弄清楚发生了什么事吗?
与此同时,我正在服务器上重新安装 16.04,并全新安装 Pinet,包括 Epoptes。也许我切换到 18.04 太早了。