The officially official Devuan Forum!

You are not logged in.

#377 Re: Installation » [SOLVED] Daedalus netinstall partitioning » 2024-03-22 19:42:17

The question is what do you really want to achieve? The documentation on the Devuan web page uses the guided partitioning, does possibly not help in this case.
I can describe what I do on my PCs. /home is encrypted but always on its own device and set up after the system installation.

Partitioning beforehand with a gparted life stick:
p1 = ESP 512 MiB VFAT/FAT32 on an EFI system, omitted on legacy with MBR/MSDOS partitioning scheme. It gets a bit complicated when GPT is used.
p2 = /boot 2048 MiB ext4 unencrypted.
p3 = large ext4 volume for encryption and LVM inside, set up in the installer by manual partitioning.

In the installer proceed until partitioning and select manual.
Assign p1 to be used as ESP if applicable.
p2: use as ext4, assign /boot, format. Assign names if you want.
p3: use as Volume for Encryption. Exit and go to "Configure encrypted volumes". Go through this process and exit.

Now you should also have a device called something like /dev/mapper/p3_crypt with ext4 file system. Now you set that into "Physical volume for LVM" instead of ext4. Exit.

Call the "Logical Volume Manager". You are asked to provide a name for the Logical Volume group at first. When that is setup you can define Logical volumes, e.g. 1_root, 2_swap as I do, and 3_home if you like. You will be asked for a size definition. You may use MB, % ... . Exit the "Logical Volume Manager" when you are done.
Now you should find /dev/mapper/1_root .... in the display. Select these devices one by one and assign file system and the mount point. Only when this point is done you can leave the partitioning menu and start the installation.

Topic 8 in https://www.devuan.org/os/documentation … encryption might give some insight how the result about should look alike.

#378 Re: Hardware & System Configuration » grub-efi-amd64-signed seems to be missing on daedalus dist-upgrade » 2024-03-21 13:42:15

When you are running with Secure Boot set to "Other OS" = Disabled in the Bios, you do not need this package. I do not use SB, I remove grub-efi-amd64-signed on all my efi installations. grub still works alright.

I am on Daedalus with backports kernel 6.6 currently.

#380 Re: Installation » [SOLVED] Can I convert Debian 12.4, bookworm, into Devuan? » 2024-03-17 12:53:03

Sure, should work. Have you rebooted?

If that doesn't solve the problem, please post the output of inxi -F

#382 Re: Installation » [SOLVED] Want to use startx instead of slim » 2024-03-16 12:30:32

$jacksprat wrote:

In the interim, I tried install [on a different partition] without any X11 packages, just Console stuff, and on reboot it stopped [hung] after the message "Starting bluetooth:  bluetoothd".  I guess no-one tried that yet.

I done that on all my latest Devuan installations including Daedalus to be able to set up the graphical desktop my way. I use netinstalls and disable anything else but the standard system utilities in the sw selection, and do a reboot past the final steps including the grub install. Never had any issues, it simply worked. Independent from if I have network or not, on real HW or in a VM. The console should come up, sometimes when firmware is missing with not so nice graphics, but still readable. No Intel or NVidea involved though, pure AMD stuff.
Have you left out something, skipped an important step during expert install? What kind of PC we are talking about? efi or legacy install? What did you modify versus the procedure described here: https://www.devuan.org/os/documentation … all-devuan ?

#383 Re: Hardware & System Configuration » fsck "FEATURE_C12"? » 2024-03-15 18:24:37

Well, a fix could be to reformat it with the oldest distro that needs to access that partition.

#384 Re: Hardware & System Configuration » fsck "FEATURE_C12"? » 2024-03-15 17:57:15

I have something back in my mind that this problem maybe due to generating the file system with a brandnew kernel, and then trying to use it on an older distribution.

#385 Re: Desktop and Multimedia » [SOLVED] Darktable Debian 12 software installation possible? » 2024-03-15 17:48:08

darktable is a 64bit only application. When you use the link to Packages in the top right corner you can check yourself.

And no, there is no easy way to convert to 64bit. You should download an amd64 medium and repeat the installation.

#386 Re: Desktop and Multimedia » [SOLVED] Darktable Debian 12 software installation possible? » 2024-03-15 12:49:49

Before doing that make sure the cdrom entry is out of the way. Put a # in front of the line to uncomment it, or remove the cdrom entry completely.

Alternative on my Daedalus:

# apt list darktable
Auflistung… Fertig
darktable/stable 4.2.1-4 amd64

Anyhow, have a look at the right top of this web page. There are 5 links. Use Devuan.org and scan through the available information, it might be helpful for a beginner.

#387 Re: Hardware & System Configuration » Reliability of desktop vs enterprise drives » 2024-03-14 19:34:39

I guess desktop drives are being replaced by ssds and nvmes today. The enterprise drives go into servers, NAS storage etc.

