You are not logged in.
I have same problem (cant install wine32).
What does this say
aptitude why-not wine32I tried with apt-get dist-upgrade
Oh dear ![]()
If you ran (and accepted) that command with buster in your sources then you've upgraded your ASCII system using Debian buster, which doesn't sound good at all.
If you can install the apt-show-versions package then check the output of this command to see the extent of the damage:
apt-show-versions | grep '/buster'You could try an emergency downgrade: https://www.debian.org/doc/manuals/debi … owngrading
But I think restoring your system from a clean backup (ie, one made before you polluted your sources) is probably the best course of action.
Try
# apt install firefox-esrhttps://pkginfo.devuan.org/stage/ascii/ … eb9u1.html
The firefox package is only available in ceres.
libuuid1:amd64 and libuuid1:i386 have different version codes in Devuan beowulf.
FWIW, I'm not seeing that in my Debian buster system. Both versions of libuuid1 are co-installable and e2fsprogs is not uninstalled in the process:
E485:~$ apt policy libuuid1{,:i386} e2fsprogs
libuuid1:
Installed: 2.33.1-0.1
Candidate: 2.33.1-0.1
Version table:
*** 2.33.1-0.1 500
500 https://cdn-aws.deb.debian.org/debian buster/main amd64 Packages
100 /var/lib/dpkg/status
libuuid1:i386:
Installed: 2.33.1-0.1
Candidate: 2.33.1-0.1
Version table:
*** 2.33.1-0.1 500
500 https://cdn-aws.deb.debian.org/debian buster/main i386 Packages
100 /var/lib/dpkg/status
e2fsprogs:
Installed: 1.44.5-1
Candidate: 1.44.5-1
Version table:
*** 1.44.5-1 500
500 https://cdn-aws.deb.debian.org/debian buster/main amd64 Packages
100 /var/lib/dpkg/status
E485:~$The xfsdump amd64 package had a version bump to deal with https://bugs.debian.org/cgi-bin/bugrepo … =%23837581 but the other architectures didn't, I think this may be worth a bug report.
There are NO ntp utilities in ceres!
geki wrote:geki wrote:Synaptic disappeared for a while from Debian. Now UPower 0.99 from Devuan. Is this common practice on Debian-based distros?
W*yland...
—▷ https://dev1galaxy.org/viewtopic.php?pid=15369#p15369
For clarity: synaptic was removed because the developers felt that the program failing without an error message meant that it did not attain the requisite quality to be included in the official release, adding a clear error message was enough to get it added back in time for Debian 10.
@OP: perhaps ask Mr. Reurich about the upower version, he is the maintainer for that package.
After editing the grub entry to add "console=ttyS0,115200n8" the system start booting but
after the start of the openssh server just hangs.
Try not specifying the baud rate, let it auto-select.
Contrary to what is suggested in a previous post, the Debian installation manual
is not very helpful. It states explicitely that it is impossible to have
"/boot" and the rest of the system on a single encrypted partition.
Still having trouble using a search engine, eh?
Here, let me get my feeding spoon out:
Unfortunately, by using the netinst image it is not possible to have the
directory "/boot" and the rest of the system on the same encrypted partition.
At least not automatically.I would appreciate some pointers on how to do that manually (the installer provided
with the "desktop-live" image permit to have only one encrypted partition
but without giving indications on how this is achieved).
Section 6.3.4.6 of the official Debian installation guide might help. Devuan uses the same installer so the information should apply.
EDIT: s/6.3.3.6/6.3.4.6/
If you want affordable computer with blobless firmware - go buy Thinkpad T60 and flash libreboot.
The hard drive controller in that machine contains embedded firmware which is powerful enough to pwn the device.
Coreboot don't mention this on their site, strangely. Neither do Raptor. But then I suppose they have businesses to run...
the POWER9 CPU is most likely not?
IBM's servers run proprietary firmware for the CPU but Raptor use open source versions:
https://wiki.raptorcs.com/wiki/OpenPOWER_Firmware
And all of them are not affordable for me.
+1 ![]()
The POWER9 microarchitecture is open source and Raptor's offerings are blob-free but it's aimed at high TPD servers rather than low power hacker boards.
I have MX Linux in a VM (along with Devuan) and Arch Linux in a container but I don't really use them, they're just for testing.
My laptop runs Debian buster 'cos I need Secure Boot support and I quite like systemd *dives for cover*
OK, can we please see
export LC_ALL=C
apt-cache policy doc-base menu
apt list --upgradable
apt-get -s dist-upgradehttps://a.custura.eu/post/debian-via-serial-console/
Next time ask a search engine, it will be quicker ![]()
The browser appears to be webkit based and they don't update the AppImage often enough to cover the steady stream of vulnerabilites associated with that engine so it's probably best not to use it at all.
All of my beowulf and ceres installs shut down and restart normally (two beowulfs: one with Openbox and one with LXQt. One ceres with Openbox). I'm using slim on the Openbox installs and sddm on the LXQt install...but then again, they probably work for me, because I'm special and know stuff...secret stuff.
![]()
Let me guess: polkit rules?
My comments were based on the stock XFCE desktop and beowulf hasn't been released yet, I'm sure it will all be working when it is.
IHere are the packages that it says can be removed with an apt autoremove...
mokutil shim-helpers-amd64-signed shim-signed shim-signed-common shim-unsigned
Those packages are needed for Secure Boot support and manipulation of the machine owner keys (MOK).
error output
update-initramfs: Generating /boot/initrd.img-4.9.0-8-amd64 /usr/sbin/mkinitramfs: 66: .: Can't open /etc/initramfs-tools/initramfs.conf update-initramfs: failed for /boot/initrd.img-4.9.0-8-amd64 with 2. dpkg: erro ao processar o pacote initramfs-tools (--configure): sub-processo script post-installation instalado retornou estado de saída de erro 2 Erros foram encontrados durante o processamento de: initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1)
You can't reinstall the package because it rebuilds the initramfs as part of the installation process and it can't do that because you have no initramfs.conf
So you'll have to unpack the .deb and copy the file over manually:
cd ~/Downloads
apt download initramfs-tools
ar x initramfs-tools*.deb
tar xf data.tar.xz
# cp etc/initramfs-tools/update-initramfs.conf /etc/initramfs-tools
# update-initramfs -u -k allCan you edit your post with the English output please:
sudo -i
LC_ALL=C apt-get install --reinstall menu
exitThanks!
"Moore’s law, prediction made by American engineer Gordon Moore in 1965 that the number of transistors per silicon chip doubles every year.".
Moore's Law no longer applies, it was broken several years ago.
@OP: I've just installed Debian buster & Devuan beowulf virtually, both with the XFCE desktop and both seem to occupy roughly the same space on the drive. Devuan does use less memory but Debian's disk access is faster (no idea why) and Devuan can't shutdown or restart the system without root privileges (I presume the login session isn't fully functional yet).
It is true that the systemd binary is bigger than sysvinit but it's only a matter of a few megabytes and Debian split out some of the functions into other packages which aren't part of the default install.
Echoing $prefix from the grub console, it says that the prefix points to /boot/efi/EFI/debian
I'm pretty sure the Devuan installer mounts /boot/efi to the EFI system partition. Check with findmnt.
I wonder how an AMD Ryzen-9 proc would fare
My posted output is from a Ryzen 5 2500u. It doesn't suffer the MDS, L1TF or Meltdown vulnerabilities.
You don't mention which version of Devuan you're using but try
# apt-get install --reinstall menuIf that doesn't work then please post the entire output rather than a section of it.
Intel are only issuing fixes for certain CPUs, I don't think yours is covered. They really are a bunch of incompetent twats.