Re: [CentOS] Debuginfo for CentOS 8 Stream

2021-04-01 Thread Johnny Hughes
On 3/29/21 1:28 PM, Matthew Saltzman wrote:
> My CentOS 8 Stream installation is fully current. I did
> 
>sudo debuginfo-install libgcc libstdc++
> 
> but the response I get is 
> 
>Could not find debuginfo package for the following installed packages:
>libgcc-8.4.1-1.el8.x86_64, libstdc++-8.4.1-1.el8.x86_64
>Could not find debugsource package for the following installed
>packages: libgcc-8.4.1-1.el8.x86_64, libstdc++-8.4.1-1.el8.x86_64
> 
> If I do
> 
>sudo dnf --enablerepo=debuginfo debuginfo-install libgcc libstdc++
> 
> I get
> 
>CentOS Stream 8 - Debuginfo  35 kB/s | 7.6 kB  
>00:00
>Errors during downloading metadata for repository 'debuginfo':
>  - Status code: 404 for
>http://debuginfo.centos.org/8-stream/x86_64/repodata/repomd.xml (IP:
>2620:52:3::12)
>Error: Failed to download metadata for repo 'debuginfo': Cannot
>download repomd.xml: Cannot download repodata/repomd.xml: All
>mirrors were tried
> 
> What do I need to do to get these debuginfo packages?
> 
> TIA.
> 

We have added storage and modified our staging scripts to output this info.

 I am going to try to push these later today to debuginfo.centos.org.
If we have enough mirror space, tomorrow these should be available live.
 If we need more mirror space or something else happens and this can not
go live .. I'll reply to this mail.

Thanks,
Johnny Hughes
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Debuginfo for CentOS 8 Stream

2021-03-29 Thread Matthew Saltzman
My CentOS 8 Stream installation is fully current. I did

   sudo debuginfo-install libgcc libstdc++

but the response I get is 

   Could not find debuginfo package for the following installed packages:
   libgcc-8.4.1-1.el8.x86_64, libstdc++-8.4.1-1.el8.x86_64
   Could not find debugsource package for the following installed
   packages: libgcc-8.4.1-1.el8.x86_64, libstdc++-8.4.1-1.el8.x86_64

If I do

   sudo dnf --enablerepo=debuginfo debuginfo-install libgcc libstdc++

I get

   CentOS Stream 8 - Debuginfo  35 kB/s | 7.6 kB  
   00:00
   Errors during downloading metadata for repository 'debuginfo':
 - Status code: 404 for
   http://debuginfo.centos.org/8-stream/x86_64/repodata/repomd.xml (IP:
   2620:52:3::12)
   Error: Failed to download metadata for repo 'debuginfo': Cannot
   download repomd.xml: Cannot download repodata/repomd.xml: All
   mirrors were tried

What do I need to do to get these debuginfo packages?

TIA.

-- 
Matthew Saltzman
School of Mathematical and Statistical Sciences
Clemson University
mjs AT clemson DOT edu

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] DebugInfo repo broken on purpose

2019-12-13 Thread Fabian Arrotin
On 13/12/2019 02:09, Warren Young wrote:
> This line in /etc/yum.repos.d/CentOS-Debuginfo.repo 
> 
> baseurl=http://debuginfo.centos.org/$releasever/$basearch/
> 
> …causes commands like “yum search --enablerepo=* foo” to fail with the 
> obscure error
> 
> Error: Failed to synchronize cache for repo 'base-debuginfo'
> 
> Apparently this is because the debug info RPMs aren’t hosted there any more, 
> per the page at the top of the site.  However, when I edit that file to point 
> to the Facebook mirror linked from the top of the debuginfo.centos.org site, 
> I get the same error, even after assorted remediations: dnf makecache, dnf 
> update, etc.
> 
> Any ideas on how to fix it, hopefully in a way that lands in a CentOS 8.next, 
> so it doesn’t have to be fixed manually?
> 
> And in the meantime, is there a short syntax for “search all repos other than 
> the debuginfo ones”?  I could list every repo in a comma-separated list, but 
> ugh.

Well, I guess that it's because repodata weren't even generated .. ?
http://debuginfo.centos.org/8/x86_64/


-- 
Fabian Arrotin
The CentOS Project | https://www.centos.org
gpg key: 17F3B7A1 | twitter: @arrfab



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] DebugInfo repo broken on purpose

