The officially official Devuan Forum!

You are not logged in.

#1 Re: Other Issues » [SOLVED] Refracta ISO: no keyboard and mouse » 2024-04-21 16:08:59

There are two ways to solve this. You could remove the microcode package before making the snapshot. That should eliminate the decompression error.

The other solution is to use the newer version of refractasnapshot that fixes the decompression bug. It's currently in ceres/excalibur but you can download it here. It will work on daedalus or chimaera (maybe beowulf, too).
https://pkgmaster.devuan.org/devuan/poo … .0_all.deb

And the gui version (optional)
https://pkgmaster.devuan.org/devuan/poo … .0_all.deb

#2 Re: Other Issues » [SOLVED] Refracta ISO: no keyboard and mouse » 2024-04-21 11:26:50

The usual cause of failure around squashing is to run out of disk space. This will be reported at the end of the error log.

Uh, why genisoimage? If you're using a version of refractasnapshot that wants genisoimage, you should replace it with a current version (10.2 or later). It should be using xorriso to make the iso file.

#3 Re: Other Issues » [SOLVED] Shutdown fails due to NFS mounts failing to unmount (resolved: autofs) » 2024-04-20 17:30:57

There is no fstab entry for this.

auotfs is installed on the client machine. nfs-kernel-server is iinstalled on the server machine and the exports are defined there.,

I added this line to /etc/auto.master

/mnt	/etc/auto.nfs

I created /etc/auto.nfs

filestore    remote-hostname:/home/user/data-to-share

Where filestore is just a name for the mountpoint that will be automatically created under /mnt when you access the share, and remote-hostname:/home/user/data-to-share corresponds to an actual nfs share on remote-hostname.

I usually make a symbolic link in my home dir that points to the mountpoint.

ln -s /mnt/filestore /home/user/my-shared-files

Restart autofs after making any changes.

#4 Re: Other Issues » [SOLVED] Refracta ISO: no keyboard and mouse » 2024-04-20 16:47:09

I've seen the repeating lines when editing the boot command in the past, but I'm not seeing it with the daedalus desktop-live. I'm not sure what causes that.

I do see the help line that says to use TAB or e to edit.

I have no other ideas right now.

#5 Re: Devuan » daedalus new modified iso » 2024-04-18 21:49:03

Nope. It's the same iso, same sha256sum as before. That iso was accidentally deleted and then uploaded again, thus giving it a new date.

Any updated iso would get a new filename, would have a new sha256sum and would require that we make a new torrent file for downloading the isos.

#6 Re: Desktop and Multimedia » PulseAudio always resets to mute » 2024-04-18 21:25:16

Finally, there's a solution. Someone figured out that pulseaudio saves settings in files that are named with the dbus machine-id. In Devuan, that machine-id changes with each reboot. They're kept in ~/.config/pulse.

You can edit /etc/default/dbus to comment the last line as shown below to disable the machine-id change.

# This is a configuration file for /etc/init.d/dbus; it allows you to
# perform common modifications to the behavior of the dbus daemon
# startup without editing the init script (and thus getting prompted
# by dpkg on upgrades).  We all love dpkg prompts.

# Parameters to pass to dbus.
PARAMS=""

# IDTYPE: how to deal with /var/lib/dbus/machine-id:
# 
# if IDTYPE="RANDOM": regenerate /var/lib/dbus/machine-id at each boot
# else keep it fixed across reboots
#IDTYPE="RANDOM"

It's also possible to rename those files so they use the current machine-id so they work.

#7 Re: Other Issues » [SOLVED] Refracta ISO: no keyboard and mouse » 2024-04-18 18:43:44

Is libinput missing in the iso? In daedalus I have libinput-bin libinput10 xserver-xorg-input-libinput. I also have libevdev2 but I'm not sure if that's needed. Aptitude tells me it's there for atril.

Check the boot command to make sure it says what you want it to say. Press TAB or e at the boot menu (for isolinux or grub respectively). The menu in /usr/lib/refractasnapshot gets edited by the script when you make the snapshot.

#8 Re: Other Issues » [SOLVED] Shutdown fails due to NFS mounts failing to unmount (resolved: autofs) » 2024-04-17 10:49:58

I have NFS mounts on my laptop using wifi and network-manager, and I have no problems shutting down with the nfs mounts. Maybe it works for me because I use autofs to control the nfs mounts. The share gets mounted whenever I access it, and those mounts get cleaned up before networking shuts down. It's near the top of the list in /etc/rc6.d

