The officially official Devuan Forum!

You are not logged in.

#1051 Re: Other Issues » [SOLVED] Error message after update » 2021-11-22 14:05:16

Hello:

Ron wrote:

Did something really go wrong?

Seems some part of the installation process may have not been fully completed.
eg: something not completely removed, dependencies not completed for some reason.

--- snip ---
linux-image-5.15.0-1-amd64 is not configured yet
--- snip ---

No idea why.

But you may want to try giving apt-get a chance to fix it:

sudo apt-get install --fix-broken

Hopefully, the output you get will either mark success or say what's going on or missing.

Best,

A.

#1052 Re: Hardware & System Configuration » VBox virtual machine error in dmesg » 2021-11-22 04:44:51

Hello:

pcalvert wrote:

... VirtualBox 6.1 is messed up and doesn't work right on Beowulf.

I have not had any of the problems you mention.
Only the ones mentioned (kernel error in host at shutdown and guest's dmesg) but they don't seem to cause any malfunction, at least one that I can see or notice.

But then I am not doing anything to tax the installation, my guest just runs a recursive DNA server (unbound) and Pi-hole on the host.

It seems from what I have read in the Virtualbox support forum that they balk at use of Linux distribution versions of VBox.
They insist on their version being used, not targeted at any specific distribution, just at any version that is not theirs.

If not their version, admin says no to any support.

Like I mentioned I am running 6.1.18-142142 but the virtualbox version for Debian Buster/Devuan Beowulf available at download.virtualbox.org is 6.1.28-147628.

pcalvert wrote:

... version that has been working reliably for me is 6.1.22 r144080 (Qt5.6.1).

Have you tried the latest one from the virtual box repository or was that the one that locked up?

Thanks for your input.

A.

#1053 Re: Hardware & System Configuration » VBox virtual machine error in dmesg » 2021-11-20 22:56:55

Hello:

ralph.ronnquist wrote:

... looks fine ...

Good to know.
Thanks.

ralph.ronnquist wrote:

... leads to the question whether the dbus daemon(s?), which is supposed to be the server end of that socket, is running at the time during bootup when something is expecting it.

The daemon(s) run in the guest, yes?

Lets see:
I boot the host and it autostarts the guest (headless) at some point in the boot process.
I can eventually login to the guest's desktop via the VirtualBox manager, but I am slowly getting used to doing most things via cmd line.  =^)

I log in to the host as soon as I get SLiM on screen and right upon getting the desktop, I load Pegasus Mail and Pale Moon.
But unless I wait a few seconds, I cannot get anything from either because there is no net connection available at that point.

I expect this is because Unbound and Pi-hole are not up and running yet.
Not because of the guest machine not being up yet.

Sound plausible?

Thanks for your input.

Best,

A.

#1054 Re: Hardware & System Configuration » VBox virtual machine error in dmesg » 2021-11-20 21:12:46

Hello:

ralph.ronnquist wrote:

... looking for a pathname ...
... useful to review that with namei ...

I added the -o to the command to show the owner and group data:

groucho@dev-pihole:~$ sudo namei -l -o /var/run/dbus/system_bus_socket
f: /var/run/dbus/system_bus_socket
drwxr-xr-x root       root         /
drwxr-xr-x root       root         var
lrwxrwxrwx root       root         run -> /run
drwxr-xr-x root       root         /
drwxr-xr-x root       root         run
drwxr-xr-x messagebus messagebus   dbus
srwxrwxrwx root       root         system_bus_socket

I'm afraid this is rather out of my depth. 8^|
Have to read the manfile a few more times to interpret this properly.

Does it look right to you?

The only thing that seems strange (to me) is that everything is owned by root.

Thanks for your input.

Best,

A.

#1055 Re: Hardware & System Configuration » VBox virtual machine error in dmesg » 2021-11-20 20:22:22

Hello:

Altoid wrote:

There does not seem to be a vboxusers group available in the guest machine.

On a whim, I added the vboxusers group to the guest machine and my userid to the group:

groucho@dev-pihole:~$ groups
groucho adm disk mail cdrom tape sudo backup plugdev users vboxsf vboxusers
groucho@dev-pihole:~$ 
groucho@dev-pihole:~$ cat /etc/group | grep vbox
vboxsf:x:999:groucho
vboxusers:x:1001:groucho
groucho@dev-pihole:~$ 

Unfortunately, the error in dmesg persists:

groucho@dev-pihole:~$ sudo dmesg | grep -i error
[   17.507723] 00:00:00.118675 vminfo   Error: Unable to connect to system D-Bus (1/3): Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
groucho@dev-pihole:~$

There are two instances of system_bus_socket.

1. In /var/run/dbus

groucho@dev-pihole:~$ ls /var/run/dbus
pid  system_bus_socket
groucho@dev-pihole:~$ 

2. In /run/dbus

groucho@dev-pihole:/run/dbus$ ls
pid  system_bus_socket
groucho@dev-pihole:/run/dbus$ 

This would be correct as they are linked:

groucho@dev-pihole:~$ ls -ald /run /var/run /var/lock /run/lock
drwxr-xr-x 21 root root 920 Nov 20 16:26 /run
drwxrwxrwt  2 root root  80 Nov 20 16:27 /run/lock
lrwxrwxrwx  1 root root   9 Jun  6  2018 /var/lock -> /run/lock
lrwxrwxrwx  1 root root   4 Jun  6  2018 /var/run -> /run
groucho@dev-pihole:~$ 

So ...
Why doesn't vm find it?

I wonder where it is you have to tell it where to find it ...
Some *.conf file?

Best,

A.

#1056 Re: Hardware & System Configuration » VBox virtual machine error in dmesg » 2021-11-20 18:57:07

Hello:

felixed wrote:

Bist Du Mitglied der Gruppe vboxusers?

Ja bin ich  =^)

