The officially official Devuan Forum!

You are not logged in.

#626 Re: Desktop and Multimedia » VeraCrypt installation method? » 2023-06-29 19:57:01

As a long time user: TC and Veracrypt before 1.24 were .tar.bz2 files. Extracted to /tmp, always used the gui versions. From 1.24 onward Veracrypt offers .deb packages.

Installation was like:

# ./veracrypt-1.19-setup-gui-x64

From 1.24 onward use

# dpkg -i *.deb

Missing dependencies were easily fixe with

# apt --fix-broken install

Using TC/VC as user requires sudo and an entry in the sudoers:

user  ALL=(root) NOPASSWD: /usr/bin/veracrypt

Add the correct username for "user".

#627 Re: Hardware & System Configuration » Logrotate on Daedalus » 2023-06-27 17:40:52

Yes, cron is installed and working. I am using it for startup cron job @reboot. There is the logrotate entry in /etc/cron.daily.

#628 Re: Other Issues » gets stuck on shutdown or restart, have to manually force shutdown » 2023-06-27 07:40:33

The messages shown indicate that the laptop is rebooting instead of shutting down.

ACPI problem? Is the latest Bios installed? Which desktop are you using? Slim is the display manager that generates the graphical login screen. Maybe replacing Slim (deprecated) by LightDM helps?

Are there any bootup messages talking about missing firmware?

Have you changed anything in the bios settings recently?

BTW: I don't think this is a distribution specific issue.

#629 Re: Installation » post install: cdrom error - .iso image as a primary apt source » 2023-06-26 16:37:22

Please note: non-free-firmware is relevant from Bookworm/Daedalus onward.

#630 Hardware & System Configuration » Logrotate on Daedalus » 2023-06-25 15:21:27

rolfie
Replies: 5

Got Daedalus installed on my main workstation in November last year. netinstall, encrypted, efi mode, openrc, Cinnamon as desktop.

Since then the syslog file has increased to about 60MByte. When opening the logviewer, I see all info from the time of installation being present. logrotate is installed, I see a script called rsyslog in /etc/logrotate.d that asks for a weekly rotation.

/var/log/syslog
/var/log/mail.log
/var/log/kern.log
/var/log/auth.log
/var/log/user.log
/var/log/cron.log
{
	rotate 4
	weekly
	missingok
	notifempty
	compress
	delaycompress
	sharedscripts
	postrotate
		/usr/lib/rsyslog/rsyslog-rotate
	endscript
}

In /var/log the boot and the dmesg are moved once a day. auth.log and user.log also aren't being rotated. What may be wrong here?

Edith: anacron isn't installed.

#631 Re: Installation » [SOLVED] Installing with a separate /home partition » 2023-06-20 20:49:08

The answer is valid for Debian and Devuan: use manual partitioning. Assign the /home to the drive in exsistance, and make sure that you do not format that drive. There is a setting for that.

EDITH: Warning: this procedure works fine with the standard installers as found on the netinstall, CD or DVD media. The Live installer is a completely different beast I NEVER use.

#632 Re: Devuan » Devuan 5 Daedalus Release (Debian 12 - Bookworm) | Looking for info » 2023-06-16 19:55:43

As long as you keep the name Daedalus in the sources.list, there is no effect when the status of the suite changes from testing to stable or oldstable or ...
The only thing you will need to do is to enable security, updates and backports if required. They will become activated once Daedalus changes to stable.

#633 Re: Installation » post install: cdrom error - .iso image as a primary apt source » 2023-06-15 17:44:43

Before we go into details: what do you really want? Be able to be online and getting updates via internet connection? Or do you want to ban the internet and only depend on the DVD? You seem to have a mixture in your sources.list.

#634 Re: Devuan » Devuan 5 Daedalus Release (Debian 12 - Bookworm) | Looking for info » 2023-06-12 18:31:23

Got my workstation and a laptop running Daedalus for several months now productive at home. No major issues, just smaller topics.

#635 Re: Other Issues » new daedalus install show warnings in apt for non-free-firmware » 2023-06-12 18:14:09

As simple as it is, currently there is no "daedalus-security" yet as long as Daedalus still is in the testing stage.

#636 Re: Hardware & System Configuration » [SOLVED] locked out & chrooting into encrypted install, trying update-initramfs » 2023-06-07 13:50:22

You need to open the luks volume with the same name as listed in the crypttab. An easy way to get a chroot is to use the rescue mode of the install medium, the netinstall is sufficient.

#637 Re: Installation » Daedalus previews in VBox » 2023-06-02 18:12:49

Well, the encryption problem is fixed with the netinstall iso dated June 1st. The nopat issue still exists.

Thank you for your attention.

#638 Re: Installation » Daedalus previews in VBox » 2023-06-01 15:52:10

@Ralph: just for completion, also the legacy mode throws the same libgcc error on the May 27th version.

#639 Re: Installation » Daedalus previews in VBox » 2023-05-31 19:57:30