2019-12-13 Thread Kay Diederichs
On 12/13/19 2:09 AM, Warren Young wrote:
> This line in /etc/yum.repos.d/CentOS-Debuginfo.repo 
> 
> baseurl=http://debuginfo.centos.org/$releasever/$basearch/
> 
> …causes commands like “yum search --enablerepo=* foo” to fail with the 
> obscure error
> 
> Error: Failed to synchronize cache for repo 'base-debuginfo'
> 
> Apparently this is because the debug info RPMs aren’t hosted there any more, 
> per the page at the top of the site.  However, when I edit that file to point 
> to the Facebook mirror linked from the top of the debuginfo.centos.org site, 
> I get the same error, even after assorted remediations: dnf makecache, dnf 
> update, etc.
> 
> Any ideas on how to fix it, hopefully in a way that lands in a CentOS 8.next, 
> so it doesn’t have to be fixed manually?
> 
> And in the meantime, is there a short syntax for “search all repos other than 
> the debuginfo ones”?  I could list every repo in a comma-separated list, but 
> ugh.
> 


yum search --enablerepo=* --disablerepo=*-debuginfo foo

HTH,
Kay

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] DebugInfo repo broken on purpose

2019-12-12 Thread Warren Young
This line in /etc/yum.repos.d/CentOS-Debuginfo.repo 

baseurl=http://debuginfo.centos.org/$releasever/$basearch/

…causes commands like “yum search --enablerepo=* foo” to fail with the obscure 
error

Error: Failed to synchronize cache for repo 'base-debuginfo'

Apparently this is because the debug info RPMs aren’t hosted there any more, 
per the page at the top of the site.  However, when I edit that file to point 
to the Facebook mirror linked from the top of the debuginfo.centos.org site, I 
get the same error, even after assorted remediations: dnf makecache, dnf 
update, etc.

Any ideas on how to fix it, hopefully in a way that lands in a CentOS 8.next, 
so it doesn’t have to be fixed manually?

And in the meantime, is there a short syntax for “search all repos other than 
the debuginfo ones”?  I could list every repo in a comma-separated list, but 
ugh.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Debuginfo repodata missing for C6

2015-06-20 Thread Darr247
Did you try a
# yum clean all
 ?


On Sat, Jun 20, 2015 at 8:36 AM, Leonard den Ottolander <
leon...@den.ottolander.nl> wrote:

> Hi,
>
> The debuginfo repodata for C6 is missing:
>
>
> http://debuginfo.centos.org/6/x86_64/repodata/7a42847903e6a76f9397c0bc9aca6afbbef1f74c-filelists.sqlite.bz2:
> [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not
> Found"
> Trying other mirror.
> Error: failure:
> repodata/7a42847903e6a76f9397c0bc9aca6afbbef1f74c-filelists.sqlite.bz2
> from debug: [Errno 256] No more mirrors to try.
>
> Regards,
> Leonard.
>
> --
> mount -t life -o ro /dev/dna /genetic/research
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Debuginfo repodata missing for C6

2015-06-20 Thread Leonard den Ottolander
Hi,

The debuginfo repodata for C6 is missing:

http://debuginfo.centos.org/6/x86_64/repodata/7a42847903e6a76f9397c0bc9aca6afbbef1f74c-filelists.sqlite.bz2:
 [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: failure:
repodata/7a42847903e6a76f9397c0bc9aca6afbbef1f74c-filelists.sqlite.bz2
from debug: [Errno 256] No more mirrors to try.

Regards,
Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] debuginfo versioning tools?

2015-02-18 Thread Les Mikesell
On Wed, Feb 18, 2015 at 10:08 AM, Jim Perrin  wrote:
>
>
> On 02/17/2015 02:20 PM, Les Mikesell wrote:
>> Are there any tools to help assemble libraries and debuginfo to
>> examine core dumps that happened on another host where the versions
>> don't match?  Something like mock but build-version specific and with
>> the debuginfo packages pulled in?
>>
>
>
> I'm not sure of a one-step 'chroot-friendly' way to do this. You could
> probably script this up by abusing debuginfo-install's --installroot
> option after some minor chroot prep-work.

It doesn't really need to be in a chroot - but otherwise you need to
extract the lib/debuginfo rpm contents into non-standard locations and
tell gdb to look there.   Kind of tedious either way.

-- 
   Les Mikesell
 lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] debuginfo versioning tools?

