Tor "saveconf" 命令 returns 错误消息总是
Tor "saveconf" command returns error message always
$telnet localhost 9051
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
authenticate "xxxxxxx"
250 OK
getconf controlport
250 ControlPort=9051
resetconf controlport
250 OK
getconf controlport
250 ControlPort
setconf controlport=9051
250 OK
saveconf
551 Unable to write configuration to disk.
setconf nickname=testnickname
250 OK
saveconf
551 Unable to write configuration to disk.
每当我尝试执行 saveconf
命令时,它都会 returns 出错。我检查了torrc文件。它也没有得到保存。可能是什么原因?如何解决?
tor 用户是否有对其 torrc 位置的写入权限?许可陷阱将是我怀疑的第一件事。您可以使用 'GETINFO config-file'.
获取位置
$telnet localhost 9051
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
authenticate "xxxxxxx"
250 OK
getconf controlport
250 ControlPort=9051
resetconf controlport
250 OK
getconf controlport
250 ControlPort
setconf controlport=9051
250 OK
saveconf
551 Unable to write configuration to disk.
setconf nickname=testnickname
250 OK
saveconf
551 Unable to write configuration to disk.
每当我尝试执行 saveconf
命令时,它都会 returns 出错。我检查了torrc文件。它也没有得到保存。可能是什么原因?如何解决?
tor 用户是否有对其 torrc 位置的写入权限?许可陷阱将是我怀疑的第一件事。您可以使用 'GETINFO config-file'.
获取位置