The officially official Devuan Forum!

You are not logged in.

#651 Re: Other Issues » Gdebi/dpkg and zst archives? » 2023-04-30 12:29:18

Given that a .deb file is an ar archive file containing two .tar.gz files it might be within scope for you to repackage things yourself.

#653 Re: Hardware & System Configuration » [SOLVED][DAEDALUS] EMMC issue (before GRUB) » 2023-04-11 03:54:12

Well, no @Danielsan, you did not post output of ln -l /dev/disk/by-uuid

#654 Re: Hardware & System Configuration » [SOLVED][DAEDALUS] EMMC issue (before GRUB) » 2023-04-09 14:43:18

Good you fixed it smile

It doesn't matter now, but I'm not sure what you meant with "Already posted"? Afaict your OP doesn't include output of either ls -l /dev/disk/by-uuid (note the -l) or blkid, which both are ways of seeing the associations between uuids and partitions.

#655 Re: Hardware & System Configuration » [SOLVED][DAEDALUS] EMMC issue (before GRUB) » 2023-04-09 05:22:39

Kind of looks like something pre-grub tries to access the partition while the partition uuid is encypted.

Maybe ls -l /dev/disk/by-uuid or blkid would help identifying which partition it concerns.

#656 Re: Off-topic » Error in VirtualBox, hoping for help » 2023-04-03 02:24:29

I'm not sure when that trend started, and perhaps I'm really alone at getting "disturbed" by it, but I really can't understand what it is with this stupid quoting of prior posts rather than just making a follow-on post with a comment or answer.

#657 Re: Desktop and Multimedia » [SOLVED] Help requested with WINE setup and/or Chromium Cache Searching » 2023-03-29 03:14:17

Yeah, I'm guessing that when Microsoft bought github, they thought that people would show a "convenient mix of lazy and stupid" and pretend for themselves that Microsoft, by keeping keeping github services kind of the same at least initially, supports FOSS.

#659 Re: Off-topic » Freedombox is on the list of banned packages, what to do? » 2023-03-16 01:17:41

@MrReplicant, being defensive about sound behavioural advice won't serve you well in the long run.

Just to be petty: I think you really should have understood the sheer stupidity of including post #2 in post #3 especially when post #1 also was yours.

You see, a forum thread is generally intended to be a public group discussion where people advance the opening topic through a succession of discussion points adding expansions, explanations and viewpoints. It's not intended to be like a chat room with a series of (public) one-on-one exchanges. Hijacking the thread for a completely different topic, like we do here, is also very bad form.

It means in particular that each post implicitly concerns the thread topic as a whole. When you want to attach a note to something particular of a prior poster it might warrant  quote, but in general one would only use quoting for the purpose of remarking on or highlighting the particular choice of words rather than the semantics.

And, there is never any need to quote a whole post like you did in post #3, since you would then rather refer to it by its sequence number.

In any case, I should also thank you for opening this opportunity to make this kind of public statement about that style of posting that had started to infect this forum. It will be interesting to see how that pans out in other topics in the future.

#660 Re: Off-topic » Freedombox is on the list of banned packages, what to do? » 2023-03-15 20:05:42

I wonder where the kids recently have got the idea that previous posts need to be included in their forum posts?

Is it an attention span thingy, maybe?

Anyhow, this is off topic.....

#661 Re: Other Issues » Bluetooth Install Problem on Chimaera » 2023-03-15 05:12:24

Fair enough. You haven't said there is an issue.

You merely show that with apt preferences set up so as to not install dbus, then apt will not install anything that declares it depends on dbus.

#662 Re: Installation » [BUG] Kernel's problem on devuan daedalus netinstall » 2023-03-15 01:46:47

@dino.mesina: Thank you.

The reported bug is fixed for daedalus preview ISO building at or after 20230314.

#663 Re: Other Issues » Bluetooth Install Problem on Chimaera » 2023-03-15 00:11:37

What's the output of apt-cache policy dbus for you?

#664 Re: Installation » [BUG] Kernel's problem on devuan daedalus netinstall » 2023-03-13 23:55:13

I tried with that ISO last week, and I tried the new one just hot out of the oven, and I can't repeat the problem;
basically, the kernel package includes the module.

What is your installation setup, i.e. partitions,  filesystem setup, encryption, lvm, desktop?
Any "special" hands-on during the installation.

EDIT: actually I found a way to repeat the problem using an rtl8139 (emulated) card, and I see that probably the installer has a bug in its module selection logic, that results in that some "intermediate modules (e.g. mii.ko) are missing.

EDIT 2: Your path forward could be to just install without network the base system from the ISO. That will install a kernel with modules, and that will (should) detect your ethernet card. Thereafter you make sure to configure the network, eg

 # cat <<EOF >> /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
EOF
# ifup eth0

and to enable the source.list  entries for network installation, followed by manual apt-get, for example:

 # nano /etc/apt/sources.list
... ensure the cdrom line is commented out
... there is: deb http://deb.devuan.org/merged daedalus main
... save and exit
# apt-get update
# apt-get install task-xfce-desktop

EDIT 3: the daedalus-security repository is not available yet

#665 Re: Installation » [BUG] Kernel's problem on devuan daedalus netinstall » 2023-03-12 22:46:46

Not sure why your install has that issue; there should be an r8196.ko kernel module availabele on your system, and assuming that to be the module for handling RTL8111/8168/8411, the kernel should have loaded that.

