You are not logged in.
Hello:
Thank you ...
You're welcome.
It was more a recommendation than anything else.
... a german page that seems to fit to my problem ...
... something went wrong.
... time ti format /dev/sda6.
I cannot opine on all that.
All I can say is that every time I have come across the string btrfs it is usually associated with a problem.
Not all solvable, many fatal.
As an example, see this thread from a couple of years ago: https://dev1galaxy.org/viewtopic.php?id=5631
... is there another option?
... wiser to change to ext4 fs instead of btrfs?
I'll answer your questions by expressing my point of view* with respect to using filesystems other than the one Devuan uses by default.
* which does not imply or pretend any wisdom on my behalf. 8^°
To wit:
Choosing anything other than the default Devuan ext4 filesystem implies that you are absolutely sure that you have a use case that really justifies your doing so, a second implication being that you are sufficiently versed in the options being considered.
This (quite obviously) also applies to choosing any init package other than the default Devuan sysvinit, something of a trend in the last few years.
From where I see it, keeping the default options is a basic part of the KISS principle.
ie: if it works as advertised / needed, is adequately supported and has not given you any grief, use the default.
In my case as a 100% Linux user for the last 14 years (the last 8 or so with Devuan), I have never (ever) had any isssues with sysvinit or ext4.
As always, just my $0.02.
YMMV.
That said and assuming that you have all your data and configurations properly backed up, I'd say that you may want to consider getting rid of btrfs and proceed to format whatever disk arrangement you have to ext4.
ie: all the drives, no mixing filesystems.
Best,
A.
Hello:
I have the following problem:
according to df my home directory has free space and is fully occupied the same time:
/dev/sda6 40G 29G 0 100% /home
I'd have a look here https://btrfs.readthedocs.io/en/stable/ … index.html and here https://wiki.debian.org/Btrfs
Best,
A.
Hello:
... quick package search suggests version 10 is too old to be found ...
Yes, but I did get the files.
This, as it usually happens, was a tipical pebkac.
The instructions were clear albeit not for me.
To wit:
libnetsnmp.so.10 copy from PSU_1.01/cdroot/Linux/psu/share/lib64/libnetsnmp.so.10.0.2
libqt-mt.so.3 copy from PSU_1.01/cdroot/Linux/psu/share/lib64/libqt-mt.so.3.0.5
libstdc++.so.5 extract from PSU_1.01/cdroot/Linux/psu/share/libstdc++-5-x86_64.tar.gz | /usr/lib64/libstdc++.so.5.0.7Eventually, you should end up with this folder structure:
PSU_1.01/cdroot/Linux/wirelesssetup/bin64
├── libnetsnmp.so.10
├── libqt-mt.so.3
├── libstdc++.so.5
└── wirelesssetup
But the 'folder structure' I ended up with was different:
~/Downloads/hp_m2020w_utils/cdroot/Linux/wirelesssetup/bin64$ ls -1
libnetsnmp.so.10.0.2
libqt-mt.so.3.0.5
libstdc++.so.5.0.7
wirelesssetup
~/Downloads/hp_m2020w_utils/cdroot/Linux/wirelesssetup/bin64$ I assumed that as the post was over three years old, the files in my forder structure were fine as the major versions were the same.
It did not occurr to me that I was to 'copy as' as in 'rename' to instead of doing a 'textual' copy.
Granted, the instructions could have been more explicit.
Once I had the files renamed, the application came up but unfortunately it does not have a wireless on/off switch for the printer.
The only thing it is good for is filling out the printer's wireless settings, something I cannot do unless I set up wireless in my box and actually establish a connection with the printer, so no USB connection for that.
I wonder how much it would have cost HP to add small SPST micro switch somewhere under the printer's chassis?
Maybe US$0.20?
The OP's title "change M2020 printer WiFi configuration using USB" ended up being rather misleading.
Or not: maybe 'configuration' does not include turning wireless on/off. 8^°
Thank you very much for your input.
Best,
A.
Hello:
... but if you need a good b&w ...
I'm sorry, I have not explained myself correctly.
My bad ...
I do not need another B&W printer.
Like I mentioned, this one works perfectly well.
I just want to access the printer's wireless settings via USB without having to install a full blown HP application.
ie: just need to solve the problem I posted about.
./wirelesssetup: error while loading shared libraries: libnetsnmp.so.10: cannot open shared object file:
No such file or directory.Best,
A.
Hello:
... you don't trust the company ...
HP?
Samsung?
Neither of them.
Long ago I trusted HP.
It was another life, another HP and I was only 23.
... suggest you stay at large from their products?
That I have done so for the longest time.
But a few years ago, needing a relatively decent B&W printer in very short order and without much money to spare, I went for a new M2020W with quite a hefty discount on the regular over the counter price due to it being the last one in a shop about to close.
ie: I needed a printer that same day and the shop needed the cash which, when all was said and done, was (iirc) less than US$40.
I did not expect it to last past the job I was undertaking but here it is.
But as I did not trust HP, I never used it wirelessly, connected it to the web or updated any code.
Just plain USB.
Makes sense?
Best,
A.
Hello:
I run a Samsung/HP M2020W laser printer.
It has a small footprint, was on sale at 50% discount and suited me fine for my occasional printing.
It works fine with CUPS (for now) and it connects to my box via USB.
Never used (or will use) its wireless networking capability.
That said, I have lately discovered that the printer's wireless is brought up every time I turn it on.
So I went looking to see if I could find a way to set up the wireless parameters without having to install a Samsung/HP driver package which, needless to say, I do not trust: it may well brick my printer or keep me from refilling my carts.
I then found this page which had the instructions to do exactly what I wanted.
I managed to get the files, extracted the ones I needed and ran the application but I am not getting the expected results.
~/Downloads/hp_m2020w_utils/cdroot/Linux/wirelesssetup/bin64$ LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH ./wirelesssetup /dev/usb/lp1
./wirelesssetup: error while loading shared libraries: libnetsnmp.so.10: cannot open shared object file: No such file or directoryMy Devuan Daedalus has updated versions of libnetsnmp.so.10 and all the needed files are where the instructions say they should be:
~/Downloads/hp_m2020w_utils/cdroot/Linux/wirelesssetup/bin64$ ls -1
libnetsnmp.so.10.0.2
libqt-mt.so.3.0.5
libstdc++.so.5.0.7
wirelesssetup
~/Downloads/hp_m2020w_utils/cdroot/Linux/wirelesssetup/bin64$ This makes me think that there may be something amiss (?) with the LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH string before the executable is called.
ie: much in Linux in the past couple of years and the post was last updated two years ago.
Any ideas?
Best,
A.
Hello:
... pcmanfm package recommends lxpolkit or polkit-1-auth-agent ...
... it's possible you (auto)removed it.
Indeed ... 8^°
That was it.
lxpolkit was not present so I installed it and set it up as required in Applications -> Settings -> Session and startup.
Now everything works as it should, disks and gparted wise.
Thanks for your input (both you and all those who pitched in).
Much obliged.
Best,
A.
Hello:
"su" vs. "su -" problem?
Hmm ...
When su - was mandated, I started to use it.
Never used su again.
$ su -
Password:
# ... pinentry package should be there to ask for your password ...
Yes.
That was the usual routine.
Best,
A.
Hello:
... if that command works in a terminal emulator as your normal (non root) user ...
$ pkexec --disable-internal-agent '/usr/sbin/gparted'
Error executing command as another user: No authentication agent found.
$ Best,
A.
Hello:
Here you go. 8^)
Which "cmd line"?
... LXTerminal or Tilix
Check output of 'env'.
$ env | grep -i display
DISPLAY=:0.0
$Regarding gparted not starting from the menu ...
That would be standard XFCE menu.
ie: Applications -> System -> Gparted
OP didn't specify what command this "menu" is launching ...
The command should be whatever XFCE was set to run by default on installation.
Thanks for your input.
Best,
A.
Hello:
Thanks for the prompt reply.
Much appreciated.
... starting gparted from the menu you should be asked for root credentials.
... indicates at some permission issues.
Yes, I know.
It does not do anything.
ie: start or ask for credentials.
... changed the policy kit?
Hmm ...
Can't say, don't think so.
This is my polkit applications list:
$ apt list | grep installed | grep polkit
--- snip ---
gir1.2-polkit-1.0/oldstable,now 122-3devuan2 amd64 [installed,automatic]
libpolkit-agent-1-0/oldstable,now 122-3devuan2 amd64 [installed]
libpolkit-gobject-1-0/oldstable,oldstable,now 122-3devuan2 all [installed,automatic]
libpolkit-gobject-elogind-1-0/oldstable,now 122-3devuan2 amd64 [installed,automatic]
polkitd/oldstable,now 122-3devuan2 amd64 [installed,automatic]
$$
$ aptitude why polkitd
i gparted Depends policykit-1
i A policykit-1 Depends polkitd (= 122-3devuan2)
$ Apparently gparted has its needed policykit-1.
I just tried doing something with disks which opens up as usual but when I attempt to check a partition in a non-system drive, I get an error pop-up:
Error unmounting filesystem
Not authorised to perform operation (udisks-error-quark, 4)
There are entries in /var/log/auth.log reflecting this ...
--- snip ---
10:45:01 devuan CRON[5190]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
10:45:01 devuan CRON[5191]: pam_unix(cron:session): session opened for user groucho(uid=1000) by (uid=0)
10:45:01 devuan CRON[5190]: pam_unix(cron:session): session closed for user root
10:45:01 devuan CRON[5191]: pam_unix(cron:session): session closed for user groucho... but not for attempting to start gparted from the menu.
From the cmd line I get this:
--- snip ---
10:51:35 devuan su: pam_unix(su-l:auth): authentication failure; logname= uid=1000 euid=0 tty=/dev/pts/2 ruser=groucho rhost= user=ro$
10:51:37 devuan su[5758]: FAILED SU (to root) groucho on pts/2
10:52:04 devuan su[5774]: (to root) groucho on pts/2
10:52:04 devuan su[5774]: pam_unix(su-l:session): session opened for user root(uid=0) by (uid=1000)Maybe (?) all this is happening due to my purging / uninstalling PCManFM and installing Xfe?
Best,
A.
Hello:
Today I tried to start gparted from the menu but it will not start.
I searched the logs but found nothing.
If I try to start it as root from the cmd line, I get this:
# gparted
(gpartedbin:7345): Gtk-WARNING **: 09:37:51.663: cannot open display:
# That said, I can start parted as root from the cmd line so my guess is that it is probably (?) a display server issue but /var/log/Xorg.0.log has nothing to say.
I cannot recall when I last used gparted, but I do recall it was working properly.
Being in a rush, I reinstalled it (no my usual procedure) but the problem subsists.
I don't want my weekly drive image to have this.
Where to look for the source of the problem?
Best,
A.
Hello:
All of a sudden (as of today 01/04) I am unable to watch YouTube videos ...
Don't know just what may be going on, but ...
All of a sudden (as of today 03/04 17:20 GMT -03:00) I am able to watch YouTube videos again.
Now ...
Was it a glitch that got fixed?
Was there backlash and the block was rolled back?
No idea.
Let's see how long it lasts.
Anyhow, thanks to all those who chipped in.
Best,
A.
Hello:
... use a frontend like Invidious.
Found out about it last night.
It seems to work but YT/Google is trying to foil their efforts.
Still have to see how to make using it more straightforward but for the time being it will do.
Best,
A.
Hello:
No issues at all with FreeTube.
Never heard of it, downloaded the appimage put in the link but I get continuous/permanent SABR messages.
Other videos have the same problem.
Maybe it's your IP address?
This is the first time I've seen this.
Happens with FF, palemoon and LibreWolf, with or without Pi-Hole.
It was working perfectly yesterday.
Best,
A.
Hello:
All of a sudden (as of today 01/04) I am unable to watch YouTube videos and as a result cannot watch late night show snippets.
eg: Colbert, Kimmel, Meyers and Oliver.
All I get is 'video not available'.
Does not seem to be an AF joke.
Anyone having the same issue?
Best,
A.
Hello:
... disabling the XFCE compositor ...
Surprise!!! 8^P
XFCE native compositor is crap.
Try picom, works great.
https://pkginfo.devuan.org/cgi-bin/poli … .61.71.165
See this thread: https://dev1galaxy.org/viewtopic.php?id=6657
The TL;DR is here: https://dev1galaxy.org/viewtopic.php?pid=50429#p50429
Best,
A.
Hello:
From yesterday's The Register:
----
Age checks creep into Linux as systemd gets a DOB field
Flatpak may be next, and the lobbying behind it is raising eyebrows
by Liam Proven
----
https://www.theregister.com/2026/03/24/ … ification/
After weeks of debate, code to record user age was finally merged into the Linux world's favorite system management daemon.
Pull request #40954 to the systemd project is titled "userdb: add birthDate field to JSON user records." It's a new function for the existing userdb service, which adds a field to hold the user's date of birth:Stores the user's birth date for age verification, as required by recent laws in California (AB-1043), Colorado (SB26-051), Brazil (Lei 15.211/2025), etc.
The contents of the field will be protected from modification except by users with root privileges.
The article also reveals some data regarding the lobbying behind all this BS.
Interesting.
Best,
A.
Hello:
... don't know what's the root cause of your issues ...
Hmm ...
I have so many, but the root cause to any of them has eluded me from an early age.
Most of them can be found in any edition of Jon Winokur's 'The Portable Curmudgeon'.
... don't have any of those files you listed in that dbus folder ...
That is because I have gvfs installed and you do not.
I had to reinstall it.
Best,
A.
Hello:
... sorry Altoid ...
Whatever for?
We're just exchanging ideas.
And in a civilised manner. ;^D
... gvfs works really well with PcmanFM ...
I also worked for me till I uninstalled it but quite a few things stopped working properly.
So I installed it again and I then had other issues.
Like I mentioned, getting rid of PCManFM solved the problem.
For me ...
No need to justify anything, to me or anyone else.
My objections to gvfs are based on it being wired, like the OP wrote, to be a jack-of-all-trades.
Does that approach to writing Linux applications sound familiar to you?
Best,
A.
Hello:
... then installed xfe, in my opinion ...
... file manager of choice is mc ...
... I think ranger is ...
... never heard of ranger before ...
We (YT included, obviously) seem to have drifted off a bit.
Happens ... 8^°
The problem I have detected is that even with the use of systemctl, there does not seem to be a way to keep the gvfs.* services from running and if you purge it, at least in Xfce, it screws up things.
Talk about being 'plumbed in'. 8^/
I'm not sure but it seems that dbus (surpise!!!) will start all of them even if they are masked.
See here:
https://askubuntu.com/questions/1285637 … art-0.html
$ ls -1 /usr/share/dbus-1/services | grep vfs
org.gtk.vfs.AfcVolumeMonitor.service
org.gtk.vfs.Daemon.service
org.gtk.vfs.GPhoto2VolumeMonitor.service
org.gtk.vfs.GoaVolumeMonitor.service
org.gtk.vfs.MTPVolumeMonitor.service
org.gtk.vfs.Metadata.service
org.gtk.vfs.UDisks2VolumeMonitor.service
$ Like I mentioned earlier, PCManFM had some issue with gvfs which I solved by purging it and installing a replacement.
But the uneeded gvfs crap is still running.
ie: org.gtk.vfs.AfcVolumeMonitor.service and org.gtk.vfs.GoaVolumeMonitor.service
Any ideas?
Best,
A.
Hello:
... file manager of choice is mc ...
mc is one of the first things I have always installed on any PC, it has been that way ever since I can remember.
Although at that time it was Norton Commander on MS-DOS.
I always use it to ssh into my proto-NAS (WD MBL on OpenWRT) or when do any maintenance on my box, RPi or 1000HE.
I guess it comes down to unconscious preferences (?).
But yes, it is probably the best out there.
A.
Hello:
... report if and when I find something is not working properly ...
... see if getting rid of PCManFM cleans up some more of all this gvfs crap.
Well ...
It seems that, independently of what I did with sysmctl, things were not working as expected.
ie: same old gvfs screwing up things.
So I purged (with exreme prejudice) PCManFM and problem solved.
I then installed xfe, in my opinion a much underrated file manager that needs (?) gvfs but does not screw around with my mounting Android devices; lightweight and highly configurable.
I downloaded the latest version (2.1.5 *.run file) from sourceforge and installed it.
No issues for the time being.
I would also ditch Thunar but it seems not viable if using Xfce.
Will report if and when I find something is not working properly.
Best,
A.
Hello:
... may be the outlier here ...
Not necessarily so.
... hate what gnome has become ...
In my case, not hate as such.
I came across it many years ago when I was gifted a laptop (486?) and went looking for Linux to install.
There was something about it I disliked.
Gut feeling? No idea.
... gvfs and udisks ...
gvfs started acting up when I reinstalled it, fortunately I put paid to that by disabling the offending 'service' with systemctl, a systemd tool.
I am 'on the fence' so to speak about the rest of the gvfs crap running in my box.
While I both understand and sympathise with what you say, as far as I am concerned the less gnome crap we have in our Devuan box, the better.
As for udisks2 and having read that post linked to by brocashelm, if there is something to replace it I think it is a good idea.
Because we must return to the KISS principle if we want to continue to use our boxes as we see fit.
I arrived late to MSDOS and soon came W3.11, which I actually liked.
The when W95 came along, I had no choice but to use it at work.
When I mentioned this to one of the chaps I knew in IT, he said that W95 was a fantastic user interface, the future of 'computing'.
At that time, being a raw beginner in the use of a PC, I still remember the thought that crossed my mind sometime later:
"There will come a time when those who actually master the command line will be the only ones to have access to anything related to IT on their own terms."
And here we are ...
As always, just my $0.02
Best,
A.
Hello:
... you use Gnome or even just gnome-disks then I'm not surprised that removing gvfs gives you problems ...
Not only that.
If I do pkill gvfs.*, PCManFM will start it again.
Talk about invasive ...
To avoid the fuckups I have been getting I needed to at least disable gvfs-daemon.service.
Much to my chagrin, the only safe way I found on-line to do that was using systemctl, which I had to install.
Not happy about that. 8^/
When I ran it, I found that I also did not need to have these other services running:
# systemctl --user | grep gvfs
--- snip ---
gvfs-afc-volume-monitor.service loaded inactive dead Virtual filesystem service - Apple File Conduit monitor
gvfs-goa-volume-monitor.service loaded inactive dead Virtual filesystem service - GNOME Online Accounts monitor
--- snip ---
#So I disabled the ones I am certain I do not need:
# systemctl --user disable gvfs-daemon.service
# systemctl --user disable gvfs-afc-volume-monitor.service
# systemctl --user disable gvfs-goa-volume-monitor.serviceHaving to use a systemd tool utility to avoid running unneeded gvfs services is a very bad sign of things to come.
Grin and bear it, I guess.
I'll report if and when I find something is not working properly and in the mean time will see if getting rid of PCManFM cleans up some more of all this gvfs crap.
Sad state of affairs these are.
Best,
A.