Justin Conover
2005-Feb-12 21:40 UTC
[Xen-devel] fedora and xen domain problem with gpgkey?
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
Justin Conover
2005-Feb-12 22:30 UTC
[Xen-devel] Re: fedora and xen domain problem with gpgkey?
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
Adam Sulmicki
2005-Feb-13 19:33 UTC
Re: [Xen-devel] Re: fedora and xen domain problem with gpgkey?
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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel