From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15942 invoked by alias); 19 May 2009 15:31:15 -0000 Received: (qmail 15847 invoked by uid 22791); 19 May 2009 15:31:14 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 May 2009 15:31:08 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n4JFUuHL028525; Tue, 19 May 2009 11:30:56 -0400 Received: from fche.csb (vpn-10-90.bos.redhat.com [10.16.10.90]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n4JFUsnM001688; Tue, 19 May 2009 11:30:54 -0400 Received: by fche.csb (Postfix, from userid 2569) id 4701D58480; Tue, 19 May 2009 11:30:54 -0400 (EDT) Date: Tue, 19 May 2009 15:31:00 -0000 From: "Frank Ch. Eigler" To: zshan Cc: systemtap Subject: Re: Re: Re: Fw: Re: problem when running the following script Message-ID: <20090519153054.GE24007@redhat.com> References: <200905192316411523143@cse.buaa.edu.cn> <200905192324558244437@cse.buaa.edu.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200905192324558244437@cse.buaa.edu.cn> User-Agent: Mutt/1.4.2.2i 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 X-SW-Source: 2009-q2/txt/msg00629.txt.bz2 Hi - On Tue, May 19, 2009 at 11:24:56PM +0800, zshan wrote: > I learn from the Internet that : > the operation "ln -s /boot/vmlinxu-debug-$(uname -r)" /lib/modules/$(uname -r)/vmlinux " > and "ln -s /boot/vmlinux-debug-$(uname -r)" /boot/vmlinux-$(uname -r)" are needed > > I wonder whether they are needed? It would be faster to try it than to ask about it. But no, it should not be needed on your machine (rhel5 or centos based it seems). - FChE