The officially official Devuan Forum!

You are not logged in.

#351 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.

#352 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.

#353 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.

#355 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).

#356 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

#359 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.

#360 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.

#362 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.

#364 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.

#365 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.

#366 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?

#367 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.

#369 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.

#370 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.

#371 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.

#372 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.

#373 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).

#374 Re: Devuan » lists.dyne.org require rDNS for senders » 2024-07-10 10:02:55

I had a quick look and apparently neither of mx1 or mx2 of your domain are in the domain's spf.
Aren't those the mailout hosts? Or should spf include an "a" or its ip to indicate itself, if that's your mailout host (and host ...7 doesn't have rdns)

#375 Re: Desktop and Multimedia » Dhcpdiscover freezes boot, when there is no wifi network » 2024-07-09 20:43:49

You might want to use the following setup variant:
First, create or edit  /etc/wpa_supplicant/wpa_supplicant.conf to have 2 initial lines like this:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

Secondly, change /etc/network/interfaces for wlan0 to read like this

auto wlan0
iface wlan0 inet manual
    wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp

Thirdly, add the user to the group netdev.

Then that user can operate the wlan0 connection with wpagui (which you might need to install), and all details for networks that they connect to gets saved in /etc/wpa_supplicant/wpa_supplicant.conf, to be autimatically re-used upon roaming... (it's also possble for you to enter that beforehand with a text editor, but the file is also updated by wpa_supplicant. See man wpa_action for details).

EDIT: Note that there are two iface blocks for wireless in this setup. Firstly the wlan0 block that registers it to wpa_supplicant via the wpa_roam setting, telling the name of the connection database file to use. Secondly a default block that wpa_action uses for configuring the interface. Note that "default" is the name of that block.

EDIT 2: Technically this solves the issue of running a dhcp attempt too early to the wrong network by  the wireless setup being broken up into two phases. The first phase happens on boot, where the interface is brought up to link level. That enables wpa_supplicant to scan for available networks. The interface is thereafter raised to ip level when wpa_supplicant discovers a network it has connection details for, and then dhcp is used (as configured by the default iface block) with the approrpiate link encryption for aquiring the network address(s) etc.

This setup also allows for static (rather than dhcp) network configurations to be made for individual networks. You do that by other specially named iface blocks to identify the concerned connections. See the man page if you need that.

Board footer

Forum Software