The officially official Devuan Forum!

You are not logged in.

#51 Re: Desktop and Multimedia » [SOLVED] Ctrl+Alt+F1...6 freezes desktop and unable to get to console » 2024-12-12 16:24:30

No solution, just wondering: Does "Xwayland" mean something here?

rdav wrote:
 $ inxi -MGr
...
 Display: server: X.Org v: 1.21.1.14 with: Xwayland v: 22.1.9 driver: X:
    loaded: nouveau dri: nouveau gpu: nouveau resolution: 1680x1050~60Hz

Btw: Interesting inxi switches.
Respective line on my excalibur machine (with nvidia driver and 1920x1080 consoles) is:

  Display: x11 server: X.org v: 1.21.1.14 driver: X: loaded: nvidia

#53 Re: Documentation » Tip for using obmenu-generator in Openbox » 2024-12-07 19:49:44

obmenu-generator is really great and one of few non-standard tools I add to a an installation.

Head_on_a_Stick provides a deb-package https://dev1galaxy.org/viewtopic.php?pid=34723#p34723 (thanks for that)

#54 Re: Hardware & System Configuration » Thinkpad t460p, ext. keyboard detection not working after upgrade » 2024-11-23 10:46:20

Was a new kernel installed?
Boot the previous one again (grub menue: advanced options ... -> ). Does the problem remain?

Or anything suspicious in apt's log?
/var/log/apt/term.log or /var/log/apt/history.log

#55 Re: Packaging for Devuan » Lazarus weird after update » 2024-11-21 19:59:41

Assuming daedalus with backports:

# apt install  -t daedalus-backports  lazarus-ide 

should have done the trick.

#56 Re: Installation » minimal X install » 2024-11-16 12:09:18

Invest 20 bugs in a new SSD. Runnung devuan/debian using a 2 GB parftiion can be quite masochistic these days. Anyway, not my decision.

If the current kernel works, you may deinstall the previous (now backup) kernel. This frees about 250 MB of kernel modules and has to be repeated after a kernel upgrade.
You may use apt with "--no-install-recommends".

Regards

#57 Re: Off-topic » A Libreoffice Writer ODT that Crashes the Devuan Desktop » 2024-11-04 20:57:13

Not sure whether the following is connected... .
Today, I had a uniq experience with 'LibreOfiice Calc' on a remote mashine. It killed the whole vnc-server-session when opening a document - three times in a row, then I gave up.
server: debian bookworm, running tightvncserver and libreoffice calc
client: devuan excalibur, running xtightvncviewer

At least there are similarities.
And the supplied document from github does not freeze my desktop.

#58 Hardware & System Configuration » [SOLVED] Repository sync: How to reduce download size of 'apt-get update'? » 2024-10-26 21:05:44

delgado
Replies: 1

Hi,
I'm running excalibur on a amd64 computer with i386 achitechture enabled (to play old games). Additionally, some packages from ceres and daedalus are installed too. 'deb-src' repositories are commented-in on occasion, not permanently.

This resulted not seldom in having +100 MB to download just for syncing the repositories.

A reasonable reduction was archived by "i386 packages are installed from excalibur, all other repositories can be fixed to amd64". 'sources.list' looks as follows:

cat /etc/apt/sources.list

deb http://deb.devuan.org/merged excalibur                      main contrib non-free non-free-firmware
# virtualbox, nomacs
deb [arch=amd64] http://deb.devuan.org/merged ceres             main contrib non-free non-free-firmware
# lxde-gtk2 - lxpannel-gtk3 doesn't work
deb [arch=amd64] http://deb.devuan.org/merged daedalus          main contrib non-free non-free-firmware
deb [arch=amd64] http://deb.devuan.org/merged daedalus-updates  main contrib non-free non-free-firmware
deb [arch=amd64] http://deb.devuan.org/merged daedalus-security main contrib non-free non-free-firmware
# kpackage
deb [arch=amd64] http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb excalibur deps-r14 main-r14

What else can be done (or excluded or specified) to further reduce the download when apt is syncing?

Thanks for any input and regards.

EDIT 2024-Oct-30:
Decided to use "daedalus main" and "ceres main contrib" as a further reduction. And closing the topic.

#59 Re: Packaging for Devuan » yt-dlp is very outdated » 2024-10-18 15:24:19

devuan / debian stable usually stays as it is after release.
This package would be a good candidate for daedalus-backports.

cat /etc/apt/sources.list | grep backports
deb http://deb.devuan.org/merged daedalus-backports main   #contrib non-free non-free-firmware
$ sudo apt-get update
$ sudo apt-get -t daedalus-backports install yt-dlp

#60 Re: Packaging for Devuan » upower: very broken dependencies » 2024-10-11 18:00:52

I can not reproduce the error. upowerd on my excalibur works.

#61 Re: Installation » Wine 64-bit Prefix on Devuan 5 (daedalus) » 2024-09-23 16:29:01

Hi,

adding i386 architecture is recommended or mandatory for wine installations.

sudo dpkg --add-architecture i386

Personal experiences:
I had pointless trys using WINEARCH=win[32,64] and wine installtions without i386 architecture. You can do that, but expect pain.
Instead: May the wine warper script decide such things - as long as it works.

#62 Re: Off-topic » Something I realized, » 2024-09-07 23:08:15

Part of the problem is, how modern IC's / micro controllers are working: The binary blob (or firmware or driver) defines its function. Even IO-pins can be re-routed to be (e.g.) an analog input or digital output. Input signals are digitized as early as possible and the output is calculated.

