[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:14181] ftp-master への upload
- From: Takashi Okamoto <toraneko@xxxxxxxxx>
- Subject: [debian-devel:14181] ftp-master への upload
- Date: Mon, 14 May 2001 18:26:42 +0900
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-devel-ctl@debian.or.jp; help=<mailto:debian-devel-ctl@debian.or.jp?body=help>
- X-ml-name: debian-devel
- X-mlserver: fml [fml 3.0pl#17]; post only (only members can post)
- Message-id: <878zjz3hrv.wl@xxxxxxxxxxxxxxxxxxxxxxxx>
- X-mail-count: 14181
- User-agent: Wanderlust/2.5.8 (Smooth) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386-debian-linux-gnu) MULE/4.1 (AOI)
おかもと@新米 Developer です。
Debian Official Developer になり、頑張るぞ!!
と思いきや、ftp-master@debian.org にパッケージがアップロード出来なくて
1週間程悩んでいます。ずばり、どうすれば、アップロードできるのでしょうか?
最初 dupload を試していました。デベロッパーリファレンスや、ssh 等のド
キュメントを調べても、どうしてもアップロードできないので、今は、
dupload より簡単だという dput で試しています。
メッセージは、下記のような感じです。
-------------
user@host:/tmp$ export USER=自分の Debian アカウント
user@host:/tmp$ dput jakarta-regexp_1.2.20010409-1_i386.changes
Uploading package to host ftp-master.debian.org
D: /tmp/tmp/jakarta-regexp_1.2.20010409-1_i386.changes
Checking Signature on .changes
gpg: 2001年05月09日 19時33分46秒 UTC の DSA 鍵 ID 52936E17 による署名
gpg: 正しい署名: "Takashi Okamoto <toraneko@xxxxxxxxx>"
gpg: 別名 "Takashi Okamoto <tora@debian.org>"
Checking Signature on .dsc
gpg: 2001年05月09日 19時33分42秒 UTC の DSA 鍵 ID 52936E17 による署名
gpg: 正しい署名: "Takashi Okamoto <toraneko@xxxxxxxxx>"
gpg: 別名 "Takashi Okamoto <tora@debian.org>"
tora@ftp-master.debian.org's password:
Connection timed out.
Error while uploading.
user@host:/tmp$
Received signal 1. (no core)
---------------------
/etc/dput.cf はデフォルトのままです
---------------------
# Example host.cf that defines the host that can be used
# with dput for uploading.
[DEFAULT]
login = username
method = scp
allow_unsigned_uploads = 0
run_lintian = 0
run_dinstall = 0
check_version = 0
post_upload_command =
[ftp-master]
fqdn = ftp-master.debian.org
incoming = /org/ftp.debian.org/incoming/
method = scp
# And if you want to override one of the defaults, add it here.
# For example, comment out the next line
# login = another_username
# post_upload_command = /path/to/some/script
.
(省略)
で、一応、ftp-master.debian.org に .ssh2 ディレクトリを作ってクライア
ントで作成した ssh のキーを Local.pub として保存し、
[ftp-master側]
# cat .ssh2/authorization
Key Local.pub
# ls .ssh2/*
authorization
Local.pub(id_dsa_1024_a.pub のコピー)
[クライアント側]
# cat .ssh2/identification
IdKey id_dsa_1024_a
# ls .ssh2/*
../ ./
Local.pub authorization
hostkeys/ id_dsa_1024_a
id_dsa_1024_a.pub identification
random_seed
となっています。ちなみ、firewall の中からアップロードしようとしていま
す。
よろしくお願いします。
---------------------
岡本隆史