The officially official Devuan Forum!

You are not logged in.

#1976 Re: Installation » two questions, new to Devuan » 2020-11-07 16:44:23

caieng wrote:

I still don't have the answer to my questions about the distinction between Devuan and systemd, with respect to that obscure file,  and the need to comment out a line of code to enable sound.

I wrote:

PulseAudio usually relies on a systemd user socket & service to autostart.

caieng wrote:

How could that attribute (absence of sound on initial boot up after installation) pass inspection/quality control, prior to release of the distro?

Because audio only fails for machines with more than one sound card.

#1978 Re: Other Issues » [CLOSED] Logging into Cinnamon DE reports in software render mode! » 2020-11-06 18:12:38

Thank you. Note that the glxinfo command doesn't need root privileges so you should have just run it as your normal user: https://en.wikipedia.org/wiki/Principle … _privilege

Now can we please see the output of this command:

# apt install firmware-misc-nonfree

^ That command does need root privileges (hence the # symbol in front of it).

#1979 Re: Documentation » how to flush DNS » 2020-11-05 18:47:39

cipher wrote:

I looked, can't find it.

That's strange, I get a whole page of potential results if I enter "how to flush DNS linux" into https://startpage.com

Have you tried that?

#1980 Re: Other Issues » package for libvirtd init script » 2020-11-05 18:43:56

$ apt-file search /etc/init.d/libvirtd
libvirt-daemon-system: /etc/init.d/libvirtd
$

#1981 Re: Desktop and Multimedia » [SOLVED] Beowulf: Xserver native mode in AMD Ryzen 5 Pro 4650G » 2020-11-04 18:56:11

Well the Renoir firmware is loaded so it must be the Mesa version.

MX Linux have backported the Mesa packages to a beowulf-compatible base so you could try those:

http://forums.debian.net/viewtopic.php?f=16&t=146083

#1982 Re: Installation » two questions, new to Devuan » 2020-11-04 17:35:47

caieng wrote:

Why would several forum participants request/demand "relevant troubleshooting information", to solve this problem?

Because it gives me the ****ing horn. And I suppose it would also constitute diagnostic information.

caieng wrote:

What is the difference between ADDING a pound sign in front of a line of code not required, vs, changing the code to read:
   autospawn=yes

?

I think you can answer that for yourself :-)

caieng wrote:

What is it about "system D" that enables that collection of code to permit the user to hear music at once, upon completing the installation, vs whatever it is that Devuan uses to replace "system D", i.e. why should "system D" enable sound, but not whatever it is that Devuan is using?

PulseAudio usually relies on a systemd user socket & service to autostart.

And please don't spell it "system D", it really winds me up mad

#1983 Re: Desktop and Multimedia » [SOLVED] Beowulf: Xserver native mode in AMD Ryzen 5 Pro 4650G » 2020-11-04 17:29:07

You have no hardware rendering at all. Perhaps blackhole is right about the kernel.

We can take a look at the kernel ring buffer, that might have some clues. Run this command and post the URL it returns:

# dmesg | curl -F 'f:1=<-' ix.io

#1984 Re: Other Issues » Accidentally caught close terminal whilst running gdebi-gtk » 2020-11-04 17:24:21

rolfie wrote:

I am using VB for many years now, no issues with it. Some people say its crap because its from Oracle.