Try with modprobe r8169 to see if it looks happier, and if that works, then add r8169 to your /etc/initramfs-tools/modules file before using the command update-initramfs -u -k all in order to prime your initrd to load the module on boot.

#666 Re: Installation » [SOLVED] unplugged ssd grub problem...HELP! » 2023-03-12 11:18:56

One possible approach on this could be that you get and install using a daedalus preview server iso, without using network.

It is more than odd that it now doesn't find the firmware for your network adapter and it would be helpful if you could grab the log file at the point just before partitioning disks, and either upload to here or send to me on email. The steps for that would be:
1. start the installation and step forward up to partitioning disks dialog
2. then use ctrl-alt-f2 to enter a shell with the installer system
3. copy /var/log/syslog to a safe place; maybe ideally onto a separate USB disk/stick

The server iso has the same installer s/w as netinstall but it also includes a package pool for setting up a server system, and is self-contained in that way. The desktop iso is similar, but with a much larger package pool that includes a couple of desktop environments.

I at one time had the problem that the UEFI nvram was filled up so it couldn't add the boot entry for Devuan, and though I remember solving that by clearing the nvram, I don't remember exactly how. Also this is probably not the cause since you are able to install other systems.

#667 Re: Installation » [SOLVED] fail2ban banactions, convert from iptables to nftables » 2023-03-10 13:07:16

@Marjorie: I think it's slightly misleading to say that the kernel module is nftables; rather it's the netfiltering subsystem that is targeted by either (or both) iptables rules and nft rules. And the main change in iptables is in using the netfilter socket for its kernel interactions rather than ioctls that it used previously. I guess you are clear on this, but generally there's a lot of confusion on this topic.

Basically nft rules and iptables rules do the same things with different syntax. As far as I know they are alternatives for the same function, except that iptables allows use of ipset, which is something that hasn't got into nft yet.

#668 Re: Installation » [SOLVED] fail2ban banactions, convert from iptables to nftables » 2023-03-10 12:51:51

I suggested you install iptables just because that would solve your problem; whether "debian" prefers that in their default installation or not doesn't seem to be particularly relevant or important to me. I think of it as one of the advantages with debian's and thus devuan's large repository that often there are alternative solutions to various functionalities, and then you stack solutions that work together.

E.g., apparently fail2ban works with iptables, so if one wants fail2ban one also installs iptables. Of course, since both nftables and iptables are support software operating on the kernel's network filtering subsystem you might not want both or at least you may have to take some care to make their usages complement each other.

#669 Re: Installation » [SOLVED] fail2ban banactions, convert from iptables to nftables » 2023-03-09 21:11:37

@bai4Iej2need, you could also just install iptables, couldn't you?

#670 DIY » overlay-boot » 2023-03-08 23:58:10

ralph.ronnquist
Replies: 0

If you like the notion of chroot overlay of the root filesystem, then you might also find pleasure with the overlay-boot package in http://deb.devuan.org/devuan experimental

It's some more serious scripting to establish "virtual machines" sharing the running kernel as well as overlaying the filesystem (fully or partially).

It comes with some documentation; man pages mostly.

#671 Re: Freedom Hacks » Is it safe to encrypt only the home directory? » 2023-03-08 21:35:59

@zapper please stop including the previous post into your post.
Doing so creates a very tedious and confusing forum thread.

#672 Re: DIY » Regarding making cronie jobs, » 2023-03-07 04:38:50

Possibly yes; cron typically executes scripts and programs in /etc/cron.hourly according to the line saying so in /etc/crontab.

See also the note about PATH in man 5 crontab.

#673 Re: DIY » Regarding making cronie jobs, » 2023-03-07 01:25:04

/etc/rc.local is an executable script (or program) that gets exec'd by e.g.,  the /etc/init.d/rc.local startup script.

/etc/inittab is a configuration file for sysvinit's init program, and it is not a script, but rather a series of service declarations that are interpreted by /sbin/init. When man pages were a thing you would have "man inittab" as way of finding out its syntax.

#674 Re: Other Issues » Is there a good way to install Inkscape 1.2.2? » 2023-03-05 04:00:01

No I meant to mount an overlay of your current OS, and then install in the overlay. Something like

# mkdir /X/{U,W,R}
# mount -t overlay -olowerdir=/,upperdir=/X/U,workdir=/X/W oly /X/R
# chroot /X/R
# echo "deb http://deb/devuan.org/merged daedalus main" >> /etc/apt/sources.list
# cat <<EOF >> /etc/apt/preferences.d/reluctant-daedalus
Package: *
Pin: release n=daedalus*
Pin-Priority: 90
EOF
# apt-get update
# apt-get install incscape -t daedalus

And then run it there... you will need to sort out authorization for X of course, and you may want to also bind-mount lower /home onto /X/R/home. I'm sure you'll work that out.

In that way your lower / installation is unaffected by whatever the inkscape installation from daedalus pulls in.

EDIT: change "upper" to "lower" (as it should be)

#675 Re: Other Issues » Is there a good way to install Inkscape 1.2.2? » 2023-03-04 23:31:39

1.2.2 seems available on daedalus and ceres, but if it was me I would probably install that into a "not unshared" overlay chroot rather that into the main system, since it does in particular upgrade libsrdc++6, and some few other libs.

Board footer

Forum Software