problem downloading linux-staging tree

简介:

problem downloading linux-staging tree

 

Hi All,

I tried dowloading the linux staging tree through git clone
and in the next step " ketchup `cat ../staging/version`" downloaded few MB of partial kernel to root/.ketchup and while checking for gpg signature it failed.

I am pasting the same contents below, kindly please help me in resolving this or if any mistakes i have made(please do point out). i am newbie, learning applying patches, this is the nice way to learn stuff getting staging tree.

[root@turtle22 linux-staging]# ketchup `cat ../staging/version`
None -> 2.6.26-rc7
Downloading linux-2.6.25.tar.bz2
--12:16:54-- http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2
Resolving www.kernel.org... 204.152.191.37, 204.152.191.5
Connecting to www.kernel.org|204.152.191.37|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 48601689 (46M), 44302160 (42M) remaining [application/x-bzip2]
Saving to: `/root/.ketchup/linux-2.6.25.tar.bz2.partial'

100%[+++++=======================================================>] 48,601,689 5.06K/s in 76m 31s

13:33:32 (9.42 KB/s) - `/root/.ketchup/linux-2.6.25.tar.bz2.partial' saved [48601689/48601689]

Downloading linux-2.6.25.tar.bz2.sign
--13:33:32-- http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2.sign
Resolving www.kernel.org... 204.152.191.37, 204.152.191.5
Connecting to www.kernel.org|204.152.191.37|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 248 [application/pgp-signature]
Saving to: `/root/.ketchup/linux-2.6.25.tar.bz2.sign.partial'

100%[============================================================>] 248 --.-K/s in 0s

13:33:39 (36.8 MB/s) - `/root/.ketchup/linux-2.6.25.tar.bz2.sign.partial' saved [248/248]

Verifying signature...
gpg: Signature made Thu 17 Apr 2008 08:52:46 AM IST using DSA key ID 517D0F0E
gpg: Can't check signature: public key not found
ketchup: gpg returned 512
ketchup: removing files...
Downloading linux-2.6.25.tar.gz
--13:33:40-- http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.tar.gz
Resolving www.kernel.org... 204.152.191.5, 204.152.191.37
Connecting to www.kernel.org|204.152.191.5|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 61517918 (59M), 61482230 (59M) remaining [application/x-gzip]
Saving to: `/root/.ketchup/linux-2.6.25.tar.gz.partial'

100%[============================================================>] 61,517,918 12.6K/s in 2h 8m

15:41:56 (7.81 KB/s) - `/root/.ketchup/linux-2.6.25.tar.gz.partial' saved [61517918/61517918]

Downloading linux-2.6.25.tar.gz.sign
--15:41:56-- http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.tar.gz.sign
Resolving www.kernel.org... 204.152.191.5, 204.152.191.37
Connecting to www.kernel.org|204.152.191.5|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 248 [application/pgp-signature]
Saving to: `/root/.ketchup/linux-2.6.25.tar.gz.sign.partial'

100%[============================================================>] 248 --.-K/s in 0s

15:41:57 (33.9 MB/s) - `/root/.ketchup/linux-2.6.25.tar.gz.sign.partial' saved [248/248]

Verifying signature...
gpg: Signature made Thu 17 Apr 2008 08:43:18 AM IST using DSA key ID 517D0F0E
gpg: Can't check signature: public key not found
ketchup: gpg returned 512
ketchup: removing files...
ketchup: Tarball download failed

Thanks in advance

Try preloading the gpg key

on
June 26, 2008 - 1:45pm

At the shell prompt (as root?):

gpg --keyserver wwwkeys.pgp.net --recv-keys 0x517D0F0E

Many times this server (wwwkeys.pgp.net) is down or very slow which will cause scripts to fail. A better scripting practice is to set a flag file once the server finally sends the key (when the return code from gpg is 0) so that this step is not done each time.

 


本文转自holy2009 51CTO博客,原文链接:http://blog.51cto.com/holy2010/328340

相关文章
|
8月前
|
Ubuntu Linux
linux(三十六)文件和目录相关命令tree
linux(三十六)文件和目录相关命令tree
60 0
|
存储 Linux 编译器
打破常规,Linux内核新的数据结构上场maple tree(上)
打破常规,Linux内核新的数据结构上场maple tree
|
运维 安全 Linux
Linux 文件管理命令 mv、rm、which、tree 讲解| 学习笔记
快速学习 Linux 文件管理命令 mv、rm、which、tree 讲解
333 0
Linux 文件管理命令 mv、rm、which、tree 讲解| 学习笔记
Linux Command tree 树状图
Linux Command tree 树状图
|
Linux
Linux tree命令
Linux tree命令
70 0
|
安全 Java Linux
Linux use apktool problem
Linux服务器在线打包遇到的问题 转载请标明出处: https://blog.csdn.net/DJY1992/article/details/80110942 本文出自:【奥特曼超人的博客】 在线打包的流程 遇到奇怪的BUG(Linux apktool 包体变大) 1. 在线打包的流程 首先我们需要根据在线打包自动关联落地页,同时落地页也是动态生成可选的。
1240 0
|
Linux API C++
ARM Linux 3.x的设备树(Device Tree)宋宝华
1.    ARM Device Tree起源 Linus Torvalds在2011年3月17日的ARM Linux邮件列表宣称“this whole ARM thing is a f*cking pain in the ass”,引发ARM Linux社区的地震,随后ARM社区进行了一系列的重大修正。
1254 0