From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22878 invoked by alias); 26 Jan 2012 18:47:05 -0000 Received: (qmail 22871 invoked by uid 22791); 26 Jan 2012 18:47:04 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Thu, 26 Jan 2012 18:46:48 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0QIkcQa015931 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 26 Jan 2012 13:46:43 -0500 Received: from [10.3.113.84] (ovpn-113-84.phx2.redhat.com [10.3.113.84]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0QIJXIY026292; Thu, 26 Jan 2012 13:19:34 -0500 Message-ID: <4F219935.6050605@redhat.com> Date: Thu, 26 Jan 2012 18:47:00 -0000 From: Josh Stone User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Chris Dunlop CC: "Frank Ch. Eigler" , systemtap@sourceware.org Subject: Re: Error removing module: Device or resource busy References: <4EF8BDF6.2070105@redhat.com> <20111228080728.GA12001@onthe.net.au> <4F1A1244.3010908@redhat.com> <20120121013535.GA8165@onthe.net.au> <20120121023012.GA8844@onthe.net.au> <4F1A68CB.8000409@redhat.com> <20120123072452.GA11940@onthe.net.au> <20120126002955.GA23432@onthe.net.au> <4F20AD89.6010306@redhat.com> <20120126022837.GA29943@onthe.net.au> In-Reply-To: <20120126022837.GA29943@onthe.net.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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-q1/txt/msg00044.txt.bz2 On 01/25/2012 06:28 PM, Chris Dunlop wrote: > I'm currently using "stap -p4" and a manual scp to the remote > host, so --remote would be perfect, except I get: > > $ stap --remote debhost -m stap_test -r ~/git/linux-build/${kv} -e 'probe begin {printf("foo\n"); exit()}' > WARNING: kernel release/architecture mismatch with host forces last-pass 4. > stap_test.ko > > ...and it stops at pass 4 as warned. Oh, yeah, that pass-4 squashing is bogus when using --remote. I just pushed commit 19da0351 to relax that. Josh