The officially official Devuan Forum!

You are not logged in.

#1176 Re: Devuan » devuan and LTS » 2021-01-29 22:18:48

Security updates are sometimes late in devuan because amprolla gets confused when it sometimes gets a 404 on a debian repo. When this happens, it's usually discovered and fixed within a few days. You've probably seen the discussions on this forum about it.

There are people working on this, and based on something I was told a few days ago, it might already be fixed.

#1177 Re: Devuan » devuan and LTS » 2021-01-29 20:50:53

Pedro, you probably don't want to read this.

mckaygerhard wrote:

again talking without well knowed ! everybody can have free access to those security updates..

Either you don't know what you are talking about or you are deliberately spreading misinformation. I think it's the latter. You said that Debian offers 7 years of support. That is simply not true.

You don't know what goes on here. You just come by every now and then to throw shit on the project. Are you getting paid to do this? I don't have the time or desire to track down and identify all your alternate "facts". So I now have to assume that everything you say is false.

#1178 Re: Devuan » devuan and LTS » 2021-01-29 13:27:46

Thanks. I wasn't aware that a private company is offering commercial support for Debian, but I'm not surprised by that. If someone wants to form a private company to offer extended support for Devuan users, they are welcome to do so. I don't think it's fair to fault the dozen or so devs we have for not doing that.

Extended Long Term Support (ELTS) is a commercial offering to further extend the lifetime of Debian releases (after the 5 years offered by the LTS project). It is not an official Debian project. Debian's infrastructure and other Debian resources are not involved.

#1179 Re: Devuan » devuan and LTS » 2021-01-29 11:35:28

and Devuan as i know still are only 5 years of support,, Debian has 3+2 + ExLTS in a total of 7 years..

I've never heard of this before. Does Debian have a secret server for companies that want the extra two years of support? How does one go about getting that? Or is it only systemd that they support for the extra two years? That would explain why it's not in Devuan.

Do you even know how Devuan gets its packages? Have you heard of amprolla?

FYI: 99% of packages in the Devuan repository are not in the Devuan repository. When you understand that, you will have attained some level of enlightenment.

#1180 Re: Off-topic » A peek into the future of distros » 2021-01-27 18:28:10

A universal package manager with a single repository where anyone can push

WTF???

polkit and apparmor — granular...

security uploaded by anyone. Right.

That all being said, I hope devuan will last for another 4-5 years the way it is at least... if not forever.

Buster/Beowulf has another year before it moves into LTS. Then figure another two  before Bullseye/Chimaera moves to LTS. You could easily add another year or two to that, so we are potentially up to 5 years. Chimaera is already working pretty well, and Bullseye has gone into soft freeze, so I feel confident that it can't get screwed up too badly for us to fix and use it.

#1181 Re: ARM Builds » sshd via wlan0 only if ethernet cable is plugged - otherwise no sshd » 2021-01-27 18:15:20

I've never played with arm images, so I guess that's why this problem seems so foreign to me. Please say exactly which iso or image you used. If you'd like, I could move this thread to the arm section of the forum where it might get more attention (from someone who knows more about arm than I do).

When I suggested setting up static ip for the pi, I meant in /etc/network/interfaces. Setting it up on an external device won't do anything to bring up the interface, it will only allow it to have an address when it asks for one. Is there anything other than the loopback entry in the interfaces file?

dpkg -l |egrep "network-manager|connman|wicd|ceni"

will tell if one of those is installed.

#1182 Re: ARM Builds » sshd via wlan0 only if ethernet cable is plugged - otherwise no sshd » 2021-01-27 15:56:44

Wow, this all sounds so wrong.

ifup/down works with interfaces that are configured in /etc/network/interfaces

ssh starts and stops according to the links in /etc/rc?.d which are defined in the init script, /etc/init.d/ssh. It does not care about ip addresses or interfaces. Check your system logs to see if you can figure out why ssh is not running.

If you're going to always use wireless on this device with the same local network, you could set up a static ip in /etc/network/interfaces. If you have any network management software installed (n-m, wicd, connman, etc.) you should remove it so it doesn't fight with your static config.

