The officially official Devuan Forum!

You are not logged in.

#51 Re: Off-topic » For those who like parody... » 2025-08-06 05:19:17

what the jest is

Uhh, how many bizarre faces and wild hand gestures Clickbait Robertson can make in one video?

#52 Re: Other Issues » question: eudev package » 2025-08-04 05:05:42

liberate devuan from systemd

Hate to break it to you, but both eudev and elogind are systemd, or at least "liberated" parts of it. What both those (Gentoo, hence the "e") projects do is split out systemd components that we want into standalone packages.

given that eudev is optional, is it possible to have a functioning devaun install without eudev?

Sure, for some definition of "functioning".

no X11

AFAIK X only needs [e]udev for video and input device permissions, you could set those up manually (and fool apt with equivs)...

no /dev directory

[e]udev doesn't create the devtmpfs at /dev, the kernel does. What udev does do is handle dynamic creation of nodes there for device hotplug.

Way back when, /dev was a static directory and we made device nodes by hand when we installed new hardware (also automatic module loading when the corresponding node was accessed).
Then came devfs, where /dev was a virtual filesystem managed by the kernel and you mostly didn't need to think about mknod (unless you were fancy and had USB).
Finally udev (now absorbed into systemd) was created to deal with all the newfangled hotplug stuff, so now nobody even knows what it is they just plugged in or what driver it uses tongue.

would such a system be useable?

I know of people running Gentoo and Slackware systems with static /dev, but how well that works for Devuan is a good question. I see no reason it shouldn't, but you will obviously give up (most) hotplug functionality and anything else in the udev rules.

#53 Re: Hardware & System Configuration » [SOLVED] System level DNS how to? » 2025-08-02 06:57:13

a: Stop using NetworkMangler and set up your nameservers manually.
b: Disable DNS management in NetworkMangler (add dns=none and rc-manager=unmanaged to the [main] section in the config file) and set up your nameservers manually.
c: Install something that allows multiple sources (i.e. NetworkMangler + You) to mess with nameserver records, such as openresolv, then set up NetworkMangler to use it.

Debian apparently has it's own implementation of (c), but I have no idea how (or if, absent systemd) it works.

I also have no idea what this "nextdns" privacy-koolaid thing and it's "pipe curl to a shell" roll "installer" does to your DNS configuration, or whether it supports openresolv. That's for you to figure out if you want to use it.

#54 Re: Hardware & System Configuration » A glimpse of things to come? » 2025-08-01 16:05:40

TPM functionality isn't necessarily anti-freedom in itself, but it does provide some fairly obvious mechanisms for abuse... Personally I am almost as sceptical of Canonical's motives as I am of IBM/Redhat, and I suspect this will be yet another attempt to get a foot in the door in for something more unpleasant in the future.

IOW, same shit, different day. Same sub-optimal solutions.
The general public doesn't think enough to see through the "for your safety" bullshit or care enough to resist, and the legislators are either completely tech-illiterate or bought-and-paid-for.
So aside from (futile IME) "education", the only real answer is the same as it has always been: Reject these technologies, wear the "less safe convenient" hair-shirt, and when things get really screwed up - help build something that is less so.

Also, like, give the FSF and DBD some money or something. You get fun badges and stuff. tongue

#55 Re: Other Issues » I seem to crash when I go to a certain website... » 2025-07-24 19:16:23

rbit wrote:

just use a user-agent that displays the actual o/s family (i.e. Linux).

From the torbrowser design docs:

Design Goal: All Tor Browser users MUST provide websites with an identical user agent and HTTP header set for a given request type. We omit the Firefox minor revision, and report a popular Windows platform.

rbit wrote:

I wonder what happens if your user-string says "MyBrowser 1.2.3.4" - will anubis block access entirely?

Likely, if the dev's attitude is anything to go by:

Maybe that one guy that sets his Chrome version to 150 would have issues

Installing a user-agent switcher is highly irregular behavior

It seems that user-agent switchers behave consistently in firefox and safari. You may want to use one of those two options

I would not suggest on relying on a user agent switcher in the future. Anubis is going to implement TLS fingerprinting support and that discrepancy between a Windows user agent with a Linux TLS fingerprint will be caught as suspect instantly.

AKA: "We only support ie6. Use a conforming browser. Anyone who doesn't conform is a weirdo and anubis will block them."

We rail against gratuitous javascript and browser fingerprinting, and we promote privacy... Except here, where apparently it's just fine.
We rail against forced systemd wayland adoption software-conformity, and advocate for user-choice... Except here, where apparently it's just fine.

