You are not logged in.
whomever wrote them
Each individual option was submitted by a named Debian developer who had the backing of several supporters.
The full list of names is in the official announcement: https://www.debian.org/vote/2019/vote_002
Option E seems to be what most folks here would want, the developers can select just that and leave the other options unvoted if they want to. That's all I'm saying about this.
EDIT: corrected link.
EDIT2: s/Option D/Option E/
Skyrim now works under Proton in Steam. It's awesome.
I had Devuan running without a display manager using autologin with this in ~/.profile to start the desktop automatically on login to TTY1:
[ $(tty) = /dev/tty1 ] && exec startxThe advantage of this method is that X is rootless.
I don't use session management so I have no idea how that side of things works without a DM though.
For what it's worth, QEMU can support virtual GPUs in beowulf with the libvirglrenderer0 package. The VirtualBox package was dropped for beowulf because of security issues so it's probably best not to use it.
And abolishing source distributions would stop global warming within months!
Lol.
Yes, source-based distributions are certainly an aquired taste but the customisation possibilities are interesting, especially with KISS' language-agnostic packaging system.
I'm tempted to build apk-tools and use that to install large binary packages like FF and possibly the kernel. Or perhaps fork the repositories and try to get GitHub's CI/CD to build them for me.
Anyway, the system itself is gorgeous. Very elegant.
Looks like you would need to build firefox from source to be able to patch it, would that be right?
Yes, that's right. For Debian-derived systems it is possible to use the OBS to make it for you, accounts are free.
OK, been trying it out a bit more. No X yet because it takes so long to compile stuff.
The init system is busybox with it's version of sv providing the service management. The rest of the userland is also provided by the various busybox utilities, including the shell.
It is incredibly minimalist, even more so than Alpine Linux. Here's the ps_mem & pstree output from a bare console login:
Private + Shared = RAM used Program
24.0 KiB + 47.5 KiB = 71.5 KiB init
516.0 KiB + 182.5 KiB = 698.5 KiB udevd
216.0 KiB + 572.0 KiB = 788.0 KiB busybox (8)
---------------------------------
1.5 MiB
=================================init-+-5*[getty]
|-runsvdir
|-sh---sh---pstree
`-udevdNice :-)
Latest firefox pulls in dbus-glibs, no getting around that.
Dylan Araps (the KISS Linux developer) has a patch that allows the latest FF to run without dbus:
Did you try this distro?
I've just got it installed tonight, the kernel is compiled and the bootloader configured. I'll try to boot it and install X tomorrow.
Watch this space :-)
EDIT: so far it is *beautiful* to work with.
Though this might be of interest to some folks here:
KISS is an independent Linux distribution with a focus on simplicity and the concept of less is more.
Features:
Uses a plain-text package system which is language agnostic and parseable with basic UNIX utilities.
Uses a package manager written in 500~ lines of POSIX sh (excluding blank lines and comments).
Based on musl libc, busybox and the Linux kernel.
All shell code is linted by and passes shellcheck (including each and every repository package).
All packages are compiled from source by the package manager which automatically handles dependencies, patches, etc.
Explicitly excludes the following software: dbus, systemd, polkit, gettext, intltool, pulseaudio, pam, wayland, logind, ConsoleKit2 and all Desktop Environments. See Philosophy.
Rootless Xorg environment without any additional software.
Repository signing through git and gnupg (based on signed commits and built into git itself).
So it's a source-based distribution but much simpler in concept & execution than Gentoo.
The developer is Dylan Araps, who also wrote neofetch & fff.
Well ascii shows 24 hits for systemd
https://pkginfo.devuan.org/cgi-bin/d1pk … ease=ascii
The pattern is improving though: 14 results for beowulf and just 7 for ceres.
And please check the package descriptions: most of that stuff is for interacting with systemd and so will do *nothing* if it isn't installed.
The GR is now up for discussion with three options on the table:
I need security updates only
That's the default setting, see the comments in /etc/apt/apt.conf.d/50unattended-upgrades
it is good to check it's functionality sometimes by manual calling
Yes, I suppose.
Oh my, interesting read. I wonder what Charles Max Wood did to so offend the Foundation.
It's likely to be caused by your DHCP server, as Geoff notes.
You might be able to prevent it by adding this to /etc/rc.local:
hostnamectl --transient set-hostname "$hostname"Replace $hostname with the desired hostname.
But I don't know if hostnamectl(1) will work in (or is included with) Devuan. If it doesn't work then you can configure dhclient to not ask for a hostname:
Is it necessary when unattended-upgrade is called manually ?
Why would you do that? That would be an attended unattended upgrade then? ![]()
letting microsoft dictate who can contribute (and on what terms things are accessed) seems like a losing proposition.
Moving to another provider is pretty simple and there's plenty of choice so they don't really "control" anything.
I host a few things on GitHub and I'm happy to let M$ pay the bill for serving it up.
I'd be more worried about which projects MS contributes to.
Do you mean the Linux kernel?
https://www.linuxfoundation.org/membership/members/
![]()
Don't follow that guide, I broke a Debian system trying that.
Why do you think you need the proprietary amdgpu drivers? The Phoronix benchmarks show consistently better performance from the open-source version for gaming and suchlike.
Need turn on in kernel these options
General setup ---> [*] Initial RAM filesystem and RAM disk (initramfs/initrd) support Device Drivers ---> [*] Block devices ---> <*> RAM block device support Device Drivers ---> Graphics support ---> {*} Support for frame buffer devices ---> *** Frame buffer hardware drivers ***In Devuan kernel they are active?
Yes but the NVIDIA blobs don't provide an fbdev driver and so cannot run a high resolution console screen.
Both icewm & windowmaker use the Debian menu system, see https://www.debian.org/doc/packaging-ma … l/ch6.html for the override methods.
EDIT: openbox can generate XDG menus on-the-fly using the openbox-menu package and this pipemenu entry:
<menu id="applications-menu" label="Applications" execute="/usr/bin/openbox-menu -i lxde-applications.menu"/>But this is not possible with icewm or windowmaker, AFAICT.
Are there any other packages needed for unattended-upgrade to work corectly ?
No, but you do need to configure it: https://wiki.debian.org/UnattendedUpgrades
tl;dr:
# dpkg-reconfigure -plow unattended-upgradesVersion 6.6-1 is now available.
I've tidied up the packaging a bit so Lintian now only complains about the embedded ncurses library in the statically-linked version.
Do you have the kernel metapackage installed?
apt policy linux-image-686-paeI've misread that
^ This.
~/.profile is only ignored if ~/.bash_profile (or ~/.bash_login) is present.
For a "root terminal" menu entry that does not need either gksu or polkit see the EDIT at the bottom of this post:
https://forum.mxlinux.org/viewtopic.php … 34#p521734
^ That opens a terminal emulator under normal privileges and then runs sudo -i to attain a root shell without exposing the graphical interface.