@Ralph: thank you. Can confirm that the 'nopat' option works. The installer boots into a VBox VM and you can select a language.

But: when trying to set up an encrypted LVM in expert mode, the installer stumbles, I get a red screen past entering the passphrase twice. On console 4 I see the message "partman-crypto: libgcc_s.so.1 must be installed for pthread_exit to work"

#640 Re: Installation » Daedalus previews in VBox » 2023-05-29 21:02:25

Well, definitely there is a kernel dump on console 4 related to the graphics (after I found out how to switch consoles in a VBox window). Have no idea how to copy this.

#641 Installation » Daedalus previews in VBox » 2023-05-29 18:59:17

rolfie
Replies: 10

VBox 7.0.8 from originator on Daedalus amd64 on X570/Ryzen 5900/6700XT hardware. VMSVGA video driver selected.

netinstall previews dated May 8th, 22nd and 27th do start in EFI mode, install and expert install and end in a grey screen where I would expect the language selection screen. Same isos work fine in legacy mode and and real HW.

Tried to get to some screen with useful debug info and failed ...

Somebody with some more knowledge should look into this issue. If I can help with some more input, please let me know.

Thanks, rolfie

#642 Re: Hardware & System Configuration » nfs setup server and client (nit permanently in the network) » 2023-05-22 19:31:06

I have a file server in the basement supporting nfs. The clients mount the nfs shares via a cron job @reboot. If the server is unavailable the cron job never finishes, but the clients do boot up without delay. This setup works for more than 15 years now.

#643 Re: Other Issues » [SOLVED] TTF True Type Fonts » 2023-05-19 08:40:27

Well, I copy new fonts to:

TTF: /usr/share/fonts/truetype
OTF: /usr/share/fonts/opentype
ATM: /usr/share/fonts/type1, not really supported any more nowadays

and I create a new directory for them below that paths. Do the copy with root privileges, and make sure the directory has 755 as octal rights and the fonts have 644 as octal rights.

Works fine.

#644 Re: Installation » [solved] partioning server/NAS » 2023-05-11 18:56:10

Use the rescue mode in the installer.

#645 Re: Installation » [SOLVED] Fujitsu Lifebook U728 + Devuan 4 » 2023-05-05 16:35:38

My two cents:
1.) The sudo issue
I am talking about the installer in expert mode. I am only using this mode since I am experienced enough to understand where the possible problems are, and I know what to expect and where I can tweak the installations.
The installer gives you the choice to enable the root account with an administrative password. Then sudo is not installed. When you think you need the sudo package, you have to add that package after first boot into the system.
If you deny a root password, sudo is getting installed, and you have to use it the Ubuntu way for admin tasks. When you do not like this, you can assign a password to root and then login as root or use su -.
2.) My experience with EFI
I have several modern PCs that partially have pure EFI bios like my laptop, some older ones (AMD X470/X570) still have CSM as backup. I am installing them in pure EFI mode, SB is disabled and the keys are getting deleted. I never had any trust in SB. CSM is off an all these machines. No other setting needs to be changed. My laptop was something special, an Acer Aspire5. To be able to modify the Bios settings, I had first of all to set an admin PW for the Bios.
Chimaera should be able to be installed with and without SB. You just have to boot the installer in EFI mode. Note: you will typically get the boot medium twice in the boot override: one is marked with the comment EFI, make sure you use this one. The other just shows the device name, thats for installation in legacy mode.
No idea about the HW in the Lifebook, and if some components are too new for stock Chimaera. If stock Chimaera does not satisfy, the first step would be to add kernel and firmware from backports.
3.) You are using the expert installer. Make sure you load the installer components. This is one of the first steps past selecting the language settings. If you skip that step you will get very limited install options, e.g. you ext2 as file system, no ext3/4 options.

Good luck.

Edith: just had a look at some test reports for this device. You should be fine with stock Chimaera.

#646 Re: Desktop and Multimedia » missing shutdown menu item in mate desktop/ panel / system menus » 2023-05-03 21:41:01

Investigate what caused the HDD crash, and attribute the change to the crash.

#647 Re: Installation » Cannot access repository » 2023-05-03 16:17:56

Daedalus is testing, you will have to live with what you get. Its no different from Debian Testing = Bookworn. When it is released officially, you will get the full story.

#648 Re: Installation » daedalus amd64 netinstall iso installer graphics displayed incorrect » 2023-04-30 18:35:12

I did my installs with a preview dated July 22, since after that the installer was missing some locales to support e.g. German during installation. Never tried one of the newer ones that have the fix.

I would suggest to switch HDMI with DP or vice versa, or try to use a different monitor if available.

#649 Re: Hardware & System Configuration » 6950xt (rdna2) gpu not recognizable in Devuan Stable (Chimaera) » 2023-04-30 18:27:30

I had some trouble with a 6700XT under Chimaera, refer to https://dev1galaxy.org/viewtopic.php?id=5364, moved to Daedalus and the PC is working fine since then.

Board footer

Forum Software