The officially official Devuan Forum!

You are not logged in.

#1 Re: Installation » USB3 Disc problem with Daedalus on Dell 3525 » 2024-07-20 12:14:19

If you do not add [ code ] / [ /code ] tags to that mass of garbage your post is likely to be ignored by everyone.

I would have thought that the following needs paying attention to:- 2024-07-20T09:11:11.396818+10:00 delly kernel: [ 2517.941415] rtw_8821ce 0000:02:00.0: unhandled firmware c2h interrupt

checking for firmware within $ apt info firmware-realtek indicates "Version: 20230210-5", and that is nowhere near recent enough. Sure enough:

$ apt info firmware-realtek | fgrep 8821

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

  * Realtek RTL8821A Bluetooth firmware (rtl_bt/rtl8821a_fw.bin)
  * Realtek RTL8821C Bluetooth config (rtl_bt/rtl8821c_config.bin,
    rtl_bt/rtl8821a_config.bin)
  * Realtek RTL8821C Bluetooth firmware (rtl_bt/rtl8821c_fw.bin)
  * Realtek RTL8821AEFW firmware (rtlwifi/rtl8812aefw.bin)
  * Realtek RTL8821AEFW wowlan firmware (rtlwifi/rtl8812aefw_wowlan.bin)
  * Realtek RTL8821AE firmware, version 29 (rtlwifi/rtl8821aefw_29.bin)
  * Realtek RTL8821AE firmware (rtlwifi/rtl8821aefw.bin)
  * Realtek RTL8821AE firmware (rtlwifi/rtl8821aefw_wowlan.bin)
  * Realtek 8821C firmware (rtw88/rtw8821c_fw.bin)

#2 Re: Desktop and Multimedia » mate desktop pdf opens in terminal with vim » 2024-07-16 09:00:43

In XFCE it is "Default Applications" & they are discovered/changed via menu:Settings | Default Applications. I would imagine/hope that all DAs have a similar setup.

#3 Re: Other Issues » Chromium wonky for anybody else? » 2024-07-16 08:53:36

Why did you not apt-get purge chromium?

There is also BleachBit:

$ apt info bleachbit
Package: bleachbit
Version: 4.4.2-1
Priority: optional
Section: admin
Maintainer: Hugo Lefeuvre <hle@debian.org>
Installed-Size: 2,864 kB
Depends: gir1.2-gtk-3.0, gir1.2-notify-0.7, libgtk-3-0, pkexec, policykit-1, python3-chardet, python3-gi, python3-requests, python3:any
Homepage: https://www.bleachbit.org/
Tag: implemented-in::python, interface::graphical, interface::x11,
 role::program, scope::application, uitoolkit::gtk, x11::application
Download-Size: 479 kB
APT-Manual-Installed: yes
APT-Sources: http://deb.devuan.org/merged daedalus/main amd64 Packages
Description: delete unnecessary files from the system
 BleachBit deletes unnecessary files to free valuable disk space, maintain
 privacy, and remove junk. It removes cache, Internet history, temporary files,
 cookies, and broken shortcuts.
 .
 It handles cleaning of Adobe Reader, Bash, Beagle, Epiphany, Firefox, Flash,
 GIMP, Google Earth, Java, KDE, OpenOffice.org, Opera, RealPlayer, rpmbuild,
 Second Life Viewer, VIM, XChat, and more.
 .
 Beyond simply erasing junk files, BleachBit wipes free disk space (to hide
 previously deleted files for privacy and to improve compression of images),
 vacuums Firefox databases (to improve performance without deleting data), and
 securely shreds arbitrary files.

…but watch out. That *really* is scorched-earth action.

#4 Re: Desktop and Multimedia » PulseAudio always resets to mute » 2024-07-14 12:23:05

aluma wrote:

The same one, open it in the editor.

I opened '/etc/init.d/dbus' in Mousepad. It reported "1 occurrence" when I searched for 'IDTYPE'.

$ uname -a
Linux ng3 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21) x86_64 GNU/Linux

Where is the 'dbus' that you opened in KWrite?

Ah! No need to respond! It took a while, then I spotted that I mis-read: it is in /etc/default/dbus.

Many thanks. I've now changed that setting.

#5 Re: Desktop and Multimedia » PulseAudio always resets to mute » 2024-07-14 08:39:58

My desktop works under Daedalus. /etc/default/dbus looks nothing like the above for me:

$ cat /etc/init.d/dbus | fgrep -i IDTYPE
  if [ "${IDTYPE}" = "RANDOM" ] && \

Here is the only bit of /etc/init.d/dbus that applies:

create_machineid() {
  # Create or recreate machine-id file
  
  UPTIME=$(cat /proc/uptime | cut -d " " -f 1 | sed 's/\..*//g')
  # re-create machine-id if it already exists and this is the first 
  # time the initscript is called (either PIDDIR does not exist or
  # uptime is less than GRACETIME)
  if [ "${IDTYPE}" = "RANDOM" ] && \
     [ -f "${MACHINEID}" ] && \
     [ ! -d "$PIDDIR" -o ${UPTIME} -lt ${GRACETIME} ]; then 
        rm -f "${MACHINEID}"
  fi 
  if [ -x $UUIDGEN ]; then
    $UUIDGEN $UUIDGEN_OPTS
  fi
}

Presumably something sets $IDTYPE to "RANDOM", but it is not in that script-file.

#6 Re: Other Issues » [SOLVED] no fix for CVE regreSSHion on armhf? » 2024-07-08 18:54:13

ghp wrote:

Daedalus is good, but is it armhf?

amd64, so no.

You seem to be getting there, so that's good.

#7 Re: Other Issues » [SOLVED] no fix for CVE regreSSHion on armhf? » 2024-07-08 07:25:36

It has already received at least one update since your OP.

My system runs under Daedalus:

