public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* install sustemtap on ubuntu failed
@ 2013-08-12  7:54 Hatt Tom
  2013-08-12  8:40 ` Timo Juhani Lindfors
  0 siblings, 1 reply; 15+ messages in thread
From: Hatt Tom @ 2013-08-12  7:54 UTC (permalink / raw)
  To: systemtap

hi:

   uname -a  :  Linux localhost 3.5.0-23-generic #35~precise1-Ubuntu SMP
  The debugpackeg installed is linux-image-3.5.0-23-generic-dbgsym ,

  run  stap-prep script ,it reports:

  Package linux-image-3.5.0-23-generic-dbgsym version 3.5.0-23.35
               does not match version of currently running kernel:
               3.5.0-23.35~precise1

What should I do to fix this ?

Thanks!

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-12  7:54 install sustemtap on ubuntu failed Hatt Tom
@ 2013-08-12  8:40 ` Timo Juhani Lindfors
  2013-08-12  9:23   ` Hatt Tom
  0 siblings, 1 reply; 15+ messages in thread
From: Timo Juhani Lindfors @ 2013-08-12  8:40 UTC (permalink / raw)
  To: systemtap

Hi,

Hatt Tom <net.study.sea@gmail.com> writes:
>    uname -a  :  Linux localhost 3.5.0-23-generic #35~precise1-Ubuntu SMP
>   The debugpackeg installed is linux-image-3.5.0-23-generic-dbgsym ,
>
>   run  stap-prep script ,it reports:
>
>   Package linux-image-3.5.0-23-generic-dbgsym version 3.5.0-23.35
>                does not match version of currently running kernel:
>                3.5.0-23.35~precise1

Please run

cat /etc/apt/sources.list.d/ddebs.list

and send us the output.

-Timo

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-12  8:40 ` Timo Juhani Lindfors
@ 2013-08-12  9:23   ` Hatt Tom
  2013-08-12 10:07     ` Timo Juhani Lindfors
  0 siblings, 1 reply; 15+ messages in thread
From: Hatt Tom @ 2013-08-12  9:23 UTC (permalink / raw)
  To: systemtap

Thanks for reply !

here is the output :

     sh>  cat /etc/apt/sources.list.d/ddebs.list
     cat: /etc/apt/sources.list.d/ddebs.list: No such file or directory




2013/8/12 Timo Juhani Lindfors <timo.lindfors@iki.fi>:
> Hi,
>
> Hatt Tom <net.study.sea@gmail.com> writes:
>>    uname -a  :  Linux localhost 3.5.0-23-generic #35~precise1-Ubuntu SMP
>>   The debugpackeg installed is linux-image-3.5.0-23-generic-dbgsym ,
>>
>>   run  stap-prep script ,it reports:
>>
>>   Package linux-image-3.5.0-23-generic-dbgsym version 3.5.0-23.35
>>                does not match version of currently running kernel:
>>                3.5.0-23.35~precise1
>
> Please run
>
> cat /etc/apt/sources.list.d/ddebs.list
>
> and send us the output.
>
> -Timo

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-12  9:23   ` Hatt Tom
@ 2013-08-12 10:07     ` Timo Juhani Lindfors
  2013-08-12 10:35       ` Hatt Tom
  0 siblings, 1 reply; 15+ messages in thread
From: Timo Juhani Lindfors @ 2013-08-12 10:07 UTC (permalink / raw)
  To: systemtap

Hatt Tom <net.study.sea@gmail.com> writes:
>      sh>  cat /etc/apt/sources.list.d/ddebs.list
>      cat: /etc/apt/sources.list.d/ddebs.list: No such file or
>      directory

Ok, then how did you install linux-image-3.5.0-23-generic-dbgsym?

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-12 10:07     ` Timo Juhani Lindfors
@ 2013-08-12 10:35       ` Hatt Tom
  2013-08-12 12:36         ` Timo Juhani Lindfors
  0 siblings, 1 reply; 15+ messages in thread
From: Hatt Tom @ 2013-08-12 10:35 UTC (permalink / raw)
  To: systemtap

hi:

  I  download  its  deb package ,and dpkg -i *.deb

Thanks!

2013/8/12 Timo Juhani Lindfors <timo.lindfors@iki.fi>:
> Hatt Tom <net.study.sea@gmail.com> writes:
>>      sh>  cat /etc/apt/sources.list.d/ddebs.list
>>      cat: /etc/apt/sources.list.d/ddebs.list: No such file or
>>      directory
>
> Ok, then how did you install linux-image-3.5.0-23-generic-dbgsym?
>

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-12 10:35       ` Hatt Tom
@ 2013-08-12 12:36         ` Timo Juhani Lindfors
  2013-08-12 15:56           ` Hatt Tom
  0 siblings, 1 reply; 15+ messages in thread
From: Timo Juhani Lindfors @ 2013-08-12 12:36 UTC (permalink / raw)
  To: systemtap

Hi,

Hatt Tom <net.study.sea@gmail.com> writes:
>   I  download  its  deb package ,and dpkg -i *.deb

please don't do that. If you run stap-prep on a fresh machine it should
tell you to follow the instructions on 

https://wiki.ubuntu.com/DebuggingProgramCrash

Can you take another look at that?

-Timo

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-12 12:36         ` Timo Juhani Lindfors
@ 2013-08-12 15:56           ` Hatt Tom
  2013-08-12 16:02             ` Timo Juhani Lindfors
  0 siblings, 1 reply; 15+ messages in thread