It's crap because it needs proprietary blobs to work properly, it's slower than QEMU/KVM and the developers have a long history of ignoring security vulnerabilities (which is why it was removed from Debian's stable releases and backports).

@OP: gnome-boxes provides a very easy to use front end for QEMU/KVM.

#1985 Re: Other Issues » [CLOSED] Logging into Cinnamon DE reports in software render mode! » 2020-11-04 17:19:24

swarfendor437 wrote:

Based on what the terminal returned I don't have the firmware-misc-nonfree

Can we please see this terminal output? I will not be able to help you otherwise.

The nouveau drivers might work for you once the firmware-misc-nonfree package is installed.

#1986 Re: Other Issues » Bash does not parse config files like bash_profile correctly. » 2020-11-04 17:14:19

Bash will read ~/.profile as long as ~/.bash_profile is not present but only if it is run as a login shell. However SLiM (the default display manager for Devuan) does not run bash as a login shell and logging in through that will result in ~/.profile (or ~/.bash_profile) not being read.

You can confirm this for yourself by logging in at a console (TTY) screen instead. It is not a bug.

#1987 Re: Other Issues » [CLOSED] Logging into Cinnamon DE reports in software render mode! » 2020-11-03 21:06:37

swarfendor437 wrote:

I don't have that package installed and my attempt to use the terminal to install it proves fruitless so would welcome advice

When requesting help about things like this it's always best to post exactly what you tried along with the full terminal output from your attempt(s).

I would make sure that /etc/apt/sources.list has the non-free component present and then use

# apt install firmware-misc-nonfree

Did you try that?

#1988 Re: Installation » SOLVED: Release file for updates is not valid yet » 2020-11-03 19:44:38

Looks like your system clock is wrong. Are you dual-booting with Windows? If so then make sure that is using UTC instead of their ridiculous localtime starndard: https://wiki.archlinux.org/index.php/Sy … in_Windows

Check /etc/adjtime in Devuan and make sure it has UTC as the last line. Then try starting & enabling NTP:

# apt install ntp
# /etc/init.d/ntp start
# update-rc.d ntp defaults

Once the system clock is correct and set to UTC then update the motherboard clock:

# hwclock --systohc

#1989 Re: Off-topic » Choose your browser carefully » 2020-11-03 19:02:59

blackhole wrote:

Pompous, self important pricks...

Which reminds me - nice to see you headstick.

lol I almost forgot how entertaining your posts are. I hope you stick around.

#1990 Re: Desktop and Multimedia » [SOLVED] Beowulf: Xserver native mode in AMD Ryzen 5 Pro 4650G » 2020-11-03 19:01:27

Please use code tags rather than quote tags when posting terminal output, it greatly aids readability.

Klmjab wrote:

why Direct Rendering and 2D and 3D Accel is disabled?

Do you have any libnvidia-* packages installed? If so then remove them.

aptitude search '?narrow(?installed, libnvidia)'

Reference: https://bugs.freedesktop.org/show_bug.cgi?id=104928 ← that was the third result when I entered the X.Org log errors into a search engine.

This will provide a full rundown of hardware acceleration support on your machine:

glxinfo -B

The command is supplied by the mesa-utils package.

#1991 Re: DIY » Need a PI keyboard??? » 2020-11-02 19:36:22

What a great idea. Shame about the blob-infested POS they use inside the keyboard though...

https://wiki.debian.org/RaspberryPi#Sho … erry_Pi.3F

#1992 Re: Desktop and Multimedia » [SOLVED] Beowulf: Xserver native mode in AMD Ryzen 5 Pro 4650G » 2020-11-02 19:33:02

Klmjab wrote:

I have noticed that the performance in "glxgears" is identical to that obtained with the VESA driver.

Yeah, glxgears isn't a benchmark. Perhaps try https://benchmark.unigine.com/ instead?

Anyway, please mark the thread [SOLVED] to help others who encounter this problem.

#1993 Re: Off-topic » Choose your browser carefully » 2020-11-02 19:26:48

blackhole wrote:

headstick

Oh, hello cynwulf, I didn't recognise you in your new sockpuppet big_smile

Ron wrote:

from what I can glean from it, they made some changes that weren't allowed for it to still be called Pale Moon. What's the problem with that?

OpenBSD ports are not allowed to supply their own bundled libraries for security reasons. This is also the reason why Palemoon isn't in the Debian repositories.

ibara could have still used the system libraries and just rebranded the port as Newmoon (or whatever) and I strongly suspect he would have done so had the Palemoon people not been such a bunch of wankstains.

So there is no "fued" between the OpenBSD & Palemoon devs and if a competent Newmoon port was submitted it would be accepted.

And just for the record I agree with blackhole about the potential security problems with Palemoon — it is based on a very old, highly vulnerable FF version which does not have the Seccomp BPF isolation offered by the current versions.

EDIT: and here's what lintian(1) thinks about Steve Pusser's Palemoon .deb package:

$ lintian --no-tag-display-limit Downloads/palemoon_28.15.0-1_amd64.deb 
E: palemoon: embedded-library usr/lib/palemoon/libmozavutil.so: libavutil
E: palemoon: embedded-library usr/lib/palemoon/libnspr4.so: nspr
E: palemoon: embedded-library usr/lib/palemoon/libnss3.so: nss
E: palemoon: embedded-library usr/lib/palemoon/libxul.so: libpng
W: palemoon: binary-without-manpage usr/bin/palemoon
N: 1 tag overridden (1 error); 1 unused override
$

From the tag description:

embedded-library

The given ELF object appears to have been statically linked to a library. Doing this is strongly discouraged due to the extra work needed by the security team to fix all the extra embedded copies or trigger the package rebuilds, as appropriate.

If the package uses a modified version of the given library it is highly recommended to coordinate with the library's maintainer to include the changes on the system version of the library.

Not good.

#1994 Re: Off-topic » Unmatched: RISC-V mini-ITX PC board from HiFive » 2020-11-01 21:17:10

The projected price is $665 but that doesn't include a power supply. The old Unleashed board cost ~$3,000 with the expansion so the Unmatched board is pretty good value. I might even buy one myself...

#1995 Re: Off-topic » Choose your browser carefully » 2020-11-01 20:13:37

Juicy issue thread for those who are curious: https://github.com/jasperla/openbsd-wip/issues/86

So the Palemoon devs were assholes and pissed off ibara sufficiently that he dropped the port. @ibara is active over at daemonforums.org and he is an absolute legend, I will hear no ill will spoken of him.

#1996 Re: Installation » kernel requirements and dependencies » 2020-11-01 17:47:17

Roger wrote:

aptitude shows

Please post the actual output rather than a vague description.

For example:

# apt update
$ apt policy linux-image-amd64

^ What does the second command say, exactly?

EDIT: apt policy doesn't need root privileges.

#1997 Re: Other Issues » [CLOSED] Logging into Cinnamon DE reports in software render mode! » 2020-11-01 11:24:40

swarfendor437 wrote:

is in the screenshot below

I would prefer the output pasted directly here (using code tags) rather than having to let u.pcloud.link run their insidious javascript on my machine but that shows you have no hardware rendering at all.

Do you have the firmware-misc-nonfree package installed?

#1998 Off-topic » Unmatched: RISC-V mini-ITX PC board from HiFive » 2020-11-01 10:51:48

Head_on_a_Stick
Replies: 3

HiFive Unmatched ushers in a new era of RISC-V Linux development with a platform in a PC form factor. Powered by the SiFive Freedom U740, a high-performance multi-core, 64-bit dual-issue, superscalar RISC-V processor.

https://www.sifive.com/boards/hifive-unmatched

This is a more affordable replacement for the Unleashed board and has M.2 slots for an NVMe drive & wireless card along with an x16 PCIe slot.

Product brief: https://sifive.cdn.prismic.io/sifive/c0 … sed%29.pdf

#2000 Re: Desktop and Multimedia » [SOLVED] Beowulf: Xserver native mode in AMD Ryzen 5 Pro 4650G » 2020-11-01 10:40:48

Klmjab wrote:

native AMD RENOIR support is not yet included in the firmware

There are Renoir blobs in the backported firmware-amd-graphics package. Have you tried booting with the backported kernel & firmware but without the nomodeset kernel paramater? AMD graphics cards require KMS.

Or just grab the firmware from https://git.kernel.org/pub/scm/linux/ke … ree/amdgpu and copy it to /lib/firmware/amdgpu/.

Board footer

Forum Software