#1183 Re: Other Issues » [solved] refractainstaller - multi_key not working? » 2021-01-19 14:39:08

I just find this strange behaviour, it seems the netinstall iso install just disrgarded the compose key and ctrl_alt_backspace setting that i put in dpkg-reconfigure keyboard-configuration but the refractainstall took it?

Refractainstaller runs dpkg-reconfigure in the running live system, and then the changes get copied along with the rest of the system. I'm not sure how devuan/debian installer does it. I think it just stores the values and edits the target file, but it's also possible it does it in a chroot. Either way, I don't know why the two installers would give different results.

#1184 Re: Desktop and Multimedia » severe sound problems with audacity » 2021-01-19 02:30:52

I can reproduce this error. You need to start jack or set audacity to use alsa. (or maybe pulseaudio if you use that.)

Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started

#1185 Re: Other Issues » [SOLVED] Torrent not working » 2021-01-19 01:27:30

New torrent files:
https://files.devuan.org/devuan_beowulf.torrent
https://files.devuan.org/devuan_ascii.torrent

Magnet link

We're using these trackers now:
udp://9.rarbg.me:2710
udp://tracker.opentrackr.org:1337
udp://tracker.cyberia.is:6969

#1186 Re: Other Issues » [solved] refractainstaller - multi_key not working? » 2021-01-18 18:33:42

refractainstaller runs 'dpkg-reconfigure keyboard-configuration' and that's all it does with keyboard. It copies the running system to the hard drive. It does not add or remove packages.

refractasnapshot excludes selected files, but it does not add or remove packages. See /usr/lib/refractasnapshot/snapshot_exclude.list

Maybe something to do with locale settings? I'm just guessing.

#1187 Re: Other Issues » [solved] refractasnapshot live session login loop » 2021-01-15 11:17:44

Yes, you could add a boot paramater instead of removing that live-config script. To test on the fly, press TAB at the isolinux boot menu or 'e' at the grub boot menu to edit the boot command.

To change the templates for the boot menus, so you don't have to edit them on every build, look in /usr/lib/refractasnapshot

#1188 Re: Other Issues » [solved] refractasnapshot live session login loop » 2021-01-15 03:50:17

Autologin is controlled by the display manager, and if there isn't one, startx is run from
/etc/profile.d/zz-live-config_xinit.sh   

That file is created by /lib/live/config/0140-xinit

You could remove that file before making a snapshot, or comment out a few lines of code in that script. I think it will also work to add a boot option:

nocomponents=xinit

#1189 Re: Devuan Derivatives » No networking on Refracta OS and then Refracta Snapshot issue on Mint » 2021-01-14 22:50:30

If there's a way to tell the computer to boot from usb, then it should ignore any bootloaders on the hard drive.

Boot loop usually means kernel and initramfs are missing. Mount the iso and look inside the live folder. There should be filesystem.squashf along with kernel and initramfs. And if the file names are different, make sure the boot menu has the right names.

#1190 Re: Hardware & System Configuration » Refracta-SnapShot - EFI Questions - Solved » 2021-01-10 12:32:53

If you chose force_efi, then I assume your host system boots in legacy bios mode. Make sure both grub-pc.bin and grub-efi-amd64.bin installed. And you'll need to have a copy of the not-installed grub package in the root of the system (or somewhere else if you specify the location in the config file.)

I like to install grub-efi-amd64 in the system and put the grub-pc  deb package in the root, so it's available during installation on bios sytems. It works the opposite way, too, but if grub-efi is the one that's installed, then you will also have efibootmgr in the live system. That will make life easier if you boot on a uefi system.

dpkg -l |grep grub

Check to make sure there are two partitions in the iso.
fdisk -l <snapshot.iso>

#1191 Re: Installation » How is it possible that Java update breaks Trinity DE? » 2021-01-10 01:18:45

I have no idea what would do that.

Look in /var/log/apt/history.log to see what really got installed or removed.

