The officially official Devuan Forum!

You are not logged in.

#326 Re: Installation » Keyboard layout change doesn't take effect (Devuan 4 Chimaera) » 2022-03-13 09:51:10

See 'man loadkeys' - I think it's loadkeys UK, but might be GB.

#327 Re: Devuan Derivatives » [SOLVED] Is it safe to clear out /media folder of old sd(x) references? » 2022-03-10 09:39:38

Looks like it's a log file of the devices that had been attached, should be perfectly safe to empty/delete.

#328 Re: Documentation » Devuan GNU+Linux Command-line Installation Guide (In progress) » 2022-03-04 18:27:52

Go on the Devuan GNU+Linux download page and download the stable minimal-live ISO file devuan_{codename}_{version}_{architecture}_minimal-live.iso.

Wouldn't it just be easier to use refracta installer which, I believe, is included in the 'live' image - you seem to be creating your installation as if from a 'net install' image, to my mind(?).

#329 Re: Off-topic » ssd failure » 2022-02-26 10:24:05

Hmm, I've just swapped over most of mine to SSDs, I thought they had improve performance these days, compared to when first introduced, but I don't have anything really important, & I do keep recent backups, so I'll likely be OK.

I still have some HDDs, & these are what I backup too, (usually have 2 copies, different disks), I'd hate to have to replace all my music & downloaded stuff. wink

#330 Re: Installation » [SOLVED] How to blow away efi partition using live-install iso? » 2022-02-24 14:03:38

Re UEFI installs, I had to create & mark a UEFI partition, before installing from the Devuan Live, (so maybe that was the problem).

#331 Re: Installation » [SOLVED] How to blow away efi partition using live-install iso? » 2022-02-24 10:02:04

Normally you just need to wipe the boot sectors of the disk - I do it using dd.

sudo dd if=/dev/zero of=dev/sda bs=4M count=1

#332 Re: Hardware & System Configuration » Question about portable drives for persistent live installations: » 2022-02-21 09:56:56

For speed & stability, SSD.

For longevity & compatability, HDD.

If it is to be used as a USB drive, any.

For large sized disk, 1TB or more, HDD - for price & longevity.

#333 Re: Hardware & System Configuration » Severe damage to ext4 filesystem - advice needed » 2022-02-11 10:31:24

Write a copy of the super block to the drive, even if you lose what was overwritten by the .iso file, you should be able to recover the rest to copy to another disk.

https://ngelinux.com/how-to-view-backup … ilesystem/

#334 Re: Installation » Problems with desktop-live iso. » 2022-02-04 18:09:31

I just installed to a UEFI computer yesterday, it works. wink

When you install, you have to first create a fat32 partition of about 100MB, & set its flags to boot esp, then create your other partitions & install as usual. smile

#335 Re: Installation » Changing UUID of /root? » 2022-02-02 13:59:09

Ah, OK, try re installing grub to that drive, you may need to use a 'live' version of your distro.

#337 Re: Desktop and Multimedia » Listening to local playback with Audacity » 2022-02-02 09:36:52

If I remember, under edit/options, you should see your input device, you just need to choose it, then Audacity should record from it.

(Haven't recorded lately, & don't have it on this system.)

#338 Re: Installation » Changing UUID of /root? » 2022-02-02 09:30:25

Each disk has a unique UUID, you will have to find the new disks UUID first, & then add it to fstab of that disk, then it should boot.

@ Dutch_Master
(The root user has the ID of 0.)

$ id root
uid=0(root) gid=0(root) groups=0(root)

#339 Re: Devuan » Downgraded to Devuan Chimaera... » 2022-01-28 18:08:49

OpenBSD is a distro that is mainly oriented for the Desktop use

Definitely not so, their priority is security!

(Desktop use is accepted, but definitely not a priority.) wink

nothing works with automation (I mean plugging a pendrive requires the use of CLI), it has its own default WM, CWM

As stated above, no auto mounting of external media is a security feature - & CWM was written by the OpenBSD team!

But I will concede, there may be a lack of drivers for some hardware, compared to FreeBSD, but if it is supported, it's a great O/S.

As always though, whatever suits you is the one to use. smile

#340 Re: Devuan » Downgraded to Devuan Chimaera... » 2022-01-28 10:20:37

OpenBSD tends to put less on your disk than FreeBSD, (& that is why it is my backup system), should Linux be taken over by the 'commercial interests' completely. wink

Devuan is a great distro, (especially if you install from the 'live'), for a desktop. smile

P.S. Ultimately, it will depend on who has the best O/S for my ARM based RPi SBCs - so far it's Devuan. big_smile

#341 Re: Hardware & System Configuration » Micro SD card problem, cannot fix errors. » 2022-01-26 09:59:55

First, make sure it is not mounted.
Then, give it a new MBR.
Next partition it.
Finally, put a new file system on it.

(I use fdisk.)

#342 Re: Hardware & System Configuration » [SOLVED] USB refusing to connect to one device » 2022-01-25 10:26:21

> Thanks for the tipp: I've compiled the USBcore as a module now. Before
> it was compiled into the kernel. In the file /etc/modprobe.conf I've
> added the line: > options usbcore old_scheme_first=y <.

Suggests that it is a recompile of a kernel module, with a line added to /etc/modprobe.conf to make it work.

#343 Re: Devuan » Devuan look and feel » 2022-01-19 10:06:20

Why not just stick to what we have(?).

Why do we need to keep on changing it(?).

You could always include the release name in small letters at the bottom right or left of the 'official' background.
(If you wanted it identifying as a new release).

#344 Re: Desktop and Multimedia » pulseaudio » 2022-01-13 09:51:59

Use a 'down loader' program instead - Youtube has lost sound, yet again, so it is the only way I get to hear videos, plus I can watch at a time more convenient to me.

#345 Re: Desktop and Multimedia » [SOLVED] USB Memory stick issue » 2022-01-12 10:02:00

Sometimes this does happen, but if you use fdisk, & give it a new mbr, then partition it, & put  a new filesystem on it, it becomes what it really is, sizewise - but it could just be a fake.

#346 Re: Other Issues » Escaping the Kiosk » 2022-01-07 10:18:32

I dumped the 'blue screen of death' way back in 1999. smile

Linux or BSD will do everything a normal user requires.

There is no 'defrag' necessary, because of the way Linux handles the data using inodes.

I always keep my data on my discs, having a back up is also advisory, for any O/S.

Go for it!

#347 Re: Installation » install does not find wifi » 2022-01-04 10:21:54

Check dmesg to see if it is being seen by the O/S.

#348 Re: Installation » adduser ? » 2022-01-03 18:14:38

Easiest way to get up & running is to install from the 'live' version - basically, everything that works on Debian also works with Devuan.

(Try sudo useradd.)

#349 Re: Installation » I am shocked: The most official way to install Devuan is TERROR pure! » 2021-12-31 11:11:51

Simple solution to get up & running quickly, use the 'live' installable image!

Takes next to no time, then you can add what you want, & even remove that which you don't.

All distros have an easy option these days, but if you want to 'feel clever', just install from the basics of the DVD, & add all the bits you want.

Of course, if you feel Devuan isn't for you, feel free to use another distro.

#350 Re: Hardware & System Configuration » Interesting article - Ventoy » 2021-12-12 18:48:20

Why use Ventoy, because you can demo various live distros to potential users, you can have one pendrive with different distros for different machines, think 32bit & 64bit, or even have a command line distro.

For personal 'rescue' purposes, I would use the same distro as was installed, if possible.

Is Ventoy really 'needed'? Probably not, but why not use it when it is available. smile

Board footer

Forum Software