This thing is blatantly speech-police for web browsers, and one small step away from a de-anonymisation engine. It uses all the same methods we love to hate when others do it. I'd make a slippery-slope comment, but you've heard them all already.

#56 Re: Other Issues » I seem to crash when I go to a certain website... » 2025-07-24 13:35:10

Your input website is without value visitors unless you can provide an alternative solution.

FTFY.

#57 Re: Other Issues » I seem to crash when I go to a certain website... » 2025-07-24 13:01:10

ralph.ronnquist wrote:

a good solution

Not of the top of my head, but this ridiculous arms-race sure isn't it. Not when the "cure" does exactly the same type of damage as the "disease", and certainly not when the open web, legitimate crawlers like the Internet Archive, and any users exhibiting "irregular behavior"[sic] (where the definition of "irregular" is up to Xe) are considered acceptable collateral damage.

To hammer home just how insane blocking based on a TLS fingerprint / UA mismatch is... Unless things have changed very recently, doing that will break sites for the TOR browser, of all things. Shall we just throw privacy in general under this bus as well?

What's next? Unmodified Chrome on a TPM-verified "approved" OS? How far are we going to take this madness? Google far?

#58 Re: Other Issues » I seem to crash when I go to a certain website... » 2025-07-24 05:33:55

@Xe Fixed my arse. What you mean is "Found a slightly different way to break the web".
Actually "fixed" would be "gone".

I am still not going anywhere near any site that intentionally wastes my CPU cycles, particularly when it does so with a bunch of javascript it would otherwise not need at all.