My userid is the same in both the host and the guest.

In the host:

groucho@devuan:~$ groups
groucho adm lp mail dialout fax cdrom floppy tape sudo audio dip www-data backup video plugdev staff users crontab netdev lpadmin scanner saned vboxusers fuse powerdev debian-exim
debian-eximgroucho@devuan:~$
groucho@devuan:~$ cat /etc/group | grep vbox
vboxusers:x:124:groucho
groucho@devuan:~$ 

In the guest, my user is a member of vboxsf:

groucho@dev-pihole:~$ groups
groucho adm disk mail cdrom tape sudo backup plugdev users vboxsf
groucho@dev-pihole:~$ 
groucho@dev-pihole:~$ cat /etc/group | grep vbox
vboxsf:x:999:groucho
groucho@dev-pihole:~$ 

There does not seem to be a vboxusers group available in the guest machine.

Danke schön,

A.

#1057 Re: Hardware & System Configuration » VBox virtual machine error in dmesg » 2021-11-20 12:19:30

Hello:

fanderal wrote:

... your host ...

Sorry, I neglected to mention it.  8^/

My host runs on Beowulf:

groucho@devuan:~$ uname -a
Linux devuan 5.10.0-0.bpo.3-amd64 #1 SMP Debian 5.10.13-1~bpo10+1 (2021-02-11) x86_64 GNU/Linux
groucho@devuan:~$ 

It runs VBox 6.1:

groucho@devuan:~$ vboxmanage --version
6.1.18r142142
groucho@devuan:~$ 

The guest runs on ascii:

groucho@dev-pihole:~$ uname -a
Linux dev-pihole 4.9.0-16-amd64 #1 SMP Debian 4.9.272-2 (2021-07-19) x86_64 GNU/Linux
groucho@dev-pihole:~$ 
fanderal wrote:

... Ceres' dbus-system-bus-common for VBox will break dbus ...

I thought something like that would happen.
Mix & Match is usually not a good idea.
Unless backports?