"classic" electronic components are fixed in function and layout. This made it possible to guess the function of a circuit board by it's components. Or reverse engineer it. That is impossible today.

#63 Re: Hardware & System Configuration » Install/activate Printer in Devuan » 2024-09-07 22:34:08

TomEngel wrote:

do i have to clowning around with cups or similar???

Does 'Installing cups by installing another distribution' count?
Anyway. Your choice.

#64 Re: DIY » Removing Apparmor » 2024-09-05 15:18:30

Sometimes such command lines work:

$ apt install dbus apparmor- -s
dbus is already the newest version (1.14.10-1~deb12u1devuan1).
The following packages will be REMOVED:
  apparmor
Remv apparmor [3.0.8-3]

"apparmor-" has a trailing "-" and "-s" is for simulation.
Computer: daedalus notebook

#65 Re: DIY » USB Stick, File Size > 4GB » 2024-09-04 12:20:36

Great advice, thanks a lot! Totally forgot about liquorix.

My shiny new computer does not suffer on windows, but the old one has a (more or less) big data partition formated with ntfs. For the fist time the transfer speed is in a reasonable dimension. I'm quite happy with that.

No news on the USB-stick front so far.

#66 Re: Installation » [SOLVED] Devuan bug #858 - just a heads-up » 2024-09-04 11:57:51

Hi,

I'm confused about the ssh version. https://pkginfo.devuan.org/cgi-bin/poli … r&x=submit
Affected is version 6.7 or earlier, which would mean jessie (devuan 1 / debian 8) ?

#67 Re: DIY » USB Stick, File Size > 4GB » 2024-09-02 12:58:16

Thanks for the replies.

The stick is for a TV set-top-box.
4 GB file size is easy to hit. Sadly, ext[3,4] file systems are not recognised.
Tried exfat: File size is good, but the file system is not recognised either.

Found some information on Paragon's "ntfs3" driver, e.g. https://forum.manjaro.org/t/how-to-enable-ntfs3/86049/4

$ cat /boot/config-6.9.12-amd64 | grep -i ntfs3
# CONFIG_NTFS3_FS is not set

Means recompiling the kernel to enable it.

#68 DIY » USB Stick, File Size > 4GB » 2024-09-01 22:38:42

delgado
Replies: 7

The USB stick was factory formated with 'vfat' and allowed a file size of up to 4GB. I need more.
Formating it with mkfs.vfat /dev/sde1 -S 4096 should allow 16GB file size, but it's still 4GB. Using -S 32768 makes the drive disappear.
Using ntfs (NeanderTal File System) is as always slow as fuck.

Two questions:
(a) How to formate vfat, that can have files bigger than 4GB?
(b) Where is Paragon's (compared to ntfs-3g) super-fast-kernel-ntfs-driver? Or how can it be enabled?

What really makes me sick is the following: That little box I want to feed most likely runs on Linux, but it reads fuck Microsoft file systems only. Such s**t costs hours for nothing.

#69 Re: Off-topic » desktop market share » 2024-08-31 20:02:15

The desktop nice.
Last resort of Microsoft Windows.

#70 Re: Installation » Daedalus LXQT-only installs no wireless manager? » 2024-08-31 19:25:10

Chudix wrote:

After a bit of searching I determined that something called conman may be wireless related, but using it is not obvious to me.

You can have either connman or network manager. The packages are mutually exclusive.

#71 Re: Installation » how restore default permissions root folder after copy OS to SSD? » 2024-08-25 18:56:27

Interesting command lines for rsync, indeed.
I'll stick to cat (or dd) a partition and resize2fs the file system to the target partition's size.

#72 Re: Installation » is the Devuan repository server usually slow or offline? » 2024-08-25 18:29:13

Just a data point:
I'm in a hotel in Aschaffenburg, Germany- Internet speed is very good - downloaded 500MByte in less than a minute.
Internet provider: Telekom, 100MBit (assumed)
Problem: host "deb.devuan.org" was not resolved with wifi's standard dns (192.168.2.1).
After 2-4 times apt update, I inserted the installed unbound in /etc/resolv.conf ("nameserver 127.0.0.1") and dns worked as expected.

Maybe a dns-cache-problem?

#73 Re: Desktop and Multimedia » GParted - unallocated space within the partition(HOW recover data?) » 2024-08-22 17:51:55

What???
You want
EITHER grow a file system to the full partition's size (see #2)
OR recover "something" from the drive.

cp simply over-writes. I would start looking for a back-up.
ddrescue is useful, when dd aborts with an error, e.g. when the drive is physically damaged.
testdisk (as far as I remember) is looking for known file headers (like png/jpg images, zip/gz archives, etc) on the raw disk and trys to recover them.

Even if you would provide all information to the accident in detail, I doubt someone could help. Sorry.

#75 Re: Installation » [SOLVED] how to install kernel 6.6.47 (or 6.10.6) in a new daedalus install » 2024-08-22 10:08:57

Adding the daedalus-backports repository would be a convenient way to have a quite current kernel (6.9).

cat /etc/apt/sources.list | grep backports
deb http://deb.devuan.org/merged daedalus-backports main contrib non-free non-free-firmware

apt install -t daedalus-backports linux-image-amd64

Beside the kernel, firmware can be a major problem especially on new notebooks. There are no backports releases by now, e.g. https://pkginfo.devuan.org/cgi-bin/poli … *&x=submit . I would go for the newest packages for all build-in components.

Board footer

Forum Software