The officially official Devuan Forum!

You are not logged in.

#701 Re: Installation » [SOLVED] minimize,maximize buttons gone » 2021-12-25 15:12:25

Running an up to date Chimaera with Cinnamon installed from netinstall a year ago, no issues seen.

I am using Crux/Adwaita/Adwaita/Adwaita/Cinnamon in the Themes settings.

rolfie

#702 Re: Desktop and Multimedia » Cannot mount exfat » 2021-12-15 21:31:00

Not any file system on any USB stick will found on /dev/sd(X), it always will be on /dev/sd(X)1 or higher.

Use any stick with FAT32, you have to mount it with /dev/sd(X)1.

rolfie

#703 Re: Desktop and Multimedia » Cannot mount exfat » 2021-12-15 18:14:21

devian wrote:
# mount  /dev/sdc /mnt/
mount: /mnt: unknown filesystem type 'exfat'.

This is obvious. You can't have an exfat file system at /dev/sdc, at the most you'll find a partition table there.

Try to use:

# mount  /dev/sdc1 /mnt/

rolfie

#704 Re: Devuan » Updating to Chimaera - Marginally Painless » 2021-12-12 18:21:55

On the top of the forum page is a link to Devuan.org where you can find the official documentation and several howtos.

Myself I have upgraded my wifes PC and my file server from Beowulf to Chimaera without any issues. My PC is using parallel installation of Arch/Beowulf/Chimaera. I have moved my activities from Beowulf to Chimaera early summer this year before Chimaera even got stable.

General advice: disable any foreign repositories during the upgrade.

rolfie

#706 Re: Installation » Encrypted Daedalus preview booting problems » 2021-12-04 15:54:31

Thank you, drilling down into modules and devices showed no /dev/mapper nor cryptsetup traces.

Rebooted from the netinstall in rescue mode: installed cryptsetup-bin and cryptsetup-initramfs, now it works. Both packages need to be added to the installer.

rolfie

#707 Installation » Encrypted Daedalus preview booting problems » 2021-12-04 11:22:31

rolfie
Replies: 7

Installed from the Daedalus netinstall preview dated Nov. 29th in VBox 6.1.28. Efi mode, encrypted LVM,, just basic system install, no GUI. Install went fine, the first reboot ends in an endless loop of messages "Volume group vgsys not found. Cannot process volume group vgsys." Does not ask for the PW, eventually ends in the initramfs shell. When I try to open the encrypted volume I get "cryptsetup not found".

An upgraded VM based on Chimaera works fine.

Whats wrong?

rolfie

#708 Re: Installation » Devun DVD Installer & Virtualbox UEFI, installaton issues. » 2021-12-04 11:15:32

Wouldn't be that optimistic. Devuan uses a different mode than Debian for efi boot, and that works fine on real HW. Just causes issues in VBox. Haven't got anything that the admins work on this topic.

The workaround described in my lengthy post works, just managed to install from the Daedalus preview.

rolfie

#710 Re: Other Issues » [SOLVED] Need to reset root password » 2021-11-30 11:41:47

Chimaera: On my lightdm login screen I have a small icon in the middle of the bottom that opens a screen keyboard that can be operated with the mouse. Maybe that helps.

rolfie

#711 Re: Hardware & System Configuration » [SOLVED] Problem with shutdown script » 2021-11-29 14:55:30

If its working directly and not in a script, my first guess would be path issues.

rolfie

#712 Re: Hardware & System Configuration » Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober » 2021-11-29 12:24:03

Just tried it on my Chimaera box (Arch and Beowulf in parallel installations): Adding that line to /etc/default/grub does not make any difference on efi installations.

rolfie

#713 Re: Hardware & System Configuration » Attention Dual/Multi-booters: Latest GRUB (2.06-2) disables os-prober » 2021-11-29 11:52:36

My experience is that os-prober never worked on efi systems. Valid for Stretch/ASCII, Buster/Beowulf, Bullseye/Chimaera.

rolfie

#714 Re: Other Issues » Type1 fonts » 2021-11-26 16:51:55

Libreoffice has dropped Type1 font support a while ago. You need to find replacements, like ErlerDingbats.ttf instead off ZapfDingbats.

rolfie

#716 Re: Installation » Beowulf installer broken? » 2021-11-19 18:08:23

Addition to my remark in post #7: The Secure Boot mechanism in Debian & Devuan is fixed to support Debian with a fixed entry called debian in the efi-variables called efivars. The installer (no matter if Debian or Devuan) installs 5 files in this directory, two of them being the already mentioned shimx64 and the grubx64. As explained shimx64 is meant to be starting the SB mode but also can start the non SB mode, grubx64 the normal mode. Per default, shimx64 is written into the starter for the efi mode. shimx64 seems to have issues when the base directory isn't called debian.

These boundary conditions cause problems when you want to set up an efi multi distribution setup as you have. I been through all the problems with this, here is my cook book. I have set up my current workstation (AMD X570, Ryzen 3700X, Sapphire xt5500 graphics) 18 months ago with Arch, Beowulf and Chimaera. Initially Beowulf was the main working spot, early summer this year I moved to Chimaera for daily work.

1.) Disable Secure Boot in the Bios and delete all signing keys.
2.) No CSM, pure EFI setup.
3.) Install the distro, reboot, setup sources.list ....
4.) Remove SB files: apt remove grub-efi-amd64-signed
5.) Reinstall bootloader into individual directory (only installs grubx64), example for Beowulf: grub-install --bootloader-id=devuan3 --no-uefi-secure-boot
6.) Check setup with efibootmgr: efibootmgr -v
7.) Cleanup /boot/efi/EFI: remove residual files from directories called debian and devuan.
8.) Cleanup efivars with efibootmgr: efibootmgr -b 000x -B

