Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id DC47F781A6C for <~alpine/users@lists.alpinelinux.org>; Tue, 11 Feb 2020 08:29:55 +0000 (UTC) Received: by mail-wm1-f67.google.com with SMTP id t14so2326450wmi.5 for <~alpine/users@lists.alpinelinux.org>; Tue, 11 Feb 2020 00:29:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0beaWVFN1m7WDrM+puqQ25iaPHjqnzK/O8a/xA8626s=; b=IdMNRQplAg0lPvQzp9KT6ybVUTqlLXICH1J08+Zi79HUQqnJIicMTo+5LM2agjAW8T U0RAu+NrhbhXFwxOXrWWo22M/puqOqVzXtuo8m0MSO+K5t1CKpo2RjDaD+DNIt1oiXbT 28HZpvBXIJG0i3PVuQ3rSKJHiQSVgz4cS2HfBFpS/OJC02ZgteyzXFZdByydv6rrzQIQ ajfPUtZIPyF+/7ZBBt4RRKmWsbzYyPvAPnzP3LVINDiaXk8QMrG0nW5Y71Th+DZvT+Ol hX+6mqOkHncZL+Nu0iobISv4rLXPw4fBTWkN2vQbJNAGU76LxuZav7C6b+CbRpBpltc1 PCPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0beaWVFN1m7WDrM+puqQ25iaPHjqnzK/O8a/xA8626s=; b=lWm3EvUpwHBZkq9/+PqK9sNOH+tGBvcFsIH4F69V72c5UvRVu8371bqKjAr4NdlJYn lABbAsWBqyMzYUtAL5Z4KhHICCm/eiNeh9DDh3kHBGPHA88Q3HxCzIjKUv8ff85QGwKP HOPM64Tab1snb8Is2dTeHyBWC+laC87oPm2wckIEOjoJqyQSs1qdZ+lEuLh50Qj+Rmlr dbUQK4OVHrnOFk3uFMSzXYfvvd1H+pcUBV7Vw5eEqrUMukNTwgo/EW570qvrbOj547CO alubLk+BO/va7urR0n512dDnFyzcszxGS7ptRsJQyvqS8sQMXt0v0Cqq8wpv8MIz0ofQ 7e6g== X-Gm-Message-State: APjAAAXarL4uMkkuLYqGPgKyG0s6DvaHE3gkzZehkdh62pZVQumkFKyK oxOqlMU7Mz6JGY99hUTwBInyiARUk8aRe04ZkN0= X-Google-Smtp-Source: APXvYqxgN0YkzI+aooJU+d1pLgau9hK+tD6uBuGhlufQp8ZbKSd5hTJfUZSWN3x6dmWYnQd+0wCrQsPVYuWjyq/7acU= X-Received: by 2002:a1c:a947:: with SMTP id s68mr4327802wme.61.1581409795101; Tue, 11 Feb 2020 00:29:55 -0800 (PST) MIME-Version: 1.0 References: <20200211074745.GA15486@marco.themis.pinknet.de> In-Reply-To: <20200211074745.GA15486@marco.themis.pinknet.de> From: Davy Landman Date: Tue, 11 Feb 2020 09:29:40 +0100 Message-ID: Subject: Re: Installing package with kernel module fails on diskless mode? (wireguard-rpi) To: Marco Dickert Cc: ~alpine/users@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="00000000000014d835059e48a96d" --00000000000014d835059e48a96d Content-Type: text/plain; charset="UTF-8" indeed, other packages are no problem. just to be clear, I followed these instructions: https://wiki.alpinelinux.org/wiki/Raspberry_Pi#Installation $ cat /proc/mounts proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 devtmpfs /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=53900,mode=755 0 0 devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 shm /dev/shm tmpfs rw,nosuid,nodev,noexec,relatime 0 0 /dev/mmcblk0p1 /media/mmcblk0p1 vfat ro,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0 tmpfs / tmpfs rw,relatime,mode=755 0 0 tmpfs /run tmpfs rw,nodev,relatime,size=44376k,mode=755 0 0 mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0 /dev/loop0 /.modloop squashfs ro,relatime 0 0 debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0 configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0 tracefs /sys/kernel/debug/tracing tracefs rw,nosuid,nodev,noexec,relatime 0 0 Cheers, Davy On Tue, Feb 11, 2020 at 8:47 AM Marco Dickert wrote: > On 2020-02-10 10:44:16, Davy Landman wrote: > > if I understand correctly, it wants to add a kernel module but fails > since > > the kernel is on a read-only side of the system. I've tried remounting > the > > whole disk as rw, but that didn't solve it. > > Can you provide us with the output of "cat /proc/mounts"? Are you able > to install other packages than kernel modules? > > Cheers, > -- > Marco Dickert > marco@misterunknown.de > https://misterunknown.de > --00000000000014d835059e48a96d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
indeed, other packages are no problem. just to be clear= , I followed these instructions: https://wiki.alpinelinux.org/wiki/Raspberry_P= i#Installation


$ cat /proc/mounts
pro= c /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,nos= uid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,nosuid,relatime,= size=3D10240k,nr_inodes=3D53900,mode=3D755 0 0
devpts /dev/pts devpts rw= ,nosuid,noexec,relatime,gid=3D5,mode=3D620,ptmxmode=3D000 0 0
shm /dev/s= hm tmpfs rw,nosuid,nodev,noexec,relatime 0 0
/dev/mmcblk0p1 /media/mmcbl= k0p1 vfat ro,relatime,fmask=3D0022,dmask=3D0022,codepage=3D437,iocharset=3D= ascii,shortname=3Dmixed,errors=3Dremount-ro 0 0
tmpfs / tmpfs rw,relatim= e,mode=3D755 0 0
tmpfs /run tmpfs rw,nodev,relatime,size=3D44376k,mode= =3D755 0 0
mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0=
/dev/loop0 /.modloop squashfs ro,relatime 0 0
debugfs /sys/kernel/de= bug debugfs rw,nosuid,nodev,noexec,relatime 0 0
configfs /sys/kernel/con= fig configfs rw,nosuid,nodev,noexec,relatime 0 0
tracefs /sys/kerne= l/debug/tracing tracefs rw,nosuid,nodev,noexec,relatime 0 0

<= /div>
Cheers,
Davy



On Tue, Feb 1= 1, 2020 at 8:47 AM Marco Dickert <marco@misterunknown.de> wrote:
On 2020-02-10 10:44:16, Davy Landman wrote:
> if I understand correctly, it wants to add a kernel module but fails s= ince
> the kernel is on a read-only side of the system. I've tried remoun= ting the
> whole disk as rw, but that didn't solve it.

Can you provide us with the output of "cat /proc/mounts"? Are you= able
to install other packages than kernel modules?

Cheers,
--
Marco Dickert
marco@misterunk= nown.de
h= ttps://misterunknown.de
--00000000000014d835059e48a96d--