The officially official Devuan Forum!

You are not logged in.

#101 Re: Off-topic » The Joke Thread » 2024-03-26 02:31:25

hahahaha! That's some good ones... thank you for the laugh.

#102 Re: Hardware & System Configuration » [SOLVED] Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21) » 2024-03-26 02:29:49

Yes, wireplumber acts as the (multimedia) server for pipewire that pulse did before.

#103 Re: Installation » [SOLVED] Fujitsu Lifebook U728 + Devuan 4 » 2024-03-26 02:25:36

Hi, I saw this web artical on initrd and initramfs that may be informative in your case...

https://www.baeldung.com/linux/initrd-vs-initramfs

you might also check what services are running as something is probably waiting for a signal before the shutdown/reboot sequence can be finished.

btw, I usually use the login manager sddm for rebooting (I don't use sudo) or logging out and shutting down, but

when I'm stuck (with a frozen mouse), I ctrl-alt-F1-to-12 tty, depending on what is accessible and issue a ctrl-alt-del to reboot or

"shutdown -r now" if the console is already logged in. -r to reboot, or -h to halt.

imo, initramfs speeds up loading of kernel modules by not having to scan the devices before-hand, saving a few seconds.

The other thing I have come across is that after researching and configuring BT modules (and firmware) I could do

update-initramfs -u -k all

You should check this command so you know what it's doing...

and that saved a few more seconds and had the BT modules up and ready when the desktop started.

It also loaded all the module commands listed in /etc/module(s) files and directories (.d).

I gets like a custom kernel loading speed, but systems are so fast now-a-days you may not notice. Used to be I could make a cup of tea while waiting for a reboot... ymmv.

I hope this gives you something to look in to.

#104 Re: Installation » [SOLVED] Daedalus netinstall partitioning » 2024-03-26 01:56:29

Hi, I found once I wiped the mbr as well as the old partitions I had to repartition in (ms-dos primary.. extended... other partitions) mbr before I could repartition with gpt.

There must be bites there that make the drive bootable that are missing if you don't use EFI (or ESP) boot after the bios has booted.

TBH, I haven't re-partitioned that drive (on my laptop) to gpt yet... but it was the only way I could get it to boot (by repartitioning to mbr mode). I could install everything, but not boot from that device, I used a super-grub usb for a while.

ymmv, but I hope this helps.

#105 Re: Desktop and Multimedia » [SOLVED] Stupid music player tricks » 2024-03-19 22:34:36

@rankbeginner Ahh, that looks like the new quality control systems,

if someone returns an item for any reason it's put back on the shelf to test it on the next purchaser,
it's cheaper that way, the purchaser gives up, and the seller keeps the money and the seller does not have to do a return authorisation affecting reputations and sales figures.

It seems to be a corporate tactic...

Bait and switch I think it's called. I always try to be aware of tampered packets when I'm shopping live, not as much control when shopping on line.

I had a similar event with a sonic bug repellor (AC wall socket vhf emittor) was quite inexpensive, but was for a foreign country power socket and cost just as much again (plus transport) for an AC adaptor to make it work. (Bait and switch) The company offered to exchange it at my expense... Sorry for the mistake (the company was inside australia selling foreign equipment...unlawful) I try to remember those cheats.

#106 Re: Installation » Live cd unable to boot with secure boot enabled » 2024-03-19 22:19:42

Hi, I noticed on my bios settings when secureboot is switched on another menu becomes available

where I can select forbidden devices like cdrom, usb, wake on lan (or something like that)

maybe you have that setting as well.

Generally I haven't used secureboot since I found a way to turn it off, so I'm no expert.

#107 Re: Off-topic » The Joke Thread » 2024-03-18 21:57:42

@quickfur ... "saddle light navigation" rotfl

Thank you

#108 Re: Installation » [SOLVED] Want to use startx instead of slim » 2024-03-15 21:38:50

Hi, see this post...

https://dev1galaxy.org/viewtopic.php?id=5538

the talk is about having X start as a non-root init. But it is workable.

You may have to read it all to glean the most workable edits for Devuan.

I hope this helps.

ps, I had it working with open-rc init system.

## Head_on_a_Stick
The default Xfce desktop for Devuan uses SLiM or LightDM and both run X under the root user so both are vulnerable to this exploit.

Starting the desktop via GDM or startx will cause X to be run under the normal user and so avoid this vulnerability completely.

To switch to startx either remove or disable (eg, update-rc.d slim disable) the display manager and add this line to the end of ~/.profile (or ~/.bash_profile if you use bash and have that file already) to start the desktop automatically after log in at TTY1:

[ "$(tty)" = /dev/tty1 ] && exec startx

To change the default desktop for all users run this command:

# update-alternatives --config x-session-manager

To change the default desktop on a per-user basis create a file at ~/.xsession containing the commands needed to start that desktop, as per https://wiki.debian.org/Xsession.

Or just switch to Wayland :-)

