From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by sourceware.org (Postfix) with ESMTPS id D81563AA8897 for ; Fri, 13 Mar 2020 10:31:11 +0000 (GMT) Received: by mail-wm1-x32a.google.com with SMTP id 11so9311877wmo.2 for ; Fri, 13 Mar 2020 03:31:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:date:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to; bh=eStCAZ3sCBI1vqQmmsaSbIQqi1lQxqRUynSzmzRWD5k=; b=HtFozACrROnVmixa7RbhriWkEny7DKC42YB924yzMWMEQsKmtuhHm/jWJxLtAOQDU8 j5eAAqoi/Ku6yw/DPiUWMBQ1Z5YAlBEhD8csBW4/4BNCH30Ve5C+Rqo94z8IMwqpKWRJ jRmofa3m1v+mMLHXdXbIP/QxnIQBZqN5MHqGw23wA5ihzBGbs10KDxJUkRGRhJvJEC+1 rPI7ipCnj9A8ql9yhf60knQHXT4l6KpXz6ghdblknGqT26eSKhhdy5/O0tz8tVnIZ5li vEUt4ldXFw+ArBOD3UMUgtMmxFkscZ+L0QhqDhfM4lL5FtK3VnpZ8WMk2vH6QIyBYgdJ Z5Xw== X-Gm-Message-State: ANhLgQ0KK/gTF0ZFamdGlAzgosMdw8iVG3Wktcr18R/yCJuS5NmREZFh ybwd5rY2ZXiQCkP7D70KoHMGf54BxishvQ== X-Google-Smtp-Source: ADFU+vvm6cDw2+64/6FGfxL9CVzyuTHtzr6XErvRw6tbV6/Q2asZfkNXitytVVaUooiN+eak9PuvTQ== X-Received: by 2002:a05:600c:20c9:: with SMTP id y9mr10764893wmm.83.1584095470096; Fri, 13 Mar 2020 03:31:10 -0700 (PDT) Received: from ariel (x590e5cd4.dyn.telefonica.de. [89.14.92.212]) by smtp.gmail.com with ESMTPSA id c5sm14471726wma.3.2020.03.13.03.31.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Mar 2020 03:31:09 -0700 (PDT) Sender: Emanuele Rocca From: Emanuele Rocca X-Google-Original-From: Emanuele Rocca Date: Fri, 13 Mar 2020 11:31:07 +0100 To: webman@manfbraun.de Cc: systemtap@sourceware.org Subject: Re: debian-problem (stretch/buster): Missing "-dbgsym", cannot run SystemTap Message-ID: <20200313103107.GA58452@ariel> References: <0a3001d5f8d4$2d3e9910$87bbcb30$@manfbraun.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0a3001d5f8d4$2d3e9910$87bbcb30$@manfbraun.de> X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2020 10:31:14 -0000 Hi, On 13/03 02:10, webman@manfbraun.de wrote: > I followed the instructions, added the required sources to > "sources.list", but there are no "-dbgsym" packages for the > kernels I use (which are NOT custom build). On both my > boxes, the "-dbg" files are installed. I do not want > to build a custom kernel, this would be too far out > of my experience (for the next years .). When it comes to the kernel, there is no -dbgsym package to install, just the -dbg. See http://www.linux.it/~ema/systemtap-intro.html Please paste your sources.list as well as the output of the following commands: uname -a dpkg -l linux-image-\* | grep ^ii apt-cache policy systemtap Thanks! Emanuele