You are not logged in.
Depends: libpam-systemd". Xfce's focus started following the mouse cursor. I had to change it to click manually.
Forgot to comment on this. Install libpam-elogind to satisfy the dependency on libpam-systemd. network-manager works in beowulf.
I was never able to list and mount lvm with gui in debian. Plain encrypted partitions, yes, but not lvm. Find out how those others do it, and maybe it can be replicated. Maybe something is missing.
If you want user to be able to mount a logical volume that's part of an active volume group, you should be able to add a line to fstab for that lv. Something like:
/dev/mapper/vg0-mylv /some/mountpoint ext4 defaults,noauto,user 0 0Then the user can either mount it in terminal, or you could put the mount and unmount commands into panel buttons or a menu item.
In xfce, there's a setting to allow removable drives to show up on the desktop. It used to be that the setting affected only removable drives, but it no longer does that. I think the change occurred with xfce 4.12, but I'm not certain.
Internal drives will now show up along with the removable drives, unless they are listed in fstab. (I listed a few of mine and gave them 'none' for a mount point just to get them off the desktop.) It's the same in beowulf (3.0).
Start it from a terminal and there may be some error messages.
Maybe gvfs-backends is needed. It doesn't get installed with gvfs.
One way to have that volume auto-mount is to add it to /etc/fstab.
I think you can ignore those warnings.
https://unix.stackexchange.com/question … bytes-read
I'm not surprised that gnome won't let you change an icon. The gnome devs are in love with the idea of brand identity. They don't want you to change the way the desktop looks.
The problem is that Devuan boots just fine, but I can't mount any LVMs inside my VG that Devuan is booting from. I tried:
$ sudo udisksctl unlock -b /dev/sda2 Passphrase: Error unlocking /dev/sda2: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error unlocking /dev/sda2: Failed to activate device: File exists $ sudo udisksctl mount -b /dev/mapper/vg1-storage Error looking up object for device /dev/mapper/vg1-storage $ sudo vgscan | grep vg1 Found volume group "vg1" using metadata type lvm2 $ sudo lvscan | grep storage ACTIVE '/dev/vg1/storage' [xxx GiB] inheritEven Thunar and pcmanfm is failing to do so, while pcmanfm just repeats the message on terminal "Error unlocking /dev/sda2: Failed to activate device: File exists" and Thunar silently fails. Tried so many config changes around the web, but didn't help.
If the system is running on a logical volume inside the luks container, then the luks container is already open and the volume group is already active. You should be able to mount whatever /dev/mapper/something that needs to be mounted. Or maybe mount /dev/vg1/storage.
Or maybe I'm missing something because I don't know udiskctl. I always use cryptsetup, vgchange and mount to manually mount encrypted lvm.
Onward, if I install Gnome3, I assume the udevd worker problem may arise.
Maybe, but that's not the case here. It boots fine with gnome and 5.6 bpo kernel. Here's the package list from that system.
http://distro.ibiblio.org/refracta/misc/pkglist_gnome
Also, desktop-live installed and with 5.6 kernel added works fine.
I am going through boot messages while udevd got stuck. It says "1 urandom warning(s) missed due to ratelimiting". Is this related to the entropy bug too? I already installed haveged.
I've seen that warning on systems that boot. I don't think it's a problem.
I added bluez and then blueman, rebooting after each. Still can't reproduce the problem. You may need to install things one at a time and see which package breaks it.
...nothing much...
'apt install' appears on 47 lines. I realize some of those are repeated because they did not run the first time, but there was still a lot added.
You added ubuntu repository keys, so I have to wonder what was installed from ubuntu that might cause problems.
Looks like you installed the 5.7 kernel from unstable.
And you purged and reinstalled other stuff.
I can't tell what went wrong or when it happened.
Tell me exactly what you installed and how you installed it. Reinstalling the kernel and xorg did not break anything here.
fsmithred wrote:Link no longer working - 404
Thanks! Here's the new link:
https://git.devuan.org/devuan/documenta … aintainers
(Fixed in first post, too.)
The oblx5.6 iso excludes Recommends from installing and there are few or no metapackages, no display manager, no policykit, no elogind or libpam-elogind, just has libelogind0.
Here's a full list of config files that were changed in the oblx5.6 iso. The only thing in this list that was changed to fix a boot delay was lvm.conf, and that was changed in the desktop-live isos, too.
# debsums -ca
/usr/lib/os-release
/etc/initramfs-tools/initramfs.conf
/etc/pam.d/login
/usr/share/lxdm/themes/Industrial/nobody.png
/etc/lxdm/lxdm.conf
/etc/pmount.allow
/etc/sysctl.conf
/usr/bin/refractainstaller-yad
/etc/xdg/user-dirs.defaultsMaybe an answer in these lists, but for sure a lot of noise:
Packages in oblx5.6 that are not in the desktop-live:
http://distro.ibiblio.org/refracta/misc … p-live.txt
Packages in desktop-live that are not in oblx5.6:
http://distro.ibiblio.org/refracta/misc … blx5.6.txt
Updated iso:
snapshot_chimaera_01-20200702_1212.iso
https://get.refracta.org/files/experimental/
This one is bigger because it has both 5.6 and 5.7 kernels (and headers).
It boots 5.7 by default. To boot 5.6 you need to press TAB or e to edit the boot command. Change vmlinuz and initrd.img to vmlinuz.1 and initrd.img.1
Also added crda, wireless-regdb, ca-certificates, firefox-esr.
To get rid of the network delay on boot, edit /etc/network/interfaces and change 'allow hotplug' to either 'auto' or 'manual', or else you could apply the changes to /etc/init.d/networking as described here:
https://dev1galaxy.org/viewtopic.php?pid=15493#p15493
I don't know about that old bug report for 4.15 kernel. Someone else was having problems with the 5.6 backports kernel, maybe related:
https://dev1galaxy.org/viewtopic.php?id=3621
I added crda and wireless-regdb to that system and previously added ca-certificates. I'll upload a newer iso soon. (I almost deleted it yesterday and then changed my mind!)
I installed that iso in a qemu VM in uefi mode. I can't get it to boot at all without booting from the iso and using grub commands to boot the virtual hard disk. That's a qemu issue, I'm pretty sure. Anyway, it boots like that, and when I install gnome, it still boots that way, and it's pretty fast.
If you try installing from that iso, user the cli installer, not the graphical one in the apps menu. I ran into gtk problems with that. Just run 'refractainstaller' as root.
https://get.refracta.org/files/experime … 0_1456.iso
sha256sum:
dc97d884f860b12791f40fbe4d1a4b04a1a2e2cbe4e937dd4a64d6ed598998be refracta-test-oblx_5.6bpo_openrc-20200630_1456.isoOne way to get more information is to edit /etc/udev/udev.conf and set udev_log="debug" and make sure it's uncommented.
If you want to try with the system that I'm using for testing, I can upload a live-iso later today.
Install haveged.
Use apt, apt-get or aptitude remove Package.
You probably won't need to name all of them, as some will come out automatically with others.
Aptitude will most likely remove more than the others.
You can do 'apt autoremove' afterward to get rid of unneeded packages that weren't already removed.
'apt-get autoclean' will get rid of the obsolete packages in /var/cache/apt/archives
'apt-get clean' will get rid of all the packages in /var/cache/apt/archives
After the packages have been uninstalled/removed, can I, then, copy the previously downloaded non-dmo .deb files into "/var/cache/apt/archives/" before executing apt-get dist-upgrade with the Laptop not connected to the Internet from the chroot environment?
I have no idea, but it sounds like you know what you're doing. I've never done it that way.
I guess the plan would be to remove whatever is blocking the upgrade and whatever else you don't need. You can probably remove all or most of the dmo packages. And anything with "deb9" in the version is for stretch/ascii.
Cool! I'm glad you like it.
I neglected to make an announcement, but the beowulf version of refracta is no longer in beta. Refracta10 is here! Some bugs mentioned in this thread have been fixed or workarounds are in place.
That was discussed here: https://dev1galaxy.org/viewtopic.php?id=3520
Isos are here:
https://get.refracta.org/files/stable/
Add 'sleep 1' to /etc/init.d/eudev as shown here:
https://bugs.devuan.org/cgi/bugreport.cgi?bug=483#10
That should take care of 1 and 2. If 1 is still a problem after that, install acpi-fakekey.
I don't have any ideas for 3, but maybe that will get fixed, too.
If you want to test this before you do it, you can run (as root):
udevadm trigger --action=add
and see if that gives you sound. This won't persist beyond a reboot. Editing the init script will.
The question mark and square bracket are the prompt. I got the same. And it did what I said!
And more...
This required some minor hacking to get around dependency issues. When sysvinit gets removed, live-config-sysvinit and refractasnapshot go with it. I copied all the files into place and it works. There needs to be a live-config-runit package.
user@refracta:~$ cat /proc/1/comm
runit
user@refracta:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 480M 0 480M 0% /dev
tmpfs 99M 392K 99M 1% /run
/dev/sr0 965M 965M 0 100% /run/live/medium
/dev/loop0 927M 927M 0 100% /run/live/rootfs/filesystem.squashfs
tmpfs 494M 440K 493M 1% /run/live/overlay
overlay 494M 440K 493M 1% /System was installed in a VM, and the live-iso was made with refractasnapshot.
The iso boots in qemu and also isohybrid usb boots on hardware. Stuff works.
This is in beowulf. I think aitor may have done this already. I'm surprised at how easy it was.
Maybe...
https://files.devuan.org/devuan_beowulf … _notes.txt
Power buttons are disabled on the lightdm login screen with elogind.
(See Debian bug [#932047](https://bugs.debian.org/932047))Add the following line to /etc/pam.d/lightdm-greeter
session optional pam_elogind.so