The officially official Devuan Forum!

You are not logged in.

#851 Re: Hardware & System Configuration » [SOLVED] Devuan Raid 1 Install Steps » 2022-11-13 20:19:23

When you run the installer, it starts "partman" early on; a disk partitioning/setup tool.

Did you use that? Please describe the steps you took.

Since it's an UEFI boot, the machine needs at least one disk partitioned, with a GPT type partition table format, and then at least one EFI partition, which technically is a FAT type partition with a top level directory "/EFI".

Those are things you set up in the partitioning step.

In your case, you need to set up an EFI partition of, say, 100M first on one disk and use the rest as a RAID partition, and then divide the other disk similarly since RAID members need to be of the same size.

Then you set up a software raid device spanning those RAID partitions, and then you partition that to be your root filesystem (/). Unless you also want that RAID to be subdivided further.

#852 Re: Hardware & System Configuration » [SOLVED] Devuan Raid 1 Install Steps » 2022-11-13 19:46:19

I'm not sure which instructions you are trying to follow there, but that step doesn't seem right.

As far as I know, the partitioning tool used in the installer will expect that you first set up raid member partitions, thereafter you set up the raid device itself, and thereafter you partition and format that as if a single device.

#853 Re: Other Issues » [SOLVED] LXCFS 4.0.12 build ? » 2022-11-12 23:15:46

By pkginfo.devuan.org/cgi-bin/policy-query.html?q=lxcfs it appears the coming upstream version is 5.0.2 (or later). That's for the coming release, daedalus (currently in testing) while the current stable and prior releases, chimaera, beowulf and ascii remain as they are.

You might also look it up at tracker.debian.org/pkg/lxcfs for a bit more detail of it's maintenance by Debian.

As for building it yourself, you possibly find some joy with https://backports.debian.org/

#854 Re: Installation » Migrate Debian to Devuan » 2022-11-12 21:53:45

1) "Normally" a migration is done with the running OS, and in that case it's really a VT console level activity.

Last time I looked into it, the Debian system seemed to have some new layers of confusion with a series of (Windows-ish) steps to  go through to reach a VT console level. That might be different now. The important bit is of course that the migration script needs to not be terminated prematurely when the init transition occurs, and therefore the shell that runs it must not be under any "session process control".

In your case, you could instead hook up drive B as the disk for a qemu virtual machine, and then migrate within that while idling in front of the browser on the "main" OS, drive A. The only particular quirk with that would be how to make drive B bootable by qemu (perhaps using extlinux)

In all cases you'll need a final grub setup after the migration; i.e. running update-grub with OS A to let it (re-)discover the drive B OS.

Though, I think I would call that a 201 activity as it does require sllghtly more than notional knowledge about running a qemu virtual machine, and about equipping it with an extlinux boot. It might not be your ideal solution but that's the way I can think of to let you view the instructions while following them. Printed on paper might be a better option.

2) You will need to re-update grub with OS A. Possibly already at the first of the two migration reboots.

3) The pinning will be preserved and shouldn't cause any issue ... unless, well, unless something.

4) And it shouldn't be an issue with keeping the old Tk either.

#855 Re: Other Issues » "Temporary failure resolving 'deb.devuan.org' " » 2022-11-09 12:06:38

One option is that you identify which mirror is good or the best for you, and then add that resolution into your /etc/hosts.

#856 Re: Installation » Daedalus install into Virtualbox Q » 2022-11-06 23:32:05

Why not pick one of the installer ISOs instead?
They have desktop, server or netinstall in their names.
https://www.devuan.org/get-devuan

#857 Re: Hardware & System Configuration » [SOLVED] Devuan Raid 1 Install Steps » 2022-11-04 23:35:23

One option would be that something is outdated elsewhere in the "certificate chain" on the failing systems.

I.e., the "leaf level" certificate of www.devuan.org is fine, but in your environment some "parent" certificate in the certificate chain it stands on is outdated.

E.g., check your ca-certificates package.

#858 Re: Hardware & System Configuration » [SOLVED] Devuan Raid 1 Install Steps » 2022-11-04 03:21:06

Is anyone (still) getting those warnings from

wget --no-check-certificate https://www.devuan.org/get-devuan

WARNING: The certificate of ‘www.devuan.org’ is not trusted.
WARNING: The certificate of ‘www.devuan.org’ has expired.

The certificate was updated 2 weeks ago, and is valid some 8 or so weeks more. So there shouldn't be or have been any warnings.

#859 Re: Hardware & System Configuration » [SOLVED] Devuan Raid 1 Install Steps » 2022-11-04 02:10:58

right. so pasting that int openssl x509 -text gives me (among other things):

        Serial Number:
            04:63:9c:cc:d4:86:e8:46:e0:95:f9:c7:31:93:fb:36:87:06
...
        Validity
            Not Before: Oct 20 23:55:06 2022 GMT
            Not After : Jan 18 23:55:05 2023 GMT

which looks all fine and dandy.

Is your clock ok?

#860 Re: Hardware & System Configuration » [SOLVED] Devuan Raid 1 Install Steps » 2022-11-03 23:02:00

