The officially official Devuan Forum!

You are not logged in.

#751 Re: Other Issues » Escaping the Kiosk » 2022-01-06 21:35:03

For private use you may set up a file server with Linux, holding the data on any file system you like. I run mine with ext4. Some specialists claim that zfs may be better.

I have Samba installed to be able to serve Windows PCs via network, the same files are available to my Linux workstations via nfs.

I have started my file server nearly 20 years ago based on Sarge, still working on Windows. 10 years ago I switched my private family network to Linux workstations, still keeping the ability to use WinXP, Win7 on older PCs and in VMs. The file server in the background still does the job, though I have migrated it to Chimaera. The Samba setup is ages old, just no more SMB1 supported. 

I don't care about defrag, thats a Windows topic for me nowadays. I see no need to care ...

HTH, rolfie

#752 Re: Installation » adduser ? » 2022-01-03 16:40:50

Please check the Release Notes (https://files.devuan.org/devuan_chimaer … _notes.txt) for the path/su issue.

How did you do your install? Sounds a bit like Expert Mode and leaving out one or the other step ...

rolfie

#753 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

#754 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

#755 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

#756 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

#758 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

#759 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

#760 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

#762 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

#763 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

#764 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

#765 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

#766 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

#768 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

#769 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

#770 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.

#771 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

#772 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

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

inxi is in the normal Devuan repository.

rolfie

#774 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

#775 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

Board footer

Forum Software