Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Missing "-dbgsym" for a given kernel

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
User avatar
mabra
Posts: 110
Joined: 2010-10-16 16:53

Missing "-dbgsym" for a given kernel

#1 Post by mabra »

Hello!
Probably someone can help.
I am looking for package "linux-image-4.19.0-0.bpo.6-amd64-dbgsym"
and more general, for other kernels too.

It's that, that installing SystemTap requires it, but I am unable to find it.
I followed the instructions on this page:
https://wiki.debian.org/AutomaticDebugPackages
mentioned by the stap-prep command, but there
are no "-dbgsym" packages for kernels, other "-dbgsym"
packages are there.
BTW, this looks true for other kernel (had a short look on a buster box).
SystemTap is a neccecity for me.

Thanks anyway,
Manfred

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Missing "-dbgsym" for a given kernel

#2 Post by Head_on_a_Stick »

Code: Select all

empty@E485:~ $ aptitude search linux-image-amd64-dbg
p   linux-image-amd64-dbg                - Debugging symbols for Linux amd64 configuration
empty@E485:~ $ apt install -s linux-image-amd64-dbg
NOTE: This is only a simulation!
      apt needs root privileges for real execution.
      Keep also in mind that locking is deactivated,
      so don't depend on the relevance to the real current situation!
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  linux-image-4.19.0-8-amd64-dbg
The following NEW packages will be installed:
  linux-image-4.19.0-8-amd64-dbg linux-image-amd64-dbg
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Inst linux-image-4.19.0-8-amd64-dbg (4.19.98-1 Debian:10.3/stable [amd64])
Inst linux-image-amd64-dbg (4.19+105+deb10u3 Debian:10.3/stable [amd64])
Conf linux-image-4.19.0-8-amd64-dbg (4.19.98-1 Debian:10.3/stable [amd64])
Conf linux-image-amd64-dbg (4.19+105+deb10u3 Debian:10.3/stable [amd64])
empty@E485:~ $
Works for me™ :-)
deadbang

Post Reply