From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6576101197771440128 X-Received: by 2002:aa7:d806:: with SMTP id v6-v6mr5773582edq.3.1531122502613; Mon, 09 Jul 2018 00:48:22 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:cb02:: with SMTP id g2-v6ls2959360edi.6.gmail; Mon, 09 Jul 2018 00:48:22 -0700 (PDT) X-Google-Smtp-Source: AAOMgpei2n0inosciQQkI6/I+1f5jykpleOKaeVRkUE4FnXcgWF7UtQW2rFdFF+WXq1nf8hoJpby X-Received: by 2002:aa7:d806:: with SMTP id v6-v6mr5773578edq.3.1531122502230; Mon, 09 Jul 2018 00:48:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531122502; cv=none; d=google.com; s=arc-20160816; b=qsxq426neecPRMz8gZNHNunn3+m/rnReRxsDk8BeWsFVAD2Pr5zdra0Xua0oHpnvTN z5zE3aRQo3Xz/UG1PwUgRi1sg5V6pSlmRTjcXYjydis5O7NippMlJo/fAAT4PeueYr+N XkKY/RkFONmdJ8oreZr3YnC8N0TYhkIKH3Qp0lu5pP8ARWUEdhznxyAaP99uE3wxT7Kn bsSA/dh7dWjDGxrLxR1IuaRPg6C9EQo30imGMR+3TZw8Csg2bZuyNhfvPH8JVKbduZu2 TXG9K7BQv4elrvT3kllh1CbNJJSqBhQaTB0bbxn/qCpokWW7f8NuUv2AOpglJ300RgBk JPjQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:arc-authentication-results; bh=4QJ7RDUheNQCwMc+b31PcOOgzcHi1O9CAQ/IGi39+P4=; b=yaX8qFSO81P/0Vc8yRjJM+1SeLUEw94MZKnCNAkOz21KIOCfQan19ZYIL0VhXcwIyP u6klzyp9RH2wh4WDB7cUu68tSQGAgQQpE/8OaOzfCeFQ/igUxcn8UJv9eJonqVc1FGZL AljTMa65V7OJghgy/AIQaMViN0MtiUgnC0C4OgDuXkWLl2n/WUuswhdAgmtfmxAOypsw bE7O/SjW9NlUPbczQBDBOWn/hq6vlLGqyjNeSb99vdXwm6q+kuo9I8iO+CwmoH8Tbxb/ xeJ9DyBa17DJFSrSZ2/SYLGNEk1Nf9r6RxMfOrZcI9cqTHy99U92jJ1BlM+Aua5oM59V p8pA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from lizzard.sbs.de (lizzard.sbs.de. [194.138.37.39]) by gmr-mx.google.com with ESMTPS id e5-v6si710521edi.4.2018.07.09.00.48.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Jul 2018 00:48:22 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id w697mLuR032311 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 9 Jul 2018 09:48:21 +0200 Received: from md1pvb1c.ad001.siemens.net (md1pvb1c.ad001.siemens.net [139.25.68.40]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id w697mLXs000380; Mon, 9 Jul 2018 09:48:21 +0200 Date: Mon, 9 Jul 2018 09:48:21 +0200 From: Henning Schild To: "[ext] Jan Kiszka" Cc: isar-users Subject: Re: [PATCH] meta: Run depmod after kernel module installation Message-ID: <20180709094821.0ebc78d5@md1pvb1c.ad001.siemens.net> In-Reply-To: <36145474-46aa-eea9-3c41-360d37ad524d@siemens.com> References: <36145474-46aa-eea9-3c41-360d37ad524d@siemens.com> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: 6jywNUhGDR7y Am Mon, 9 Jul 2018 08:31:12 +0200 schrieb "[ext] Jan Kiszka" : > Otherwise the module may not be found if the module package is > installed on its own, i.e. without the kernel package performing the > depmod run. > > Signed-off-by: Jan Kiszka > --- > meta/recipes-kernel/linux-module/files/debian/postinst | 4 ++++ > 1 file changed, 4 insertions(+) > create mode 100644 > meta/recipes-kernel/linux-module/files/debian/postinst > > diff --git a/meta/recipes-kernel/linux-module/files/debian/postinst > b/meta/recipes-kernel/linux-module/files/debian/postinst new file > mode 100644 index 0000000..baabf5d > --- /dev/null > +++ b/meta/recipes-kernel/linux-module/files/debian/postinst > @@ -0,0 +1,4 @@ > +#!/bin/sh > +set -e > + > +depmod -a That being 644 and the chmod in comnbination with AUTOLOAD do not seem to match. Either debian will take care of +x and the chmod is not required at all, or it needs to be 755 and the chmod needs to go away. Henning