The officially official Devuan Forum!

You are not logged in.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#1019 Re: Devuan » Wifi and Ethernet not working in Devuan on newer AMD system » 2020-12-29 01:04:01

Here's one with backports kernel (kinda old one now) and wireless firmware already installed for testing new hardware. It's not the full mix - openbox, lxpanel, not a lot else.
https://get.refracta.org/files/experime … 5_1323.iso

Update: Here's a newer one with 5.9 kernel.
https://get.refracta.org/files/experime … 9_0205.iso

#1020 Re: Off-topic » dd command inside script. » 2020-12-28 18:03:32

It looks like it worked. The previous error is gone. Maybe loop1 is left from before? I think you can just delete it manually.

#1021 Re: Off-topic » dd command inside script. » 2020-12-28 14:56:13

You got this output for the line that says losetup ${LOOPDEV} $img but there's nothing for $LOOPDEV in the output. "No such device." The error also shows up in the first lines of the output where it shows that cat failed and LOOPDEV is empty.

+ losetup test.img
losetup: test.img: failed to use device: No such device

I think you need to define LOOPDEV after you run 'losetup -f'.

crypt_create () {
        losetup -f > /tmp/nextloop
        LOOPDEV=$(cat /tmp/nextloop)
        losetup ${LOOPDEV} $img
        cryptsetup luksFormat $img
        cryptsetup open $img cryptfs
        mkfs.ext4 /dev/mapper/cryptfs
}

#1022 Re: Off-topic » dd command inside script. » 2020-12-27 23:19:14

If you somehow end up with more than one loop device, you might use something like this:

losetup -f > /tmp/nextloop
LOOPDEV=$(cat /tmp/nextloop)

losetup ${LOOPDEV} ${LOOP_FILENAME}

That's taken from refracta2usb which can make an encrypted loopback filesystem for live-usb persistence.

#1023 Re: Off-topic » dd command inside script. » 2020-12-27 12:55:27

dd if=/dev/urandom of=$1 bs=$2 count=$3 iflag=fullblock value.img 100M 1

Thinking about how that will expand is making my head hurt. Wouldn't $1 = 'if=/dev/urandom'? And so on...

I like to redefine positional paramaters at the beginning of the script to give them meaningful names and to make sure I know what they really are.

outfile="$1"
blocksize="$2"
blockcount="$3"

dd if=/dev/urandom of=$outfile bs=$blocksize count=$blockcount iflag=fullblock

Then call the script with

myscript.sh value.img 100M 1

#1024 Re: News & Announcements » Testing for beowulf 3.1 point release » 2020-12-13 17:27:23

Andre,

Thanks for testing and reporting. What trouble did you have with grub? I've installed with and without a separate /boot partition. Other than installing the bootloader twice, it works correctly for me. Did you look at the error log? It should be in the user's home.

FYI: What we call "installer isos" refers to the isos with the debian(devuan)-installer. Not the live isos. Although either can be used to install devuan, as you know.

Bug#438 was fixed. You got the old lightdm because the fix is still in beowulf-proposed-updates, which is not in sources.list by default. We're working on another bug in lightdm, and it will get moved to the main beowulf repo when that one is fixed. Check this before you install the newer version:
https://bugs.devuan.org/cgi/bugreport.cgi?bug=529

I've been using that newer version since the package was put in the repo, and I didn't notice any problem until I tried to connect with vnc.

fsmithred

#1025 Re: Installation » Base install recent migration from ubuntu some concerns » 2020-12-13 12:00:47

You only need one line. There's no chimaera-updates or chimaera-security until it goes stable. Leave those commented out for now. Also comment the third-party repo for the upgrade. The deb-src lines are only needed if you want to rebuild source packages.

I did an upgrade from beowulf to chimaera back in July. There were a few tricky spots. I'll leave you my notes. You will probably run into some different tricky spots, so do not follow these directions exactly. They are only here as an example. Also, search this forum for other accounts of upgrading to chimaera.

Edit sources.list
apt update
apt upgrade
Took new versions of config files when asked.

apt full-upgrade fails d/t libc6-dev and libgcc-8-dev conflicts.
both before and after reboot into new kernel

apt remove build-essential
apt autoremove
apt remove libc6-dev
apt full-upgrade
apt autoremove

You may need to remove libgcc1 to get the next command to work.
apt install build-essential linux-headers-`uname -r` failed for same libgcc conflict.

apt install libgcc-8-dev=8.4.0-4
apt autoremove
apt full-upgrade --> sshfs has been kept back
apt install sshfs=3.7.0+repack-1

Board footer

Forum Software