No, nothing special or strange.

You post the link for the paste here, and then anyone can follow it  while it's valid.

#862 Re: Hardware & System Configuration » [SOLVED] Devuan Raid 1 Install Steps » 2022-11-03 20:46:41

Note that the certificate was Issued On Friday, October 21, 2022 at 10:55:06 AM and it Expires On Thursday, January 19, 2023 at 10:55:05 AM, so something strange is happening here.

Please do the following to download the certificate complained about

echo -n | openssl s_client -connect www.devuan.org:443 -servername www.devuan.org \
    | openssl x509 > /tmp/wwwdevuanorg.cert

and then upload that to pastebin.debian.org for us to review.

#863 Re: Hardware & System Configuration » [SOLVED] Devuan Raid 1 Install Steps » 2022-11-03 01:31:48

Well, https://www.devuan.org/get-devuan.html is the correct one which also references the actual html file; the abbreviation link (without .html) also works, but via server re-writes.

Obviously they don't work for you, which is slightly more difficult to debug. It'd be either your browser wanting to be helpful and intelligent, or something "environmental" relating to your Internet access.

Perhaps you can install "surf" and try with that?

#864 Re: Hardware & System Configuration » [SOLVED] Devuan Raid 1 Install Steps » 2022-11-03 01:16:32

maybe you can teach your browser something by adding  .html to the end instead of /

#865 Re: Hardware & System Configuration » [SOLVED] Devuan Raid 1 Install Steps » 2022-11-03 00:59:25

I don't really need screenshot;
that link, https://www.devuan.org/get-devuan seems fine to me;
are you saying that that link doesn't work for you, or
that there is a link on that page that doesn't work for you?
If the latter, which link?

EDIT: hmm you have a / at the end of it, and having that seems to not bring the right page.

EDIT2: where did you find that  bogus one, with a / at the very end?

#867 Re: Hardware & System Configuration » [SOLVED] Devuan Raid 1 Install Steps » 2022-11-02 23:40:42

If you want the full disks as raid members, then you skip to step 2 directly, and create a RAID device...

#868 Re: Hardware & System Configuration » [SOLVED] Devuan Raid 1 Install Steps » 2022-11-02 23:31:42

It all happens in the partitioning step:

  1. first you declare partitions for use in raid setup

  2. then you set up the raid device linking it to its partitions

  3. and then you partition that into the filesystem partitions you want

#869 Re: Desktop and Multimedia » How disable apparmor? » 2022-11-02 21:53:54

I have "security=none" and

stuga% cat /sys/kernel/security/lsm ; echo
lockdown,capability,yama

i.e., "yama" belongs to the unavoidable default collection of Linux Security Modules
https://kernsec.org/wiki/index.php/Projects

#870 Re: Devuan » [SOLVED] The Devuan Ethos » 2022-11-02 00:06:42

"installing the base system" at 6% is where packages are loaded and validated; nothing yet unpacked.
If it breaks there, then it's due to one of 3 things:
  1) that your media is "corrupted"/broken or
  2) that the target partition is too small or broken, or
  3) that the RAM (which holds the installer system itself) is too small.

libsemanage-common_3.1-1_all.deb is a mere 20K, and loaded after maybe at about 30Mb has been used on the partition.

Unless you make a mistake when partitioning, it would suggest that your media is corrupted.

The published ISO image does not come with that corruption (as evidenced by that it's the same image since start and more than a few people have used it successfully)
You need to verify your download of that image using the published SHA256SUM, and you may well need to verify the physical media it is placed on as well.

#871 Re: Devuan » [SOLVED] The Devuan Ethos » 2022-11-01 23:18:53

ok
.. skip detecting network
.. skip configure network
.. skip "setup users and passwords"
.. skip configure the clock
.. do detect disks
.. do partition disks.. manual:  which partition layout? how large partition(s)?
   and how much RAM do you have?

#872 Re: Devuan » [SOLVED] The Devuan Ethos » 2022-11-01 23:09:09

Ok;
.. so I choose language (english), location (US.. lying), locale (en_US.UTF-8), no additional; just "continue"
.. I skip past access software
.. I skip past speech synthesizer
.. I do configure keyboard (am english)
.. it skips selecting layout automatically
.. I let it detect media
.. I load the default components only (select nothing of the extras, then "continue")

are we same enough so far?

#873 Re: Devuan » [SOLVED] The Devuan Ethos » 2022-11-01 22:43:08

My first attempt to induce that problem was not successful, so perhaps you could enumerate the installation choices you are making that leads to that problem.

As from power-up: the installation splash screen comes up:
* is this a BIOS boot or UEFI boot?
* and then, what's your sequence of choices/actions?

#874 Re: Devuan » [SOLVED] The Devuan Ethos » 2022-11-01 22:32:31

So you have difficulty with the chimaera netinstall iso? Do you want assistance?

#875 Re: Desktop and Multimedia » How disable apparmor? » 2022-11-01 06:56:29

Hah! I'm clearly full of wrong! Not only that, but there is also the possible overrides of insserv that can be used an misused in all sorts of ways. smile

Board footer

Forum Software