#1192 Re: Hardware & System Configuration » /etc/os-release clarification ? » 2021-01-08 16:20:09

nm. If you saw what was here, forget it. It was wrong.

#1193 Re: Hardware & System Configuration » /etc/os-release clarification ? » 2021-01-08 12:44:13

If you're using grub-efi-amd64-signed and have ID=devuan in /etc/os-release, you'll boot to a grub prompt instead of a boot menu. That's because grub will expect the signed bootloader to be found under /boot/efi/EFI/debian, but your bootloader will be in /boot/efi/EFI/devuan instead.

Some third-party software that expects to see debian might complain or refuse to install. I don't have an example.

There's also /etc/issue, which is in most linux distros.

#1194 Re: Devuan Derivatives » No networking on Refracta OS and then Refracta Snapshot issue on Mint » 2021-01-08 10:02:43

I realize I didn't give you a link to the test iso I mentioned. See if you can get the network up with this iso. It has a newer kernel which will work with newer hardware.
https://get.refracta.org/files/experime … 9_0205.iso

#1195 Re: Installation » [SOLVED] Beowulf Netinst Lacks Wireless Firmware iwlwifi-7260-17.ucode » 2021-01-07 12:41:18

You missed one option:

4. Ignore the question and continue. The driver will be installed automatically unless you choose expert install and exclude non-free software.

If we remove that question, then those people who need certain broadcom firmware will be stuck.

I can confirm that iwlwifi-7260-17.ucode is in firmware-iwlwifi in jessie, beowulf and chimaera.

#1196 Re: Hardware & System Configuration » Using secure boot » 2021-01-05 22:25:09

If it doesn't work out of the box, check that the bootloader directory in /boot/efi/EFI/ is named debian. If not, you might need to change ID=devuan to ID=debian in /etc/os-release and then reinstall the bootloader.

#1197 Re: Devuan Derivatives » No networking on Refracta OS and then Refracta Snapshot issue on Mint » 2021-01-05 20:32:02

1. On devuan you have to edit /etc/pulse/client.conf.d/00-disable-autospawn to get sound.
On Refracta, that's not an option because pulseaudio is not installed. Sound works out of the box in most cases.  What does aplay -l show? Is the hardware too new for the debian kernel?

2. Not enough info to diagnose the problem. Check the log. Maybe delete the work directory if you're saving it between runs. Maybe something got mangled there and it's not getting cleard on subsequent runs.

#1198 Devuan Derivatives » Refracta no-X chimaera pre-beta isos » 2021-01-02 17:56:43

fsmithred
Replies: 0

Pre-Beta No-X isos for Refracta-11 (Chimaera)
https://get.refracta.org/files/testing/

I decided it's time to start making chimaera isos, so here are the preliminary refracta11 isos. They have all the usual command-line utilities and tweaks found in Refracta. No desktop (yet).

Full package list: https://get.refracta.org/files/testing/ … e_list.txt

You probably won't need these:
Login: user
Password: user
root password: root

Happy New Year!

Edit: Oh yeah, wicd is gone. For now, it's replaced with ceni. Run 'Ceni' (with the upper-case C) to set up network.

#1199 Re: Desktop and Multimedia » [Ceres] Xfce 4.16 » 2020-12-30 13:30:55

In English, the name changed from Preferred Applications to Default Applications, and in the Settings manager, it got moved from the Personal section to the System section.

I had to upgrade my ceres to get 4.16 and xfce4-settings was held back to 4.14. At that point, Preferred applications was missing, but I don't know if Default applications was there. I upgraded xfce4-settings to 4.16 and restarted the destkop before I noticed it.

#1200 Re: Devuan Derivatives » No networking on Refracta OS and then Refracta Snapshot issue on Mint » 2020-12-29 15:36:58

1. Try the iso with the backports kernel.

2. Show me the log.  /var/log/refractasnapshot.log  (email or paste.debian.net)
If you run the cli script, start it with the -d option (--debug) so that there's some useful information in the log. If you use the gui script, it will do that automatically.

Board footer

Forum Software