View previous topic :: View next topic |
Author |
Message |
whblackhorse n00b
Joined: 15 Mar 2004 Posts: 36 Location: cn
|
Posted: Tue Sep 27, 2005 12:50 am Post subject: 教育网内如何emerge cvs的软件? |
|
|
我在教育网内,因为emacs有点问题,想装一个cvs版的体验一下,可是连接cvs服务器时一直超时,设置了CONNECT的http代理也没有用
哪位大虾可以帮帮忙
thx |
|
Back to top |
|
|
EricHsu Bodhisattva
Joined: 03 May 2004 Posts: 591 Location: Aragon Consulting Group, Beijing, China
|
|
Back to top |
|
|
whblackhorse n00b
Joined: 15 Mar 2004 Posts: 36 Location: cn
|
Posted: Tue Sep 27, 2005 2:30 pm Post subject: |
|
|
Quote: | [leo@leo ~]$ emerge emacs-cvs
Calculating dependencies ...done!
>>> emerge (1 of 1) app-editors/emacs-cvs-23.0.0 to /
>>> md5 files emacs-cvs-23.0.0.ebuild
>>> md5 files emacs-cvs-22.0.50.ebuild
>>> md5 files files/40aspell-gentoo.el
>>> md5 files files/50emacs-22.0.50.envd
>>> md5 files files/50emacs-23.0.0.envd
>>> md5 files files/emacs-22.0.50.desktop
>>> md5 files files/emacs-23.0.0.desktop
>>> md5 files files/digest-emacs-cvs-22.0.50
>>> md5 files files/emacs-cvs-21.3.50-nofink.diff
>>> md5 files files/emacs-subdirs-el-gentoo.diff
>>> md5 files files/digest-emacs-cvs-23.0.0
>>> Not marked as unpacked; recreating WORKDIR...
>>> Unpacking source...
* Fetching CVS module emacs into /usr/portage/distfiles/cvs-src ...
* Running cvs -q -f -z4 -d ":ext:anoncvs@savannah.gnu.org:/cvsroot/emacs" checkout -remacs-unicode-2 emacs
ssh: connect to host savannah.gnu.org port 22: Connection timed out
cvs [checkout aborted]: end of file from server (consult above messages if any)
!!! ERROR: app-editors/emacs-cvs-23.0.0 failed.
!!! Function cvs_fetch, Line 444, Exitcode 1
!!! cvs checkout command failed
!!! If you need support, post the topmost build error, NOT this status message. |
|
|
Back to top |
|
|
citizen428 Retired Dev
Joined: 10 Jun 2002 Posts: 317 Location: Vienna, Austria
|
Posted: Wed Sep 28, 2005 10:00 pm Post subject: |
|
|
我不想是emerge的问题。 你可以不可以ping那个CVS服务器? |
|
Back to top |
|
|
gentoo.cn n00b
Joined: 10 Sep 2005 Posts: 8
|
Posted: Thu Sep 29, 2005 8:00 am Post subject: |
|
|
citizen428 wrote: | 我不想是emerge的问题。 你可以不可以ping那个CVS服务器? |
很高兴看到学中文的"老外"
I don't think it is emerge's problem
应该翻译为:
我想 那不是emerge的问题......
不过,你能输入这么多中文已经很厉害了
你用什么输入法?我记得有一种是输入英文单词选中文的 |
|
Back to top |
|
|
citizen428 Retired Dev
Joined: 10 Jun 2002 Posts: 317 Location: Vienna, Austria
|
Posted: Thu Sep 29, 2005 8:50 am Post subject: |
|
|
gentoo.cn wrote: | 你用什么输入法?我记得有一种是输入英文单词选中文的 |
我现在用FCITX的拼音输入法. |
|
Back to top |
|
|
EricHsu Bodhisattva
Joined: 03 May 2004 Posts: 591 Location: Aragon Consulting Group, Beijing, China
|
Posted: Fri Sep 30, 2005 1:32 am Post subject: |
|
|
whblackhorse, 你能 telnet 过去么:
Code: |
$ telnet savannah.gnu.org 22
Trying 199.232.41.3...
Connected to savannah.gnu.org.
Escape character is '^]'.
SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4
|
如果能看到这样的信息, cvs 就应该能连上. 如果不行, 那可能的原因包括:
1. 教育网没有到目标 cvs 服务器的路由, 或者有防火墙规则禁止往 22 端口连接
2. 你的机器的防火墙规则禁止的往 22 端口的连接
3. ...? _________________ - http://nkbit.com
- http://twitter.com/xuyihua |
|
Back to top |
|
|
whblackhorse n00b
Joined: 15 Mar 2004 Posts: 36 Location: cn
|
Posted: Fri Sep 30, 2005 2:06 am Post subject: |
|
|
不行
telnet连不上
我按照http://zippo.taiyo.co.jp/~gotoh/ssh/connect.html 上介绍的设置了一下还是不行
不过水母上已经有人把cvs版的emacs传到eelinux上去了, 我已经装好了
谢谢斑竹的热心 |
|
Back to top |
|
|
hanhun n00b
Joined: 24 Dec 2004 Posts: 30
|
Posted: Sun Nov 27, 2005 12:49 pm Post subject: |
|
|
用proxychains,然后把/usr/bin下的cvs拷贝成cvs.back
按如下建立个新的cvs命令覆盖掉原来那个,在proxychians的配置文件中添加能用的代理,
btw:现在教育网好像都能直接出去了,我们学校就是
Code: |
#!/bin/bash
exec proxychains /usr/bin/cvs.back "$@" |
|
|
Back to top |
|
|
|