Anyhow: I never bought a hard drive where the manufacturer did not trust its product for 5 years warranty. WD Black and HGST did fulfill this requirement, I have several of them still around. And I wanted full warranty with easy check and direct manufacturer contact, no dealer inbetween. Fujitsu and Toshiba did not qualify for me because of this.

#388 Re: Installation » [SOLVED] Can't use my Directories » 2024-03-13 12:11:21

Can't imagine that POS does an installation without this essential package.

Maybe you simply need to use su - to get root access instead of simply su. The difference is the path.

#389 Re: Installation » [SOLVED] Can't use my Directories » 2024-03-11 21:03:45

What exactly do have, and what do you want to achieve?

#390 Re: Off-topic » question regarding hyperbola os » 2024-03-11 20:18:03

When the violett URL is clicked on the link is opened, and usually correct. I don't use screenshots to save URLs.

#391 Re: Desktop and Multimedia » multimedia repo not available and nvidia driver not installable » 2024-03-09 19:55:05

Just installed POS in a VM: indeed the installation calls the debian multimedia repo in the sources.list.d directory. Access in my VM went fine, question is why the OP has a problem to access it. Network not set up correctly? DNS trouble?

I also found that per default just the main repo is present in the sources.list, and non-free-firmware is missing which might be crucial for the graphics card setup.
The other entries are present just commented out. So its easy to enable them. Just remove the # on the beginning.

#392 Re: Desktop and Multimedia » multimedia repo not available and nvidia driver not installable » 2024-03-09 16:23:03

$coyotito wrote:

Problem: debian multimedia repo not working, error being: no access to repo/packages.
Apparently this leads to the nvidia proprietary driver packages (and I'm sure other stuff) being uninstallable.

I am not a NVidea user, but I am sure that the NVidea drivers do not require any package from the debian multimedia repo.

My suggestion: uncomment it for the time being in the sources.list and get your graphics to work.

#393 Re: Hardware & System Configuration » [SOLVED] no time service » 2024-03-08 09:38:57

ntpdate and ntpsec are not installed by default in Daedalus, has to be done afterwards. With ntpsec the conf dir has moved to /etc/ntpsec.

BTW: timedatectl is a systemd tool, afaik not present on Devuan.

#394 Re: Forum Feedback » [SOLVED] Forum timeout while logged in » 2024-03-07 20:01:17

Tried to look at my 2 dev1galaxy cookies, no luck. I need to find a tool that allows to read the contents of the cookie. Or is there a tool within FF that allows to read the contents?

#395 Re: Forum Feedback » [SOLVED] Forum timeout while logged in » 2024-03-07 17:27:29

I am not aware of any timeout related to the login time on the forum. I can stay logged in as long as I like. Using FF ESR latest version on Daedalus.

Sometimes I use gedit or geany to prepare a longer post. But mainly because I have to leave the topic alone for a while, and don't want to leave the browser open or shut down the PC.

Maybe your problem is related to a forced IP change of your internet provider?

#396 Re: Off-topic » What do you think about electric cars? » 2024-03-06 10:27:10

Electrical cars as currently built will turn out to be a dead end.

#397 Re: Installation » [SOLVED] Beowulf to Chimaera - precautions » 2024-03-04 10:54:24

Seeing that my hardware has not changed significantly since I first installed Devuan Jesse ca. 2017 and will most probably not change in the coming years, is a dist-upgrade necessary?

Some ideas: You determine your necessities. As long as you are happy with the OS and the software you are running, you may keep Beowulf.

The open question is: no more upgrades/safety fixes for Beowulf. Can you live with that? I have seen your posts about xorg security issues. They are getting fixed with Daedalus.

Risk with latest releases: removal of support for older hardware. Is a matter of test.

What bloat is concerned: yes its possible that things like CSD are trickling down. But they still can be removed. And an installation with --no-install-recommends may also help to keep the system clean from unwanted software.

#398 Re: Installation » [SOLVED] Beowulf to Chimaera - precautions » 2024-03-04 09:31:49

If you can afford it install a new SSD in the workstation. I assume its a legacy installation, so switching drives should be painless.

#399 Re: Installation » libelogind-compat has incompatible version » 2024-03-03 21:03:22

Well, chaos. You have as well Testing as Unstable in your sources. What are you trying to achieve with this setup? Do you know what you are doing?

#400 Re: Devuan » Version name » 2024-03-03 14:20:22

Wrong. 6.1.0-18-amd64 and Debian 6.1.76-1 are kernel versions, the first one the Debian package numbering, second the version from kernel.org debianised. And yes, Devuan is using 1:1 Debian kernels.

You are running Devuan 5 Daedalus.  Have a look at: inxi -F or cat /etc/os-release.

Board footer

Forum Software