From: Hatt Tom @ 2013-08-12 15:56 UTC (permalink / raw)
  To: systemtap

Thanks for your reply !

I understand what your meas , but the  problem is I can not find  the
debug packge for ubunt~precise1 version,
I can only find  linux-image-3.5.0-23-generic-dbgsym , but they does
not match .

Best Regards!




2013/8/12 Timo Juhani Lindfors <timo.lindfors@iki.fi>:
> Hi,
>
> Hatt Tom <net.study.sea@gmail.com> writes:
>>   I  download  its  deb package ,and dpkg -i *.deb
>
> please don't do that. If you run stap-prep on a fresh machine it should
> tell you to follow the instructions on
>
> https://wiki.ubuntu.com/DebuggingProgramCrash
>
> Can you take another look at that?
>
> -Timo

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-12 15:56           ` Hatt Tom
@ 2013-08-12 16:02             ` Timo Juhani Lindfors
  2013-08-13  2:29               ` Hatt Tom
  0 siblings, 1 reply; 15+ messages in thread
From: Timo Juhani Lindfors @ 2013-08-12 16:02 UTC (permalink / raw)
  To: systemtap

Hi,

Hatt Tom <net.study.sea@gmail.com> writes:
> I understand what your meas , but the  problem is I can not find  the
> debug packge for ubunt~precise1 version,
> I can only find  linux-image-3.5.0-23-generic-dbgsym , but they does
> not match .

https://wiki.ubuntu.com/DebuggingProgramCrash

describes how you can create /etc/apt/sources.list.d/ddebs.list. When
you do this you can find the version with apt-get update && apt-get
upgrade

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-12 16:02             ` Timo Juhani Lindfors
@ 2013-08-13  2:29               ` Hatt Tom
  2013-08-13  8:09                 ` Timo Juhani Lindfors
  0 siblings, 1 reply; 15+ messages in thread
From: Hatt Tom @ 2013-08-13  2:29 UTC (permalink / raw)
  To: systemtap

HI :


  I  have set ddebs.list for my host ,but I still can not find the
debug package by "apt-cache search name" .
  Is there something I have got missing?

Thanks!

2013/8/13 Timo Juhani Lindfors <timo.lindfors@iki.fi>:
> Hi,
>
> Hatt Tom <net.study.sea@gmail.com> writes:
>> I understand what your meas , but the  problem is I can not find  the
>> debug packge for ubunt~precise1 version,
>> I can only find  linux-image-3.5.0-23-generic-dbgsym , but they does
>> not match .
>
> https://wiki.ubuntu.com/DebuggingProgramCrash
>
> describes how you can create /etc/apt/sources.list.d/ddebs.list. When
> you do this you can find the version with apt-get update && apt-get
> upgrade
>

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-13  2:29               ` Hatt Tom
@ 2013-08-13  8:09                 ` Timo Juhani Lindfors
  2013-08-13  9:27                   ` Hatt Tom
  0 siblings, 1 reply; 15+ messages in thread
From: Timo Juhani Lindfors @ 2013-08-13  8:09 UTC (permalink / raw)
  To: systemtap

Hatt Tom <net.study.sea@gmail.com> writes:
>   I  have set ddebs.list for my host ,but I still can not find the
> debug package by "apt-cache search name" .
>   Is there something I have got missing?

You really need to tell us exactly what you did. What is the contents of
/etc/apt/sources.list.d/ddebs.list?

Did you run steps 3 and 4 from
https://wiki.ubuntu.com/DebuggingProgramCrash ?

What is the exact apt-cache search command you used?

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-13  8:09                 ` Timo Juhani Lindfors
@ 2013-08-13  9:27                   ` Hatt Tom
  2013-08-13  9:33                     ` Timo Juhani Lindfors
  0 siblings, 1 reply; 15+ messages in thread
From: Hatt Tom @ 2013-08-13  9:27 UTC (permalink / raw)
  To: systemtap

the content of  /etc/apt/sources.list.d/ddebs.list is :
   deb http://ddebs.ubuntu.com/ precise main restricted universe multiverse

And my search command is  ' apt-cache search linux-image-3.5.0-23'

Thanks!