2015-02-18 Thread Jim Perrin


On 02/17/2015 02:20 PM, Les Mikesell wrote:
> Are there any tools to help assemble libraries and debuginfo to
> examine core dumps that happened on another host where the versions
> don't match?  Something like mock but build-version specific and with
> the debuginfo packages pulled in?
> 


I'm not sure of a one-step 'chroot-friendly' way to do this. You could
probably script this up by abusing debuginfo-install's --installroot
option after some minor chroot prep-work.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] debuginfo versioning tools?

2015-02-18 Thread Les Mikesell
On Wed, Feb 18, 2015 at 8:29 AM, James B. Byrne  wrote:
>
> On Tue, February 17, 2015 15:20, Les Mikesell wrote:
>> Are there any tools to help assemble libraries and debuginfo to
>> examine core dumps that happened on another host where the versions
>> don't match?  Something like mock but build-version specific and with
>> the debuginfo packages pulled in?
>>
>
> I am not sure that I understand your question so if this answer is
> totally irrelevant then please forgive me.

I don't think I could actually use mock for this.  It might come close
if I rebuilt all of the libraries and debuginfo packages at the
versions that existed on the host that produced the core dump and ran
gdb in the chroot environment.   But, I don't believe such a rebuild
would be an exact binary match for the builds in the CentOS build
environment and getting all the src rpms at the right versions would
be just as hard as assembling all of the binary rpms and debuginfo
from the vault versions.   I was just hoping that there was some
similar high-level framework to do the tedious work of assembling
everything you need in the right places.

-- 
   Les Mikesell
 lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] debuginfo versioning tools?

2015-02-18 Thread James B. Byrne

On Tue, February 17, 2015 15:20, Les Mikesell wrote:
> Are there any tools to help assemble libraries and debuginfo to
> examine core dumps that happened on another host where the versions
> don't match?  Something like mock but build-version specific and with
> the debuginfo packages pulled in?
>

I am not sure that I understand your question so if this answer is
totally irrelevant then please forgive me.

But, in case this might help, you can configure mock to use locally
provided repos and different architectures via the --configdir
parameter. You provide an architecture specific config file like
epel-6-x86_64.cfg in the specified directory and alter it to require
packages to suit a specific build requirement.

One of mine looks like this:

config_opts['root'] = 'epel-6-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'el6'  # only useful for --resultdir variable subst

config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum
debuglevel=1
reposdir=/dev/null
logfile=/var/log/yum.log
retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
syslog_ident=mock
syslog_device=

# repos
[base]
name=BaseOS
enabled=1
mirrorlist=http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os
failovermethod=priority
exclude=http*

[updates]
name=updates
enabled=1
mirrorlist=http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=updates
failovermethod=priority
exclude=http*

[epel]
name=epel
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=x86_64
failovermethod=priority
exclude=http*

[testing]
name=epel-testing
enabled=0
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel6&arch=x86_64
failovermethod=priority

[local]
name=local
baseurl=file:///home/byrnejb/mock/repos/x86_64/
cost=0
enabled=1

[koji]
name=koji
baseurl=http://kojipkgs.fedoraproject.org/repos/dist-6E-epel-build/latest/x86_64/
cost=2000
enabled=0