K01autofs 

#9 Re: Hardware & System Configuration » [SOLVED] Beowulf updates - no release file » 2024-04-16 19:35:43

It looks like beowulf-backports got archived.

Get:6 http://archive.devuan.org/merged beowulf-backports/main amd64 Packages [491 kB]

#10 Re: Hardware & System Configuration » [SOLVED] Beowulf updates - no release file » 2024-04-15 20:51:41

Don't change yet. Beowulf was accidentally archived too early (and incompletely). Keep using deb.devuan.org - the problem with that got fixed.

Beowulf will be archived for real when debian archives buster.

#11 Re: Other Issues » [SOLVED] libelogind-compat : Conflicts: libsystemd0 » 2024-04-14 13:43:25

I think there are some dependency problems in ceres. I tried building live-isos of excalibur and ceres, and they were failing for different reasons. The ceres build failed because of the same problem you're hitting and the desktop never got installed.

In chroot I was able to add the task* packages for the desktop, but I had to switch from elogind to consolekit and I had to add libsystemd0 and keep libelogind0. 

This is not a recommendation. It's just a report.

The current mess looks like this:

ii  consolekit                             1.2.6-3+b2                           amd64        framework for defining and tracking users, sessions and seats
ii  libelogind0:amd64                      252.9-2                              amd64        user, seat and session management library
ii  libpam-ck-connector:amd64              1.2.6-3+b2                           amd64        ConsoleKit PAM module
ii  libpolkit-gobject-consolekit-1-0:amd64 124-2devuan1                         amd64        polkit Authorization API
ii  libsystemd0:amd64                      255.4-1+b1                           amd64        systemd utility library
ii  systemd-standalone-sysusers            255.4-1+b1                           amd64        standalone sysusers binary for use in non-systemd systems

Edit: Right after I posted, I decided to check if the new version of elogind was built, and it looks like it happened a couple hours ago. This should provide the right version to satisfy any libsystemd0 dependency.

Project devuan-package-builder build
elogind_255.4.1-1 (unstable): SUCCESS in 24 min:

#12 Re: Devuan Derivatives » Devuan 5.0 init-diversity edition UNOFFICIAL » 2024-04-11 14:05:22

Forked live-config repo:
https://git.devuan.org/devuan/live-config

I commented out a few lines for systemd in the makefile. I might have added some lines to the makefile.
Also created 0190-runit live-config script. (in components directory)

#13 Re: Devuan Derivatives » Devuan 5.0 init-diversity edition UNOFFICIAL » 2024-04-10 23:44:21

Hey, sorry I'm so late to the party. I don't have much to offer and I can't do big downloads here so I can't even play with your iso.

In the past, when I made snapshots of a system using openrc, I didn't have to do anything special. It just worked. For runit, I had to fork live-config.

#14 Re: Installation » Daedalus desktop live: Cannot load memtest » 2024-03-30 13:22:57

Wow, those are not the results I expected. Here's what /usr/share/doc/memtest86+/README.Debian says:

memtest86+ for Debian
---------------------

Multiple binary images are provided:

  - A legacy bios 32bit /boot/memtest86+ia32.bin that uses Linux zImage
    boot protocol.

  - A legacy bios 64bit /boot/memtest86+x64.bin that uses Linux zImage
    boot protocol.

  - A 32bit EFI Image /boot/memtest86+ia32.efi

  - A 64bit EFI Image /boot/memtest86+x64.efi

There are memtest isos for 32 and 64 bit in /usr/lib/memtest86+. They're only 6MB.
- The 64bit iso boots and runs in qemu in legacy or uefi mode.
- The 32bit iso boots and runs in qemu only in legacy mode.

When I look at those memtest isos with hexedit, they do not begin with all zeroes, so it looks like they are isohybrid. I didn't  try imaging a usb stick to test that.

FWIW: current debian-live iso does not have memtest. Maybe they're as confused as I am.

Edit: The 32bit efi file might be for some old macbooks that had 64bit OS wiht 32bit bootloader. I don't know what else uses that.

#15 Re: Devuan Derivatives » live-iso 32 bits testing and experimental with miniKDE » 2024-03-30 00:27:29

Both of you, please stay on topic.  ( i.e. Stop talking about each other!)

And this post needs no commentary from either of you.

Thanks.

#16 Re: Installation » Daedalus desktop live: Cannot load memtest » 2024-03-29 17:14:37

Something must have gone wrong with the build setup (i.e. I must have forgotten it.)

