前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >在Ubuntu使用TOR遇到Vidalia detected that the tor software exited unexpectedly解决方案 By HKL, Saturday 27 July 2013, 评论 [ Linux  Opensource  ]

在Ubuntu使用TOR遇到Vidalia detected that the tor software exited unexpectedly解决方案 By HKL, Saturday 27 July 2013, 评论 [ Linux  Opensource  ]

作者头像
hiplon
修改2020-07-22 10:42:58
5980
修改2020-07-22 10:42:58
举报
文章被收录于专栏:VNF

If you are reading this, its because you have installed Tor and Vidalia in Ubuntu (or Debian) and found out that they do not play nice together.

当你看到这往篇文章的时候。大概是因为你在Ubuntu或者Debian时遇到Vidalia detected that the tor software exited unexpectedly吧。而且英文不太好。

You probably got an error:看好了,大概就是这个样子吧!

Vidalia detected that the tor software exited unexpectedly.

Please check the message log for recent warning or error messages.

在这之前。在终端机用以下命令关闭TOR :

代码语言:javascript
复制
sudo killall tor

第一步: 在终端机输入以下命令 :

代码语言:javascript
复制
sudo gedit /etc/tor/torrc
接着会在53至60行会出现下面的东西:
代码语言:javascript
复制
## The port on which Tor will listen for local connections from Tor

## controller applications, as documented in control-spec.txt.

# ControlPort 9051

## If you enable the controlport, be sure to enable one of these

## authentication methods, to prevent attackers from accessing it.

# HashedControlPassword

16:872860B76453A77D60CA2BB8C1A7042072093276A3D701AD684053EC4C

# CookieAuthentication 1

第二步:删除 第55行“ #ControlPort 9051”前面的 “#“这个符号:

就是使得 第55行变成下面那样,只是前面没了“#”号

ControlPort 9051

之后请看到第58行

HashedControlPassword

看看后面的一大串东西

第三步:在终端机输入以下命令:

代码语言:javascript
复制
tor –hash-password mypassword

然后会出现类似的一串字符:

16:816172DEB125A9CA603A6A8A5C16D0642DA4556E4EC417E6B9AAC9AF0D

复制这串东西到刚才“看看后面的一大串东西”那里并删除原来的

最后变成这个样子:

代码语言:javascript
复制
## The port on which Tor will listen for local connections from Tor

## controller applications, as documented in control-spec.txt.

ControlPort 9051

## If you enable the controlport, be sure to enable one of these

## authentication methods, to prevent attackers from accessing it.

#HashedControlPassword

16:816172DEB125A9CA603A6A8A5C16D0642DA4556E4EC417E6B9AAC9AF0D

#CookieAuthentication 1

最后: 保存(当然可以用 ctrl + s) 。并重启TOR :

代码语言:javascript
复制
sudo /etc/init.d/tor restart

完成了 打开Vidalia干你想干的事吧.

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 第一步: 在终端机输入以下命令 :
    • 接着会在53至60行会出现下面的东西:
    • 第二步:删除 第55行“ #ControlPort 9051”前面的 “#“这个符号:
    • 第三步:在终端机输入以下命令:
    领券
    问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档