From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17395 invoked by alias); 17 Aug 2013 09:41:24 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 17382 invoked by uid 89); 17 Aug 2013 09:41:23 -0000 X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,MIME_CHARSET_FARAWAY,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.2 Received: from mail-lb0-f195.google.com (HELO mail-lb0-f195.google.com) (209.85.217.195) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 17 Aug 2013 09:41:22 +0000 Received: by mail-lb0-f195.google.com with SMTP id v1so929804lbd.6 for ; Sat, 17 Aug 2013 02:41:20 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.9.195 with SMTP id c3mr509951lbb.33.1376732480340; Sat, 17 Aug 2013 02:41:20 -0700 (PDT) Received: by 10.112.14.39 with HTTP; Sat, 17 Aug 2013 02:41:20 -0700 (PDT) In-Reply-To: <84fvue6ioa.fsf@sauna.l.org> References: <84ob938fpx.fsf@sauna.l.org> <84fvuf8bp8.fsf@sauna.l.org> <848v0784sb.fsf@sauna.l.org> <8438qe99sk.fsf@sauna.l.org> <84txiu6mhp.fsf@sauna.l.org> <84fvue6ioa.fsf@sauna.l.org> Date: Sat, 17 Aug 2013 09:41:00 -0000 Message-ID: Subject: Re: install sustemtap on ubuntu failed From: Hatt Tom To: systemtap@sourceware.org Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2013-q3/txt/msg00146.txt.bz2 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 multiv= erse deb http://ddebs.ubuntu.com precise-security main restricted universe multi= verse deb http://ddebs.ubuntu.com precise-proposed main restricted universe multi= verse 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 : > Hatt Tom writes: >> the content of /etc/apt/sources.list.d/ddebs.list is =A3=BA >>=A1=A1=A1=A1=A1=A1 deb http://ddebs.ubuntu.com/ precise main restricted u= niverse >> 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