So, I get this error in my guest's dmesg:
ie: when booting.

groucho@dev-pihole:/var/log$ sudo dmesg | grep -i error
[   18.005937] 00:00:00.181397 vminfo   Error: Unable to connect to system D-Bus (1/3): Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
groucho@dev-pihole:/var/log$ 

This seems to be related to VBox and dbus.

But ...
I also get this on the screen when I shutdown the host, found it in /var/log/messages:

groucho@devuan:/var/log$ cat messages | grep -i error
--- snip ---
Nov 19 22:38:23 localhost kernel: [21254.843754] traps: VBoxSVC[2451] trap int3 ip:7fa545efcddc sp:7ffe92195e50 error:0 in VBoxXPCOMIPCC.so[7fa545ef8000+f000]
--- snip ---
groucho@devuan:/var/log$

It seems to be related to VBox, just like the error in the guest.

Could these be related? Dumb question.  8^|

fanderal wrote:

... don't know what to suggest.

No problem.
It's the effort that counts. 8^)

Thanks for your input.

Best,

A.

#1058 Re: Hardware & System Configuration » VBox virtual machine error in dmesg » 2021-11-19 23:39:54

Hello:

fanderal wrote:

... dbus's new dependencies in Unstable is dbus-system-bus-common.

My VBox Devuan machine is ascii:

groucho@dev-pihole:~$ uname -a
Linux dev-pihole 4.9.0-16-amd64 #1 SMP Debian 4.9.272-2 (2021-07-19) x86_64 GNU/Linux
groucho@dev-pihole:~$ 

And these are the dependencies listed for dbus:

groucho@dev-pihole:~$ apt-cache depends dbus
dbus
  Depends: adduser
  Depends: init-system-helpers
  Depends: lsb-base
  Depends: libapparmor1
  Depends: libaudit1
  Depends: libc6
  Depends: libcap-ng0
  Depends: libdbus-1-3
  Depends: libexpat1
  Depends: libselinux1
| Suggests: <default-dbus-session-bus>
  Suggests: <dbus-session-bus>
    dbus-x11
groucho@dev-pihole:~$ 

default-dbus-session-bus and dbus-session-bus are not installed.  (see OP)

But dbus-system-bus-common is not listed.

In any case, default-dbus-session-bus and dbus-session-bus can't be installed.
Apt selects dbus-x11 but it is already installed.

Can dbus-system-bus-common from experimental be installed in ascii?

Thanks for your input.

Best,

A.

#1059 Hardware & System Configuration » VBox virtual machine error in dmesg » 2021-11-19 14:18:03

Altoid
Replies: 16

Hello:

I'm getting this error message at /var/log/dmesg in my Devuan Beowulf VBox machine:

groucho@dev-pihole:~$ sudo dmesg | grep -i error
[   20.422388] 00:00:00.601196 vminfo   Error: Unable to connect to system D-Bus (1/3): Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
groucho@dev-pihole:~$

But dbus is installed:

groucho@dev-pihole:~$ apt list | grep installed | grep -i dbus
--- snip ---
dbus/oldoldstable-security,now 1.10.28-0+deb9u1+devuan2 amd64 [installed,automatic]
dbus-x11/oldoldstable-security,now 1.10.28-0+deb9u1+devuan2 amd64 [installed,automatic]
libdbus-1-3/oldoldstable-security,now 1.10.28-0+deb9u1+devuan2 amd64 [installed,automatic]
libdbus-glib-1-2/oldoldstable,now 0.108-2 amd64 [installed,automatic]
libnet-dbus-perl/oldoldstable,now 1.1.0-4+b1 amd64 [installed,automatic]
libqt5dbus5/oldoldstable-security,now 5.7.1+dfsg-3+deb9u3 amd64 [installed,automatic]
groucho@dev-pihole:~$ 

And the socket exists:

groucho@dev-pihole:/var/run/dbus$ ls system_bus_socket
system_bus_socket
groucho@dev-pihole:/var/run/dbus$ 

system_bus_socket permissions are only for root:

groucho@dev-pihole:/var/run/dbus$ ls -l system_bus_socket
srwxrwxrwx 1 root root 0 Nov 19 09:56 system_bus_socket
groucho@dev-pihole:/var/run/dbus$ 

So ...
Could it be that something here is not configured correctly?
eg: a permissions issue?

Thanks in advance.

Best,

A.

#1060 Re: Other Issues » [SOLVED] Problems with a Seagate portable drive » 2021-11-19 01:51:19

Hello:

Ron wrote:

... deleted the partition, created a new one, and then formatted it. Still can't write to it.
... taking a hammer to it ...

Hmm ...

What's the hurry?  8^D

Don't let an opportunity to experiment (and learn something new) pass you by.
You'll have time to dissect it later on.

One of the things you can do is try to clear the drive completely.

With gparted:

1. select the drive - make sure it is the one you want to nuke.
2. do: partition -> format to -> cleared

That should leave the drive in a 'virgin state' so to speak.

Exit gparted, unplug the drive, plug it in again, restart gparted and select the drive again, making sure it is the one you want to nuke:

1. do: device -> create partition table and then create a single partition, format it to FAT32 and then run a check to see what's up.

Try a couple of cycles of clear -> format -> clear.

There's also a command line tool called TestDisk which I have used only a couple of times to recover a partition but it worked.
I believe there's a command to completely clear a drive.

Ron wrote:

Thanks ...

You're welcome.

Best,

A.

#1061 Re: Other Issues » [SOLVED] Problems with a Seagate portable drive » 2021-11-18 14:36:43

Hello:

Ron wrote:

--- snip ---
mount: /mnt: WARNING: source write-protected, mounted read-only.
--- snip ---

For some reason the hardware was write-protected and mounted read-only.
It may be that the firmware did it because it detected a physical problem.
Or not ...  8^|

Check this Seagate link:
https://www.seagate.com/gb/en/support/k … -220091en/

If I were you and the files stored on the drive are safe/backed up, I'd clear it completely and reformat it.
Then check it to see it's health.

A.

#1062 Re: Hardware & System Configuration » [SOLVED] Alternative/simpler MTA for Devuan » 2021-11-17 16:27:46

Hello:

MiyoLinux wrote:

Thank you very much ...

You're welcome.

I'm of the opinion that every Linux installation should have a simple and efficient MTA such as the dma package installed by default.

See: https://wiki.debian.org/Debate/DefaultMTA
Otherwise, just how do you get important system notifications sent by applications such as cron?

If you are the type of user that needs something more complex, then you will know that you have to install something with higher capabilitites such as Exim4 and proceed in consequence.

Of course and as always, YMMV.

Best,

A.

#1063 Re: Hardware & System Configuration » [SOLVED] Alternative/simpler MTA for Devuan » 2021-11-17 10:47:12

Hello:

MiyoLinux wrote:

... been eyeballing that package ...

I've just installed it.
Straightforward, easily configured from the start and works right out of the box.
From what I have seen/tested, works exactly as intended.

The maintainer keeps a clear head:

https://bugs.debian.org/cgi-bin/bugrepo … g=712137#8

Unless you are running some serious email stuff in your box, I'd say it is a great option.
Don't think you'll have unpleasant surprises like I had with Exim4.  8^|

https://dev1galaxy.org/viewtopic.php?id=4379
https://dev1galaxy.org/viewtopic.php?id=4672

---
Edit:
Besides needing to be in the mail group, you will also need to install the mailutils package.
Otherwise doing mail at the command line will not work.

Don't know why, I would have thought it to be a dependency.
---

Best,

A.

#1064 Re: Hardware & System Configuration » [SOLVED] Alternative/simpler MTA for Devuan » 2021-11-17 10:38:56

Hello:

steve_v wrote:

Yes.

Right.

Yes, I saw it.
But it is eight years old and makes me wonder why it is not the default for Devuan.

Based on this following features should be sufficient to fullfil these necessities:
    local delivery
    forwarding to a smarthost
    defering if immediate delivery is not possible

I do read my local mail and use coolmail to get notification warnings on screen.
Everyone else should also read their local mail.

Thanks for your input.

A.

#1065 Re: Hardware & System Configuration » [SOLVED] Alternative/simpler MTA for Devuan » 2021-11-16 19:10:49

Hello:

steve_v wrote:
Altoid wrote:

Anyone here using DMA ...

Yes.

Right.

What version?
The one in the Beowulf repository?
ie: 0.11-1+deb10u1

Thanks for your input.

A.

#1066 Hardware & System Configuration » [SOLVED] Alternative/simpler MTA for Devuan » 2021-11-16 12:47:25

Altoid
Replies: 8

Hello:

Given the issues I have encountered with the default MTA for Debian/Devuan and the insight gained from them, I have concluded that having it installed is overkill.

It (potentially) provides much more than what I need for my system, both in features and grief.

As a result I was wondering about an alternative application that will do only what I need and while looking for an alternative I found an MTA called Dragonfly Mail Agent (DMA) which would seem to simple enough while having the features I need.

ie: only local MUA mail generated by applications and (eventually, not for the moment) remote delivery. 

The DragonFly Mail Agent is a small Mail Transport Agent (MTA), designed for home and office use. It accepts e-mail messages from locally installed Mail User Agents (MUA) and delivers the messages either locally or to a remote destination.

Remote delivery includes several features like TLS/SSL support and SMTP authentication, but not MX record lookups. Therefore, dma is currently not suitable for direct remote delivery.

However, it works very well for handling local mail plus secure mail submission to a remote smarthost (e.g. for travelling mobile computers).

Anyone here using DMA on their Devuan system?

Thanks in advance.

Best,

A.

#1067 Re: Hardware & System Configuration » [SOLVED] Boot delay at MTA start » 2021-11-12 16:24:44

Hello:

Altoid wrote:

... a (not too) short delay at "Starting MTA:" ...
... (as I understand it) Exim4 is doing a check on something.
... a way to make VBox start the VM sooner and maybe delay Exim4?

Rather dissapointed to see that I'm probably the only one here using Pi-hole on a VM. 8^P

But I digress, so to the point:

The problem was not caused by the VBox VM / Exim4 starting order but by Exim4's default configuration / installation process / whatever.
ie: Exim4 was not waiting for the virtual machine to start but was obviously attempting to do something and not being able to do it.
Hence the delay at boot.

I really did not want to but finally ended up diving into the Exim4 configuration files.

On the suggestion of a (very kind) member of the exim-users list, I was given instructions for changing the 30s value on daemon_startup_sleep but that did not solve the problem.

While I was at it, I also tried playing with the reverse DNS values, including remming the whole reverse DNS block, also to no avail.
This left me with the impression that the problem (30s delay) was not at all related to the reverse DNS done by Exim4 or the daemon_startup_sleep value.

A last minute complete reinstall of Exim4 (typical MS strategy I really loathe) did not work either.

tl;dr

The solution was to add 'this' line to the the 'Main' section of the file exim4.conf.template:

disable_ipv6 = true

But I had to add it: it was not there by default.
ie: not disable_ipv6 = false, disable_ipv6 = true or even disable_ipv6 = so it would come up (?) when running dpkg-reconfigure exim4-config.

I was just shooting in the dark, no memory of how I got to doing that.
It was late, I was tired, cannot remember.

Probably the paniclog message I had not seen before?

In any case, to me this is another Exim4 bug.
I see it as a bug because this is happening even after a clean Exim4 installation on a Devuan installation with IPv6 disabled everywhere:

1.
The kernel command line includes the bit needed to disable ipv6 at boot:

ipv6.disable=1

2.
The /etc/hosts file has no machine readable IPv6 lines:

groucho@devuan:~$ cat /etc/hosts
#
127.0.0.1         localhost  devuan
#
# remmed to disable ip6
#::1              localhost       ip6-localhost ip6-loopback
#fe00::0          ip6-localnet
#fe00::0          ip6-mcastprefix
#fe02::1          ip6-allnodes
#fe02::1          ip6-allrouters
groucho@devuan:~$ 

3.
The /etc/ssh/ssh_config file includes the line needed to disable ipv6:

groucho@devuan:~$ cat /etc/ssh/ssh_config
--- snip ---
AddressFamily inet     # instead of 'any' or 'inet6'
--- snip ---
groucho@devuan:~$

So that was it, Exim4 was attempting to do something on IPv6 but not being able to do it.
In spite of IPv6 being disabled at the kernel command line, /etc/hosts and /etc/ssh/ssh_config.

The end result being a 30s delay at boot.

Have a good week-end.

Best,

A.

#1068 Hardware & System Configuration » [SOLVED] Boot delay at MTA start » 2021-11-11 21:06:53

Altoid
Replies: 1

Hello:

Like mentioned in another thread, I am running Pi-Hole v5.6 - FTL v5.11 - Web Interface v5.8 on a virtual machine as a recursive DNS for my Linux box.

The Devuan ascii virtual machine is set up to start up automatically when I boot.
I have set the cache on Pi-hole to a value of '0' so caching is all done by Unbound.
It uses the default list and I have added others.
The rig is not kept on 24/07 but is booted up a few times every 24 hours.

From what I can see it is working properly and Pi-Hole diagnostics declare no issues but there's a 'snag in the weave' so to speak:

When booting, I'm getting a (not too) short delay at "Starting MTA:" which is when (as I understand it) Exim4 is doing a check on something.

After a delay of ~30/40s, the MTA resumes loading and then exim4 starts and everything works as expected.
ie: after it finds the virtual machine.

I then log in and have to wait a bit for Pi-hole to come up and start working, but it is just 5s, so no big deal.

But the 30/40s delay at boot is rather annoying.

Exim4 wants to see the virtual machine, seems it is to do a reverse DNS lookup which can only do if the VM is up and running.

I have not been able to find a way for exim4 to not do this.

Now, nothing tries to send email to this system.
The MTA only receives system messages which help me keep tabs on what is going on. eg: crontab failures, warnings from other applications.

I would like to avoid having to delve into Exim4's innards which are a real nightmare.

Is there a way to make VBox start the VM sooner and maybe delay exim4?

Thanks in advance,

A.

#1069 Re: Desktop and Multimedia » [SOLVED] Xfburn error message » 2021-11-10 05:21:25

Hello:

Ron wrote:

... hope this is the proper board ...

Seems it is: Desktop and Multimedia

Ron wrote:

... search for this problem but came up empty.
... keep getting the error message below.

Me thinks you may have not searched well enough.

https://www.google.com/search?q=xfburn+ … CA0&uact=5

The link above will get you 166 results.
You may want to check some of them out.  8^)

That said:
I have xfburn 0.5.5 on Devuan Beowulf with a backported kernel:

:~$ uname -a
Linux devuan 5.10.0-0.bpo.3-amd64 #1 SMP Debian 5.10.13-1~bpo10+1 (2021-02-11) x86_64 GNU/Linux
:~$ 

What version of Devuan are you using?

The xfburn GUI starts up properly, would have to find a blank to test as I have not burnt a CD/DVD in a good while.

Is your device properly recognised?
ie: xfburn -> Edit -> Preferences -> Devices

Are the proper boxes ticked in the 'Detected devices' window?
ie: Write CD-R, Write CD-RW, Write DVD-R, Write DVD-RAM, Write Blu-ray.