Set the boot order to the desired option with efibootmgr, or use the Bios Boot Override to boot one of the other possible options. All my 3 options are clean, os-prober never gave me such an option. I like it this way, since I normally boot one distro for working purposes.

My opinion to the automatic partitioning: when I read about all the issues with /boot being too small /root being to small in various Debian/Devuan forums and see what the SW is doing there, I must say: Forget it, that was ok 10 15 years ago, and has not been adapted in any way to today's disk sizes. It sets up sort of a bare minimum size that very often struggels when you add a kernel or a bit more than the bare minimum SW. I am used to use only manual partitioning, even in a VM, even if it is a bit more cumbersome. I usually get what I want and never ran into partition too small type of problems.

HTH, rolfie

#717 Re: Installation » Beowulf installer broken? » 2021-11-18 19:04:02

shimx64.efi is the boot loader for the Secure Mode, I would guess that grubx64.efi would be the better choice (under the assumption that Secure Boot is disabled).

rolfie

#718 Re: Installation » How to have updated firefox-esr in Chimaera? » 2021-11-13 16:44:15

entropyagent wrote:

I should plead with Debian to post an alert on the Devuan forum, so Devuan users know that the default Devuan browser is no longer supported, and they need to make alternative plans if they want to use a supported browser?

Very simple: firefox-esr is not a genuine Devuan package, it is a Debian inheritance.

#719 Re: Desktop and Multimedia » [SOLVED] Delete track number from music file names » 2021-11-09 18:44:43

ralph.ronnquist wrote:

The -exec option variant for find that ends with ';' rather than + lets you use {} more freely, and then perhaps the following would work

find . -type f -name '[0-9][0-9] - *' \
    -exec sh -c "file-rename -v 's/^[0-9][0-9]\s-\s//' '{}'" ';'

That proposal causes 3 times a: "1: Syntax error: Unterminated quoted string". Tried to fix this, but failed. No idea what exactly caused that to fail. Fiddeled with the quotes around the {}, the ; and the file-rename string.

ralph.ronnquist wrote:

or almost certainly (and with less python):

find . -type f -name '[0-9][0-9] - *' \
    -exec sh -c 'X="{}"; mv "{}" "${X#*- }"' ';'

and this one does the job! Thank you, never would have got that together. This line also works on both ways a ' is quoted in the file names on the terminal line:

"Chris Rea - Let's Dance.wav"
'Dr. Hook & The Medicine Show - Sylvia'\''s Mother.wav'

Again, many thanks for this solution.

rolfie

#720 Re: Desktop and Multimedia » Devuan 4 Chimaera / SLiM and WiCD » 2021-11-09 07:42:13

Also SLIM is no more maintained since 7 or 8 years now. Its sort of deprecated. Lightdm is working fine (for me at least).

rolfie

#721 Re: Installation » Two more issues on new Devuan 4 install » 2021-11-09 06:56:55

inxi is in the normal Devuan repository.

rolfie

#722 Re: Desktop and Multimedia » [SOLVED] Delete track number from music file names » 2021-11-07 21:32:10

hemimaniac wrote:

would this work for ya?

http://www.guyrutenberg.com/2009/01/12/ … using-sed/

Or if you would like a GUI , I use gprename all the time, with gprename you may need to also install ssed as for some reason it doesn't get pulled automatically

Well, different approach. I first want to try if I can get my approach to work. Thank you anyway.

rolfie

#723 Re: Desktop and Multimedia » [SOLVED] Delete track number from music file names » 2021-11-07 21:25:41

One step further, replaced rename with file-rename from the Debian package rename. It now reads

find . -type f -name '[0-9][0-9] - *' -exec file-rename -v 's/^[0-9][0-9]\s-\s//' {} +

A direct

file-rename -v 's/^[0-9][0-9]\s-\s//' '01 - Canned Heat - On The Road Again.wav'

renames the file as desired. So I have a problem with the hand-over of the filenames from find to file-rename. And here I am stuck. I have too little insight into this topic.

rolfie

#724 Desktop and Multimedia » [SOLVED] Delete track number from music file names » 2021-11-07 20:47:21

rolfie
Replies: 9

Got a lot of music data on my file server. Before finding out that an easy duplicate recognition isn't possible, files were ripped beginning with the track number from the CD. I stopped this later on and want to clean up now. Example:

01 - Canned Heat - On The Road Again.wav

My goal is to remove the track number from the file name for all files having this in the current directory. Example:

Canned Heat - On The Road Again.wav

From digging through man pages and several threads on many forums, I finally came up with this approach:

find . -type f -name '[0-9][0-9] - *' -exec rename 's/^[0-9][0-9] - //' {} +

The find part works, with the -print option it lists all the files in the test directory I have set up. The rename part has a problem, and I can't figure out what's wrong. I have learned that compared to Debian the rename utility isn't part of the util-linux package but a perl application that has to be installed separately. How is the relation between regex and a perl-expression?

In any case, above line in a script does not seem to do anything, the script terminates without action, output or error. What ido I need to change?

rolfie

#725 Re: Installation » Looking for advice for upgrading from Ascii to Chimaera. » 2021-11-06 20:03:51

A direct upgrade isn't advised and possible (if you don't want to break your server).

Either stepwise to Beowulf first with enough reboots to digest the changes (read the release notes), or a complete new installation is required to achieve what you want.

rolfie

Board footer

Forum Software