You are not logged in.
Hello:
This up today at ElReg:
https://www.theregister.com/2023/03/17/ … _a_maccie/
Although Thompson is now 80 years old, he most recently worked at Google, where he co-developed Go… although his hiring caused problems: he refused to take the company's mandatory C proficiency test, on the feeble pretext that he designed the C language.
A must read/watch. 8^D
A good week-end to all.
A.
Hello:
... because there's no obvious harm at the moment doesn't mean there isn't some hidden/future problem.
Maybe no even harm, obvious or not.
But *something* left behind that could/may, in conjunction with something else, bring up a problem or a situation that could bring up a problem.
... remembered inotify, which can monitor filesystem use ...
Good idea ...
Please keep us posted.
Thanks for your input.
Best,
A.
Hello:
I'll keep digging.
Please do.
... not hurting anything ...
Not that you know of.
... just annoying now that I know about it.
Indeed ...
I think that what is annoying is that something (unknown to you) is creating a .config dir in /.
And from what I have been told, it should not be happening.
Unless at some time your $HOME was set to /.
Which does not seem to be the case.
Granted, it may not be a big deal, but it should not be happening.
My idea of things like these is that they should be investigated and fixed.
If it is a bug or an oversight, it should be squashed/fixed.
All those "won't fix because it is harmless" issues, warnings and/or bug reports which end up being swept under the rug will are not healthy.
I see it as lousy coding and may (eventually) end up causing issues somewhere in the system.
Of course, YMMV.
Best,
A.
configHello:
... pulseaudio purged, an empty /.cache/ is getting created at each boot.
Not here:
~$ uname -a
Linux devuan 5.10.0-0.deb10.16-amd64 #1 SMP Debian 5.10.127-2~bpo10+1 (2022-07-28) x86_64 GNU/Linux
~$ There is no .cache in my /.
All of them live in the /home/user dir.
And this is all the pulse I have:
~$ apt list | grep installed | grep -i pulse*
--- snip ---
debian-pulseaudio-config-override/oldstable,oldstable,now 1.0 all [installed,automatic]
libpulse0/oldstable,now 12.2-4+deb10u1 amd64 [installed,automatic]
libpulse0/oldstable,now 12.2-4+deb10u1 i386 [installed,automatic]
~$ Maybe something else is doing that?
Best,
A.
Hello:
Altoid wrote:..
But then you upgrade the kernel and there it is again.
What I always do is purge apparmor after the upgrade..
A.What about holding the package; sudo apt-mark hold apparmor
or even pinning it ?Would the upgrade still go through ?
Hmm ...
No idea.
Have not tried it but I don't see (?) why it shouldn't.
Yes, I guess I could pin it.
ie: the same way I do with pulseaudio and see what happens on the next upgrade.
Bear in mind that there are other apparmor related libraries which are/may be needed by other packages.
eg: libapparmor1
~$ aptitude why libapparmor1
i stress-ng Depends libapparmor1 (>= 2.10)
~$ Edit:
It seems that there's more than stress-ng involved with libapparmor1.
~$ aptitude why libapparmor1
i slim Depends dbus
i A dbus Depends libapparmor1 (>= 2.8.94)
~$---> Very strange all this did not show up on my previous query to aptitude. <---
I have not used stress-ng in years, so I might as well get rid of it. and solve the issue.
We'll see how the pinning goes.
Best,
A.
Hello:
... strongly suspect we're going to need something like daemon ...
... as systemd user-units become more popular. continues to extend its tentacles further and further into Linux. <--- reads better now, I think.
... this /.config and /.cache garbage is created on chimera ...
Not only on chimaera.
I run Devuan Beowulf with a backported kernel.
I suspect it was there since ascii but can't confirm.
... but not remove them if they exist ...
... not tracked by dpkg (for extra nastiness).
So I have seen.
... absolutely consider this a bug to be fixed.
Probably to be reported to Debian.
Don't think it's a Devuan thing, but ...
... has to do with pulse assuming systemd and doing broken things ...
... if that is so, it could/may be due to an incomplete/faulty sanitisation of the pulseaudio package by the Devuan devs.
Thanks for your input.
Best,
A.
Hello:
... ditch pulseaudio on my destop.
Yes, but do remember to check the link I posted.
You don't want pulseaudio pulled in again by some uncouth package.
~$ cat /etc/apt/preferences.d/avoid_pulseaudio
Package: pulseaudio:*
Pin: version *
Pin-Priority: -1
~$ Best,
A.
Hello:
... only where pulseaudio is involved.
... janky behaviour for potteringware ...
... extremely ugly.
Ah ...
... could still be a bug in pulseaudio ...
Could well be.
No matter, quite easy to fix.
First this:
# apt purge pulseaudio && apt autoclean && apt autoremoveAnd then this.
Best,
A.
Edit:
Out or curiosity (I purged pulseaudio two/three years ago) I went to see what was up in my / dir.
Seems that purging pulseaudio is not enough: I found /.config/pulse and within it, two files.
One was a 26a708d3d7dc6778fc6ff9f55921b024-runtime file and the other was a cookie file and they were not size nought.
So I left the /.config dir (don't know if it is needed), but eliminated its contents.
Hello:
The last time I updated my Nvidia drivers was probably before moving from beowulf to chimaera ...
Some Nvidia cards can no longer be used in Linux systems as Nvidia dropped support for them.
In my specific case, the 340.108 driver I use for my two perfectly working FX580 cards.
That is the main reason I am still on Devuan Beowulf running a backported kernel till I am forced to move on and use the Nouveau drivers.
Hopefully, they may work better than the last time I tried them.
You may want to have a read here and see if you find the answer you are looking for.
Best,
A.
Hello:
... figured it was some form of operator error ...
So ...
It's a bug in the grub installer?
Best,
A.
Hello:
... "missing grub binaries" were just a path issue, had to do "su -" to get proper roots path ...
This has been so since the Beowulf release:
### What's new in this release
--- snip ---
Changes in su
- The behavior of su has changed. Use 'su -' to get root's path or use
the full path to commands if you use only 'su'.
- There are several ways to get the old behavior. The easiest is to
edit /etc/default/su to add the line:ALWAYS_SET_PATH yes
See the following for more information:
https://www.debian.org/releases/buster/ … -variables
https://wiki.debian.org/NewInBuster
https://bugs.debian.org/cgi-bin/bugrepo … bug=905564
... the grub installation "appears" broken, as the usual grub binaries and scripts are mia-- i.e no "grub-install" "grub-mkconfig" etc.
Could this be a bug?
The grub installer seems to ignore the new su behaviour as described in https://files.devuan.org/devuan_beowulf … _notes.txt.
Not running an efi box, so can't say much more about this.
Best,
A.
Hello:
Haven't come across this but ...
I don't think there's any magic or wonder of any sort going on here.
The fact that lsusb does not show the connected device only means that.
ie: that it does not show/detect it.
But it does not mean that the SP Flash Tool cannot read the processor information belonging to the Android device.
ie: after all, it is the SP Flash Tool app that is doing the reading.
The thing is that (from what you are saying) the only place the SP Flash Tool can check the processor data is on the Android device.
And the only way the SP Flash Tool can do that is through the USB connection you established by plugging in the device.
That is, unless I am missing some new and recently develped tech.
Best,
A.
Hello:
... but it's not in the repos?
LibreWolf is not in the Debian repositories and as a direct consequence, you will not find it in the Devuan repositories.
Now ...
Why is it not in the Debian repository?
No idea ...
Maybe for the same reason a number of other distributions don't don't have it in theirs.
But I don't know what that reason is.
Best,
A.
Hello:
... plenty of laptop vendors selling corebooted Linux laptops ...
I have not been into laptops/portables for for over 15 years now.
For me, they ended up being rather expensive propositions with a very limited lifespan and nought repair possibilities.
ie: in comparison to all other hardware I have owned.
... if you want a desktop, you can just build your own ...
That's what I did for many years till I purchased the box I have now and upgraded it to its full potential.
It's a Sun Microsystems Ultra 24 WS purchased in late 2015, second hand with ~ 4 years' use but in mint condition.
Like you point out, this is a WinTel thing, which obviously includes AMD and it will continue as it has been a very profitable business model for all involved.
The thing is that I don't see where to look for an aternative board/processor for this nice box.
And as the article I linked to makes blindingly obvious, the systemd virus is expanding more and more each day.
Thanks for your input.
Best,
A.
Hello:
... mixed libcups2 with libavahi3 when writing the previous messages.
You should check that then.
... configure apt in a way that it downloads/installs only the "Depends" ...
Yes, install with the --no-install-recommends flag.
eg:
apt install --no-install-recommends [package_name_here]See https://superuser.com/questions/615565/ … recommends for how to make that permanent in apt.
Best,
A.
Hello:
Just came across this article from The Register, one of my usual reading spots every morn.
As I started to read it, I immediately recalled Mike-thinky's plight.
Just a small tidbit to whet your appetite:
Three of the last four new laptops that have landed on The Reg FOSS desk came with Windows' Bitlocker FDE turned on by default. (The only one that didn't was Tuxedo Computers' Stellaris gen 4, a gaming laptop with a multicolor illuminated mechanical keyboard. As a machine intended to run Linux, that's not really a surprise.)
Many users might never even notice it, unless they try to dual-boot the computer with a non-Windows OS and find that nothing else can read the disk. Never fear: we have described how to turn it off and make such a machine ready to dual-boot.
I for one won't be letting go of my legacy BIOS booting box anytime soon, even if I have to resort to learning how to spin a custom tailored kernel for it.
But ...
How long will I be able to hold out?
Best,
A.
Hello:
... but i wonder why it is needed?
Run this in a terminal:
~$ aptitude why libcups3I run Devuan Beowulf with a backported kernel:
~$ uname -a
Linux devuan 5.10.0-0.deb10.16-amd64 #1 SMP Debian 5.10.127-2~bpo10+1 (2022-07-28) x86_64 GNU/Linux
~$ I have cups installed:
~$ apt list | grep installed | grep -i cups
---
cups-bsd/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
cups-client/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
cups-common/oldstable,oldstable,oldstable-security,oldstable-security,now 2.2.10-6+deb10u6 all [installed,automatic]
cups-core-drivers/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
cups-daemon/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
cups-filters-core-drivers/oldstable,now 1.21.6-5 amd64 [installed,automatic]
cups-filters/oldstable,now 1.21.6-5 amd64 [installed,automatic]
cups-ipp-utils/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
cups-ppdc/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
cups-server-common/oldstable,oldstable,oldstable-security,oldstable-security,now 2.2.10-6+deb10u6 all [installed,automatic]
cups/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed]
libcups2/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
libcups2/oldstable,oldstable-security,now 2.2.10-6+deb10u6 i386 [installed]
libcupsfilters1/oldstable,now 1.21.6-5 amd64 [installed,automatic]
libcupsimage2/oldstable,oldstable-security,now 2.2.10-6+deb10u6 amd64 [installed,automatic]
printer-driver-hpcups/oldstable,now 3.18.12+dfsg0-2 amd64 [installed,automatic]
~$ But the library you referr to is not installed in my system:
~$ apt list | grep installed | grep -i libcups3
---
~$ ~$ aptitude why libcups3
E: No package named "libcups3" exists.
~$ Maybe it is just a chimaera thing?
Best,
A.
Hello:
... seemed to me that the problem was probably with ScriptSafe, which is a script-blocker ...
---
(added clearance for that URL & the upload now worked ...
Glad you were able to work it out.
I see that there are only 36 open issues at the CUPS GitHub page and only 3 have not been looked at/sorted/classified yet.
The last 2 being from this month and one from less than a month ago.
Not bad at all, I've seen much worse.
eg: LibreOffice, XFCE and others.
Hopefully you'll get a request for more information or feedback of some sort within a fortnight.
Please keep us posted.
Best,
A.
Hello:
... thinkpad L14 ...
... have the service manual ...
... cannot even get it to see the usb ...
... bios has quite a sparse menu ...
Hmm ...
You may want to have a read here and here.
ie: Enter BIOS during power on (before Windows loads)
The first page is for the first L14 series (type 20U1, 20U2) and the second is for the following L14 series (type 20U5, 20U6) ThinkPads.
The BIOS seem to be the same.
I don't have one of those laptops so I really cannot say, but it seems to me that you may not be accessing the whole of the BIOS settings.
Best,
A.
Hello:
... reported the issue to CUPS; see https://github.com/OpenPrinting/cups/issues/611
Good. 8^)
It's a start.
Let's see what comes up.
... upload-utility failed ...
You may want to try the upload with a different browser.
eg: Pale Moon gives me all sorts of grief in many places.
Best,
A.
Hello:
For f*** sake why? Completely unnecessary.
Hmm ...
No.
It's
Seriously, just who comes up with these dumb ideas?
which is one of the smartest and most useful Linux commands.
A.