At what point in the process do you get the error message?
Have you tested the burner with another application to rule out the hardware being the problem?

A.

#1070 Re: Desktop and Multimedia » xorg-server 21.1.0 - Final release » 2021-11-09 15:24:12

Hello:

Head_on_a_Stick wrote:

Trying out the new version ...
... pretty serious regression ...

Haven't tried it yet.
But I've seen that regressions are not something unheard of.
More so in recently <resurrected | previously declared abandoned> | <dead> software. 

Head_on_a_Stick wrote:

... new version uses the "correct" DPI and breaks scaling ...
Nice.

Hmmm ...
Bummer.

You may want to consider giving Kanapickas a (well deserved) hand and report the bug in as much detail as possible.

https://gitlab.freedesktop.org/xorg/xserver/-/issues

I'm sure he'll appreciate your input and see to get it straightened out soon enough.
And all will be well again. 8^D

Best,

A.

#1071 Re: Desktop and Multimedia » Devuan 4 Chimaera / SLiM and WiCD » 2021-11-09 11:31:07

Hello:

rolfie wrote:

... SLIM is no more maintained ...
... sort of deprecated.

For the longest time more or less the same was said of Xorg-server.
But there it is, born again so to speak.

https://xorg.freedesktop.org/archive/in … 1.1.tar.gz

Reminds me of reports of deaths being greatly exaggerated ...  8^D

This thanks to someone (Povilas Kanapickas) who stepped up.
And despite this dumb Python2 decision, I believe Wicd will also survive.

Apparently SLiM (ArchWiki) it is not fully compatible with systemd, including logind sessions.

It is an excellent example of Linux philosophy, I like it much more than any of the other DMs I have tried.
ie: lightweight, easy to configure, requires minimal dependencies and is independent of the DE: ticks all the boxes.

SLiM works for me on Devuan so that's what I use.
I recall that installing SLiM solved all the auth/log-in issues I was having in Devuan by not having a DM.

--> I think it should be the default Devuan DM.

I have read that GhostBSD 10.3 dropped GDM in favour of SLiM back in 2016 and is still there.
See http://www.ghostbsd.org/10.3_enoch

Hopefully someone will eventually step up and update it so it can be used with non-systemd distributions.

Use a systemd distro?
Then use one of those other bloated DMs.

If I cannot have it in the future, I'll just opt for not using a DM and see how I manage to work things out.

Best,

A.

#1072 Re: Desktop and Multimedia » xorg-server 21.1.0 - Final release » 2021-11-07 00:43:10

Hello:

Just received this in my inbox.

--- snip ---

This release fixes two relatively important issues that slipped into 21.1.0.

Jon Turney (1):
       s/__/@/ in inputtestdrv manpage

Matthieu Herrb (1):
       Make xf86CompatOutput() return NULL when there are no privates

Povilas Kanapickas (2):
       Makefile.am: Add missing meson build files to release tarball
       xserver 21.1.1

git tag: xorg-server-21.1.1

https://xorg.freedesktop.org/archive/in … 1.1.tar.gz
PGP:  https://xorg.freedesktop.org/archive/in … tar.gz.sig

--- snip ---

As you can see, xorg-server is indeed alive and well.
Here's hoping Debian picks it up soon.

Kudos to Povilas Kanapickas!

Best,

A.

#1073 Re: Hardware & System Configuration » [SOLVED] Anyone using Pi-Hole? » 2021-11-06 13:27:09

Hello:

FM81 wrote:

... running all that Raspberry-ARM-stuff in a virtual machine on your "Sun Ultra24"-box ...

No.
Sorry if I was not clear.
Too early or too late, can't recall. 8^|

I had a long unused Devuan ascii (VBox) virtual machine on my U24 and managed to install Pi-Hole v5.6 on it.
I found a video on line with instructions on how to do it on Ubuntu Server (roughly same thing) and the run it as a recursive DNS server.