[epel-debug]
name=epel-debug
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-debug-6&arch=x86_64
failovermethod=priority
enabled=0
"""


and one calls it like this:

mock --rebuild --root=epel-6-x86_64 --configdir=/home/byrnejb/mock   
/home/byrnejb/rpmbuild/SRPMS/httpd-2.4.9-1.el6.src.rpm



-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] debuginfo versioning tools?

2015-02-17 Thread Les Mikesell
Are there any tools to help assemble libraries and debuginfo to
examine core dumps that happened on another host where the versions
don't match?  Something like mock but build-version specific and with
the debuginfo packages pulled in?

-- 
   Les Mikesell
  lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] debuginfo

2014-08-20 Thread Johnny Hughes
On 08/19/2014 08:20 PM, Fred Smith wrote:
> On Tue, Aug 19, 2014 at 03:43:01PM -0400, Fred Smith wrote:
>> Hi!
>>
>> On C7 I enabled the debuginfo repo and ran:
> 
> So, does the debuginfo repo work, or not? what do I have to do to get
> the correct GPG key? as shown below, after downloading all the files,
> the tool can't find the right key.
> 
> What's the answer?
> 
> Fred
> 
>>
>>  debuginfo-install glibc-2.17-55.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 
>> krb5-libs-1.11.3-49.el7.x86_64 libcom_err-1.42.9-4.el7.x86_64 
>> libselinux-2.2.2-6.el7.x86_64 openssl-libs-1.0.1e-34.el7_0.4.x86_64 
>> pcre-8.32-12.el7.x86_64 xz-libs-5.1.2-8alpha.el7.x86_64 
>> zlib-1.2.7-13.el7.x86_64
>> Loaded plugins: fastestmirror, langpacks
>> Loading mirror speeds from cached hostfile
>>  * base: mirror.es.its.nyu.edu
>>  * extras: mirror.cs.pitt.edu
>>  * updates: mirrors.lga7.us.voxel.net
>> --> Running transaction check
>> ---> Package e2fsprogs-debuginfo.x86_64 0:1.42.9-4.el7 will be installed
>> ---> Package gcc-debuginfo.x86_64 0:4.8.2-16.el7 will be installed
>> --> Processing Dependency: gcc-base-debuginfo = 4.8.2-16.el7 for package: 
>> gcc-debuginfo-4.8.2-16.el7.x86_64
>> ---> Package glibc-debuginfo.x86_64 0:2.17-55.el7 will be installed
>> --> Processing Dependency: glibc-debuginfo-common = 2.17-55.el7 for package: 
>> glibc-debuginfo-2.17-55.el7.x86_64
>> ---> Package keyutils-debuginfo.x86_64 0:1.5.8-3.el7 will be installed
>> ---> Package krb5-debuginfo.x86_64 0:1.11.3-49.el7 will be installed
>> ---> Package libselinux-debuginfo.x86_64 0:2.2.2-6.el7 will be installed
>> ---> Package libverto-debuginfo.x86_64 0:0.2.5-4.el7 will be installed
>> ---> Package nss-softokn-debuginfo.x86_64 0:3.15.4-2.el7 will be installed
>> ---> Package openssl-debuginfo.x86_64 1:1.0.1e-34.el7_0.4 will be installed
>> ---> Package pcre-debuginfo.x86_64 0:8.32-12.el7 will be installed
>> ---> Package xz-debuginfo.x86_64 0:5.1.2-8alpha.el7 will be installed
>> ---> Package yum-plugin-auto-update-debug-info.noarch 0:1.1.31-25.el7_0 will 
>> be installed
>> ---> Package zlib-debuginfo.x86_64 0:1.2.7-13.el7 will be installed
>> --> Running transaction check
>> ---> Package gcc-base-debuginfo.x86_64 0:4.8.2-16.el7 will be installed
>> ---> Package glibc-debuginfo-common.x86_64 0:2.17-55.el7 will be installed
>> --> Finished Dependency Resolution
>>
>> Dependencies Resolved
>>
>> 
>>  Package Arch Version
>>Repository Size
>> 
>> Installing:
>>  e2fsprogs-debuginfo x86_64   1.42.9-4.el7   
>>debug 1.4 M
>>  gcc-debuginfo   x86_64   4.8.2-16.el7   
>>debug 194 M
>>  glibc-debuginfo x86_64   2.17-55.el7
>>debug 9.2 M
>>  keyutils-debuginfo  x86_64   1.5.8-3.el7
>>debug  84 k
>>  krb5-debuginfo  x86_64   1.11.3-49.el7  
>>debug 4.1 M
>>  libselinux-debuginfox86_64   2.2.2-6.el7
>>debug 704 k
>>  libverto-debuginfo  x86_64   0.2.5-4.el7
>>debug  53 k
>>  nss-softokn-debuginfo   x86_64   3.15.4-2.el7   
>>debug 1.7 M
>>  openssl-debuginfo   x86_64   1:1.0.1e-34.el7_0.4
>>debug 3.7 M
>>  pcre-debuginfo  x86_64   8.32-12.el7
>>debug 1.0 M
>>  xz-debuginfox86_64   5.1.2-8alpha.el7   
>>debug 528 k
>>  yum-plugin-auto-update-debug-info   noarch   1.1.31-25.el7_0
>>updates22 k
>>  zlib-debuginfo  x86_64   1.2.7-13.el7   
>>debug 243 k
>> Installing for dependencies:
>>  gcc-base-debuginfo  x86_64   4.8.2-16.el7   
>>debug 2.7 M
>>  glibc-debuginfo-common  x86_64   2.17-55.el7
>>debug 8.6 M
>>
>> Transaction Summary
>> 
>> Install  13 Packages (+2 Dependent packages)
>>
>> Total size: 227 M
>> Installed size: 1.0 G
>> Is this ok [y/d/N]: y
>> Downloading packages:
>> warning: 
>> /var/cache/yum/x86_64/7/debug/packages/gcc-base-debuginfo-4.8.2-16.el7.x86_64.rpm:
>>  Header V3 RSA/SHA256 Signature, key ID b6792c39: NOKEY
>> Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7
>> GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7 (0xF4A80EB5) 
>> is already installed
>> Importing GPG key 0xB679

Re: [CentOS] debuginfo

2014-08-19 Thread Fred Smith
On Tue, Aug 19, 2014 at 03:43:01PM -0400, Fred Smith wrote:
> Hi!
> 
> On C7 I enabled the debuginfo repo and ran:

So, does the debuginfo repo work, or not? what do I have to do to get
the correct GPG key? as shown below, after downloading all the files,
the tool can't find the right key.

What's the answer?

Fred

> 
>  debuginfo-install glibc-2.17-55.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 
> krb5-libs-1.11.3-49.el7.x86_64 libcom_err-1.42.9-4.el7.x86_64 
> libselinux-2.2.2-6.el7.x86_64 openssl-libs-1.0.1e-34.el7_0.4.x86_64 
> pcre-8.32-12.el7.x86_64 xz-libs-5.1.2-8alpha.el7.x86_64 
> zlib-1.2.7-13.el7.x86_64
> Loaded plugins: fastestmirror, langpacks
> Loading mirror speeds from cached hostfile
>  * base: mirror.es.its.nyu.edu
>  * extras: mirror.cs.pitt.edu
>  * updates: mirrors.lga7.us.voxel.net
> --> Running transaction check
> ---> Package e2fsprogs-debuginfo.x86_64 0:1.42.9-4.el7 will be installed
> ---> Package gcc-debuginfo.x86_64 0:4.8.2-16.el7 will be installed
> --> Processing Dependency: gcc-base-debuginfo = 4.8.2-16.el7 for package: 
> gcc-debuginfo-4.8.2-16.el7.x86_64
> ---> Package glibc-debuginfo.x86_64 0:2.17-55.el7 will be installed
> --> Processing Dependency: glibc-debuginfo-common = 2.17-55.el7 for package: 
> glibc-debuginfo-2.17-55.el7.x86_64
> ---> Package keyutils-debuginfo.x86_64 0:1.5.8-3.el7 will be installed
> ---> Package krb5-debuginfo.x86_64 0:1.11.3-49.el7 will be installed
> ---> Package libselinux-debuginfo.x86_64 0:2.2.2-6.el7 will be installed
> ---> Package libverto-debuginfo.x86_64 0:0.2.5-4.el7 will be installed
> ---> Package nss-softokn-debuginfo.x86_64 0:3.15.4-2.el7 will be installed
> ---> Package openssl-debuginfo.x86_64 1:1.0.1e-34.el7_0.4 will be installed
> ---> Package pcre-debuginfo.x86_64 0:8.32-12.el7 will be installed
> ---> Package xz-debuginfo.x86_64 0:5.1.2-8alpha.el7 will be installed
> ---> Package yum-plugin-auto-update-debug-info.noarch 0:1.1.31-25.el7_0 will 
> be installed
> ---> Package zlib-debuginfo.x86_64 0:1.2.7-13.el7 will be installed
> --> Running transaction check
> ---> Package gcc-base-debuginfo.x86_64 0:4.8.2-16.el7 will be installed
> ---> Package glibc-debuginfo-common.x86_64 0:2.17-55.el7 will be installed
> --> Finished Dependency Resolution
> 
> Dependencies Resolved
> 
> 
>  Package Arch Version 
>   Repository Size
> 
> Installing:
>  e2fsprogs-debuginfo x86_64   1.42.9-4.el7
>   debug 1.4 M
>  gcc-debuginfo   x86_64   4.8.2-16.el7
>   debug 194 M
>  glibc-debuginfo x86_64   2.17-55.el7 
>   debug 9.2 M
>  keyutils-debuginfo  x86_64   1.5.8-3.el7 
>   debug  84 k
>  krb5-debuginfo  x86_64   1.11.3-49.el7   
>   debug 4.1 M
>  libselinux-debuginfox86_64   2.2.2-6.el7 
>   debug 704 k
>  libverto-debuginfo  x86_64   0.2.5-4.el7 
>   debug  53 k
>  nss-softokn-debuginfo   x86_64   3.15.4-2.el7
>   debug 1.7 M
>  openssl-debuginfo   x86_64   1:1.0.1e-34.el7_0.4 
>   debug 3.7 M
>  pcre-debuginfo  x86_64   8.32-12.el7 
>   debug 1.0 M
>  xz-debuginfox86_64   5.1.2-8alpha.el7
>   debug 528 k
>  yum-plugin-auto-update-debug-info   noarch   1.1.31-25.el7_0 
>   updates22 k
>  zlib-debuginfo  x86_64   1.2.7-13.el7
>   debug 243 k
> Installing for dependencies:
>  gcc-base-debuginfo  x86_64   4.8.2-16.el7
>   debug 2.7 M
>  glibc-debuginfo-common  x86_64   2.17-55.el7 
>   debug 8.6 M
> 
> Transaction Summary
> 
> Install  13 Packages (+2 Dependent packages)
> 
> Total size: 227 M
> Installed size: 1.0 G
> Is this ok [y/d/N]: y
> Downloading packages:
> warning: 
> /var/cache/yum/x86_64/7/debug/packages/gcc-base-debuginfo-4.8.2-16.el7.x86_64.rpm:
>  Header V3 RSA/SHA256 Signature, key ID b6792c39: NOKEY
> Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7
> GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7 (0xF4A80EB5) is 
> already installed
> Importing GPG key 0xB6792C39:
>  Userid : "CentOS-7 Debug (CentOS-7 Debuginfo RPMS) "
>  Fingerprint: 759d 690f 6099 2d52 6a35 8cbd d0f2 5a3c b679 2c39
>  Package: 

[CentOS] debuginfo

2014-08-19 Thread Fred Smith
Hi!

On C7 I enabled the debuginfo repo and ran:

 debuginfo-install glibc-2.17-55.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 
krb5-libs-1.11.3-49.el7.x86_64 libcom_err-1.42.9-4.el7.x86_64 
libselinux-2.2.2-6.el7.x86_64 openssl-libs-1.0.1e-34.el7_0.4.x86_64 
pcre-8.32-12.el7.x86_64 xz-libs-5.1.2-8alpha.el7.x86_64 zlib-1.2.7-13.el7.x86_64
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.es.its.nyu.edu
 * extras: mirror.cs.pitt.edu
 * updates: mirrors.lga7.us.voxel.net
--> Running transaction check
---> Package e2fsprogs-debuginfo.x86_64 0:1.42.9-4.el7 will be installed
---> Package gcc-debuginfo.x86_64 0:4.8.2-16.el7 will be installed
--> Processing Dependency: gcc-base-debuginfo = 4.8.2-16.el7 for package: 
gcc-debuginfo-4.8.2-16.el7.x86_64
---> Package glibc-debuginfo.x86_64 0:2.17-55.el7 will be installed
--> Processing Dependency: glibc-debuginfo-common = 2.17-55.el7 for package: 
glibc-debuginfo-2.17-55.el7.x86_64
---> Package keyutils-debuginfo.x86_64 0:1.5.8-3.el7 will be installed
---> Package krb5-debuginfo.x86_64 0:1.11.3-49.el7 will be installed
---> Package libselinux-debuginfo.x86_64 0:2.2.2-6.el7 will be installed
---> Package libverto-debuginfo.x86_64 0:0.2.5-4.el7 will be installed
---> Package nss-softokn-debuginfo.x86_64 0:3.15.4-2.el7 will be installed
---> Package openssl-debuginfo.x86_64 1:1.0.1e-34.el7_0.4 will be installed
---> Package pcre-debuginfo.x86_64 0:8.32-12.el7 will be installed
---> Package xz-debuginfo.x86_64 0:5.1.2-8alpha.el7 will be installed
---> Package yum-plugin-auto-update-debug-info.noarch 0:1.1.31-25.el7_0 will be 
installed
---> Package zlib-debuginfo.x86_64 0:1.2.7-13.el7 will be installed
--> Running transaction check
---> Package gcc-base-debuginfo.x86_64 0:4.8.2-16.el7 will be installed
---> Package glibc-debuginfo-common.x86_64 0:2.17-55.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved


 Package Arch Version   
Repository Size

Installing:
 e2fsprogs-debuginfo x86_64   1.42.9-4.el7  
debug 1.4 M
 gcc-debuginfo   x86_64   4.8.2-16.el7  
debug 194 M
 glibc-debuginfo x86_64   2.17-55.el7   
debug 9.2 M
 keyutils-debuginfo  x86_64   1.5.8-3.el7   
debug  84 k
 krb5-debuginfo  x86_64   1.11.3-49.el7 
debug 4.1 M
 libselinux-debuginfox86_64   2.2.2-6.el7   
debug 704 k
 libverto-debuginfo  x86_64   0.2.5-4.el7   
debug  53 k
 nss-softokn-debuginfo   x86_64   3.15.4-2.el7  
debug 1.7 M
 openssl-debuginfo   x86_64   1:1.0.1e-34.el7_0.4   
debug 3.7 M
 pcre-debuginfo  x86_64   8.32-12.el7   
debug 1.0 M
 xz-debuginfox86_64   5.1.2-8alpha.el7  
debug 528 k
 yum-plugin-auto-update-debug-info   noarch   1.1.31-25.el7_0   
updates22 k
 zlib-debuginfo  x86_64   1.2.7-13.el7  
debug 243 k
Installing for dependencies:
 gcc-base-debuginfo  x86_64   4.8.2-16.el7  
debug 2.7 M
 glibc-debuginfo-common  x86_64   2.17-55.el7   
debug 8.6 M

Transaction Summary

Install  13 Packages (+2 Dependent packages)

Total size: 227 M
Installed size: 1.0 G
Is this ok [y/d/N]: y
Downloading packages:
warning: 
/var/cache/yum/x86_64/7/debug/packages/gcc-base-debuginfo-4.8.2-16.el7.x86_64.rpm:
 Header V3 RSA/SHA256 Signature, key ID b6792c39: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7
GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7 (0xF4A80EB5) is 
already installed
Importing GPG key 0xB6792C39:
 Userid : "CentOS-7 Debug (CentOS-7 Debuginfo RPMS) "
 Fingerprint: 759d 690f 6099 2d52 6a35 8cbd d0f2 5a3c b679 2c39
 Package: centos-release-7-0.1406.el7.centos.2.4.x86_64 (@updates)
 From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7
Is this ok [y/N]: y
Key imported successfully
Import of key(s) didn't help, wrong key(s)?


Public key for gcc-base-debuginfo-4.8.2-16.el7.x86_64.rpm is not installed


 Failing package is: gcc-base-debuginfo-4.8.2-16.el7.x86_64
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7

--- end of debuginfo-

Re: [CentOS] debuginfo repo missing??

2011-10-12 Thread fred smith
On Wed, Oct 12, 2011 at 12:12:43AM -0500, Karanbir Singh wrote:
> Hi,
> 
> On 10/11/2011 03:57 PM, fred smith wrote:
> > http://debuginfo.centos.org/6 exists, but is empty. Does anyone
> > here know when or even if it will ever be populated?
> 
> We are shifting the debuginfo stuff around, its taken a few days since
> there is quite a lot of content to move around. Give it till this
> weekend and you should start seeing content in the /6/debuginfo repo's.

Thanks, KB!

> 
> - KB

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   "For the word of God is living and active. Sharper than any double-edged 
   sword, it penetrates even to dividing soul and spirit, joints and marrow; 
  it judges the thoughts and attitudes of the heart."  
 Hebrews 4:12 (niv) --
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] debuginfo repo missing??

2011-10-11 Thread Karanbir Singh
Hi,

On 10/11/2011 03:57 PM, fred smith wrote:
> http://debuginfo.centos.org/6 exists, but is empty. Does anyone
> here know when or even if it will ever be populated?

We are shifting the debuginfo stuff around, its taken a few days since
there is quite a lot of content to move around. Give it till this
weekend and you should start seeing content in the /6/debuginfo repo's.

- KB
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] debuginfo repo missing??

2011-10-11 Thread fred smith
http://debuginfo.centos.org/6 exists, but is empty. Does anyone
here know when or even if it will ever be populated?

Thanks!
-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
The Lord detests the way of the wicked 
  but he loves those who pursue righteousness.
- Proverbs 15:9 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] debuginfo and debuginfo-common for PAE with systemtap

2010-12-02 Thread Akemi Yagi
2010/12/2 Peter Kjellström :
> On Thursday 02 December 2010 18:24:12 Alice Anderson wrote:

> Sometimes a specific package is missing but for 5.3 PAE it seems quite good:

> This from our mirror (mirror.nsc.liu.se) but I assume they're available
> upstreams in vault too. Note that there's no repo for debuginfo packages and
> very few mirrors carry them.

Here: http://debuginfo.centos.org/5

> You really should upgrade to latest kernel given the amount of known
> vulnerabilities in older kernels.

++1

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] debuginfo and debuginfo-common for PAE with systemtap

2010-12-02 Thread Peter Kjellström
On Thursday 02 December 2010 18:24:12 Alice Anderson wrote:
> I want to use systemtap on a 5.3 system but cannot find supporting
> kernel-PAE-debuginfo or kernel-debuginfo-common packages.   Am I being a
> noob, or do these not exist for the PAE kernel?

Sometimes a specific package is missing but for 5.3 PAE it seems quite good:



kernel-PAE-debuginfo-2.6.18-128.1.1.el5.i686.rpm

kernel-PAE-debuginfo-2.6.18-128.1.6.el5.i686.rpm

kernel-PAE-debuginfo-2.6.18-128.1.10.el5.i686.rpm

kernel-PAE-debuginfo-2.6.18-128.1.14.el5.i686.rpm

kernel-PAE-debuginfo-2.6.18-128.1.16.el5.i686.rpm

kernel-PAE-debuginfo-2.6.18-128.2.1.el5.i686.rpm

kernel-PAE-debuginfo-2.6.18-128.4.1.el5.i686.rpm

kernel-PAE-debuginfo-2.6.18-128.7.1.el5.i686.rpm

This from our mirror (mirror.nsc.liu.se) but I assume they're available 
upstreams in vault too. Note that there's no repo for debuginfo packages and 
very few mirrors carry them.

You really should upgrade to latest kernel given the amount of known 
vulnerabilities in older kernels.

/Peter


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] debuginfo and debuginfo-common for PAE with systemtap

2010-12-02 Thread Alice Anderson
I want to use systemtap on a 5.3 system but cannot find supporting
kernel-PAE-debuginfo or kernel-debuginfo-common packages.   Am I being a
noob, or do these not exist for the PAE kernel?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Debuginfo RPMs for gcc-4.1.2-44.el5

2009-05-05 Thread Karanbir Singh
Robert Mann wrote:
> I assume that the debuginfo RPMs got generated at the same time as the
> gcc RPM was built in January, but I can't think of a reason why they
> might not be on the mirrors.  Is there something wrong with the mirror
> infrastructure?

The mirrors are most likely fine, I'll look for the debuginfo's and push 
them out later today. We dont make any assurances, at this time, for any 
debuginfo's being out there. But if people want specific stuff, ask for 
it, and in every case, we've made them available.

-- 
Karanbir Singh : http://www.karan.org/  : 2522...@icq
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Debuginfo RPMs for gcc-4.1.2-44.el5

2009-05-05 Thread Robert Mann
Hi,

I'm trying to troubleshoot a problem with an application, and I need
the debuginfo RPMs for gcc.  (The symbols for libstdc++ are in there.)
I recently upgraded one machine to CentOS 5.3, and this installed
gcc-4.1.2-44.el5.  However, there isn't any corresponding debuginfo
RPM on the mirror:

[kmd...@vm01 rql_mdiag]$ links -dump http://debuginfo.centos.org/5/i386/ | grep 
-i gcc-debuginfo-4.1.2-
 [1088][   ] [1089]gcc-debuginfo-4.1.2-14.el5.i386.rpm
 09-Nov-2007 23:47   80M
 [1090][   ] [1091]gcc-debuginfo-4.1.2-42.el5.i386.rpm
 26-May-2008 22:56   81M
1089. http://debuginfo.centos.org/5/i386/gcc-debuginfo-4.1.2-14.el5.i386.rpm
1091. http://debuginfo.centos.org/5/i386/gcc-debuginfo-4.1.2-42.el5.i386.rpm

I assume that the debuginfo RPMs got generated at the same time as the
gcc RPM was built in January, but I can't think of a reason why they
might not be on the mirrors.  Is there something wrong with the mirror
infrastructure?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos