lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] debian chroot in redhat


From: Greg Chicares
Subject: Re: [lmi] debian chroot in redhat
Date: Thu, 3 Oct 2019 02:18:12 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 2019-10-03 00:28, Vadim Zeitlin wrote:
> On Thu, 3 Oct 2019 00:16:59 +0000 Greg Chicares <address@hidden> wrote:
> 
> GC> /home/greg[0]#schroot --chroot=centos7 --user=root --directory=/tmp 
> GC> [root@ugolyok]/tmp# curl -v 
> https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 
> >|/dev/null
> GC>   % Total    % Received % Xferd  Average Speed   Time    Time     Time  
> Current
> GC>                                  Dload  Upload   Total   Spent    Left  
> Speed
> GC>   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--  
>    0* About to connect() to dl.fedoraproject.org port 443 (#0)
> GC> *   Trying 209.132.181.25...
> GC> * Connected to dl.fedoraproject.org (209.132.181.25) port 443 (#0)
> GC> * Initializing NSS with certpath: sql:/etc/pki/nssdb
> GC> * WARNING: failed to load NSS PEM library libnsspem.so. Using OpenSSL PEM 
> certificates will not work.
> 
>  OK, this seems clear enough: you must not have this library installed
> somehow (this is surprising because I have it even in my very minimal
> installation). It is provided by this package:
> 
>       % rpm -qf /usr/lib64/libnsspem.so
>       nss-pem-1.0.3-7.el7.x86_64
> 
> so I'd expect "yum install nss-pem" to solve the problem. Does it?

[root@ugolyok]/tmp# yum install nss-pem
...
One of the configured repositories failed (Unknown),

Rerunning with the EPEL repository suppressed momentarily:

[root@ugolyok]/tmp# yum install --disablerepo=epel nss-pem       
...
Warning: RPMDB altered outside of yum.
** Found 30 pre-existing rpmdb problem(s), 'yum check' output follows:
coreutils-8.22-24.el7.x86_64 has missing requires of ncurses
...
Installed:
  nss-pem.x86_64 0:1.0.3-7.el7                                                  
                   
Complete!

And now:

[root@ugolyok]/tmp# yum install -y debootstrap.noarch            
...
 * updates: mirror.datto.com
epel                                                                        | 
5.3 kB  00:00:00     
(1/3): epel/x86_64/group_gz                                                 |  
88 kB  00:00:00     
(2/3): epel/x86_64/updateinfo                                               | 
1.0 MB  00:00:02     
(3/3): epel/x86_64/primary_db                                               | 
6.8 MB  00:00:08     
...
Downloading packages:
warning: 
/var/cache/yum/x86_64/7/epel/packages/debootstrap-1.0.109-2.el7.noarch.rpm: 
Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
Public key for debootstrap-1.0.109-2.el7.noarch.rpm is not installed
(1/6): debootstrap-1.0.109-2.el7.noarch.rpm                                 |  
84 kB  00:00:00     
(2/6): libcroco-0.6.12-4.el7.x86_64.rpm                                     | 
105 kB  00:00:00     
(3/6): libunistring-0.9.3-9.el7.x86_64.rpm                                  | 
293 kB  00:00:00     
(4/6): dpkg-1.18.25-9.el7.x86_64.rpm                                        | 
1.3 MB  00:00:03     
(5/6): gettext-0.19.8.1-2.el7.x86_64.rpm                                    | 
1.0 MB  00:00:03     
(6/6): gettext-libs-0.19.8.1-2.el7.x86_64.rpm                               | 
501 kB  00:00:04     
---------------------------------------------------------------------------------------------------
Total                                                              814 kB/s | 
3.3 MB  00:00:04     
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Importing GPG key 0x352C64E5:
 Userid     : "Fedora EPEL (7) <address@hidden>"
 Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
 Package    : epel-release-7-12.noarch (installed)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
...
Installed:
  debootstrap.noarch 0:1.0.109-2.el7                                            
                   

Dependency Installed:
  dpkg.x86_64 0:1.18.25-9.el7                        gettext.x86_64 
0:0.19.8.1-2.el7              
  gettext-libs.x86_64 0:0.19.8.1-2.el7               libcroco.x86_64 
0:0.6.12-4.el7               
  libunistring.x86_64 0:0.9.3-9.el7                 

Complete!

This seems most auspicious. Thanks much. I'm too tired to do any
more tonight, but maybe tomorrow everything will just work.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]