You are not logged in.
If you have one of each of these systems, you could compare package lists. Or make two package lists and paste them somewhere like paste.debian.net and I will compare them.
dpkg -l | awk '/^ii/ { print $2 " " $3 }' > package_listI fired up the antix full runit iso. Here's a list of runscripts they have that are not in Lorenzo's collection. This is as far as I've gotten with it. I haven't tried any of these yet or even looked inside the files.
AntiX has:
bluetooth, connman, ntp, ofono, rpcbind, rsync,
rsyslog, smartmontools, tlp, udevd, ufw
Here's the final version (I think). Tested in xfce (thunar) and mate (caja), both in chimaera. I'll rebuild the package later today.
.rubberband,
.view .rubberband,
view rubberband,
rubberband {
background-color: alpha (@theme_selected_bg_color, 0.35);
border-color: @theme_selected_bg_color;
border-style: solid;
border-width: 1px;
border-radius: 2px;
}Back in June I posted in this thread and said there needs to be a live-config-runit package. Well, now there is. I forked live-config. The version currently in ceres includes live-config-runit. (11.0.2-1+devuan2). It will move into chimaera soon.
IMPORTANT NOTE: If you have live-config installed, when you try to install runit-init, apt will want to remove live-config (and refractasnapshot, if that's installed.) The way to get around this is to include live-config-runit in the command to install runit-init.
For beowulf, I just made an easy single live-config-runit package that isn't in the repo. You can get that here: http://distro.ibiblio.org/refracta/file … u1_all.deb Install it before you try to install live-config and after you install runit. (i.e. stuff might get put on the autoremove list. Just reinstall things if you need to.)
Another note: I did not replace the live-config init script with a run script. That's a project for a later date.
On my T420 running chimaera, I get the same message about iwl-debug-yoyo.bin, but there's no boot delay. I don't have any error messages about regulatory.db. That loads ok.
I don't know where to go with this. Just thought I'd add some data points.
Hi golinux,
I've been using the Chimaera theme for about a week now, and I really like it. But I just noticed a small glitch - on the MATE Desktop, the selection rectangle is an opaque solid white instead of translucent blue, covering up whatever it is one is trying to select. I guess I don't make group selections of things on the desktop very often, because I just noticed this yesterday :-) Anyway, thought you ought to know.
You're right. I just tried this in chimaera with mate. It also does it in beowulf with xfce and the cinnabar theme. Maybe we can figure out how adwaita does it and do the same in our themes.
Here's deepsea-icon-theme. It's in ceres now and will move down to chimaera next week.
deb package is here:
https://pkgmaster.devuan.org/devuan/poo … .0_all.deb
There were no new packages in chimaera for a couple of days, and now there are. I think it's possible that there really were no new packages. Buster is in freeze, so the changes should be slowing down.
set root=(hd0) # might be hd1 or hd2
linux /boot/isolinux/linux
initrd /boot/isolinux/initrd.gz
bootBut you will be booting and installing in uefi mode. Legacy boot will give you an isolinux boot menu instead of a grub boot menu. Is there a way to force a legacy boot?
I found the problem in the minimal-live. The fix is:
apt update
apt remove librsvg2-2
apt install librsvg2-2That will drop the version from 2.44.10-2.1+deb10u3 to 2.44.10-2.1. And then you can install firefox-esr and the other stuff.
The problem is that the build process pulled in librsvg2-2 from beowulf-proposed-updates, but then that repo was removed from sources.list. I'll have to make a new set of isos.
Berni, if your last post is after a netinstall, then there may be another problem, too.
I'm using runit-init in chimaera. The getties, acpid and ssh were all set up automatically. I set up others using advice from this thread.
sendkey ctrl-alt-f2 worked. Thanks!
Also forgot to meniton - if you make a new runlevel and decide to change its name, don't change it while you are in that runlevel, and pay attention to the symlinks in /etc/runit/runsvdir. My system was unbootable because of a dead symlink for default that pointed to the old name.
I wanted to be able to boot to console on occasion. With sysvinit, I just turn off the display manager in runlevel 3 and put a '3' in the boot command when I want that. It's pretty easy to make a new runlevel in runit.
1. Create a directory in /etc/runit/runsvdir/ named for the new runlevel. Check man pages for the reserved names.
2. Populate it with symlinks to services in /etc/sv/
3. Change to that runlevel with a command or boot to that runlevel with a directive in the boot command.
I did it like this and got the symlinks right without having to make them all manually or script it.
cd /etc/runit/runsvdir
mkdir testt
cp -a default/* testt/
rm testt/lightdmAdd this to the linux line of a boot entry to be able to boot to the new runlevel:
runitdir=testtThis is working correctly.
To change to the new runlevel after a default boot:
runsvchdir testtThis isn't working for my example. It drops to a black screen with a blinking cursor, and I'm in a VM window, so I can't switch tty. It does work when changing to the default runlevel after booting to console.
People use virtualbox because it's easy to figure out how to do things with it.
So how does one attach a usb drive in qemu? I saw two ways to do it and one way not to do it in the man page, but not really an explanation of how to do it. Anyone have a quick answer so I don't have to spend the time experimenting?
I just built the package. It's in the ceres repo and will propagate to mirrors in the next few hours. Then it will move into chimaera in a week, I think. Note that this is only the desktop window theme and doesn't even include the desktop background image.
Note2: There's an earlier version I built a month ago. If you already installed that, it'll get upgraded to the new version when the new one moves down. Ignore the big jump in version numbers. That has nothing to do with the extent of the changes between the versions.
It's here if you absolutely can't wait.
https://pkgmaster.devuan.org/devuan/poo … -1_all.deb
Thanks. That's exactly what I wanted to know.
Yeah, every different login manager has its own config file where you can set stuff like that. You did it the right way. I'm not sure why it wasn't working right. One of the live-config scripts sets up autologin when you boot the live media, but it should not have done anything if you had autologin already set.
I just booted a live iso in qemu and installed vbox. I had to say those words in my head before I realized how weird it is. Anyway, I got the same error messages as you. Before I did it, I checked in sysv-rc-conf to see where dbus starts, and it starts in 2-5, not S. I checked beowulf, ascii, chimaera, jessie and wheezy. All the same.
There's no mention of dbus in /etc/init.d/vbox* or /var/lib/dpkg/info/virualbox-6.1.* so I don't know where that message is coming from.
I don't have any ideas for the usb. Yes I do. Not a fix; just a workaround. Someone I know used shared folders with a usb mounted on the host system.
I still want to know what you did to set up autologin so that I fully understand the cause of the problem, in case someone else does the same.
I have not read any accounts of anyone migrating from devuan to debian or other debian-based systemd distro. You would be cutting a new trail.
Obviously, you would need to add a mint or debian repo to your sources to install banned packages. You might need to do some creative pinning to prevent a disaster. Either that or do a full migration back to LMDE. Please write it up if you do. Thanks. Good luck.
Thanks for playing until the end. I like my stuff to work, and I'm really glad you stuck around until we all solved it. I might have to adjust the script so that mksquashfs is noisier about failing.
When you're in a mood to read some documentation, take a look here:
https://refracta.org/documents.html
Cool! Please tell us a little about what desktop environment and display (login) manager is installed. And if you have autologin set for your installed system, please describe how you did that. The live-config scripts set up autologin for the live environment. Maybe two settings are competing.
Optional: At the isolinux boot menu, press TAB to edit the boot line and add the one word, noautologin. And see if it boots to a login screen. Or maybe it'll boot to desktop.
^ definitely looks like a size issue, i wonder how large the snapshot would be if enough space were available?
I'm not sure how big it will be. It's possible to make the iso smaller by uncommenting one of the mksq_opt lines in the config file.
# Uncomment one of the lines below to use xz compression for smaller iso.
# small and slow
#mksq_opt="-comp xz"
# smaller and slower:
#mksq_opt="-comp xz -Xbcj x86"One thing that might help is to edit /etc/refractasnapshot.conf to set save_work="yes". Normally, the copy of the filesystem gets deleted after the snapshot.iso is made. If the work dir is not deleted, we can do some forensic inspection and some other tricks, maybe.
Also...
I did not see any indication of a common problem in the log file you sent me, but looking again at your df output has me wondering if you're running out of space. You posted:
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 8.6G 4.0G 4.2G 49% /
/dev/sda2 8.5G 3.0G 5.0G 38% /home
/dev/sda6 247G 98G 138G 42% /media/dataI see 4G of operating system plus 3G of home used. That's a total of 7G unless you added a bunch of stuff to the excludes file. I'm guessing you did not do that. Refractasnapshot makes a copy of the entire system (minus what's listed in the excludes file) and puts that copy in /home/snapshot. But you only have 5G free space in /home.
You can switch the location of work_dir and snapshot_dir in the config file. Change this:
snapshot_dir="/home/snapshot"
work_dir="/home/work"
efi_work="${work_dir}/efi-files"To this:
snapshot_dir="/media/data/snapshot"
work_dir="/media/data/work"
efi_work="${work_dir}/efi-files"Then run refractasnapshot.
This kind of presents the same hardware picture as your post #34 execpt that it has sda4 instead of sda6.
That difference is probably the cause of your problem... and now we need @fsmithred to draw conclusions
I don't see why that would matter. It should be booting the live system, not a disk partition. But it does lead me to a question. What's in the boot command?
Bob, at the boot menu for the live-usb, press TAB and see what it shows at the bottom of the screen. It should be
/live/vmlinuz initrd=/live/initrd.img boot=live username=computerbobI can boot to initramfs prompt if I remove 'boot=live' from the boot command. I'm wondering if your boot menu got screwed up and lost that piece.
The prefix is hard-coded in grub-efi-amd64-signed. I'm not sure what changed in this last update. I first ran into this problem a year ago. If you remove the signed package and just keep grub-efi-amd64 it should fix the problem. Usually. And not if you need to use secure boot.
Assuming this is your wired interface:
dhclient enx00243218dfaaOk, the problem is in /etc/network/interfaces. Replace eth0 with enx00243218dfaa or do something to change that long name. Is that a usb ethernet dongle? You shouldn't see interface names like that for internal interfaces.