Help Running Crash on 14.04?

Chris J Arges chris.j.arges at canonical.com
Mon Jul 14 21:51:46 UTC 2014


Hi Ken,
Did you ensure that you added the ddeb repository properly?
Something like this:
codename=$(lsb_release -c | awk  '{print $2}')
sudo tee /etc/apt/sources.list.d/ddebs.list << EOF
deb http://ddebs.ubuntu.com/ ${codename}      main restricted universe
multiverse
deb http://ddebs.ubuntu.com/ ${codename}-security main restricted
universe multiverse
deb http://ddebs.ubuntu.com/ ${codename}-updates  main restricted
universe multiverse
deb http://ddebs.ubuntu.com/ ${codename}-proposed main restricted
universe multiverse
EOF
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
ECDCAD72428D7C01

Then
apt-get update and try to install the dbgsym package again.

After that crash away! Let me know if you need additional help.

--chris j arges

On 07/14/2014 11:02 AM, Ken Mandelberg wrote:
> Sorry for the naive question. I'm following the instructions on
> 
> 
> https://wiki.ubuntu.com/Kernel/CrashdumpRecipe?action=show&redirect=KernelTeam%2FCrashdumpRecipe
> 
> 
> which was written prior to 14.04, and I'm having trouble getting the
> debug kernel
> 
> # apt-get install linux-image-$(uname -r)-dbgsym
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package linux-image-3.13.0-32-generic-dbgsym
> E: Couldn't find any package by regex 'linux-image-3.13.0-32-generic-dbgsym
> 
> Any pointers?
> 
> 




More information about the kernel-team mailing list