#109 Re: Desktop and Multimedia » virt-manager works only when started as root. » 2024-03-15 06:14:48

Great! It's the permissions I was reffering to. But glad you got it working.

#111 Re: Hardware & System Configuration » Reliability of desktop vs enterprise drives » 2024-03-14 22:15:49

Like @rolfie said, ease of return just in case is best for me.

Like memory sticks IMHO, are far too big for general use, but fs (fat) is too small for large iso s and videos @ 4gb max... Not suited for purpose!

My new spinner is a Seagate Baracooder, 4Tb st4000DM004.

I'll never fill it the way I'm going.

#112 Re: Hardware & System Configuration » RTL8188ftv usb wlan stick driver? » 2024-03-14 22:05:01

All are Debian (or Debian based)... so it just may work.

Chase down the name of the module so you can do a more accurate search.

#113 Re: Desktop and Multimedia » virt-manager works only when started as root. » 2024-03-14 21:59:32

Hi, talking about permissions...

I used to run windows on a virtual (box) machine, and I used these changes to smooth the way...

#chown -hR vboxusers:vboxusers /opt/VirtualBox/VBox.sh
#chown -hR vboxusers:vboxusers /usr/bin/VirtualBox
#chmod -R 755 /usr/bin/VirtualBox
#chmod -R 755 /opt/VirtualBox/VBox.sh
#chgrp -h glenn /home/glenn/local/vm1/
#chmod -R 755 /home/glenn/local/vm1/

Just sharing the idea... I hope it helps.

#114 Re: Installation » [SOLVED] Can't use my Directories » 2024-03-14 21:52:26

Usually memtest is a boot option with most iso's.

I'd guess the cpu is getting too hot or you may have corrosion on the mainboard (ram or ram slots), or the ram sticks are failing.

It's a shame when hardware goes this way, oxidation is like a cancer, it slowly spreads.

I've lost expensive hardware (motherboard, graphics card and ram) this way living in a seaside paradise.

memtests, short but deep...

Test 2 [Address test, own address]

    Same as test 1 but the testing is done using multiple CPUS, if applicable. 

Test 9 [Modulo 20, Random pattern]

    Using the Modulo-X algorithm should uncover errors that are not detected by moving inversions due to cache and buffering interference with the algorithm. 

#115 Re: Off-topic » The Joke Thread » 2024-03-14 21:37:34

tap@devuan:~$ man wife
No manual entry for wife
tap@devuan:~$

glenn@GamesBox ~ $ man life
No manual entry for life
glenn@GamesBox ~ $ 

:-)

#116 Re: Installation » [SOLVED] Can't use my Directories » 2024-03-13 21:56:01

Hi, going back to your installation problem getting / /usr and /home directories used...

you won't be able to use your old / or /usr directory because it will cause conflicts, I think with linking. But...

during install at the partitioning stage, if you want to use your /home directory... when at the fs stage (partitioning, filesystem spec and formatting)

select your fs type, and mount point (/home) but do not select "format the partition". That should get you back to your home files after the install has finished.

If you have multiple drives and swap spaces, go to the other drives and deselect those swap spaces by selecting "do not use this partition" for those swap spaces.

This can help to reduce shutdown time and cross-contamination, but also stops the installer from issuing new uuid's for those swap spaces, which can mess up the other installs booting procedure (can't find swap).

About wifi, I have the firmware file for my wifi/bt card on a flash-drive, that I insert just before starting the install program, it may or may not be your problem.
Yours may be, firmware-realtek, unpack it and place the "iwlwifi-9260-th-b0-jf-b0-46.ucode" (in my case, intel wifi) file on a memory stick.

All the best.

#117 Re: Desktop and Multimedia » multimedia repo not available and nvidia driver not installable » 2024-03-11 22:10:31

@nixer, I recently found the same outcomes.

I had used the debian multimedia repo as well (for ffmulticonverter,) and found that the devuan repo had caught up and dmo was no longer required for that package's dependants.

It's good to know where we can source these updated packages, but also good to find devuan repo is not far behind, and possibly stable for the over-all system and upgrades.

things evolve...
As for intel/nvidia laptops... I set mine up last week and for the first time the nouveau driver loaded, all from the default Devuan/Daedalus install with updates.

