You are not logged in.
How flexible are the Refracta tools? If I were to successfully install them (and their dependencies) on a non-Debian distro, like Alpine Linux, is there a reasonable chance that they would work?
Try using macchanger or randmac.
For more information, see:
https://packages.debian.org/stable/macchanger
https://packages.debian.org/stable/randmac
I am considering switching facebook to a different browser, instead of the most convenient ff-latest,
Like flashpeak-slimjet, it's a pain to setup because I don't use sudo, but it has it's own sandbox...
I would not use Slimjet. I recommend using Chromium instead.
If you do use Chromium, be sure to also install its sandbox:
# apt install chromium chromium-sandbox
However, using complete physical separation is a better approach. Your message stimulated me into thinking about this some more, and I am now considering buying an inexpensive tablet PC to use for Facebook. Either that, or an inexpensive Android smartphone with a fairly large screen. But probably not, though, since I hate browsing the web on a phone.
And there's another good reason for choosing an Android tablet. Although Android is based on Linux, Google has done a lot of work on hardening the OS. However, if you decide to go this route, do not install the Facebook app. If it comes preinstalled, uninstall it or, if that's not possible, disable it. At least one privacy expert has stated that the FB app is essentially spyware.
Glenn,
I recommend downloading the most recent BIOS update for your computer and saving it in a safe place (preferably multiple places). Does your computer use UEFI or the old-style BIOS?
Then become very familiar with how to use flashrom.
Website: https://www.flashrom.org/
Package: flashrom
Very important: Always make a backup copy of your current BIOS before using flashrom to flash it with a new (or clean) version. Do it even if you suspect that your BIOS has been corrupted or maliciously modified.
The first time I used flashrom to update my computer's BIOS to the last available version, I lost internet after rebooting. After a considerable amount of research, I learned that the chip that holds the BIOS, also holds something called the SMBIOS. On my computer's motherboard, the SMBIOS contains the MAC address for the network card, the motherboard serial number, and some other information. Flashrom had overwritten the SMBIOS with zeroes, so that info was gone. That's why networking was no longer working. Fortunately, I had the sense to make a backup of the BIOS before I flashed it, so I just restored that and I was back in business.
For years I felt frustrated that there seemed to be no easy way to restore my computer's BIOS to a pristine state. Recently, I resumed my research on this problem and discovered that there are DOS utilities that allow one to edit the SMBIOS. I downloaded one of them but haven't tested it yet. If it works, I'll be able to insert the missing SMBIOS data after using flashrom to flash the chip holding the BIOS with the last available update.
This post may be helpful:
The information on this website may also be helpful:
I refuse to deal with the useless bloat that is Network-Manager, so I will stick with Devuan Beowulf and WiCD.
There is a better solution:
# apt install connman-gtk connman-ui
And, optionally, connman-vpn.
Then, for better Devuan compatibility, make this configuration change:
https://dev1galaxy.org/viewtopic.php?pid=48040#p48040
Now remove all wicd-related packages.
This may be enough:
# apt remove wicd-gtk
Reboot.
Optional:
Before doing all of the above, run this command:
# aptitude -d install wicd-gtk
That will ensure that wicd-gtk and its dependencies are present in the package cache. In the unlikely event that something goes wrong and you lose internet connectivity, this will allow you to easily reinstall wicd-gtk.
For anyone who is running connman and having this problem, there is a simple fix.
Edit this file: /etc/init.d/connman
Change this:
DAEMON=/usr/sbin/connmand
DESC="Connection Manager"
To this:
DAEMON=/usr/sbin/connmand
DAEMON_OPTS='--nodnsproxy'
DESC="Connection Manager"
Reboot.
After my post last night, I realized that my Chimaera-based Refracta system uses connman, whereas my Daedalus-based Refracta system uses Network Manager. As an experiment, I installed network-manager-gnome and removed connman, connman-gtk, connman-ui, and connman-vpn. Now apt update works. However, I don't recommend using this solution on Chimaera because Network Manager isn't quite working right (which is probably why the system came with connman instead).
THE SOLUTION IN THIS POST IS DEPRECATED. Please go to https://dev1galaxy.org/viewtopic.php?pid=48040#p48040 for current working solution.
This is my original solution to this problem:
# cat /etc/hosts
127.0.0.1 refracta localhost
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
fe00::0 ip6-mcastprefix
fe02::1 ip6-allnodes
fe02::1 ip6-allrouters
# U.S. Devuan mirror - mirrors.hyperreal.coffee
172.234.26.53 deb.devuan.org
# Alternate U.S. Devuan mirror - dev.beard.ly
#198.58.118.8 deb.devuan.org
As you can see, I added two mirrors to my hosts file. I could have just used one, but I wanted to have a backup mirror listed as well to make it easy to switch in the event that my primary mirror is ever offline for some reason. I obtained the IP addresses of those mirrors using nslookup. It's not a "perfect" solution, but it works.
The Devuan mirror list can be found here:
https://pkgmaster.devuan.org/mirror_list.txt
I have Daedalus-based Refracta on an old laptop that I use infrequently. I ran apt update on it this morning and there were no problems. I wondered if maybe the problem had been fixed. I just tried doing the same on my Chimaera-based Refracta system, and it failed the same way as before.
Yes, I have been seeing something similar with apt since yesterday on a Chimaera-based Refracta system.
# apt update
Err:1 http://deb.devuan.org/merged chimaera InRelease
Temporary failure resolving 'deb.devuan.org'
Err:2 http://deb.devuan.org/merged chimaera-updates InRelease
Temporary failure resolving 'deb.devuan.org'
Err:3 http://deb.devuan.org/merged chimaera-security InRelease
Temporary failure resolving 'deb.devuan.org'
Err:4 http://deb.devuan.org/merged chimaera-backports InRelease
Temporary failure resolving 'deb.devuan.org'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://deb.devuan.org/merged/dists/chimaera/InRelease Temporary failure resolving 'deb.devuan.org'
W: Failed to fetch http://deb.devuan.org/merged/dists/chimaera-updates/InRelease Temporary failure resolving 'deb.devuan.org'
W: Failed to fetch http://deb.devuan.org/merged/dists/chimaera-security/InRelease Temporary failure resolving 'deb.devuan.org'
W: Failed to fetch http://deb.devuan.org/merged/dists/chimaera-backports/InRelease Temporary failure resolving 'deb.devuan.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
A couple of things I did to try to diagnose the problem:
$ wget -c --user-agent="Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" https://deb.devuan.org/merged
--2024-02-07 13:34:14-- https://deb.devuan.org/merged
Resolving deb.devuan.org (deb.devuan.org)... failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘deb.devuan.org’
$ nslookup deb.devuan.org
Server: ::1
Address: ::1#53
Non-authoritative answer:
Name: deb.devuan.org
Address: 103.146.168.12
Name: deb.devuan.org
Address: 95.216.15.86
Name: deb.devuan.org
Address: 200.236.31.1
Name: deb.devuan.org
Address: 46.4.50.2
Name: deb.devuan.org
Address: 130.225.254.116
Name: deb.devuan.org
Address: 141.84.43.19
Name: deb.devuan.org
Address: 190.64.49.124
Name: deb.devuan.org
Address: 160.16.137.156
Name: deb.devuan.org
Address: 185.178.192.43
Name: deb.devuan.org
Address: 158.69.153.121
Name: deb.devuan.org
Address: 125.228.189.120
Name: deb.devuan.org
Address: 89.174.102.150
Name: deb.devuan.org
Address: 94.16.114.15
Name: deb.devuan.org
Address: 185.236.240.103
Name: deb.devuan.org
Address: 106.178.112.231
Name: deb.devuan.org
Address: 172.234.26.53
Name: deb.devuan.org
Address: 185.38.15.84
Name: deb.devuan.org
Address: 185.183.113.131
Name: deb.devuan.org
Address: 131.188.12.211
Name: deb.devuan.org
Address: 147.78.194.22
Name: deb.devuan.org
Address: 195.85.215.180
;; Truncated, retrying in TCP mode.
Name: deb.devuan.org
Address: 2a0a:e5c0:10:3::6eeb
Name: deb.devuan.org
Address: 2a01:9e40::180
Name: deb.devuan.org
Address: 2407:b6c0::12
Name: deb.devuan.org
Address: 2a01:4f9:2a:fa9::2
Name: deb.devuan.org
Address: 2801:82:80ff:8000::2
Name: deb.devuan.org
Address: 2a01:4f8:140:1102:2b76:955d:b48f:bdf3
Name: deb.devuan.org
Address: 2001:878:346::116
Name: deb.devuan.org
Address: 2001:4ca0:4300::1:19
Name: deb.devuan.org
Address: 2800:a8:c001::a
Name: deb.devuan.org
Address: 2001:e42:102:1704:160:16:137:156
Name: deb.devuan.org
Address: 2607:5300:61:95f:7283:11d9:f86:e691
Name: deb.devuan.org
Address: 2001:4190:801c:1::150
Name: deb.devuan.org
Address: 2a03:4000:28:24c::
Name: deb.devuan.org
Address: 2a0d:eb00:8006::acab
Name: deb.devuan.org
Address: 240b:10:f00:1b00::240
Name: deb.devuan.org
Address: 2a02:2a38:1:400:2a42:2a42:2a42:2a42
Those results are puzzling to me.
Since yesterday, apt has been failing for me on a Chimaera-based Refracta system. It appears to be due to some kind of network issue. I assumed that it is (most likely) being caused by my ISP, but I may be wrong. Anyway, I was wondering if maybe the OP is having the same problem. However, without seeing the error messages I can only guess as to what the problem might be.
If apt fails, there should be error messages.
Run this command:
sudo apt update
Post the output in a reply.
Xorg does not depend on systemd. The promptness of its security updates is due to the Debian X Strike Force, and the Debian Security Team.
None of these packages depend on systemd, none of these packages are forked by Devuan, security for them is not handled by the Devuan team.
That is not completely true. The package xserver-xorg-core does not come directly from Debian; it is a Devuan package. Is this true for any other Xorg-related packages? I don't know because I haven't had time to check.
By the way, someone pointed out this fact out a little over a month ago on this forum.
I also noticed the absence of the quote button.
This is my workaround:
[quote=$username]
$text-to-quote
[/quote]
Replace "$username" with the person's username.
Replace "$text-to-quote" with the text that you would like to quote.
Recently, the login page link for the forum was not secure (http instead of https). I don't remember how long it was like that. Whenever I encountered this, I would copy the link, paste it into a text editor, change it from http to https, and then log in using the corrected link.
However, I have not seen this behavior lately. Maybe it only happens under certain conditions. If it happens again I will report it here.
If Synaptic isn't what you're looking for, consider installing Software Center for GNOME.
Installation:
sudo apt install gnome-software
And if you're interested in having Flatpak support, then:
sudo apt install gnome-software gnome-software-plugin-flatpak
I'm using Firefox ESR from the repository on Excalibur with only ALSA installed, no PulseAudio or PipeWire. I didn't need to edit any configuration files. Is this a new feature?
No, I don't think so. Sound has always worked for me when using the Firefox ESR that comes from Debian. I've never had to do anything to get sound working. The only exception to that was when I was using the SeaMonkey web browser, which is not available in Debian/Devuan. For SeaMonkey, I was able to get sound working using apulse.
I suspect that the people having problems with sound not working are not using the Firefox ESR that is packaged by Debian. They are probably installing Firefox from a different source, and probably using a version other than Firefox ESR.
I should add that I have been using Refracta, and I am not sure how much that varies from a default Devuan installation. Although pulseaudio is not installed, some related packages are installed:
libpulse-mainloop-glib0
libpulse0
$ aptitude why libpulse-mainloop-glib0
i blueman Depends libpulse-mainloop-glib0
$ aptitude why libpulse0
i chromium Depends libpulse0 (>= 0.99.1)
apulse is also installed. However, it does not appear that Firefox is using apulse on this system. It may have been installed for some other reason.
Hi Nietz,
The website repo.jing.rocks is being blocked for "Phishing & Deception". That is the only reason it is being blocked. I have not configured the manual blocking of any websites via the router. If I wanted to block a website, I would use another means, like dnsmasq.
If I try to visit repo.jing.rocks using Firefox, I am presented with this message:
Whoopsie
Your device is not allowed to access this site.We hate to be the bearers of bad news, but this site has been blocked. If you believe that this site was categorized incorrectly, you can report it as inaccurate.
When I last tried to access that URL (right after the aptitude upgrade failure), the block message was different, and indicated that the site was not safe to visit.
I also tried to visit jing.rocks and status.jing.rocks. Those websites are not being blocked.
Yesterday I attempted to upgrade my Daedalus-based Refracta system, but the connections were blocked by my router for security reasons.
# aptitude upgrade
Resolving dependencies...
The following NEW packages will be installed:
linux-headers-6.1.0-17-amd64{a} linux-headers-6.1.0-17-common{a}
linux-image-6.1.0-17-amd64{a}
The following packages will be upgraded:
bluez bluez-obexd curl exim4 exim4-base exim4-config exim4-daemon-light
libbluetooth3 libcurl3-gnutls libcurl4 libgstreamer-plugins-bad1.0-0
libssh-gcrypt-4 linux-compiler-gcc-12-x86 linux-headers-amd64
linux-image-amd64 linux-kbuild-6.1 linux-libc-dev openssh-client
The following packages are RECOMMENDED but will NOT be installed:
apparmor bsd-mailx mailutils
18 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 90.2 MB of archives. After unpacking 469 MB will be used.
Do you want to continue? [Y/n/?] y
Ign http://deb.devuan.org/merged daedalus-security/main amd64 bluez amd64 5.66-1+deb12u1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 openssh-client amd64 1:9.2p1-2+deb12u2
Ign http://deb.devuan.org/merged daedalus-security/main amd64 bluez-obexd amd64 5.66-1+deb12u1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 curl amd64 7.88.1-10+deb12u5
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libcurl4 amd64 7.88.1-10+deb12u5
Ign http://deb.devuan.org/merged daedalus-security/main amd64 bluez amd64 5.66-1+deb12u1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 openssh-client amd64 1:9.2p1-2+deb12u2
Ign http://deb.devuan.org/merged daedalus-security/main amd64 bluez-obexd amd64 5.66-1+deb12u1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 curl amd64 7.88.1-10+deb12u5
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libcurl4 amd64 7.88.1-10+deb12u5
Ign http://deb.devuan.org/merged daedalus-security/main amd64 exim4-config all 4.96-15+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 exim4 all 4.96-15+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 exim4-base amd64 4.96-15+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 exim4-daemon-light amd64 4.96-15+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libbluetooth3 amd64 5.66-1+deb12u1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u5
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libgstreamer-plugins-bad1.0-0 amd64 1.22.0-4+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libssh-gcrypt-4 amd64 0.10.6-0+deb12u1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-compiler-gcc-12-x86 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-headers-6.1.0-17-common all 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-kbuild-6.1 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-headers-6.1.0-17-amd64 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-headers-amd64 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-image-6.1.0-17-amd64 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-image-amd64 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-libc-dev amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 bluez amd64 5.66-1+deb12u1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 openssh-client amd64 1:9.2p1-2+deb12u2
Ign http://deb.devuan.org/merged daedalus-security/main amd64 bluez-obexd amd64 5.66-1+deb12u1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 curl amd64 7.88.1-10+deb12u5
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libcurl4 amd64 7.88.1-10+deb12u5
Ign http://deb.devuan.org/merged daedalus-security/main amd64 exim4-config all 4.96-15+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 exim4 all 4.96-15+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 exim4-base amd64 4.96-15+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 exim4-daemon-light amd64 4.96-15+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libbluetooth3 amd64 5.66-1+deb12u1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u5
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libgstreamer-plugins-bad1.0-0 amd64 1.22.0-4+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libssh-gcrypt-4 amd64 0.10.6-0+deb12u1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-compiler-gcc-12-x86 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-headers-6.1.0-17-common all 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-kbuild-6.1 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-headers-6.1.0-17-amd64 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-headers-amd64 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-image-6.1.0-17-amd64 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-image-amd64 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-libc-dev amd64 6.1.69-1
Err http://deb.devuan.org/merged daedalus-security/main amd64 bluez amd64 5.66-1+deb12u1
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 openssh-client amd64 1:9.2p1-2+deb12u2
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 bluez-obexd amd64 5.66-1+deb12u1
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 curl amd64 7.88.1-10+deb12u5
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 libcurl4 amd64 7.88.1-10+deb12u5
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Ign http://deb.devuan.org/merged daedalus-security/main amd64 exim4-config all 4.96-15+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 exim4 all 4.96-15+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 exim4-base amd64 4.96-15+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 exim4-daemon-light amd64 4.96-15+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libbluetooth3 amd64 5.66-1+deb12u1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u5
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libgstreamer-plugins-bad1.0-0 amd64 1.22.0-4+deb12u4
Ign http://deb.devuan.org/merged daedalus-security/main amd64 libssh-gcrypt-4 amd64 0.10.6-0+deb12u1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-compiler-gcc-12-x86 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-headers-6.1.0-17-common all 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-kbuild-6.1 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-headers-6.1.0-17-amd64 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-headers-amd64 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-image-6.1.0-17-amd64 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-image-amd64 amd64 6.1.69-1
Ign http://deb.devuan.org/merged daedalus-security/main amd64 linux-libc-dev amd64 6.1.69-1
Err http://deb.devuan.org/merged daedalus-security/main amd64 exim4-config all 4.96-15+deb12u4
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 exim4 all 4.96-15+deb12u4
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 exim4-base amd64 4.96-15+deb12u4
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 exim4-daemon-light amd64 4.96-15+deb12u4
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 libbluetooth3 amd64 5.66-1+deb12u1
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u5
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 libgstreamer-plugins-bad1.0-0 amd64 1.22.0-4+deb12u4
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 libssh-gcrypt-4 amd64 0.10.6-0+deb12u1
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 linux-compiler-gcc-12-x86 amd64 6.1.69-1
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 linux-headers-6.1.0-17-common all 6.1.69-1
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 linux-kbuild-6.1 amd64 6.1.69-1
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 linux-headers-6.1.0-17-amd64 amd64 6.1.69-1
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 linux-headers-amd64 amd64 6.1.69-1
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 linux-image-6.1.0-17-amd64 amd64 6.1.69-1
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 linux-image-amd64 amd64 6.1.69-1
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
Err http://deb.devuan.org/merged daedalus-security/main amd64 linux-libc-dev amd64 6.1.69-1
Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
0% [Working]E: Failed to fetch https://blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks/: Could not resolve 'blocked.eero.com?cat=advanced_security&reason=52&url=repo.jing.rocks'
E: Unable to fetch some packages; try '-o APT::Get::Fix-Missing=true' to continue with missing packages
The potentially compromised repository is repo.jing.rocks. According to the app for my router, the reason for the block is "Phishing & Deception".
I got my hands on a laptop, the Win8 license was stitched into the BIOS. Two disks, 256GB SSD and 500GB HDD. I prepared the SSD, separate sections of UEFI, Windows and Linux.
I recently did almost the same thing. Windows 8 was on the HDD, but it hadn't been updated in years, and my attempts to update it failed. It also looked awful.
I copied a Windows 10 22H2 ISO file to the HDD, extracted the ISO to a directory, and ran the installer (setup.exe, I believe) to upgrade to Windows 10. No license key was required. Then I basically wiped the drive, created a 1 GB EFI partition using Linux, and then did a clean install of Windows 10. Rather than create a new EFI partition, I may have just expanded the existing one using gparted. I'm not 100% certain, but that's probably what I did.
During the clean installation of Windows 10, I also ran a wonderful script called Windows 10/11 Decrapifier. On this laptop, which is about ten years old, it made a very noticeable difference. I use the script's default configuration except for one small change -- I enabled the search bar. Since Windows 10/11 Decrapifier is a PowerShell script, and not a typical Windows program, reading this how-to is a must: How to clean up a single Windows 10 machine/image using Decrapifier.
EDIT:
I had a problem when installing Refracta. The installation appeared to complete without a hitch, but GRUB apparently wasn't fully installed because when I rebooted, the laptop went straight into Windows. I was quite puzzled by that. Eventually, I realized that the most likely culprit was Fast Startup on Windows. I thought that I had temporarily disabled Fast Startup, but it appears that the method I used is outdated and no longer works.
Okay, go ahead and upgrade your OS with this command:
sudo apt full-upgrade
Then, for good measure, reboot.
if you haven't done so already, reboot to restore internet access.
Then execute this command and post the output:
sudo apt update && apt full-upgrade -s
now this is the proposed solution by aptitude
Remove the following packages: 1) libpolkit-backend-1-0 [0.105-25+devuan9 (now)] 2) libpolkit-backend-consolekit-1-0 [0.105-25+devuan9 (now)] Upgrade the following packages: 3) gir1.2-polkit-1.0 [0.105-25+devuan9 (now) -> 0.105-31+devuan2 (oldstable) 4) libpolkit-agent-1-0 [0.105-25+devuan9 (now) -> 0.105-31+devuan2 (oldstabl 5) policykit-1 [0.105-25+devuan9 (now) -> 0.105-31+devuan2 (oldstable)]
I believe that that's the correct solution. On my Chimaera-based Refracta system, these packages don't even exist:
1) libpolkit-backend-1-0
2) libpolkit-backend-consolekit-1-0
In other words, not only are they not installed, they cannot be installed. So those packages are most likely leftovers, in which case they should be removed.
You need network-manager-gnome and not just network-manager.
Try to install it using aptitude:
sudo aptitude install network-manager-gnome
If there is a problem installing it, aptitude will offer possible solutions.