$ apt info openssh-client
Package: openssh-client
Version: 1:9.2p1-2+deb12u3
$ grep ^[^#] /etc/apt/sources.list /etc/apt/sources.list.d/*
/etc/apt/sources.list:deb http://deb.devuan.org/merged daedalus                  main non-free-firmware non-free contrib
/etc/apt/sources.list:deb http://deb.devuan.org/merged daedalus-updates          main non-free-firmware non-free contrib
/etc/apt/sources.list:deb http://deb.devuan.org/merged daedalus-security         main non-free-firmware non-free contrib
/etc/apt/sources.list:deb http://deb.devuan.org/merged daedalus-proposed-updates main non-free-firmware non-free contrib
/etc/apt/sources.list:deb http://deb.devuan.org/merged daedalus-backports        main non-free-firmware non-free contrib

#8 Re: Hardware & System Configuration » hddtemp not available in Daedalus » 2024-07-07 19:44:50

Ah bum (the following is under Daedalus, also with the 6.1.0-22-amd64 kernel:

$ apt-cache policy hddtemp
hddtemp:
  Installed: (none)
  Candidate: (none)
  Version table:
     0.3-beta15-54 -1
        100 /var/lib/dpkg/status
$ sudo apt install hddtemp
[sudo] password for alexk: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package hddtemp is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'hddtemp' has no installation candidate

#9 Re: Installation » Grub problem on HP Zbook with SSD HD » 2024-07-05 19:52:54

My system is a UEFI desktop machine with Daedalus. Single rusty disk. It boots from grub. This may not help, but here is a listing of the /boot directory:

/boot$ lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sda      8:0    0 931.5G  0 disk 
├─sda1   8:1    0   512M  0 part /boot/efi
├─sda2   8:2    0 923.6G  0 part /
└─sda3   8:3    0   7.4G  0 part [SWAP]
/boot$ la -1R
.:
total 121268
-rw-r--r-- 1 root root   259504 May  3 13:36 config-6.1.0-21-amd64
-rw-r--r-- 1 root root   259504 Jun 21 04:59 config-6.1.0-22-amd64
drwxr-xr-x 4 root root     4096 Jan  1  1970 efi
drwxr-xr-x 5 root root     4096 Jun 22 23:56 grub
-rw-r--r-- 1 root root 53352113 Jun 10 07:05 initrd.img-6.1.0-21-amd64
-rw-r--r-- 1 root root 53356785 Jun 22 23:52 initrd.img-6.1.0-22-amd64
-rw-r--r-- 1 root root   138712 Feb 11  2023 memtest86+ia32.bin
-rw-r--r-- 1 root root   139776 Feb 11  2023 memtest86+ia32.efi
-rw-r--r-- 1 root root   144312 Feb 11  2023 memtest86+x64.bin
-rw-r--r-- 1 root root   145408 Feb 11  2023 memtest86+x64.efi
-rw-r--r-- 1 root root       83 May  3 13:36 System.map-6.1.0-21-amd64
-rw-r--r-- 1 root root       83 Jun 21 04:59 System.map-6.1.0-22-amd64
-rw-r--r-- 1 root root  8169408 May  3 13:36 vmlinuz-6.1.0-21-amd64
-rw-r--r-- 1 root root  8173504 Jun 21 04:59 vmlinuz-6.1.0-22-amd64

./efi:
total 8
drwxr-xr-x 3 root root 4096 Jul 21  2017 boot
drwxr-xr-x 3 root root 4096 May 17  2016 EFI

./efi/boot:
total 38160
-rwxr-xr-x 1 root root   157786 Jul 21  2017 config-3.16.0-4-amd64
drwxr-xr-x 3 root root     4096 Jul 21  2017 grub
-rwxr-xr-x 1 root root 32725280 Jul 21  2017 initrd.img-3.16.0-4-amd64
-rwxr-xr-x 1 root root   182704 Jul 21  2017 memtest86+.bin
-rwxr-xr-x 1 root root   184840 Jul 21  2017 memtest86+_multiboot.bin
-rwxr-xr-x 1 root root  2681668 Jul 21  2017 System.map-3.16.0-4-amd64
-rwxr-xr-x 1 root root  3128768 Jul 21  2017 vmlinuz-3.16.0-4-amd64

./efi/boot/grub:
total 2380
-rwxr-xr-x 1 root root    9072 Jul 21  2017 grub.cfg
-rwxr-xr-x 1 root root 2400500 Jul 21  2017 unicode.pf2
drwxr-xr-x 2 root root   20480 Jul 21  2017 x86_64-efi

./efi/boot/grub/x86_64-efi:
total 3116
-rwxr-xr-x 1 root root  16688 Jul 21  2017 acpi.mod
-rwxr-xr-x 1 root root   2064 Jul 21  2017 adler32.mod
-rwxr-xr-x 1 root root   8440 Jul 21  2017 affs.mod
-rwxr-xr-x 1 root root   8760 Jul 21  2017 afs.mod
-rwxr-xr-x 1 root root  22728 Jul 21  2017 ahci.mod
-rwxr-xr-x 1 root root   1024 Jul 21  2017 all_video.mod
-rwxr-xr-x 1 root root   1600 Jul 21  2017 aout.mod
-rwxr-xr-x 1 root root   5240 Jul 21  2017 appleldr.mod
-rwxr-xr-x 1 root root   4616 Jul 21  2017 archelp.mod
-rwxr-xr-x 1 root root   9064 Jul 21  2017 ata.mod
-rwxr-xr-x 1 root root   7704 Jul 21  2017 at_keyboard.mod
-rwxr-xr-x 1 root root   2624 Jul 21  2017 backtrace.mod
-rwxr-xr-x 1 root root  10136 Jul 21  2017 bfs.mod
-rwxr-xr-x 1 root root   3304 Jul 21  2017 bitmap.mod
-rwxr-xr-x 1 root root   5344 Jul 21  2017 bitmap_scale.mod
-rwxr-xr-x 1 root root   3288 Jul 21  2017 blocklist.mod
-rwxr-xr-x 1 root root   3424 Jul 21  2017 boot.mod
-rwxr-xr-x 1 root root  49208 Jul 21  2017 bsd.mod
-rwxr-xr-x 1 root root  19816 Jul 21  2017 btrfs.mod
-rwxr-xr-x 1 root root   2952 Jul 21  2017 bufio.mod
-rwxr-xr-x 1 root root   4312 Jul 21  2017 cat.mod
-rwxr-xr-x 1 root root   5552 Jul 21  2017 cbfs.mod
-rwxr-xr-x 1 root root   6360 Jul 21  2017 cbls.mod
-rwxr-xr-x 1 root root   3992 Jul 21  2017 cbmemc.mod
-rwxr-xr-x 1 root root   1696 Jul 21  2017 cbtable.mod
-rwxr-xr-x 1 root root   4208 Jul 21  2017 cbtime.mod
-rwxr-xr-x 1 root root   8744 Jul 21  2017 chain.mod
-rwxr-xr-x 1 root root   4848 Jul 21  2017 cmdline_cat_test.mod
-rwxr-xr-x 1 root root   2984 Jul 21  2017 cmp.mod
-rwxr-xr-x 1 root root   3593 Jul 21  2017 command.lst
-rwxr-xr-x 1 root root   3616 Jul 21  2017 configfile.mod
-rwxr-xr-x 1 root root   1808 Jul 21  2017 config.h
-rwxr-xr-x 1 root root   4432 Jul 21  2017 cpio_be.mod
-rwxr-xr-x 1 root root   4432 Jul 21  2017 cpio.mod
-rwxr-xr-x 1 root root   2712 Jul 21  2017 cpuid.mod
-rwxr-xr-x 1 root root   2264 Jul 21  2017 crc64.mod
-rwxr-xr-x 1 root root  16000 Jul 21  2017 cryptodisk.mod
-rwxr-xr-x 1 root root    936 Jul 21  2017 crypto.lst
-rwxr-xr-x 1 root root   7040 Jul 21  2017 crypto.mod
-rwxr-xr-x 1 root root   3936 Jul 21  2017 cs5536.mod
-rwxr-xr-x 1 root root   3080 Jul 21  2017 datehook.mod
-rwxr-xr-x 1 root root   3288 Jul 21  2017 date.mod
-rwxr-xr-x 1 root root   2032 Jul 21  2017 datetime.mod
-rwxr-xr-x 1 root root  13592 Jul 21  2017 diskfilter.mod
-rwxr-xr-x 1 root root   3176 Jul 21  2017 disk.mod
-rwxr-xr-x 1 root root   5880 Jul 21  2017 div_test.mod
-rwxr-xr-x 1 root root   2792 Jul 21  2017 dm_nv.mod
-rwxr-xr-x 1 root root   3176 Jul 21  2017 echo.mod
-rwxr-xr-x 1 root root   2376 Jul 21  2017 efifwsetup.mod
-rwxr-xr-x 1 root root  13704 Jul 21  2017 efi_gop.mod
-rwxr-xr-x 1 root root   5440 Jul 21  2017 efinet.mod
-rwxr-xr-x 1 root root   7616 Jul 21  2017 efi_uga.mod
-rwxr-xr-x 1 root root  25096 Jul 21  2017 ehci.mod
-rwxr-xr-x 1 root root   7336 Jul 21  2017 elf.mod
-rwxr-xr-x 1 root root   2280 Jul 21  2017 eval.mod
-rwxr-xr-x 1 root root   8552 Jul 21  2017 exfat.mod
-rwxr-xr-x 1 root root   2384 Jul 21  2017 exfctest.mod
-rwxr-xr-x 1 root root   8648 Jul 21  2017 ext2.mod
-rwxr-xr-x 1 root root   7128 Jul 21  2017 extcmd.mod
-rwxr-xr-x 1 root root   8744 Jul 21  2017 fat.mod
-rwxr-xr-x 1 root root  24432 Jul 21  2017 file.mod
-rwxr-xr-x 1 root root   3096 Jul 21  2017 fixvideo.mod
-rwxr-xr-x 1 root root  17872 Jul 21  2017 font.mod
-rwxr-xr-x 1 root root   3792 Jul 21  2017 fshelp.mod
-rwxr-xr-x 1 root root    214 Jul 21  2017 fs.lst
-rwxr-xr-x 1 root root 137832 Jul 21  2017 functional_test.mod
-rwxr-xr-x 1 root root   2512 Jul 21  2017 gcry_arcfour.mod
-rwxr-xr-x 1 root root   9552 Jul 21  2017 gcry_blowfish.mod
-rwxr-xr-x 1 root root  32048 Jul 21  2017 gcry_camellia.mod
-rwxr-xr-x 1 root root  15160 Jul 21  2017 gcry_cast5.mod
-rwxr-xr-x 1 root root   4088 Jul 21  2017 gcry_crc.mod
-rwxr-xr-x 1 root root  17456 Jul 21  2017 gcry_des.mod
-rwxr-xr-x 1 root root   3584 Jul 21  2017 gcry_dsa.mod
-rwxr-xr-x 1 root root   4200 Jul 21  2017 gcry_idea.mod
-rwxr-xr-x 1 root root   4352 Jul 21  2017 gcry_md4.mod
-rwxr-xr-x 1 root root   4840 Jul 21  2017 gcry_md5.mod
-rwxr-xr-x 1 root root   3424 Jul 21  2017 gcry_rfc2268.mod
-rwxr-xr-x 1 root root  21136 Jul 21  2017 gcry_rijndael.mod
-rwxr-xr-x 1 root root   8712 Jul 21  2017 gcry_rmd160.mod
-rwxr-xr-x 1 root root   3536 Jul 21  2017 gcry_rsa.mod
-rwxr-xr-x 1 root root  13416 Jul 21  2017 gcry_seed.mod
-rwxr-xr-x 1 root root  17280 Jul 21  2017 gcry_serpent.mod
-rwxr-xr-x 1 root root   7936 Jul 21  2017 gcry_sha1.mod
-rwxr-xr-x 1 root root   5976 Jul 21  2017 gcry_sha256.mod
-rwxr-xr-x 1 root root   7360 Jul 21  2017 gcry_sha512.mod
-rwxr-xr-x 1 root root  13784 Jul 21  2017 gcry_tiger.mod
-rwxr-xr-x 1 root root  35384 Jul 21  2017 gcry_twofish.mod
-rwxr-xr-x 1 root root  23000 Jul 21  2017 gcry_whirlpool.mod
-rwxr-xr-x 1 root root   9176 Jul 21  2017 geli.mod
-rwxr-xr-x 1 root root   8680 Jul 21  2017 gettext.mod
-rwxr-xr-x 1 root root  60656 Jul 21  2017 gfxmenu.mod
-rwxr-xr-x 1 root root   4776 Jul 21  2017 gfxterm_background.mod
-rwxr-xr-x 1 root root   7976 Jul 21  2017 gfxterm_menu.mod
-rwxr-xr-x 1 root root  18144 Jul 21  2017 gfxterm.mod
-rwxr-xr-x 1 root root   5152 Jul 21  2017 gptsync.mod
-rwxr-xr-x 1 root root  11568 Jul 21  2017 gzio.mod
-rwxr-xr-x 1 root root   6536 Jul 21  2017 halt.mod
-rwxr-xr-x 1 root root   8776 Jul 21  2017 hashsum.mod
-rwxr-xr-x 1 root root  11392 Jul 21  2017 hdparm.mod
-rwxr-xr-x 1 root root   1952 Jul 21  2017 hello.mod
-rwxr-xr-x 1 root root   4056 Jul 21  2017 help.mod
-rwxr-xr-x 1 root root   4592 Jul 21  2017 hexdump.mod
-rwxr-xr-x 1 root root  10632 Jul 21  2017 hfs.mod
-rwxr-xr-x 1 root root   4408 Jul 21  2017 hfspluscomp.mod
-rwxr-xr-x 1 root root  10824 Jul 21  2017 hfsplus.mod
-rwxr-xr-x 1 root root   9096 Jul 21  2017 http.mod
-rwxr-xr-x 1 root root   4608 Jul 21  2017 iorw.mod
-rwxr-xr-x 1 root root  12440 Jul 21  2017 iso9660.mod
-rwxr-xr-x 1 root root   9024 Jul 21  2017 jfs.mod
-rwxr-xr-x 1 root root   8896 Jul 21  2017 jpeg.mod
-rwxr-xr-x 1 root root  95080 Jul 21  2017 kernel.img
-rwxr-xr-x 1 root root   6536 Jul 21  2017 keylayouts.mod
-rwxr-xr-x 1 root root   3200 Jul 21  2017 keystatus.mod
-rwxr-xr-x 1 root root   8280 Jul 21  2017 ldm.mod
-rwxr-xr-x 1 root root  44640 Jul 21  2017 legacycfg.mod
-rwxr-xr-x 1 root root  16016 Jul 21  2017 legacy_password_test.mod
-rwxr-xr-x 1 root root  12832 Jul 21  2017 linux16.mod
-rwxr-xr-x 1 root root  10448 Jul 21  2017 linuxefi.mod
-rwxr-xr-x 1 root root  21760 Jul 21  2017 linux.mod
-rwxr-xr-x 1 root root   4864 Jul 21  2017 loadbios.mod
-rwxr-xr-x 1 root root   9464 Jul 21  2017 loadenv.mod
-rwxr-xr-x 1 root root   4936 Jul 21  2017 loopback.mod
-rwxr-xr-x 1 root root   7368 Jul 21  2017 lsacpi.mod
-rwxr-xr-x 1 root root   3432 Jul 21  2017 lsefimmap.mod
-rwxr-xr-x 1 root root   5384 Jul 21  2017 lsefi.mod
-rwxr-xr-x 1 root root   3664 Jul 21  2017 lsefisystab.mod
-rwxr-xr-x 1 root root   2944 Jul 21  2017 lsmmap.mod
-rwxr-xr-x 1 root root   6752 Jul 21  2017 ls.mod
-rwxr-xr-x 1 root root   7464 Jul 21  2017 lspci.mod
-rwxr-xr-x 1 root root   3944 Jul 21  2017 lssal.mod
-rwxr-xr-x 1 root root   9520 Jul 21  2017 luks.mod
-rwxr-xr-x 1 root root   9840 Jul 21  2017 lvm.mod
-rwxr-xr-x 1 root root  12288 Jul 21  2017 lzopio.mod
-rwxr-xr-x 1 root root   5000 Jul 21  2017 macbless.mod
-rwxr-xr-x 1 root root  10848 Jul 21  2017 macho.mod
-rwxr-xr-x 1 root root   2872 Jul 21  2017 mdraid09_be.mod
-rwxr-xr-x 1 root root   2840 Jul 21  2017 mdraid09.mod
-rwxr-xr-x 1 root root   2768 Jul 21  2017 mdraid1x.mod
-rwxr-xr-x 1 root root   3312 Jul 21  2017 memdisk.mod
-rwxr-xr-x 1 root root   4624 Jul 21  2017 memrw.mod
-rwxr-xr-x 1 root root   5680 Jul 21  2017 minicmd.mod
-rwxr-xr-x 1 root root   5760 Jul 21  2017 minix2_be.mod
-rwxr-xr-x 1 root root   5632 Jul 21  2017 minix2.mod
-rwxr-xr-x 1 root root   5696 Jul 21  2017 minix3_be.mod
-rwxr-xr-x 1 root root   5632 Jul 21  2017 minix3.mod
-rwxr-xr-x 1 root root   5672 Jul 21  2017 minix_be.mod
-rwxr-xr-x 1 root root   5544 Jul 21  2017 minix.mod
-rwxr-xr-x 1 root root   9712 Jul 21  2017 mmap.mod
-rwxr-xr-x 1 root root   4810 Jul 21  2017 moddep.lst
-rwxr-xr-x 1 root root   2213 Jul 21  2017 modinfo.sh
-rwxr-xr-x 1 root root   3512 Jul 21  2017 morse.mod
-rwxr-xr-x 1 root root  43936 Jul 21  2017 mpi.mod
-rwxr-xr-x 1 root root   3832 Jul 21  2017 msdospart.mod
-rwxr-xr-x 1 root root  20808 Jul 21  2017 multiboot2.mod
-rwxr-xr-x 1 root root  18872 Jul 21  2017 multiboot.mod
-rwxr-xr-x 1 root root   6608 Jul 21  2017 nativedisk.mod
-rwxr-xr-x 1 root root  73560 Jul 21  2017 net.mod
-rwxr-xr-x 1 root root   4632 Jul 21  2017 newc.mod
-rwxr-xr-x 1 root root   9896 Jul 21  2017 nilfs2.mod
-rwxr-xr-x 1 root root 179224 Jul 21  2017 normal.mod
-rwxr-xr-x 1 root root   5824 Jul 21  2017 ntfscomp.mod
-rwxr-xr-x 1 root root  15360 Jul 21  2017 ntfs.mod
-rwxr-xr-x 1 root root   4432 Jul 21  2017 odc.mod
-rwxr-xr-x 1 root root   2312 Jul 21  2017 offsetio.mod
-rwxr-xr-x 1 root root  16152 Jul 21  2017 ohci.mod
-rwxr-xr-x 1 root root   2376 Jul 21  2017 part_acorn.mod
-rwxr-xr-x 1 root root   2672 Jul 21  2017 part_amiga.mod
-rwxr-xr-x 1 root root   3096 Jul 21  2017 part_apple.mod
-rwxr-xr-x 1 root root   4272 Jul 21  2017 part_bsd.mod
-rwxr-xr-x 1 root root   2736 Jul 21  2017 part_dfly.mod
-rwxr-xr-x 1 root root   2256 Jul 21  2017 part_dvh.mod
-rwxr-xr-x 1 root root   3328 Jul 21  2017 part_gpt.mod
-rwxr-xr-x 1 root root    111 Jul 21  2017 partmap.lst
-rwxr-xr-x 1 root root   3088 Jul 21  2017 part_msdos.mod
-rwxr-xr-x 1 root root   2672 Jul 21  2017 part_plan.mod
-rwxr-xr-x 1 root root   2304 Jul 21  2017 part_sun.mod
-rwxr-xr-x 1 root root   2552 Jul 21  2017 part_sunpc.mod
-rwxr-xr-x 1 root root     17 Jul 21  2017 parttool.lst
-rwxr-xr-x 1 root root   7344 Jul 21  2017 parttool.mod
-rwxr-xr-x 1 root root   3032 Jul 21  2017 password.mod
-rwxr-xr-x 1 root root   4496 Jul 21  2017 password_pbkdf2.mod
-rwxr-xr-x 1 root root   7336 Jul 21  2017 pata.mod
-rwxr-xr-x 1 root root   2104 Jul 21  2017 pbkdf2.mod
-rwxr-xr-x 1 root root   3568 Jul 21  2017 pbkdf2_test.mod
-rwxr-xr-x 1 root root   3752 Jul 21  2017 pcidump.mod
-rwxr-xr-x 1 root root   3896 Jul 21  2017 play.mod
-rwxr-xr-x 1 root root  10368 Jul 21  2017 png.mod
-rwxr-xr-x 1 root root   2296 Jul 21  2017 priority_queue.mod
-rwxr-xr-x 1 root root   4304 Jul 21  2017 probe.mod
-rwxr-xr-x 1 root root   3584 Jul 21  2017 procfs.mod
-rwxr-xr-x 1 root root   3040 Jul 21  2017 progress.mod
-rwxr-xr-x 1 root root   2088 Jul 21  2017 raid5rec.mod
-rwxr-xr-x 1 root root   3368 Jul 21  2017 raid6rec.mod
-rwxr-xr-x 1 root root   2360 Jul 21  2017 read.mod
-rwxr-xr-x 1 root root   1944 Jul 21  2017 reboot.mod
-rwxr-xr-x 1 root root  77096 Jul 21  2017 regexp.mod
-rwxr-xr-x 1 root root  14192 Jul 21  2017 reiserfs.mod
-rwxr-xr-x 1 root root  25840 Jul 21  2017 relocator.mod
-rwxr-xr-x 1 root root   5872 Jul 21  2017 romfs.mod
-rwxr-xr-x 1 root root   7392 Jul 21  2017 scsi.mod
-rwxr-xr-x 1 root root   5072 Jul 21  2017 search_fs_file.mod
-rwxr-xr-x 1 root root   5008 Jul 21  2017 search_fs_uuid.mod
-rwxr-xr-x 1 root root   4960 Jul 21  2017 search_label.mod
-rwxr-xr-x 1 root root   5472 Jul 21  2017 search.mod
-rwxr-xr-x 1 root root  14784 Jul 21  2017 serial.mod
-rwxr-xr-x 1 root root   1032 Jul 21  2017 setjmp.mod
-rwxr-xr-x 1 root root   2712 Jul 21  2017 setjmp_test.mod
-rwxr-xr-x 1 root root   8992 Jul 21  2017 setpci.mod
-rwxr-xr-x 1 root root   7824 Jul 21  2017 sfs.mod
-rwxr-xr-x 1 root root   8936 Jul 21  2017 signature_test.mod
-rwxr-xr-x 1 root root   3680 Jul 21  2017 sleep.mod
-rwxr-xr-x 1 root root   3528 Jul 21  2017 sleep_test.mod
-rwxr-xr-x 1 root root   3432 Jul 21  2017 spkmodem.mod
-rwxr-xr-x 1 root root   9736 Jul 21  2017 squash4.mod
-rwxr-xr-x 1 root root  30032 Jul 21  2017 syslinuxcfg.mod
-rwxr-xr-x 1 root root   5032 Jul 21  2017 tar.mod
-rwxr-xr-x 1 root root    162 Jul 21  2017 terminal.lst
-rwxr-xr-x 1 root root   6896 Jul 21  2017 terminal.mod
-rwxr-xr-x 1 root root  19776 Jul 21  2017 terminfo.mod
-rwxr-xr-x 1 root root   2144 Jul 21  2017 test_blockarg.mod
-rwxr-xr-x 1 root root   3912 Jul 21  2017 testload.mod
-rwxr-xr-x 1 root root   7880 Jul 21  2017 test.mod
-rwxr-xr-x 1 root root   3568 Jul 21  2017 testspeed.mod
-rwxr-xr-x 1 root root   8392 Jul 21  2017 tftp.mod
-rwxr-xr-x 1 root root   6608 Jul 21  2017 tga.mod
-rwxr-xr-x 1 root root   2440 Jul 21  2017 time.mod
-rwxr-xr-x 1 root root   2088 Jul 21  2017 trig.mod
-rwxr-xr-x 1 root root   3768 Jul 21  2017 tr.mod
-rwxr-xr-x 1 root root   1960 Jul 21  2017 true.mod
-rwxr-xr-x 1 root root  11392 Jul 21  2017 udf.mod
-rwxr-xr-x 1 root root   8072 Jul 21  2017 ufs1_be.mod
-rwxr-xr-x 1 root root   7944 Jul 21  2017 ufs1.mod
-rwxr-xr-x 1 root root   7944 Jul 21  2017 ufs2.mod
-rwxr-xr-x 1 root root  10344 Jul 21  2017 uhci.mod
-rwxr-xr-x 1 root root   6040 Jul 21  2017 usb_keyboard.mod
-rwxr-xr-x 1 root root  16072 Jul 21  2017 usb.mod
-rwxr-xr-x 1 root root  11160 Jul 21  2017 usbms.mod
-rwxr-xr-x 1 root root   3096 Jul 21  2017 usbserial_common.mod
-rwxr-xr-x 1 root root   3568 Jul 21  2017 usbserial_ftdi.mod
-rwxr-xr-x 1 root root   3872 Jul 21  2017 usbserial_pl2303.mod
-rwxr-xr-x 1 root root   2424 Jul 21  2017 usbserial_usbdebug.mod
-rwxr-xr-x 1 root root   5712 Jul 21  2017 usbtest.mod
-rwxr-xr-x 1 root root  19864 Jul 21  2017 verify.mod
-rwxr-xr-x 1 root root   9256 Jul 21  2017 video_bochs.mod
-rwxr-xr-x 1 root root   9744 Jul 21  2017 video_cirrus.mod
-rwxr-xr-x 1 root root  10168 Jul 21  2017 video_colors.mod
-rwxr-xr-x 1 root root  29568 Jul 21  2017 video_fb.mod
-rwxr-xr-x 1 root root   5792 Jul 21  2017 videoinfo.mod
-rwxr-xr-x 1 root root     41 Jul 21  2017 video.lst
-rwxr-xr-x 1 root root   9168 Jul 21  2017 video.mod
-rwxr-xr-x 1 root root   3896 Jul 21  2017 videotest_checksum.mod
-rwxr-xr-x 1 root root   5552 Jul 21  2017 videotest.mod
-rwxr-xr-x 1 root root   8968 Jul 21  2017 xfs.mod
-rwxr-xr-x 1 root root  41984 Jul 21  2017 xnu.mod
-rwxr-xr-x 1 root root   3368 Jul 21  2017 xnu_uuid.mod
-rwxr-xr-x 1 root root   3384 Jul 21  2017 xnu_uuid_test.mod
-rwxr-xr-x 1 root root  20760 Jul 21  2017 xzio.mod
-rwxr-xr-x 1 root root   8600 Jul 21  2017 zfscrypt.mod
-rwxr-xr-x 1 root root  10760 Jul 21  2017 zfsinfo.mod
-rwxr-xr-x 1 root root  56936 Jul 21  2017 zfs.mod

./efi/EFI:
total 4
drwxr-xr-x 2 root root 4096 Jul 29  2020 debian

./efi/EFI/debian:
total 5960
-rwxr-xr-x 1 root root     108 Oct  7  2023 BOOTX64.CSV
-rwxr-xr-x 1 root root   87328 Oct  7  2023 fbx64.efi
-rwxr-xr-x 1 root root     126 Oct  7  2023 grub.cfg
-rwxr-xr-x 1 root root 4199872 Oct  7  2023 grubx64.efi
-rwxr-xr-x 1 root root  849616 Oct  7  2023 mmx64.efi
-rwxr-xr-x 1 root root  948768 Oct  7  2023 shimx64.efi

./grub:
total 4732
-rw-r--r-- 1 root root 2400500 Oct 24  2017 font.pf2
drwxr-xr-x 2 root root    4096 Jul 29  2020 fonts
-r--r--r-- 1 root root    9024 Jun 22 23:56 grub.cfg
-rw-r--r-- 1 root root    1024 Jul 29  2020 grubenv
drwxr-xr-x 2 root root    4096 Oct  7  2023 locale
-rw-r--r-- 1 root root 2392304 Oct  7  2023 unicode.pf2
drwxr-xr-x 2 root root   20480 Oct  7  2023 x86_64-efi

./grub/fonts:
total 2340
-rw-r--r-- 1 root root 2392304 Oct  7  2023 unicode.pf2

./grub/locale:
total 4364
-rw-r--r-- 1 root root 120553 Oct  7  2023 ast.mo
-rw-r--r-- 1 root root 120975 Oct  7  2023 ca.mo
-rw-r--r-- 1 root root 112645 Oct  7  2023 da.mo
-rw-r--r-- 1 root root  38861 Oct  7  2023 de_CH.mo
-rw-r--r-- 1 root root 189962 Oct  7  2023 de@hebrew.mo
-rw-r--r-- 1 root root 126120 Oct  7  2023 de.mo
-rw-r--r-- 1 root root 156521 Oct  7  2023 en@arabic.mo
-rw-r--r-- 1 root root 147664 Oct  7  2023 en@cyrillic.mo
-rw-r--r-- 1 root root 147661 Oct  7  2023 en@greek.mo
-rw-r--r-- 1 root root 169450 Oct  7  2023 en@hebrew.mo
-rw-r--r-- 1 root root 130742 Oct  7  2023 en@piglatin.mo
-rw-r--r-- 1 root root 115385 Oct  7  2023 en@quot.mo
-rw-r--r-- 1 root root  42753 Oct  7  2023 eo.mo
-rw-r--r-- 1 root root 123550 Oct  7  2023 es.mo
-rw-r--r-- 1 root root 124342 Oct  7  2023 fi.mo
-rw-r--r-- 1 root root 131785 Oct  7  2023 fr.mo
-rw-r--r-- 1 root root  97369 Oct  7  2023 gl.mo
-rw-r--r-- 1 root root 122210 Oct  7  2023 hr.mo
-rw-r--r-- 1 root root 124455 Oct  7  2023 hu.mo
-rw-r--r-- 1 root root  28246 Oct  7  2023 id.mo
-rw-r--r-- 1 root root 118131 Oct  7  2023 it.mo
-rw-r--r-- 1 root root  44778 Oct  7  2023 ja.mo
-rw-r--r-- 1 root root  51383 Oct  7  2023 ko.mo
-rw-r--r-- 1 root root   8376 Oct  7  2023 lg.mo
-rw-r--r-- 1 root root  95787 Oct  7  2023 lt.mo
-rw-r--r-- 1 root root 115686 Oct  7  2023 nb.mo
-rw-r--r-- 1 root root 120604 Oct  7  2023 nl.mo
-rw-r--r-- 1 root root  57875 Oct  7  2023 pa.mo
-rw-r--r-- 1 root root 125110 Oct  7  2023 pl.mo
-rw-r--r-- 1 root root  78830 Oct  7  2023 pt_BR.mo
-rw-r--r-- 1 root root 123810 Oct  7  2023 pt.mo
-rw-r--r-- 1 root root  48394 Oct  7  2023 ro.mo
-rw-r--r-- 1 root root 160770 Oct  7  2023 ru.mo
-rw-r--r-- 1 root root  88650 Oct  7  2023 sl.mo
-rw-r--r-- 1 root root 158723 Oct  7  2023 sr.mo
-rw-r--r-- 1 root root 119990 Oct  7  2023 sv.mo
-rw-r--r-- 1 root root  78518 Oct  7  2023 tr.mo
-rw-r--r-- 1 root root 167297 Oct  7  2023 uk.mo
-rw-r--r-- 1 root root 128946 Oct  7  2023 vi.mo
-rw-r--r-- 1 root root  82609 Oct  7  2023 zh_CN.mo
-rw-r--r-- 1 root root  29713 Oct  7  2023 zh_TW.mo

./grub/x86_64-efi:
total 3392
-rw-r--r-- 1 root root  16016 Oct  7  2023 acpi.mod
-rw-r--r-- 1 root root   1832 Oct  7  2023 adler32.mod
-rw-r--r-- 1 root root   7832 Oct  7  2023 affs.mod
-rw-r--r-- 1 root root   8328 Oct  7  2023 afs.mod
-rw-r--r-- 1 root root   2024 Oct  7  2023 afsplitter.mod
-rw-r--r-- 1 root root  21816 Oct  7  2023 ahci.mod
-rw-r--r-- 1 root root    704 Oct  7  2023 all_video.mod
-rw-r--r-- 1 root root   1368 Oct  7  2023 aout.mod
-rw-r--r-- 1 root root   5128 Oct  7  2023 appleldr.mod
-rw-r--r-- 1 root root   4368 Oct  7  2023 archelp.mod
-rw-r--r-- 1 root root   8512 Oct  7  2023 ata.mod
-rw-r--r-- 1 root root   6560 Oct  7  2023 at_keyboard.mod
-rw-r--r-- 1 root root   2400 Oct  7  2023 backtrace.mod
-rw-r--r-- 1 root root   9440 Oct  7  2023 bfs.mod
-rw-r--r-- 1 root root   3064 Oct  7  2023 bitmap.mod
-rw-r--r-- 1 root root   5248 Oct  7  2023 bitmap_scale.mod
-rw-r--r-- 1 root root   2904 Oct  7  2023 blocklist.mod
-rw-r--r-- 1 root root   3648 Oct  7  2023 boot.mod
-rw-r--r-- 1 root root  48264 Oct  7  2023 bsd.mod
-rw-r--r-- 1 root root   3080 Oct  7  2023 bswap_test.mod
-rw-r--r-- 1 root root  26992 Oct  7  2023 btrfs.mod
-rw-r--r-- 1 root root   2744 Oct  7  2023 bufio.mod
-rw-r--r-- 1 root root   4248 Oct  7  2023 cat.mod
-rw-r--r-- 1 root root   5640 Oct  7  2023 cbfs.mod
-rw-r--r-- 1 root root   5552 Oct  7  2023 cbls.mod
-rw-r--r-- 1 root root   3752 Oct  7  2023 cbmemc.mod
-rw-r--r-- 1 root root   1504 Oct  7  2023 cbtable.mod
-rw-r--r-- 1 root root   4384 Oct  7  2023 cbtime.mod
-rw-r--r-- 1 root root   8728 Oct  7  2023 chain.mod
-rw-r--r-- 1 root root   4496 Oct  7  2023 cmdline_cat_test.mod
-rw-r--r-- 1 root root   2952 Oct  7  2023 cmp.mod
-rw-r--r-- 1 root root   6232 Oct  7  2023 cmp_test.mod
-rw-r--r-- 1 root root   3677 Oct  7  2023 command.lst
-rw-r--r-- 1 root root   3160 Oct  7  2023 configfile.mod
-rw-r--r-- 1 root root   1808 Dec 14  2015 config.h
-rw-r--r-- 1 root root 147456 Oct  7  2023 core.efi
-rw-r--r-- 1 root root   4256 Oct  7  2023 cpio_be.mod
-rw-r--r-- 1 root root   4224 Oct  7  2023 cpio.mod
-rw-r--r-- 1 root root   2480 Oct  7  2023 cpuid.mod
-rw-r--r-- 1 root root   2032 Oct  7  2023 crc64.mod
-rw-r--r-- 1 root root  18392 Oct  7  2023 cryptodisk.mod
-rw-r--r-- 1 root root    936 Oct  7  2023 crypto.lst
-rw-r--r-- 1 root root   6832 Oct  7  2023 crypto.mod
-rw-r--r-- 1 root root   3848 Oct  7  2023 cs5536.mod
-rw-r--r-- 1 root root   2528 Oct  7  2023 ctz_test.mod
-rw-r--r-- 1 root root   2912 Oct  7  2023 datehook.mod
-rw-r--r-- 1 root root   3104 Oct  7  2023 date.mod
-rw-r--r-- 1 root root   2928 Oct  7  2023 datetime.mod
-rw-r--r-- 1 root root  13168 Oct  7  2023 diskfilter.mod
-rw-r--r-- 1 root root   2976 Oct  7  2023 disk.mod
-rw-r--r-- 1 root root   1240 Oct  7  2023 div.mod
-rw-r--r-- 1 root root   7808 Oct  7  2023 div_test.mod
-rw-r--r-- 1 root root   2712 Oct  7  2023 dm_nv.mod
-rw-r--r-- 1 root root   2912 Oct  7  2023 echo.mod
-rw-r--r-- 1 root root   2040 Oct  7  2023 efifwsetup.mod
-rw-r--r-- 1 root root  12640 Oct  7  2023 efi_gop.mod
-rw-r--r-- 1 root root   9952 Oct  7  2023 efinet.mod
-rw-r--r-- 1 root root   7032 Oct  7  2023 efi_uga.mod
-rw-r--r-- 1 root root  24792 Oct  7  2023 ehci.mod
-rw-r--r-- 1 root root   6144 Oct  7  2023 elf.mod
-rw-r--r-- 1 root root   2088 Oct  7  2023 eval.mod
-rw-r--r-- 1 root root   8560 Oct  7  2023 exfat.mod
-rw-r--r-- 1 root root   2048 Oct  7  2023 exfctest.mod
-rw-r--r-- 1 root root   8624 Oct  7  2023 ext2.mod
-rw-r--r-- 1 root root   7512 Oct  7  2023 extcmd.mod
-rw-r--r-- 1 root root   9808 Oct  7  2023 f2fs.mod
-rw-r--r-- 1 root root   8688 Oct  7  2023 fat.mod
-rw-r--r-- 1 root root  26488 Oct  7  2023 file.mod
-rw-r--r-- 1 root root   2768 Oct  7  2023 fixvideo.mod
-rw-r--r-- 1 root root  19224 Oct  7  2023 font.mod
-rw-r--r-- 1 root root   4360 Oct  7  2023 fshelp.mod
-rw-r--r-- 1 root root    219 Oct  7  2023 fs.lst
-rw-r--r-- 1 root root  46464 Oct  7  2023 functional_test.mod
-rw-r--r-- 1 root root   2280 Oct  7  2023 gcry_arcfour.mod
-rw-r--r-- 1 root root   9264 Oct  7  2023 gcry_blowfish.mod
-rw-r--r-- 1 root root  28176 Oct  7  2023 gcry_camellia.mod
-rw-r--r-- 1 root root  14712 Oct  7  2023 gcry_cast5.mod
-rw-r--r-- 1 root root  11744 Oct  7  2023 gcry_crc.mod
-rw-r--r-- 1 root root  16320 Oct  7  2023 gcry_des.mod
-rw-r--r-- 1 root root   3288 Oct  7  2023 gcry_dsa.mod
-rw-r--r-- 1 root root   3864 Oct  7  2023 gcry_idea.mod
-rw-r--r-- 1 root root   4008 Oct  7  2023 gcry_md4.mod
-rw-r--r-- 1 root root   4464 Oct  7  2023 gcry_md5.mod
-rw-r--r-- 1 root root   3000 Oct  7  2023 gcry_rfc2268.mod
-rw-r--r-- 1 root root  20432 Oct  7  2023 gcry_rijndael.mod
-rw-r--r-- 1 root root   7824 Oct  7  2023 gcry_rmd160.mod
-rw-r--r-- 1 root root   3216 Oct  7  2023 gcry_rsa.mod
-rw-r--r-- 1 root root  12504 Oct  7  2023 gcry_seed.mod
-rw-r--r-- 1 root root  16344 Oct  7  2023 gcry_serpent.mod
-rw-r--r-- 1 root root   8064 Oct  7  2023 gcry_sha1.mod
-rw-r--r-- 1 root root   5104 Oct  7  2023 gcry_sha256.mod
-rw-r--r-- 1 root root   5976 Oct  7  2023 gcry_sha512.mod
-rw-r--r-- 1 root root  13152 Oct  7  2023 gcry_tiger.mod
-rw-r--r-- 1 root root  33664 Oct  7  2023 gcry_twofish.mod
-rw-r--r-- 1 root root  22752 Oct  7  2023 gcry_whirlpool.mod
-rw-r--r-- 1 root root   9088 Oct  7  2023 geli.mod
-rw-r--r-- 1 root root   8216 Oct  7  2023 gettext.mod
-rw-r--r-- 1 root root  59224 Oct  7  2023 gfxmenu.mod
-rw-r--r-- 1 root root   4304 Oct  7  2023 gfxterm_background.mod
-rw-r--r-- 1 root root   7616 Oct  7  2023 gfxterm_menu.mod
-rw-r--r-- 1 root root  16520 Oct  7  2023 gfxterm.mod
-rw-r--r-- 1 root root   5232 Oct  7  2023 gptsync.mod
-rw-r--r-- 1 root root 147456 Oct  7  2023 grub.efi
-rw-r--r-- 1 root root  12360 Oct  7  2023 gzio.mod
-rw-r--r-- 1 root root   7544 Oct  7  2023 halt.mod
-rw-r--r-- 1 root root   8048 Oct  7  2023 hashsum.mod
-rw-r--r-- 1 root root  10248 Oct  7  2023 hdparm.mod
-rw-r--r-- 1 root root   1760 Oct  7  2023 hello.mod
-rw-r--r-- 1 root root   3856 Oct  7  2023 help.mod
-rw-r--r-- 1 root root   4392 Oct  7  2023 hexdump.mod
-rw-r--r-- 1 root root  10136 Oct  7  2023 hfs.mod
-rw-r--r-- 1 root root   4152 Oct  7  2023 hfspluscomp.mod
-rw-r--r-- 1 root root  10912 Oct  7  2023 hfsplus.mod
-rw-r--r-- 1 root root   9032 Oct  7  2023 http.mod
-rw-r--r-- 1 root root   4240 Oct  7  2023 iorw.mod
-rw-r--r-- 1 root root  12008 Oct  7  2023 iso9660.mod
-rw-r--r-- 1 root root   8776 Oct  7  2023 jfs.mod
-rw-r--r-- 1 root root  10640 Oct  7  2023 jpeg.mod
-rw-r--r-- 1 root root   4760 Oct  7  2023 json.mod
-rw-r--r-- 1 root root   6496 Oct  7  2023 keylayouts.mod
-rw-r--r-- 1 root root   2872 Oct  7  2023 keystatus.mod
-rw-r--r-- 1 root root   8000 Oct  7  2023 ldm.mod
-rw-r--r-- 1 root root  45272 Oct  7  2023 legacycfg.mod
-rw-r--r-- 1 root root  15816 Oct  7  2023 legacy_password_test.mod
-rw-r--r-- 1 root root   8472 Oct  7  2023 linux16.mod
-rw-r--r-- 1 root root   9168 Oct  7  2023 linuxefi.mod
-rw-r--r-- 1 root root  20216 Oct  7  2023 linux.mod
-rw-r--r-- 1 root root   4544 Oct  7  2023 loadbios.mod
-rw-r--r-- 1 root root     98 Oct  7  2023 load.cfg
-rw-r--r-- 1 root root   9000 Oct  7  2023 loadenv.mod
-rw-r--r-- 1 root root   4688 Oct  7  2023 loopback.mod
-rw-r--r-- 1 root root   7008 Oct  7  2023 lsacpi.mod
-rw-r--r-- 1 root root   3568 Oct  7  2023 lsefimmap.mod
-rw-r--r-- 1 root root   5152 Oct  7  2023 lsefi.mod
-rw-r--r-- 1 root root   4304 Oct  7  2023 lsefisystab.mod
-rw-r--r-- 1 root root   2832 Oct  7  2023 lsmmap.mod
-rw-r--r-- 1 root root   6280 Oct  7  2023 ls.mod
-rw-r--r-- 1 root root   7120 Oct  7  2023 lspci.mod
-rw-r--r-- 1 root root   3704 Oct  7  2023 lssal.mod
-rw-r--r-- 1 root root  20624 Oct  7  2023 luks2.mod
-rw-r--r-- 1 root root   6424 Oct  7  2023 luks.mod
-rw-r--r-- 1 root root  11776 Oct  7  2023 lvm.mod
-rw-r--r-- 1 root root   6712 Oct  7  2023 lzopio.mod
-rw-r--r-- 1 root root   4736 Oct  7  2023 macbless.mod
-rw-r--r-- 1 root root  10624 Oct  7  2023 macho.mod
-rw-r--r-- 1 root root   2712 Oct  7  2023 mdraid09_be.mod
-rw-r--r-- 1 root root   2648 Oct  7  2023 mdraid09.mod
-rw-r--r-- 1 root root   2560 Oct  7  2023 mdraid1x.mod
-rw-r--r-- 1 root root   3032 Oct  7  2023 memdisk.mod
-rw-r--r-- 1 root root   4200 Oct  7  2023 memrw.mod
-rw-r--r-- 1 root root   5736 Oct  7  2023 minicmd.mod
-rw-r--r-- 1 root root   5680 Oct  7  2023 minix2_be.mod
-rw-r--r-- 1 root root   5576 Oct  7  2023 minix2.mod
-rw-r--r-- 1 root root   5712 Oct  7  2023 minix3_be.mod
-rw-r--r-- 1 root root   5608 Oct  7  2023 minix3.mod
-rw-r--r-- 1 root root   5552 Oct  7  2023 minix_be.mod
-rw-r--r-- 1 root root   5456 Oct  7  2023 minix.mod
-rw-r--r-- 1 root root   9320 Oct  7  2023 mmap.mod
-rw-r--r-- 1 root root   5237 Oct  7  2023 moddep.lst
-rw-r--r-- 1 root root   2505 Oct  7  2023 modinfo.sh
-rw-r--r-- 1 root root   3152 Oct  7  2023 morse.mod
-rw-r--r-- 1 root root  43544 Oct  7  2023 mpi.mod
-rw-r--r-- 1 root root   3592 Oct  7  2023 msdospart.mod
-rw-r--r-- 1 root root   2312 Oct  7  2023 mul_test.mod
-rw-r--r-- 1 root root  23680 Oct  7  2023 multiboot2.mod
-rw-r--r-- 1 root root  20728 Oct  7  2023 multiboot.mod
-rw-r--r-- 1 root root   6624 Oct  7  2023 nativedisk.mod
-rw-r--r-- 1 root root  91624 Oct  7  2023 net.mod
-rw-r--r-- 1 root root   4376 Oct  7  2023 newc.mod
-rw-r--r-- 1 root root   9688 Oct  7  2023 nilfs2.mod
-rw-r--r-- 1 root root 174480 Oct  7  2023 normal.mod
-rw-r--r-- 1 root root   5536 Oct  7  2023 ntfscomp.mod
-rw-r--r-- 1 root root  15792 Oct  7  2023 ntfs.mod
-rw-r--r-- 1 root root   4224 Oct  7  2023 odc.mod
-rw-r--r-- 1 root root   2128 Oct  7  2023 offsetio.mod
-rw-r--r-- 1 root root  15344 Oct  7  2023 ohci.mod
-rw-r--r-- 1 root root   2208 Oct  7  2023 part_acorn.mod
-rw-r--r-- 1 root root   2520 Oct  7  2023 part_amiga.mod
-rw-r--r-- 1 root root   2888 Oct  7  2023 part_apple.mod
-rw-r--r-- 1 root root   4064 Oct  7  2023 part_bsd.mod
-rw-r--r-- 1 root root   2568 Oct  7  2023 part_dfly.mod
-rw-r--r-- 1 root root   2096 Oct  7  2023 part_dvh.mod
-rw-r--r-- 1 root root   3152 Oct  7  2023 part_gpt.mod
-rw-r--r-- 1 root root    111 Oct  7  2023 partmap.lst
-rw-r--r-- 1 root root   2912 Oct  7  2023 part_msdos.mod
-rw-r--r-- 1 root root   2416 Oct  7  2023 part_plan.mod
-rw-r--r-- 1 root root   2160 Oct  7  2023 part_sun.mod
-rw-r--r-- 1 root root   2416 Oct  7  2023 part_sunpc.mod
-rw-r--r-- 1 root root     17 Oct  7  2023 parttool.lst
-rw-r--r-- 1 root root   7192 Oct  7  2023 parttool.mod
-rw-r--r-- 1 root root   2832 Oct  7  2023 password.mod
-rw-r--r-- 1 root root   4328 Oct  7  2023 password_pbkdf2.mod
-rw-r--r-- 1 root root   7352 Oct  7  2023 pata.mod
-rw-r--r-- 1 root root   1824 Oct  7  2023 pbkdf2.mod
-rw-r--r-- 1 root root   3352 Oct  7  2023 pbkdf2_test.mod
-rw-r--r-- 1 root root   3424 Oct  7  2023 pcidump.mod
-rw-r--r-- 1 root root  18968 Oct  7  2023 pgp.mod
-rw-r--r-- 1 root root   3848 Oct  7  2023 play.mod
-rw-r--r-- 1 root root  10816 Oct  7  2023 png.mod
-rw-r--r-- 1 root root   2160 Oct  7  2023 priority_queue.mod
-rw-r--r-- 1 root root   5480 Oct  7  2023 probe.mod
-rw-r--r-- 1 root root   3680 Oct  7  2023 procfs.mod
-rw-r--r-- 1 root root   3072 Oct  7  2023 progress.mod
-rw-r--r-- 1 root root   1864 Oct  7  2023 raid5rec.mod
-rw-r--r-- 1 root root   3320 Oct  7  2023 raid6rec.mod
-rw-r--r-- 1 root root   3552 Oct  7  2023 random.mod
-rw-r--r-- 1 root root   3008 Oct  7  2023 rdmsr.mod
-rw-r--r-- 1 root root   2192 Oct  7  2023 read.mod
-rw-r--r-- 1 root root   1520 Oct  7  2023 reboot.mod
-rw-r--r-- 1 root root  77736 Oct  7  2023 regexp.mod
-rw-r--r-- 1 root root  13584 Oct  7  2023 reiserfs.mod
-rw-r--r-- 1 root root  26208 Oct  7  2023 relocator.mod
-rw-r--r-- 1 root root   5512 Oct  7  2023 romfs.mod
-rw-r--r-- 1 root root   6976 Oct  7  2023 scsi.mod
-rw-r--r-- 1 root root   4648 Oct  7  2023 search_fs_file.mod
-rw-r--r-- 1 root root   4768 Oct  7  2023 search_fs_uuid.mod
-rw-r--r-- 1 root root   4712 Oct  7  2023 search_label.mod
-rw-r--r-- 1 root root   5336 Oct  7  2023 search.mod
-rw-r--r-- 1 root root  14456 Oct  7  2023 serial.mod
-rw-r--r-- 1 root root    912 Oct  7  2023 setjmp.mod
-rw-r--r-- 1 root root   2520 Oct  7  2023 setjmp_test.mod
-rw-r--r-- 1 root root   8208 Oct  7  2023 setpci.mod
-rw-r--r-- 1 root root   7696 Oct  7  2023 sfs.mod
-rw-r--r-- 1 root root   2992 Oct  7  2023 shift_test.mod
-rw-r--r-- 1 root root   8144 Oct  7  2023 signature_test.mod
-rw-r--r-- 1 root root   3272 Oct  7  2023 sleep.mod
-rw-r--r-- 1 root root   3008 Oct  7  2023 sleep_test.mod
-rw-r--r-- 1 root root   8328 Oct  7  2023 smbios.mod
-rw-r--r-- 1 root root   2968 Oct  7  2023 spkmodem.mod
-rw-r--r-- 1 root root   9792 Oct  7  2023 squash4.mod
-rw-r--r-- 1 root root   3160 Oct  7  2023 strtoull_test.mod
-rw-r--r-- 1 root root  29320 Oct  7  2023 syslinuxcfg.mod
-rw-r--r-- 1 root root   4768 Oct  7  2023 tar.mod
-rw-r--r-- 1 root root    162 Oct  7  2023 terminal.lst
-rw-r--r-- 1 root root   6584 Oct  7  2023 terminal.mod
-rw-r--r-- 1 root root  19080 Oct  7  2023 terminfo.mod
-rw-r--r-- 1 root root   1952 Oct  7  2023 test_blockarg.mod
-rw-r--r-- 1 root root   3768 Oct  7  2023 testload.mod
-rw-r--r-- 1 root root   7360 Oct  7  2023 test.mod
-rw-r--r-- 1 root root   3416 Oct  7  2023 testspeed.mod
-rw-r--r-- 1 root root   7584 Oct  7  2023 tftp.mod
-rw-r--r-- 1 root root   6304 Oct  7  2023 tga.mod
-rw-r--r-- 1 root root   2272 Oct  7  2023 time.mod
-rw-r--r-- 1 root root   6280 Oct  7  2023 tpm.mod
-rw-r--r-- 1 root root   1936 Oct  7  2023 trig.mod
-rw-r--r-- 1 root root   3568 Oct  7  2023 tr.mod
-rw-r--r-- 1 root root   1792 Oct  7  2023 true.mod
-rw-r--r-- 1 root root  12064 Oct  7  2023 udf.mod
-rw-r--r-- 1 root root   7848 Oct  7  2023 ufs1_be.mod
-rw-r--r-- 1 root root   7688 Oct  7  2023 ufs1.mod
-rw-r--r-- 1 root root   7688 Oct  7  2023 ufs2.mod
-rw-r--r-- 1 root root   9864 Oct  7  2023 uhci.mod
-rw-r--r-- 1 root root   5656 Oct  7  2023 usb_keyboard.mod
-rw-r--r-- 1 root root  15544 Oct  7  2023 usb.mod
-rw-r--r-- 1 root root  10976 Oct  7  2023 usbms.mod
-rw-r--r-- 1 root root   2768 Oct  7  2023 usbserial_common.mod
-rw-r--r-- 1 root root   3328 Oct  7  2023 usbserial_ftdi.mod
-rw-r--r-- 1 root root   3656 Oct  7  2023 usbserial_pl2303.mod
-rw-r--r-- 1 root root   2240 Oct  7  2023 usbserial_usbdebug.mod
-rw-r--r-- 1 root root   5504 Oct  7  2023 usbtest.mod
-rw-r--r-- 1 root root   8456 Oct  7  2023 video_bochs.mod
-rw-r--r-- 1 root root   8840 Oct  7  2023 video_cirrus.mod
-rw-r--r-- 1 root root   9920 Oct  7  2023 video_colors.mod
-rw-r--r-- 1 root root  28144 Oct  7  2023 video_fb.mod
-rw-r--r-- 1 root root   5208 Oct  7  2023 videoinfo.mod
-rw-r--r-- 1 root root     41 Oct  7  2023 video.lst
-rw-r--r-- 1 root root   8688 Oct  7  2023 video.mod
-rw-r--r-- 1 root root   3584 Oct  7  2023 videotest_checksum.mod
-rw-r--r-- 1 root root   5304 Oct  7  2023 videotest.mod
-rw-r--r-- 1 root root   2328 Oct  7  2023 wrmsr.mod
-rw-r--r-- 1 root root  10296 Oct  7  2023 xfs.mod
-rw-r--r-- 1 root root  41728 Oct  7  2023 xnu.mod
-rw-r--r-- 1 root root   3184 Oct  7  2023 xnu_uuid.mod
-rw-r--r-- 1 root root   3024 Oct  7  2023 xnu_uuid_test.mod
-rw-r--r-- 1 root root  19568 Oct  7  2023 xzio.mod
-rw-r--r-- 1 root root   8392 Oct  7  2023 zfscrypt.mod
-rw-r--r-- 1 root root  10448 Oct  7  2023 zfsinfo.mod
-rw-r--r-- 1 root root  56680 Oct  7  2023 zfs.mod
-rw-r--r-- 1 root root  78664 Oct  7  2023 zstd.mod

#10 Re: Other Issues » Chromium wonky for anybody else? » 2024-07-02 21:33:37

an error message every time I opened it saying that it didn't shut down properly

Yup. Same for me every month or so now every time I re-open after shutdown.

I tend to leave it open all the time (unrelated to this issue) for days at a time, so do not know when it first started happening.

Daedalus. Daily updates.

#11 Re: Off-topic » Virgin Media blocking Open-Source Sites » 2024-06-26 13:14:23

Camtaf wrote:

I have no …  problems online using Virgin, through their router

Until this happened I also only had the usual problems with Virgin (local box going awol, usual stuff). I use their Hub 3.0 router (VMDG505 / TG2492LG-VM). Astonishing gigabit WiFi + router speeds, although my computer is only 100M so that is a bit of a waste of time.

It was only because I made a daily visit to this forum that I realised that there was an issue, and looked a little deeper.

Thanks for a fast response, Camtaf.

#12 Off-topic » Virgin Media blocking Open-Source Sites » 2024-06-26 07:50:32

alexkemp
Replies: 2

As best as I can tell it is a BGP routing error. However, I have zero formal education in these matters, and would appreciate feedback from those that do. Here are my discoveries, as brief as I can make it.

Up until early June 2024 I visited this site daily, but then started receiving a network timeout on every access every day. https://downforeveryoneorjustme.com/ said that the site was fine. devuan.org showed identical behaviour (it took something like 20 minutes to timeout).

Come 17 June I discovered that kde.org also showed identical behaviour. All 3 URLs route to AS24940 (HETZNER-AS, DE) and, in consequence, none of them will complete access.

I sent an email giving detailed info on 17 June:

URL             IP                Prefix          Registrar        ASN

kde.org         85.10.198.55      85.10.192.0/18  NameCheap, Inc.  24940
devuan.org      116.202.138.214   116.202.0.0/16  OVH sas          24940
dev1galaxy.org  136.243.229.210   136.243.0.0/16  Gandi SAS        24940

Here's a typical traceroute for all 3:

$ traceroute kde.org
traceroute to kde.org (85.10.198.55), 30 hops max, 60 byte packets
 1  192.168.0.1 (192.168.0.1)  1.858 ms  2.505 ms  3.523 ms
 2  * * *
 3  nott-core-2b-ae80-650.network.virginmedia.net (81.109.166.69)  18.119 ms  23.939 ms  24.265 ms
 4  * * *
 5  * * *
 6  * * *
 7  * * *
 8  * * *
 9  * * *
10  * * *
11  * * *
12  * * *
13  * * *
14  * * *
15  * * *
16  * * *
17  * * *
18  * * *
19  * * *
20  * * *
21  * * *
22  * * *
23  * * *
24  * * *
25  * * *
26  * * *
27  * * *
28  * * *
29  * * *
30  * * *

libreoffice.org was the same + another site that I now cannot recall.

I just checked all sites just now and - dammit! - VM has fixed it & I can get there now (first time; bloody typical):

$ traceroute dev1galaxy.org
traceroute to dev1galaxy.org (136.243.229.210), 30 hops max, 60 byte packets
 1  192.168.0.1 (192.168.0.1)  1.739 ms  2.719 ms  3.324 ms
 2  * * *
 3  nott-core-2b-ae80-650.network.virginmedia.net (81.109.166.69)  21.985 ms  22.713 ms  22.972 ms
 4  * * *
 5  eislou2-ic-1-ae3-0.network.virginmedia.net (62.254.85.145)  36.503 ms  36.098 ms  37.644 ms
 6  ae21-0.lon20.core-backbone.com (80.255.9.125)  37.261 ms  18.530 ms  18.654 ms
 7  ae1-2014.nbg40.core-backbone.com (81.95.15.206)  35.371 ms  35.713 ms  41.184 ms
 8  core-backbone.hetzner.com (5.56.20.254)  40.178 ms  32.628 ms core-backbone.hetzner.com (81.95.15.6)  39.969 ms
 9  core22.fsn1.hetzner.com (213.239.254.233)  43.019 ms core24.fsn1.hetzner.com (213.239.245.54)  42.058 ms core21.fsn1.hetzner.com (213.239.254.217)  42.799 ms
10  ex9k2.dc7.fsn1.hetzner.com (213.239.245.110)  41.598 ms ex9k2.dc7.fsn1.hetzner.com (213.239.254.190)  34.075 ms  34.289 ms
11  seppia.devuan.org (5.9.97.46)  38.485 ms  37.534 ms  42.895 ms
12  dev1galaxy.org (136.243.229.210)  35.336 ms  36.364 ms  36.561 ms

Was my assumption of faulty BGP routing accurate? Any other possible reasons?

(I was writing this on SFS (StopForumSpam) just now - I'm a mod there - and just as I got ready to post it, after numerous "Previews" Cloudflare threw up a challenge, but without the URL to allow me to identify myself as a human. The 'Back' button allowed me to save the text, and here I am)

(slightly rewritten to try to make clearer)

#13 Re: Off-topic » AI Safety » 2024-06-02 13:47:51

It is on YT under the "Robert Miles AI Safety" channel: https://www.youtube.com/watch?v=2ziuPUeewK0

#15 Re: Installation » [SOLVED] Synaptic and sources list » 2024-05-21 08:08:54

Here is a command that will help reveal any mis-formed lines in your sources. Run the command (1st line) below in a terminal window & report the results here:

$ grep ^[^#] /etc/apt/sources.list /etc/apt/sources.list.d/*
/etc/apt/sources.list:deb http://deb.devuan.org/merged daedalus                  main non-free-firmware non-free contrib
/etc/apt/sources.list:deb http://deb.devuan.org/merged daedalus-updates          main non-free-firmware non-free contrib
/etc/apt/sources.list:deb http://deb.devuan.org/merged daedalus-security         main non-free-firmware non-free contrib
/etc/apt/sources.list:deb http://deb.devuan.org/merged daedalus-proposed-updates main non-free-firmware non-free contrib
/etc/apt/sources.list:deb http://deb.devuan.org/merged daedalus-backports        main non-free-firmware non-free contrib

PS
I work under daedalus, if that was not obvious.

PPS
The command I gave does not make *any* changes to your system. It simply reports on your current setup.

PPPS
sources.list + files within /sources.list.d are config files that affect the setup of the install-program apt.

#16 Re: Other Issues » [SOLVED] crontab has no effect » 2024-05-18 14:15:34

ralph.ronnquist wrote:

Is this a PATH problem? (Non-root user typically lacks /sbin and /usr/sbin in PATH)

Hmm. I've only added one entry to my $PATH. Here is the result with that extra removed (under Daedalus):

$ echo $PATH
/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

#17 Re: Hardware & System Configuration » time at Devuan xfce not synced with bios » 2024-05-15 14:58:40

This is the one installed on my Daedalus system; ntpdate is also installed and, I believe, gets installed at the same time:

$ apt info ntpsec
Package: ntpsec
Version: 1.2.2+dfsg1-1+deb12u1
Priority: optional
Section: net
Maintainer: Richard Laager <rlaager@debian.org>
Installed-Size: 915 kB
Provides: time-daemon
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, lsb-base, netbase, python3, python3-ntp (= 1.2.2+dfsg1-1+deb12u1), tzdata, libbsd0 (>= 0.0), libc6 (>= 2.34), libcap2 (>= 1:2.10), libssl3 (>= 3.0.0)
Recommends: systemd | cron | cron-daemon
Suggests: apparmor, certbot, ntpsec-doc, ntpsec-ntpviz
Conflicts: time-daemon
Breaks: ntp (<< 1:4.2.8p15+dfsg-2~)
Replaces: ntp (<< 1:4.2.8p15+dfsg-2~), time-daemon
Homepage: https://www.ntpsec.org
Tag: implemented-in::c, implemented-in::python, implemented-in::shell,
 interface::commandline, interface::daemon, network::client,
 network::server, role::program, use::timekeeping
Download-Size: 340 kB
APT-Manual-Installed: no
APT-Sources: http://deb.devuan.org/merged daedalus/main amd64 Packages
Description: Network Time Protocol daemon and utility programs
 NTP, the Network Time Protocol, is used to keep computer clocks
 accurate by synchronizing them over the Internet or a local network,
 or by following an accurate hardware receiver that interprets GPS,
 DCF-77, or similar time signals.
 .
 This package contains the NTP daemon and utility programs.  An NTP
 daemon needs to be running on each host that is to have its clock
 accuracy controlled by NTP.  The same NTP daemon is also used to
 provide NTP service to other hosts.
 .
 This is the NTPsec version of NTP.  NTPsec is a secure, hardened,
 and improved implementation derived from the original NTP project.
 NTPsec supports Network Time Security (NTS) which provides
 cryptographically authenticated time.
 .
 For more information about the NTP protocol and NTP server
 configuration and operation, install the package "ntpsec-doc".

#18 Re: Other Issues » EML / MHT Files Convert to RTF: Help Required » 2024-05-14 12:34:35

Hi soren

Yeah, I had already looked at finding utilities such as pdfunite & may well end up using that. My main reason for NOT going that route is the following phrase in the most recent Order that I've received:

e. Documents required for a hearing should be in electronic form. PDF format, indexed, paginated and bookmarked.

It may well be possible to do that with  pdfunite but the point for me was that LibreOffice can do it using Master Documents.

Also this:

f. For guidance on what is required see:- https://www.judiciary.uk/announcements/ … t-bundles/
g. For help in how to do this see https://st-philips.com/creating-and-usi … g-bundles/

I'm still in the process of learning how to use Master Documents, and I need to reduce all this new stuff if I'm ever going to get it all sorted in time.

I've made an early test with a Master Document and, frankly, it's a breeze. There will be lots of detail that will need sorting, but there is a solution in sight by going this route.

As you say, it needs a quick batch file to sort all those EML files.

Thanks for your input, soren - a lifesaver.

#19 Re: Other Issues » EML / MHT Files Convert to RTF: Help Required » 2024-05-14 08:19:16

I've now installed mhonarc & used it in anger. It does exactly the job that it professes to do (the following is from info mhonarc):

NAME
       mhonarc - convert mail/news messages to HTML

SYNOPSIS
       mhonarc [options] [arguments]

DESCRIPTION
       MHonArc is a Perl program for converting mail, or news, messages into HTML archives.  MHonArc can also be used to convert
       individual messages into HTML documents.

       The documentation for MHonArc is distributed in HTML format.  Due to its size and organization, it is not suited for
       manpage format.  Consult your system administrator for where the documentation has been installed, or see "AVAILABILITY" on
       where you can access the documentation on the web.

<snip>

The following produces a single-page HTML file + saves "pdfwD701WIjT3.pdf" in the same directory (that is the attached PDF in the email). The HTML opens in Writer just fine (I do not think much of the default display choices, but that is a personal issue). The HTML has an embedded link that can open the attachment (no direct use for the PDF bundle):

$ mhonarc -single 2023-05-26-0418.eml > 2023-05-26-0418.html

So, so far mhonarc looks to be a viable option.

#20 Re: Other Issues » EML / MHT Files Convert to RTF: Help Required » 2024-05-14 07:46:22

Thunderbird uses Firefox to display itself on the screen. That's how you can be absolutely certain that Firefox can display MHT files (I've written my own, and they display fine). I am using firefox-esr 115.10.0esr-1~deb12u1.

PS
Trying to open an EML file in Firefox gives an option to open it in Thunderbird / Save to disk; not helpful. Chromium just displays the text content, and ignores all formatting / embedded content; also not helpful.

PPS
The issue is not to be able to *open* the file. The issue is to be able convert it into a format that LO Writer can open & display.

Thanks for trying to help.

#21 Re: Other Issues » EML / MHT Files Convert to RTF: Help Required » 2024-05-14 00:34:58

Thanks for that soren. I did investigate Pandoc but it does not mention EML at any point.

I work under Daedalus:

$ apt search mhonarc
Sorting... Done
Full Text Search... Done
mhonarc/stable 2.6.19-2.2 all
  Mail to HTML converter

$ apt info mhonarc
Package: mhonarc
Version: 2.6.19-2.2
Priority: optional
Section: mail
Maintainer: Jeff Breidenbach <jab@debian.org>
Installed-Size: 7,601 kB
Depends: perl:any
Recommends: libdigest-md5-perl
Tag: implemented-in::perl, interface::commandline, interface::web,
 mail::list, role::program, use::converting, use::organizing,
 use::storing, works-with-format::html, works-with::mail,
 works-with::text
Download-Size: 847 kB
APT-Sources: http://deb.devuan.org/merged daedalus/main amd64 Packages
Description: Mail to HTML converter
 MHonArc is a Perl mail-to-HTML converter. MHonArc provides HTML mail
 archiving with index, mail thread linking, etc; plus other capabilities
 including support for MIME and powerful user customization features.

I'm about to go to bed, so this waits until tomorrow. Many thanks for taking the time & trouble to help.

#22 Other Issues » EML / MHT Files Convert to RTF: Help Required » 2024-05-13 22:35:18

alexkemp
Replies: 9

I've got a large number (101) of .eml files and wish to be able to convert them into .rtf files. My searching throws up a very large number of online websites to convert them (no thanks!) but I cannot find a Linux-friendly method.

Reason for Conversion

The 101 EML files have been sourced from Thunderbird-hosted emails. I wish to be able ultimately to place each one into a bundle of PDFs for supply to a UK District County Court "Document Upload Centre". The workload for that is:-

  • EML => Libreoffice => PDF

If LO was able to load the EML files as HTML / EHTML (which is essentially what they are) then there would be no need for help, but currently LO loads each EML file as plain text. If I can convert the EML files into RTF files (as one example) then that would fix my problem.

I've actually already got each file also in a PDF format (obtained via Print in Thunderbird), but to easily be able to create a "PDF Bundle" will need to be able to load them into LO Writer.

Help

EML files were originated by Microsoft and are Plain-Text files in MIME-format. They essentially have the identical format to MHT / MHTML files, which was an early MS-derived format for saving a webpage in a single-page format (it was originated in the days of Internet Explorer).

#23 Re: Devuan » liblzma CVE-2024-3094 » 2024-04-07 08:45:38

Thank you jue-gen, a *very* interesting article.

#24 Re: Installation » [SOLVED] Firefox and Firefox Nightly repos in Synaptic . . » 2024-04-05 10:14:55

FWIW:

$ apt search firefox | fgrep installed

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

firefox-esr/stable-security,stable-proposed-updates,now 115.9.1esr-1~deb12u1 amd64 [installed]
iceweasel/now 78.14.0esr-1~deb10u1 all [installed,local]

(I hand-removed all the language-variants in the following) (lots & lots & lots of them)

$ apt search firefox
Sorting... Done
Full Text Search... Done
activity-aware-firefox/stable 0.4.1-2 all
  wrapper to make Firefox aware of Plasma Desktop activities

firefox-esr/stable-security,stable-proposed-updates,now 115.9.1esr-1~deb12u1 amd64 [installed]
  Mozilla Firefox web browser - Extended Support Release (ESR)

firefox-esr-l10n-all/stable-security,stable-proposed-updates 115.9.1esr-1~deb12u1 all
  All language packages for Firefox ESR (meta)

firefox-esr-mobile-config/stable 3.2.0-1 all
  Default mobile-friendly configuration for Firefox ESR

iceweasel/now 78.14.0esr-1~deb10u1 all [installed,local]
  Web browser based on Firefox - Transitional package

libfirefox-marionette-perl/stable 1.35-1+deb12u1 all
  module to automate the Firefox browser with the Marionette protocol

plasma-browser-integration/stable 5.27.5-2 amd64
  Chromium, Google Chrome, Firefox integration for Plasma

webext-debianbuttons/stable 2.3-2 all
  Buttons for querying Debian-related pages with Firefox

webext-foxyproxy/stable 7.5.1+dfsg-3 all
  Advanced proxy management for Firefox

webext-ublock-origin-firefox/stable 1.46.0+dfsg-1 all
  lightweight and efficient ads, malware, trackers blocker (Firefox)

xul-ext-debianbuttons/stable 2.3-2 all
  Buttons for Firefox - Transitional package

#25 Re: Hardware & System Configuration » [SOLVED] mtp-tool will not start » 2024-03-27 00:24:05

fwiw, this is from my system just now (daedalus):

$ apt search mtp | fgrep installed

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

jmtpfs/stable,now 0.5-4 amd64 [installed]
libmtp-common/stable,now 1.1.20-1 all [installed,automatic]
libmtp-runtime/stable,now 1.1.20-1 amd64 [installed,automatic]
libmtp9/stable,now 1.1.20-1 amd64 [installed,automatic]
libnet-smtp-ssl-perl/stable,now 1.04-2 all [installed,automatic]
mtp-tools/stable,now 1.1.20-1 amd64 [installed]

This is using just the common apt install from repository.

Board footer

Forum Software