$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
命令时,它都会返回错误。我检查了torrc文件。它也没有得到保存。可能是什么原因?怎么解决这个问题?
答案 0 :(得分:1)
tor用户是否拥有其torrc位置的写权限?权限问题将是我怀疑的第一件事。您可以使用' GETINFO配置文件'。
获取该位置