2013/8/13 Timo Juhani Lindfors <timo.lindfors@iki.fi>:
> Hatt Tom <net.study.sea@gmail.com> writes:
>>   I  have set ddebs.list for my host ,but I still can not find the
>> debug package by "apt-cache search name" .
>>   Is there something I have got missing?
>
> You really need to tell us exactly what you did. What is the contents of
> /etc/apt/sources.list.d/ddebs.list?
>
> Did you run steps 3 and 4 from
> https://wiki.ubuntu.com/DebuggingProgramCrash ?
>
> What is the exact apt-cache search command you used?

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-13  9:27                   ` Hatt Tom
@ 2013-08-13  9:33                     ` Timo Juhani Lindfors
  2013-08-17  9:41                       ` Hatt Tom
  0 siblings, 1 reply; 15+ messages in thread
From: Timo Juhani Lindfors @ 2013-08-13  9:33 UTC (permalink / raw)
  To: systemtap

Hatt Tom <net.study.sea@gmail.com> writes:
> the content of  /etc/apt/sources.list.d/ddebs.list is :
>    deb http://ddebs.ubuntu.com/ precise main restricted universe
> multiverse

That is not enough. Start reading from the part that begins with "Stable
releases (not alphas and betas) require three more lines ".

> And my search command is  ' apt-cache search linux-image-3.5.0-23'

That should work after you do the other steps mentioned on that web
page.

-Timo

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-13  9:33                     ` Timo Juhani Lindfors
@ 2013-08-17  9:41                       ` Hatt Tom
  2013-08-18  0:14                         ` Frank Ch. Eigler
  0 siblings, 1 reply; 15+ messages in thread
From: Hatt Tom @ 2013-08-17  9:41 UTC (permalink / raw)
  To: systemtap

hi;
 now the content of  /etc/apt/sources.list.d/ddebs.list  is :
deb http://ddebs.ubuntu.com precise main restricted universe multiverse
deb http://ddebs.ubuntu.com precise-updates main restricted universe multiverse
deb http://ddebs.ubuntu.com precise-security main restricted universe multiverse
deb http://ddebs.ubuntu.com precise-proposed main restricted universe multiverse

 I have done all the steps mentioned in that webpage , but I really
can not find linux dbgsym package for precise version .

Have you ever succesfully find the  linux dbgsym package for precise
version kernel ?

Thanks very much!


2013/8/13 Timo Juhani Lindfors <timo.lindfors@iki.fi>:
> Hatt Tom <net.study.sea@gmail.com> writes:
>> the content of  /etc/apt/sources.list.d/ddebs.list is :
>>    deb http://ddebs.ubuntu.com/ precise main restricted universe
>> multiverse
>
> That is not enough. Start reading from the part that begins with "Stable
> releases (not alphas and betas) require three more lines ".
>
>> And my search command is  ' apt-cache search linux-image-3.5.0-23'
>
> That should work after you do the other steps mentioned on that web
> page.
>
> -Timo

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-17  9:41                       ` Hatt Tom
@ 2013-08-18  0:14                         ` Frank Ch. Eigler
  2013-08-18  0:56                           ` Hatt Tom
  0 siblings, 1 reply; 15+ messages in thread
From: Frank Ch. Eigler @ 2013-08-18  0:14 UTC (permalink / raw)
  To: Hatt Tom; +Cc: systemtap


I don't know how to navigate the ubuntu/debian pool system automatically,
but a manual search picked out:

http://ddebs.ubuntu.com/dists/precise-updates/main/binary-amd64/Packages

pointing to 

http://ddebs.ubuntu.com/pool/main/l/linux-lts-quantal/linux-image-3.5.0-23-generic-dbgsym_3.5.0-23.35~precise1_amd64.ddeb

- FChE

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: install sustemtap on ubuntu failed
  2013-08-18  0:14                         ` Frank Ch. Eigler
@ 2013-08-18  0:56                           ` Hatt Tom
  0 siblings, 0 replies; 15+ messages in thread
From: Hatt Tom @ 2013-08-18  0:56 UTC (permalink / raw)
  To: Frank Ch. Eigler, systemtap

Thanks!

I have learned one more mothod to get packages ,
BTW , How chould I download this deb from
http://ddebs.ubuntu.com/dists/precise-updates/main/binary-amd64/Packages
 website.

Best Regards!



2013/8/18 Frank Ch. Eigler <fche@redhat.com>:
>
> I don't know how to navigate the ubuntu/debian pool system automatically,
> but a manual search picked out:
>
> http://ddebs.ubuntu.com/dists/precise-updates/main/binary-amd64/Packages
>
> pointing to
>
> http://ddebs.ubuntu.com/pool/main/l/linux-lts-quantal/linux-image-3.5.0-23-generic-dbgsym_3.5.0-23.35~precise1_amd64.ddeb
>
> - FChE

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-08-18  0:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-12  7:54 install sustemtap on ubuntu failed Hatt Tom
2013-08-12  8:40 ` Timo Juhani Lindfors
2013-08-12  9:23   ` Hatt Tom
2013-08-12 10:07     ` Timo Juhani Lindfors
2013-08-12 10:35       ` Hatt Tom
2013-08-12 12:36         ` Timo Juhani Lindfors
2013-08-12 15:56           ` Hatt Tom
2013-08-12 16:02             ` Timo Juhani Lindfors
2013-08-13  2:29               ` Hatt Tom
2013-08-13  8:09                 ` Timo Juhani Lindfors
2013-08-13  9:27                   ` Hatt Tom
2013-08-13  9:33                     ` Timo Juhani Lindfors
2013-08-17  9:41                       ` Hatt Tom
2013-08-18  0:14                         ` Frank Ch. Eigler
2013-08-18  0:56                           ` Hatt Tom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).