https://www.youtube.com/watch?v=FnFtWsZ8IP0

You have to watch it a few times to get a grasp of it, especially if you have not done it before but it is roughly all there.
The chap talks a bit fast, you'll have to do some stop/backwards with the video feed and strain your eyes a bit.

It does involve a no-no: an automated install script from the Pi-Hole website but you have alternatives if that makes you feel unsafe.

Installing Pi-Hole on Devuan ascii was quite straightforward although it is not a supported OS, you just have to override the initial OS check.
Instructions are on-screen when you run the script.

Then you have to install unbound for the DNS server bit.
Find it on the Devuan repository.

I then set the Devuan ascii virtual machine to start at boot and that's about it.
See https://pgaskin.net/linux-tips/configur … autostart/

A small side effect is that my box's boot sequence lags for a shortish while when the system starts the MTA.
This is due to a failed reverse DNS lookup that Exim4 is attempting at boot and happens because the DNS running on the virtual machine is not up yet.

Haven't found a suitable solution for that yet.

------
EDIT I:
It's an exim4 caused problem.

Solution to that here: https://dev1galaxy.org/viewtopic.php?id=4672
------

As for how Pi-Hole works, it seems alright but there are quite a few things that require uBlock to remain in my browser (Pale Moon).
You Tube adds is one of them.

I still have to dive into Pi-Hole fine tuning, just a question of time.

------
EDIT II:
Fine tuning was basically disabling the Pi-hole cache and letting the Unbound DNS do that job on the VM.

See: https://medium.com/nerd-for-tech/recurs … a766d4f703

As for You Tube ads, it seems that your best bet would be uBlock.
------

Some things are supposed to be intercepted/sunk by Pi-Hole but they still show up as blocked by uBlock, have to do dome research on that.

------
EDIT III:

The reason to that is that while Pi-hole just blocks requests to ads, uBlock still thinks that there are ads to be blocked, even though they were blocked by Pi-hole. Pi-hole can't modify the web site that you see, so it can't signal to uBlock that an ad is blocked.

The only way for uBlock to know that Pi-hole blocked an ad is to see if the ad's image/resources are missing.
Otherwise, uBlock sees that there's a match against their filter, even if it's already blocked, and tries to block it.
But that means it is blocking an empty element.
ie: already blocked by Pi-Hole.
------

Thanks for your input.

Best,

A.

#1074 Re: Hardware & System Configuration » [SOLVED] Anyone using Pi-Hole? » 2021-11-04 20:23:41

Hello:

Dutch_Master wrote:

You still need proprietary boot files from an SD card to boot via the network.

Hmmm ...

I am not at all versed in how all this works and maybe don't understand it all well enough.
Please bear with me.  8^)

From what I do (?) understand, the usual way is to run Pi-Hole on a RPi.
The OS on the RPi can be the default one and I understand that it can also be Devuan.
But that's for later ...

My ADSL router (no WiFi, just cable) would use the RPi running Pi-Hole as a DNS instead of using a DNS from the net.
In this way Pi-Hole would filter all the unwanted crap from the web before it gets to my box.
The advantage being that it never gets loaded to then be blocked by uBlock and such.

My rig then would not waste resources (memory/CPU cycles, etc.), my browser would run lighter and as a result the connection is cleaner, safer and faster.

Is this an accurate account?

Thanks in advance.

A.

#1075 Hardware & System Configuration » [SOLVED] Anyone using Pi-Hole? » 2021-11-04 14:26:02

Altoid
Replies: 4

Hello:

I have an idle Raspberry Pi3B+ and have been wondering about setting up Pi-Hole and see if I can speed up my ADSL connection.
Then I thought that maybe it could be run from a VM on my Devuan box and have it come up with the OS instead of booting a RPi.

My Devuan Beowulf rig runs on a Core2 Q9550/8Gb. Sun Ultra24 WS, 

Any suggestions?

Thanks in advance,

A.

Board footer

Forum Software