求助,关于Debian 6 安装Deluge 出现的错误command not found
本帖最后由 qqa 于 2012-5-19 20:59 编辑[教程] VPS的简单操作流程http://www.gebi1.com/forum.php?mod=viewthread&tid=47510
我按照上面这个贴,一步步操作,遇到了一些问题,希望大家能解答下。Debian 6 32bit
第2步骤apt-get install python-software-properties 这个我弄了的。 (第一张图片,上半截图片就是这一步骤完成的结果)
到第3步骤的时候:然后安装PPA add-apt-repository ppa:deluge-team/ppa
就出现command not found 【第一个问题】
http://i.imgur.com/n6271.jpg
然后下面的步骤继续到了 : 运行和web控制端
deluged
screen deluge-web
也出现错误。
http://i.imgur.com/kkphe.jpg
然后可以用浏览器可以登陆 :Deluge WebUI界面操作。
最后继续操作让VPS重启后自动加载。 编辑/rc.local文件
deluge-web
deluged
保存退出,但是我把VPS reboot重启后。用浏览器登陆Deluge WebUI是打不开的。 【第2个问题】
我把vps 从装了很多次,重复的按教程操作,还是不行。
陷入崩溃中。。。。
apt-get install python-software-properties 新版本的ubuntu已经没有默认安装 add-apt-repository工具了。
这步缺少了,deluge文件安装文件肯定下载失败,后面就免谈了。
手工安装一下这个工具组: apt-get install python-software-properties
再try again. apt-get install python-software-properties 楼主,看一下你的VPS中模板,目前很多模板中都已经包含Deluge了 locale-gen en_US.UTF-8 pudgala 发表于 2012-5-19 21:05 static/image/common/back.gif
root@etrehfgbd:~# sudo deluged
root@etrehfgbd:~# sudo deluge-web --fork
root@etrehfgbd:~# 16:57:47 server:75 Unable to initialize gettext/locale: unsupported locale setting
Traceback (most recent call last):
File "/usr/bin/deluge-web", line 9, in <module>
load_entry_point('deluge==1.2.3', 'console_scripts', 'deluge-web')()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/web.py", line 132, in start
web.start()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/web.py", line 119, in start
self.server.start()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/server.py", line 517, in start
self.start_normal()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/server.py", line 525, in start_normal
self.socket = reactor.listenTCP(self.port, self.site)
File "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 419, in listenTCP
p.startListening()
File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 855, in startListening
raise CannotListenError, (self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on any:8112: Address already in use.
帮忙看看谢谢,可以登陆Deluge WebUI界面,但是显示offline 离线 如果你愿意,你把 root/pass/ip 发来我看看去 8112端口被占用了。
让@pudgala远程登录上去看看也许是最快捷的方法。 本帖最后由 pudgala 于 2012-5-21 21:00 编辑
qqa 发表于 2012-5-21 18:53 static/image/common/back.gif
root@etrehfgbd:~# sudo deluged
root@etrehfgbd:~# sudo deluge-web --fork
root@etrehfgbd:~#
好了,以后每次重启后输入
1)deluged
2) deluge-web --fork
========================
root 不用 sudo pudgala 发表于 2012-5-21 20:32 static/image/common/back.gif
好了,以后每次重启后输入
1)deluge
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@rsdfsfw:~# deluge
-bash: deluge: command not found
root@rsdfsfw:~# deluge-web --fork
root@rsdfsfw:~# 18:49:51 server:75 Unable to initialize gettext/locale: unsupported locale setting
Traceback (most recent call last):
File "/usr/bin/deluge-web", line 9, in <module>
load_entry_point('deluge==1.2.3', 'console_scripts', 'deluge-web')()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/web.py", line 132, in start
web.start()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/web.py", line 119, in start
self.server.start()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/server.py", line 517, in start
self.start_normal()
File "/usr/lib/pymodules/python2.6/deluge/ui/web/server.py", line 525, in start_normal
self.socket = reactor.listenTCP(self.port, self.site)
File "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 419, in listenTCP
p.startListening()
File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 855, in startListening
raise CannotListenError, (self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on any:8112: Address already in use.
==============================
虽然有错误弹出,但是可以用了,重启后也能行了。
十分感谢你。
================================
pudgala 可以说说怎么弄的吗?
我怕下次我重装系统后又不会用了。
刚刚的root/pass/ip 没有修改。希望可以图文指导一下,怎么弄好的。
谢谢,{:1_87:} 恐怕跟你说不清楚,现在locale 问题应该也好了
本帖最后由 qqa 于 2012-5-21 21:19 编辑
pudgala 发表于 2012-5-21 21:08 static/image/common/back.gif
恐怕跟你说不清楚,现在locale 问题应该也好了
说说把,修改哪些地方。puttywinscp 我都会使用的。教一教吧,谢谢了。
我很希望学会怎么弄好的,真心的想弄会。 因为还有几个相同问题的。
qqa 发表于 2012-5-21 21:11 static/image/common/back.gif
说说把,修改哪些地方。puttywinscp 我都会使用的。教一教吧,谢谢了。
我很希望学会怎么弄好的,真心 ...
没点linux基础,是很难说清楚的。 我刚刚也出现了这情况 怎么解决啊?
页:
[1]