* fedora and xen domain problem with gpgkey?
@ 2005-02-12 21:40 Justin Conover
2005-02-12 22:30 ` Justin Conover
0 siblings, 1 reply; 3+ messages in thread
From: Justin Conover @ 2005-02-12 21:40 UTC (permalink / raw)
To: Xen-devel
I've installed and booted into the xen0 kernel and started to create
the domain, followed this guide:
http://www.fedorazine.com/content/view/341/2/
I am at this point:
yum --installroot=/mnt -y groupinstall Base
Only mine is the following with the gpgkey warning:
# time yum --installroot=/mnt/xen/fc3 -y groupinstall Base
You have enabled checking of packages via GPG keys. This is a good thing.
However, you do not have any GPG public keys installed. You need to download
the keys for packages you wish to install and install them.
You can do that by running the command:
rpm --import public.gpg.key
Alternatively you can specify the url to the key you would like to use
for a repository in the 'gpgkey' option in a repository section and yum
will install it for you.
For more information contact your distribution or package provider.
real 0m2.763s
user 0m0.180s
sys 0m0.150s
Now I realize your thinking well, just enable/disable the gpgkey in
yum.conf and the repo's and get the key's. Yes that has been done :D
I've turned off gpgkey in yum.conf and the diff *.repo in
/etc/yum.repos.d/ and it still ask for gpgkey's, what am I missing?
I am running rawhide:
# uname -r
2.6.10-1.1137_FC4xen0
# rpm -qa |grep xen
kernel-xenU-2.6.10-1.1137_FC4
xen-2-20050207
kernel-xen0-2.6.10-1.1136_FC4
kernel-xen0-2.6.10-1.1137_FC4
kernel-xen0-2.6.10-1.1126_FC4
kernel-xen0-2.6.10-1.1134_FC4
kernel-xenU-devel-2.6.10-1.1137_FC4
kernel-xen0-devel-2.6.10-1.1137_FC4
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: fedora and xen domain problem with gpgkey?
2005-02-12 21:40 fedora and xen domain problem with gpgkey? Justin Conover
@ 2005-02-12 22:30 ` Justin Conover
2005-02-13 19:33 ` Adam Sulmicki
0 siblings, 1 reply; 3+ messages in thread
From: Justin Conover @ 2005-02-12 22:30 UTC (permalink / raw)
To: Xen-devel
mkdir -p /mnt/xen/fc3/var/cache/yum
cp /var/cache/yum/.gpgkeyschecked.yum /mnt/xen/fc3/var/cache/yum
rpm --root=/mnt/xen/fc3 --import /usr/share/doc/fedora-release-3/RPM-GPG-KEY*
And were off!!!
On Sat, 12 Feb 2005 15:40:51 -0600, Justin Conover
<justin.conover@gmail.com> wrote:
> I've installed and booted into the xen0 kernel and started to create
> the domain, followed this guide:
>
> http://www.fedorazine.com/content/view/341/2/
>
> I am at this point:
> yum --installroot=/mnt -y groupinstall Base
>
> Only mine is the following with the gpgkey warning:
>
> # time yum --installroot=/mnt/xen/fc3 -y groupinstall Base
>
> You have enabled checking of packages via GPG keys. This is a good thing.
> However, you do not have any GPG public keys installed. You need to download
> the keys for packages you wish to install and install them.
> You can do that by running the command:
> rpm --import public.gpg.key
>
> Alternatively you can specify the url to the key you would like to use
> for a repository in the 'gpgkey' option in a repository section and yum
> will install it for you.
>
> For more information contact your distribution or package provider.
>
> real 0m2.763s
> user 0m0.180s
> sys 0m0.150s
>
> Now I realize your thinking well, just enable/disable the gpgkey in
> yum.conf and the repo's and get the key's. Yes that has been done :D
>
> I've turned off gpgkey in yum.conf and the diff *.repo in
> /etc/yum.repos.d/ and it still ask for gpgkey's, what am I missing?
>
> I am running rawhide:
>
> # uname -r
> 2.6.10-1.1137_FC4xen0
>
> # rpm -qa |grep xen
> kernel-xenU-2.6.10-1.1137_FC4
> xen-2-20050207
> kernel-xen0-2.6.10-1.1136_FC4
> kernel-xen0-2.6.10-1.1137_FC4
> kernel-xen0-2.6.10-1.1126_FC4
> kernel-xen0-2.6.10-1.1134_FC4
> kernel-xenU-devel-2.6.10-1.1137_FC4
> kernel-xen0-devel-2.6.10-1.1137_FC4
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Re: fedora and xen domain problem with gpgkey?
2005-02-12 22:30 ` Justin Conover
@ 2005-02-13 19:33 ` Adam Sulmicki
0 siblings, 0 replies; 3+ messages in thread
From: Adam Sulmicki @ 2005-02-13 19:33 UTC (permalink / raw)
To: Justin Conover; +Cc: Xen-devel
ah, perhaps that "/var/cache/yum/.gpgkeyschecked.yum" is the key, since
other than that I did everything like you and it still could not find the
keys.
On Sat, 12 Feb 2005, Justin Conover wrote:
> mkdir -p /mnt/xen/fc3/var/cache/yum
> cp /var/cache/yum/.gpgkeyschecked.yum /mnt/xen/fc3/var/cache/yum
>
> rpm --root=/mnt/xen/fc3 --import /usr/share/doc/fedora-release-3/RPM-GPG-KEY*
>
> And were off!!!
>
> On Sat, 12 Feb 2005 15:40:51 -0600, Justin Conover
> <justin.conover@gmail.com> wrote:
>> I've installed and booted into the xen0 kernel and started to create
>> the domain, followed this guide:
>>
>> http://www.fedorazine.com/content/view/341/2/
>>
>> I am at this point:
>> yum --installroot=/mnt -y groupinstall Base
>>
>> Only mine is the following with the gpgkey warning:
>>
>> # time yum --installroot=/mnt/xen/fc3 -y groupinstall Base
>>
>> You have enabled checking of packages via GPG keys. This is a good thing.
>> However, you do not have any GPG public keys installed. You need to download
>> the keys for packages you wish to install and install them.
>> You can do that by running the command:
>> rpm --import public.gpg.key
>>
>> Alternatively you can specify the url to the key you would like to use
>> for a repository in the 'gpgkey' option in a repository section and yum
>> will install it for you.
>>
>> For more information contact your distribution or package provider.
>>
>> real 0m2.763s
>> user 0m0.180s
>> sys 0m0.150s
>>
>> Now I realize your thinking well, just enable/disable the gpgkey in
>> yum.conf and the repo's and get the key's. Yes that has been done :D
>>
>> I've turned off gpgkey in yum.conf and the diff *.repo in
>> /etc/yum.repos.d/ and it still ask for gpgkey's, what am I missing?
>>
>> I am running rawhide:
>>
>> # uname -r
>> 2.6.10-1.1137_FC4xen0
>>
>> # rpm -qa |grep xen
>> kernel-xenU-2.6.10-1.1137_FC4
>> xen-2-20050207
>> kernel-xen0-2.6.10-1.1136_FC4
>> kernel-xen0-2.6.10-1.1137_FC4
>> kernel-xen0-2.6.10-1.1126_FC4
>> kernel-xen0-2.6.10-1.1134_FC4
>> kernel-xenU-devel-2.6.10-1.1137_FC4
>> kernel-xen0-devel-2.6.10-1.1137_FC4
>>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-02-13 19:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-12 21:40 fedora and xen domain problem with gpgkey? Justin Conover
2005-02-12 22:30 ` Justin Conover
2005-02-13 19:33 ` Adam Sulmicki
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.