Here's an iso with memtest that I haven't tested yet. My internet connection is slow, so it might take until tomorrow for me download it and see if it works.
http://distro.ibiblio.org/refracta/file … p-live.iso
http://distro.ibiblio.org/refracta/file … iso.sha256

#17 Re: Devuan Derivatives » live-iso 32 bits testing and experimental with miniKDE » 2024-03-28 00:22:30

Your subject lines lately are very confusing. They appear to be about Refracta, which is a devuan re-spin derivative, but they more about your experiments than they are about Refracta. This one even sounds like you are the developer of Refracta when you are not. Maybe we could change the subject lines to something like "live-iso with minimal 32-bit KDE" or something like that. If you are unable to edit the subject lines on these recent posts, just let me know and I can do it.

Thanks,
fsmithred (developer of Refracta GNU/Linux and maintainer of refractainstaller and refractasnapshot)

#18 Re: Installation » [SOLVED] Daedalus netinstall partitioning » 2024-03-22 21:37:38

Here's a video. We use the same installer.

How to install Debian GNU/Linux with LUKS encrypted LVM
https://www.youtube.com/watch?v=GEl2S5MI-WU

#19 Re: Off-topic » Refracta-SnapShot - Question » 2024-03-21 10:36:28

The issue with handling initramfs with microcode is fixed in refractasnapshot 10.4.0 in excalibur/ceres. You can download it here if you want to install it in daedalus or chimaera:i
https://pkgmaster.devuan.org/devuan/poo … shot-base/
https://pkgmaster.devuan.org/devuan/poo … pshot-gui/

@pcalvert: The refracta tools rely on live-boot and live-config, which are debian-based packages. You might need to cobble some stuff into place manually to get it to work. Look at the other dependencies to see if alpine uses the same package names. (Does alpine use apt?)

#20 Re: Hardware & System Configuration » Reliability of desktop vs enterprise drives » 2024-03-17 22:20:47

The WD Caviar Black drives larger than 1TB dropped error correction capabilities. The WD Gold drives have that and are therefore more suitable for RAID. The Gold drives a couple years ago only had a 3yr. warranty. I'm not sure about the newer ones.

The 1T Caviar Black drives I had all lasted longer than five years. (always on)

#21 Re: Installation » [SOLVED] Want to use startx instead of slim » 2024-03-16 11:12:06

@Andre: My solution keeps the user in a multi-user non-graphical session, not single-user. Only the display-manager gets disabled. Other services continue running.

#22 Re: Installation » [SOLVED] Want to use startx instead of slim » 2024-03-16 10:54:37

I would have done it this way instead:

update-service --remove /etc/sv/slim

which would not remove /etc/sv/slim but would remove the symbolic link, /etc/runit/runsvdir/default/slim. I just tested this with lightdm instead of slim, and it worked fine. Be aware that it will kill your graphical session. I'm running in qemu, and it left me with a black screen. Might be different on real hardware. I rebooted and got a console login screen. And startx works.

Also note that in debian/devuan, runit will use the sysvinit script if there are no runit scripts for a service. I don't know if this has anything to do with your problem, but maybe it's a useful clue.

#23 Re: Installation » justX-installation from stable ok but refractasnapshot does not » 2024-03-06 16:52:03

how can I now make a snapshot? what is wrong (probably in the actual devuan binary package from refracta)?

I'm not aware lf a problem, and as far as I can tell, you did not describe one. Maybe sharing some error messages or the debug log would help.

#24 Re: Off-topic » fantastic evolutions: one of the best ones - Refractasnapshot » 2024-03-05 11:46:18

Can anybody remember how it was problematic to make a snapshot out the Commando Line Interpreter?

I'm not sure what you are asking. Do you want to run refractasnapshot without a graphical environment? If so, the answer is yes, just run "refractasnapshot" as root (or with sudo).

If you're asking if it's possible to make a snapshot by manually running commands, then yes, that's how it was done before the script was written. Some of the commands are long, and that is why the script was written.

#25 Re: Hardware & System Configuration » apt update tries to delete /lib/init & /lib/lsb » 2024-03-05 11:33:18

I didn't think it was a usrmerge problem until I compared files in different versions of initscripts. They moved scripts from /lib/init to /usr/lib/init.

Is this upgrade trying to install the usrmerge package, or did you already have merged usr in your system?
Does /usr/lib/init contain the same scripts as /lib/init? If so, I think you could move /lib/init out of the way. (move rather than delete, in case you need to put it back.)

Board footer

Forum Software