The officially official Devuan Forum!

You are not logged in.

#251 Re: Installation » Daedalus LXQT-only installs no wireless manager? » 2024-08-31 21:51:32

The best however is to not use any of those configuration scramblers, but to settle for the original ifupdown system together with wpagui. With those you are seated with maximal flexibility, simple configuration basis by editing text file(s) and a fantastic opportunity catering for any custom networking landscaping.

All it takes is a bit of knowledge which is acquired by means of reading -- reading man pages, starting with man interfaces. Knowledge is power. When you give knowledge away for an idea of convenience, then you lose.

#252 Re: Off-topic » How are you guys quoting posts? » 2024-08-30 21:47:23

To be clear: when/if interesting discussions emerge I would be keen to assist with improved platform software.

#253 Re: Off-topic » How are you guys quoting posts? » 2024-08-29 23:54:31

When/if interesting discussions emerge I would be keen to assist with improved platform software.

#254 Re: Devuan » Issues with the repo? » 2024-08-29 13:30:18

I set up a package mirror recently, and after a month++ it's sailing with these metrics

  • Network bandwith: 60GB/month (est)

  • Disk usage: 23 G

  • CPU load (avg/peak): 2% / 4% (at 4 traffic peak times per day)

  • Admin time (est): averaging to <10 min/day

As you say, it only holds Devuan packages and it redirect to deb.debian.org for all Debian packages (as per the standard mirroring instructions).

The mirror is a Single-CPU VPS (qemu) with 1G RAM allotment by a "Tier 3" company.

#255 Re: Other Issues » [SOLVED] Possible Malware » 2024-08-21 00:00:56

The programs egrep and fgrep belong to the grep package.
Possibly you have them as /bin/grep and /bin/egrep where they have been residing since yonks. Now everything is supposed to reside in /usr/bin due to a reconfiguration of the root filesystem where all pathnames /bin, /sbin and /lib* are replaced with links to same-named directories under usr.

You may have heard about it as "usrmerge".

Most likely you have updated checking tools that expects/requires those silly-links.

#257 Re: Installation » [SOLVED] Devuan 5 not booting. » 2024-08-19 21:16:27

Note that UEFI bios is 32-bit software so booting may have difficulties with an EFI partition beyond 4G byte address. The general advice is always to have that partition first on the disk (i.e. starting at a 1M = 2048 sectors offset).

#258 Re: Installation » [SOLVED] Update » 2024-08-16 21:25:28

I use ifupdown on its own.

But, yes, connman apparently includes DNS caching with built-in assumption that the network world is unchanging. Not that I know much about it; for me it turned up as a debian hack when wicd was abandoned, but there may well be more history to it than that.

The easiest and best (I say) is to just use traditional network configuration with ifupdown together with wpa_supplicant and possibly its wpagui gui tool,

EDIT: start with man interfaces

#261 Re: News & Announcements » How you can help Devuan » 2024-08-09 10:47:32

Good.

Development like that would happen in git.devuan.org/devuan/documentation with normal fork+change+merge activity.

Thus, 1) register there; 2) fork the project, 3) start a branch.. perhaps named wip/excalibur (but naming could well be discussed); 4) edit; 5) make merge requests to the source project.

#262 Re: Installation » Install from Ventoy » 2024-08-09 04:21:11

There is no magic involved.

Installers that are fully contained within their initrd will be fully loaded by ventoy from their ISO files, and "work" provided that they don't require access to their media.

Installers that require access to their media will not have that access, because the media is not available as partitions with ventoy.

If such an an installer is made to look for a ventoy partition, to mount that filesystem, to search for their ISO among the collection of ISO image files, then it may well also work.

#264 Re: Hardware & System Configuration » [SOLVED] Xorg not starting with error "(EE) [drm] Failed to open DRM device .." » 2024-08-06 10:28:42

Good. I suppose that error code "-19" means something particular but I don't really know how to find out what. You might want to drop in to the #devuan IRC channel on lilbera.chat where you're likely to find people that knows about graphics.

#266 Re: Hardware & System Configuration » [HELP] Hotspot through nm-applet » 2024-08-02 23:29:03

You'll need to install hostapd and read through its documentation.

#267 Re: Desktop and Multimedia » [SOLVED] Android -> Linux screen mirroring software » 2024-07-26 23:02:44

A next option if indeed the "59" package does provide the required ABI could be to use equivs and set up a dummy "58" package so as to make apt happy (believing the "58" package is installed).

Your equivs package, which takes a small amount of effort, would be void of content and only have the meta information declaring it to provide libavformat58 and depend on libavformat59.

In that way you would implement that claim that your "59" package provides whatever is required from the "58" package.

#268 Re: Desktop and Multimedia » [SOLVED] Android -> Linux screen mirroring software » 2024-07-26 22:20:40

@Altoid, did you try installing when adding/keeping a chimaera sources.list line (in addition to daedalus)? or does that raise conflict with the "59" package?

#269 Re: Off-topic » How to derail a thread part 2 » 2024-07-24 12:17:48

Thanks for your concern. Let us now and henceforth round up the nonsense and only post things likely to be of more general interest.

#271 Re: Installation » [SOLVED] Fujitsu Lifebook U728 + Devuan 4 » 2024-07-21 20:33:58

Possibly i you get the initial grub splash screen, you might try using E, C or ESC to enter grub command line and ther type "exit" and ENTER.

#272 Re: Installation » USB3 Disc problem with Daedalus on Dell 3525 » 2024-07-20 05:15:37

Please, if you are posting links, then post links. Otherwise it's just an illegible mess of characters.

#273 Re: Installation » USB3 Disc problem with Daedalus on Dell 3525 » 2024-07-20 01:31:19

Please use "code" block around code and log files.

#274 Re: Desktop and Multimedia » [SOLVED] mate desktop pdf opens in terminal with vim » 2024-07-16 09:16:19

The way to find out is to use strace, focussing on the open or openat system calls and reducing it to the files concerned. Something like

$ strace -f -s 200 $program | sed '/open/!d;s|[^"]*"||;s|".*||' | sort -u

where $program is that program that handles the mouse click... your file browser(?).

EDIT: However if the click handling program farms out the decision logic to some dbus activated something, it breaks the call chain and becomes slightly more complext to trace. You might then need to trace dbus to work out where the decision logic is sited, and then set up a way to strace that.

#275 Re: Desktop and Multimedia » PulseAudio always resets to mute » 2024-07-14 12:07:49

@alexkemp; late evening perhaps smile
Please check /etc/default/dbus again (which indeed is different from  /etc/init.d/dbus).

Board footer

Forum Software