From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12675 invoked by alias); 28 Nov 2012 13:32:48 -0000 Received: (qmail 12660 invoked by uid 22791); 28 Nov 2012 13:32:45 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Nov 2012 13:32:35 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qASDWYiV026194 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 28 Nov 2012 08:32:34 -0500 Received: from fche.csb (vpn-8-35.rdu.redhat.com [10.11.8.35]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qASDWXxZ000860; Wed, 28 Nov 2012 08:32:34 -0500 Received: by fche.csb (Postfix, from userid 2569) id 2C3895815C; Wed, 28 Nov 2012 08:32:33 -0500 (EST) To: agentzh Cc: Josh Stone , systemtap@sourceware.org Subject: Re: [BUG] Systemtap git master HEAD fails on Fedora 17 x86_64 (kernel 3.6.7) References: <50B3FC08.3050501@redhat.com> <50B56E7A.4000104@redhat.com> From: fche@redhat.com (Frank Ch. Eigler) Date: Wed, 28 Nov 2012 13:32:00 -0000 In-Reply-To: (agentzh@gmail.com's message of "Tue, 27 Nov 2012 22:34:22 -0800") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2012-q4/txt/msg00229.txt.bz2 agentzh writes: > [...] > Unfortunately, this command does not work for me it seems: > > $ sudo yum reinstall kernel-devel > Loaded plugins: auto-update-debuginfo, changelog, langpacks, > presto, refresh-packagekit > updates-debuginfo/17/x86_64/metalink > [...] > Installed package kernel-devel-3.6.7-4.fc17.x86_64 (from updates) > not available. > Error: Nothing to do I think it means just that you're more than three versions behind the current update of the kernel. You could do a "yum -y update kernel\*", or else find the exact kernel-devel version/arch/dist you need by searching through http://koji.fedoraproject.org/koji/packageinfo?packageID=8 - FChE