博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
problem downloading linux-staging tree
阅读量:5864 次
发布时间:2019-06-19

本文共 3491 字,大约阅读时间需要 11 分钟。

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-- 
Resolving ... 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-- 
Resolving ... 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-- 
Resolving ... 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-- 
Resolving ... 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

 

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

转载地址:http://gyfnx.baihongyu.com/

你可能感兴趣的文章
java中的数据类型
查看>>
数据结构之C/C++实现循环队列
查看>>
图片选择 显示缩略图
查看>>
UIImage修改图片颜色
查看>>
RHEL 6.5 安装 grid 报错:CRS-4124
查看>>
Oracle时间与Unix时间戳的转换
查看>>
相关的下载网站
查看>>
[笔记] docker入门篇1
查看>>
shell 读取键盘输入
查看>>
Linux环境下安装部署AWStats日志分析系统实例
查看>>
使用IO合并技巧轻松实现千万级消息推送
查看>>
Typecho启用主题失败,使用命令启用主题
查看>>
实例解析linux内核I2C体系结构(1)
查看>>
python使用异步任务celery出现异常崩溃时retry重试
查看>>
面向接口编程详解(三)—— 模式研究
查看>>
PostgreSQL DBA快速入门(六) - 最好的社区工具
查看>>
Hyperledger Fabric 实战(四):基于第一个网络动态添加组织
查看>>
gcc g++编译啥的
查看>>
我的友情链接
查看>>
第五课:系统目录及ls·文件类型及alias命令介绍
查看>>