In the past I tried to blacklist the intel module, using vesa but to no avail. the intel module was the one that gave me a gui from boot.

I think the nvidia chip is a 107m... it's about 10 years old.

I hope this helps...

#118 Re: Installation » [SOLVED] Can't use my Directories » 2024-03-11 21:47:22

you can check your partitions with lsblk, blkid and cat fstab. line up the uuid's and edit /etc/fstab.

change the uuid from the new /home to your old one... and save it (you'll need root permissions to do most of this).

Before you reboot, rsync your new home to your old home to refresh any start scripts...

rsync -avh will only over-write with newer files, leaving the rest intact.

I did this just last week, and it works.

welcome to hawaii

#119 Re: Installation » installing Devuan Trinity, gpt disk, non-uefi boot error » 2024-03-09 23:55:52

Some links to pics of the battery and heatsink operation.

I've tried to show the keyboard and screen dimming, as mentioned in a post about laptops...

also, not very clearly the well used/abused headphone socket which probably is reducing the apparent right side speaker and headphone volume level. I haven't tested BT, but I expect a usb external sound card to work.

There may be a better way to show pics, I'm not familiar enough with the process to remember and repeat a best practice.
I thought a link to the 'ibb.co' laptop-update picture repository may have been better, but I dislike links that take me away from the forum... what's better? I'd prefer not to rewrite a webpage.

13 images, Laptop-update, replaced battery and reseated heatsinks.
https://ibb.co/album/Jv2xLs

  Thank you

#120 Re: Hardware & System Configuration » [SOLVED] no time service » 2024-03-08 01:52:53

Hi, look at your services for hwclock.sh will take your bios time and use it to convert to your locale.

I found that the bios time needed to be set UTC so the locale would represent the correct time here...

If you have no network connection it may remember the time from a setting during the OS installation.

I used to try and set the correct date & time in the bios, but every OS wants to change it, putting my file-access time forward and generally making a mess.

So, set the bios to UTC and let the locales and hwclock will make the adjustment for you.

btw, using Open-Rc, rc-update (as root) lists the services.
I hope this helps.

#121 Re: Installation » minimalistic net installation » 2024-03-07 15:17:47

here is a list of deps for wpa-supplicant... there maybe others.

I didn't include the version numbers because I'm on Daedalus. I hope this helps.

wpasupplicant

deps...
libc6
libdbus
libnl
libnl_genl
libnl-route
libpclite
libreadline8
linssl3
adduser

I setup wifi on the command-line

and here is how you can setup wifi on the command line.

wpa_passphrase {ssid} {password} > /etc/wpa_supplicant/wpa_supplicant.conf

all the best

#122 Re: Installation » [SOLVED] Beowulf to Chimaera - precautions » 2024-03-07 14:14:15

What's wrong with rsync -avh source destination (?)

wicd is not available with chimeara, but it is with beowulf (and ascii).

I think the other main change (for me) was su is changed to su -

Chimeara has Songwrite... and sysinit orphan startup scripts...

my 2 cents worth.

regards Glenn

#123 Re: Off-topic » What do you think about electric cars? » 2024-03-05 22:58:15

Nuclear energy production creates waste, that waste remains radio active waste for a very, very long time,

and remains dangerous to biological life...

IMO, I wouldn't call it Clean, unless they changed the definition of that word too.

#124 Re: Hardware & System Configuration » apt update tries to delete /lib/init & /lib/lsb » 2024-03-05 22:47:57

this may not be useful, but

quite some time ago I tried usrmerge... and as I had began to think as well, But I thought I was imagining things...

Not just /usr merge of /bin and /sbin, other things are broken as well.

At one point I "ln -s" the directories instead of using usrmerge and the system seemed to work ok.

I didn't stick with it, but the experiment was wonder-full.

Something was broken, possible only revealed when compiling (making and installing) a kernel or software.

#125 Re: Installation » installing Devuan Trinity, gpt disk, non-uefi boot error » 2024-03-05 22:39:57

...because of the constant drop-outs I have tried a few gui to control and visualise the connection and traffic.

Still a work in progress.

I have a few hacks I want to try, like removing pulseaudio, but networkmanager was not on my list.

I liked wicd with the older versions of Devuan because it seem simple and effective,

but some of the older packages are harder to install which creates more problems.

btw, when I said I upgraded from ascii through to Daedalus,

I had frozen (pinned) the kernel version and eventually it (the installation) broke because of the older libc version limitations.

I am currently working through a Lynis report to find things to patch (install, upgrade or obfuscate).

All the best.

Board footer

Forum Software