Further, to exhume a nugget from the '90s I thought we all grasped by now:
"Stop obsessing over user-agents" (because now you've created #269).

To pull some more gems from your own bugtracker:
"Congratulations, you just broke the web"
"this is a problem for this entire class of software"
"we only support IE6" and "we've known that's bad practice for 25+ years"

Your answer to #269:
"Anubis is going to implement TLS fingerprinting support and that discrepancy between a Windows user agent with a Linux TLS fingerprint will be caught as suspect instantly."
Will break sites for anyone running a privacy-centric browser or extension that always supplies a windows UA regardless of platform, something several currently do.

Go away. Stop breaking sites for non-mainstream browsers and people with user-agent switchers or anti-fingerprinting extensions. User-agent is an advisory header only, and the user can set it however they wish. (ab)using it the way you are is broken design.

You've already (disingenuously) removed mention of "proof of work" because you know people hate it, now you're going to draw the ire of anyone  who has a problem with browser fingerprinting (ya know, that thing every asshat corporation does to track you) in general.

Uhh, congratulations on all the new enemies I guess?

#59 Re: Off-topic » Anyone have familiarity with GrapheneOS? » 2025-07-16 04:27:58

Your british?

Nope. There's a clue in there if you really want to play guessing games, but that wasn't it.

#60 Re: Off-topic » Anyone have familiarity with GrapheneOS? » 2025-07-15 04:50:30

Carrier branded phones might well have a locked bootloader as well (it's an option a carrier can request from the OEM), but IME that level of dickery is mostly a 'murican thing. Down here carrier locks of any kind are a rarity (outside of hire-purchase type arrangements), as is carrier branding in general... because we still have consumer-protection laws 'n stuff.

Personally I just refuse to deal with any provider that doesn't allow BYOD, and refuse to buy any device that's locked to a specific provider.
That usually means purchasing the hardware up-front at full price (or the used market, which I am a big proponent of in general), as opposed to the whole "sign up and get $phone on discount / glorified hire" thing. I'll gladly do that if it means I actually get to own my stuff. Matter of fact, everything I own I actually own, as a matter of principle.

My current phone came from England via ebay, and I did my own research on radio frequencies, carrier compatibility, lock status, parts availablilty and third-party OS support.
It was certainly more work than "sign up with $provider, get phone, use phone", but OTOH this one is mine, and I get to do whatever I want with it, for as long as I want (or at least until the next ridiculous [X]G hype-wave).

#61 Re: Off-topic » Anyone have familiarity with GrapheneOS? » 2025-07-12 19:03:12

beware the Magic Smoke!?

Nah, wrangling angry pixies and sniffing magic smoke is kinda my day-job. Nothing to "beware" of really, just keep one hand in your pocket and a fire extinguisher change of trousers believable excuse handy.

Bad Wolves

Not quite my jam, but close enough for government work. \m/

#62 Re: Off-topic » GNOME is taking the scum bag approach still... » 2025-07-12 18:47:08

There can be no offense when none is taken.

Or, to put it another another way...

"I like offending people, because I think people who get offended should be offended."
        — Linus Torvalds, 2012

#63 Re: Off-topic » Anyone have familiarity with GrapheneOS? » 2025-07-12 10:32:49

They were actually an intentional thing for a bit, back when active power-delivery negotiation specs were still a total mess.

If devices couldn't agree on a current limit, they would default to 100mA (which sucked), but there was a dumber standard that pretty much everything understood...
Bridging the data pins with a <200ohm resistor indicated a device was a charger that could deliver up to 1500mA, and it saved the manufacturer on both the power-delivery IC and the two extra wires.

This is supposed to happen inside the power supply/charger rather than a generic-looking cable of course, but Chinese manufacturers aren't exactly well-known for adhering to spec... So a few "magic" cables that would make your not-entirely-compatible (or just buggy) charger and device settle on an amp or so made it into the wild, as did cables that look like a standard USB cable but aren't, because they shipped with a charger and it saved a few cents to use normal connectors but only two wires.

I've made such cables myself, they're kinda handy if you want to get an old phone charger or powerbank to "just gimme power" for not-really-usb purposes (or blow fuses on old motherboards, to be tried only if you like fiddly soldering wink ).

All this went away with later USB specs and fast-charging, which mandate active negotiation.

#64 Re: Off-topic » Anyone have familiarity with GrapheneOS? » 2025-07-12 06:45:32

bloatware samsung

That is was easily fixed by flashing an AOSP-based bloatware (and touchwiz) free ROM, of which there are were many. These days that's a non-starter, as most modern samsung phones use their in-house (exynos) SOC, and that requires unobtainable proprietary modem firmware for VoLTE and 5G support.
You can still root and debloat the stock ROM, and that's still a serious improvement, but AOSP builds are kinda dead until someone reverse engineers the modem.

If you want a reasonably priced bootloader-unlockable phone that ships (mostly) bloat-free OOTB and works well with third-party AOSP builds, I suggest Motorola. They're also not bad to work on, for when you inevitably smash the LCD or need to replace a port.
Google works too of course, and third-party ROM support is probably the best of all... It's just the price that stings. I really don't need a high-end device, and I have no interest in "premium" features or 50 cameras.

worse than google

It's just the bloatware and custom UI really, and that can mostly be fixed if you're willing to root it (and trip knox). Hardware and build-quality wise, Samsung are pretty good.
It could be worse... Most cheap Chinese brands are bootloader-locked and unrootable, and some even ship literal malware in the stock OS.

look on amazon or something to see what data cable

Dude, seriously, just a plain-old USB cable. The kind that comes in the box with pretty much every tech gadget and multiplies in everyone's desk drawers.
So long as it has appropriate plugs for the things you want to connect it to (likely USB-A[male] -> USB-C[male]) and all the wires (i.e. not a "charging only" cable, if those even still exist), it'll be fine.

appreciate you being helpful on this matter. Its a nice change.

Well, you're not raging at the sky or slandering anyone in this thread. vOv

#65 Re: Off-topic » Anyone have familiarity with GrapheneOS? » 2025-07-12 02:46:12

what kind of cable is needed

A USB data cable, obviously. Same as you would use for ADB or fastboot any other time.

the steps needed to be taken

Same as flashing any other ROM, after doing whatever your hardware vendor requires to unlock the bootloader.
e.g. Enable debugging -> OEM unlock -> bootloader unlock -> reboot to fastboot -> fastboot flash [partition] [image file] (repeat as needed) -> reboot to recovery bootloader -> wipe /data ("factory reset") -> reboot to OS.

how to get it detected via webusb

Why? Just use fastboot and follow the instructions on the grapheneos site. They even give you a shell script so you don't have to go through each step manually.

know how to do this

On a pixel specifically, no. I'm not about to fork-out for any "flagship" phone, let alone one made by Google.
Aside from vendor specifics like bootloader unlocking, android is android, fastboot is fastboot, and flashing a rom is much the same as it ever was. If the install page is anything to go by, this one is about as uncomplicated and "vanilla" a flashing process as you could want.

#66 Re: Desktop and Multimedia » Good X11 environment for laptops? Plasma 6 is not ideal » 2025-07-11 12:37:44

Andre4freedom wrote:

should first get to know what a three finger gesture is

Hmm... One finger is very rude, two fingers is "I can still shoot you", three fingers is... More fun? tongue

ralph.ronnquist wrote:

E.g. ctrl-alt-$something

Close... While those do often require 3 fingers... they're not "gestures".

pearmypie wrote:

trackpad gestures
...
multi touch gestures

Methinks OP is referring to those newfangled things you drag your phalanges around on smear grease all over. Sometimes they're part of the display so the grease blurs your terminal and you scratch the tube trying to wipe it off, but more often they're in the palmrest of a luggable so as to catch coffee and be as irritating as possible while you're trying to type.
Horrid idea all around if you ask me, but that's what the kids are into these days.

@OP: I have no idea, I hate trackpads with a passion. Best try it and find out, push-comes-to-shove just use touchegg or similar (which I expect you will need to build yourself) to convert hand-waving into proper keybinds. That should work with any DE or WM, and any action you can bind keys to (provided libinput supports multi-touch for your hardware to begin with).

As for X on laptops, sure... A thinkpad with real mouse buttons and a nipple nub whatever the red rubber thing is that makes it so I don't have to take my fingers off the keyboard to move the cursor around. wink

#67 Re: Off-topic » GNOME is taking the scum bag approach still... » 2025-07-11 09:18:32

gnome is developed by people either in the corporate employ and/or under corporate direction. I have honestly never understood or seen the point in it, but there it us.

Money, obviously. Mostly from RedHat, and a few other commercial entities with interest in a desktop GNU/Linux product. Having a cohesive, tightly controlled, recognisable GUI environment - one GUI environment - is a pretty big part of that, and cruical to offering the likes of RHEL for both servers and workstations. GNOME and freedesktop are RedHat these days, and systemd+wayland+pipewire+GNOME(+LGPL/MIT licencing) is what RedHat envisages a user-friendly, sellable and support(contract)-able Linux desktop to be.

Your only choice is to vote with your feet. As you will learn from the OpenBSD project: if you're not a developer, you don't get to make the decisions - we are "along for the ride".

Indeed... Though with FOSS the "developer or not" bit is still somewhat less black-and-white than it is with commercial software. You can patch or fork and be your own "developer" if you have the motivation, but often it's (artifically) difficult enough that "walk away, go do (or use) something else" is the smarter choice.

What these (relatively) modern "open source" organisations are doing is trying to have thier cake and eat it - i.e. benefit from free code by unpaid "not a developer" contributors, while also gatekeeping all the decision making. Come to think of it, much the same thing Redhat was trying to get rolling 20 years ago.
That's what most of the co-ordinated attacks on forks, alternatives, and even silly little things like application theming are really about. What's ours is ours, and what's yours is also ours, you will eat what we give you and be grateful. Because we have more money, more developers, and more to gain from branding and vendor lock-in. Politics is a smokescreen, it's all about image, money and control.
Oh look how they flip out when somebody, uninvited, dares to play with one of "their" bigger toys. See how quickly Godwin's law, cancel-culture, and plain-old slander are mobilised to shut it down. tongue

You can accept this situation as status-quo and get on with life, you can go somewhere that hasn't been infiltrated (yet) and hope it holds out, or you can wear the hair-shirt of "desktop GNU/Linux 15 years ago" (i.e. lots of choice, but also lots of work and lots of jank) by sticking with the original FOSS spirit and becoming a developer, amongst the many projects small enough and esoteric enough to escape notice and remain the domain of the true software nerds...

Or one can just rage ineffectually about it all I guess - but it won't achieve anything, and I'm pretty sure this board isn't meant as a therapy session.

#68 Re: Off-topic » GNOME is taking the scum bag approach still... » 2025-07-10 07:30:30

Why thank you, the donkey is a noble creature, hard-working and uncomplaining.
As for your respect... vOv? Do I sound like I care?

#69 Re: Off-topic » GNOME is taking the scum bag approach still... » 2025-07-10 07:12:43

I'll be nice to zapper just as soon as he stops calling people names. It's obnoxious.

Also, @blackhole: Ahh, a nice refreshing glass of reason in this desert of politics and vitriol. +∞

#70 Re: Devuan » Can't use MAKE command driver for installation » 2025-07-10 07:03:16

perhaps we might hypothesize we are interacting with ai/llm?

Sure reads like one, and I was gunna say it... But benefit of the doubt and all that. They could also just be a noob, copy-pasting the usual outdated blog-post garbage.

Then again, the Large-Regurgitation-Model hypothesis would neatly explain things like missing the "No longer maintained for kernel > 6.0.0" bit (it's an image, not plaintext), and the inane "Okay, great!  Thanks for next step!" reply (while clearly not understanding the advice)...

#71 Re: Off-topic » GNOME is taking the scum bag approach still... » 2025-07-10 06:53:56

Neither of those words are being used in their correct context.

Syntax matters when it comes to code quality, semantics and politics do not.

I don't know if I can trust alt righ twingers to do coding correctly.

I don't know if I can trust people who put more emphasis on politics, "red flags" and similar buzzword rhetoric, and linguistic hair-splitting than code quality to present a rational argument one way or the other.

isn't Xenocara also available

Sure. I await your reasoned (read: technical rather than political) argument for one over the other (also your xenocara debian packages, sans BSD-specific code) with bated breath.

toxic

Oooh, really filling out that buzzword-bingo card today, aren't we?

#72 Re: Devuan » Can't use MAKE command driver for installation » 2025-07-10 06:12:28

comborico1611 wrote:

I blacklisted the driver

You haven't compiled the replacement driver successfully yet, so blacklisting the in-kernel one is completely irrelevant at this point.

comborico1611 wrote:

I then resumed once again MAKE

Without addressing (or even reading it seems) what I posted above, so...

errors remain

Of course they do.

comborico1611 wrote:

No useful results on search engine for the errors given

I just told you what the compiler errors mean, a search engine won't tell you anything different - even of it has indexed that exact line, which it probably hasn't.

comborico1611 wrote:

Do I need to get A.I. involved

Nor will an Artificial Idiot. roll

comborico1611 wrote:

Any suggestions?

Already provided: Get a driver that is maintained and compatible with your kernel version... Or learn enough C and kernel programming to find and fix all the deprecated function calls in the broken one you seem determined to use.
One of these is easy, the other is hard. Your choice.

comborico1611 wrote:

Do I need to make blacklist-r8169.conf executable?

Uhh, whut? Why would that matter, it's a configuration file for modprobe. Try 'man modprobe' and 'man modprobe.d' instead of flailing randomly.

comborico1611 wrote:

If we work together, I think we can resolve the issue.

If you read the README in that github repo and followed the link, I expect you would have resolved this already by yourself.
The maintained driver repo even includes DKMS packaging instructions, which I suggest you follow so you get a .deb package and automatic rebuilds on kernel changes.

RedGreen925 wrote:

./configure, and ./make steps

Autoconf 'configure' scripts are stored in the source directory, but 'make' is a binary in system path. So './configure [--option]' and 'make [target]'.
In this case however...

RedGreen925 wrote:

I see nothing about the ./configure step being done.

The source in question does some (sort of) autoconf from the makefile (and a bunch of other crazy besides), there is no configure script.

RedGreen925 wrote:

where does this crazy line come from... try make instead

They did. Read the makefile. tongue

#73 Re: Devuan » Can't use MAKE command driver for installation » 2025-07-09 04:57:05

The answer is right there, in gigantic font, at the top of the README for the (archived) github repository you are cloning:

KERNEL > 6.0.0 NOT LONGER MAINTAIN
For kernel > 6.0.0, You should view https://github.com/lwfinger/rtw89

The module you are trying to compile references functions that no longer exist (at least under those names) in your installed (6.1.0) kernel. Either fix it yourself (out of scope here) or use a codebase that is maintained for current kernels.

#74 Re: Desktop and Multimedia » noCSD for GTK4 » 2025-06-30 01:20:07

Debian instructions wrt porting packages also apply to devuan, e.g. https://wiki.debian.org/CreatePackageFromPPA

#75 Re: Installation » How to Install XLibre on Devuan Daedalus (MATE)? » 2025-06-28 10:47:33

wrong thread pretty sure

What difference would it make, you do the same...

find fault

unusable

crap

it sucks

its a waste

Everywhere you go.

Then, if anyone should dare propose an improvement to this supposedly terrible situation, out comes the...

Why not try

I bet it could be done

I am not brave enough to try

You moan, but you do not do. You rubbish free software, but you do not work on it, even to help yourself. You insult groups and individuals, you belittle their achievements, but you will not even attempt works comparable to theirs.

Your sole contribution to a thread asking how to do a thing is to state that you're not brave enough to try, but someone else might... And even there, you misrepresent my statement.

In any case, I'm done with this thread, and I'm tired of the whinging and politics on this board in general. I'm currently running xlibre on Gentoo, and If anyone wants to try it on Devuan I invite you to read the extensive Debian packaging docs and figure it out.
Otherwise, feel free to hop over to a distro/board/irc channel with less moaning and more doing.

Board footer

Forum Software