You are not logged in.
@ifdv44, Yes, the various tty and sty (serial terminal) available on your system.
And I could have sworn I had configured some ssh daemon configs to print /etc/issue.net, but maybe it was just the same contents as my /etc/motd and I used setting "PrintMotd yes". I cannot find it now. Plus, issue.net(5) says that issue.net was for telnetd.
There is coming eventually to Devuan Ceres a "systemctl" script that will translate the systemctl commands into real service commands. Ceres is the unstable release, and I doubt our devuan-sanity-systemctl package will ever reach a stable release, but it has the potential to solve this issue for folks who can use the unstable release.
/etc/issue is traditionally the message that appears on the virtual terminals above the login prompt. And /etc/issue.net is traditionally the message for when you log in via ssh. They normally start with contents that might list the OS, but they can be set to whatever you want.
I had no idea /etc/os-release was a systemd thing... drat.
I was impressed that gtk3-nocsd exists here! There's no way that would ever show up in Fedora/CentOS.
Thank you: This is good news! I had toyed around with the idea of getting a Pinebook Pro, and I would only want to run the best software on it. I'm not afraid of a kernel compile especially with nice instructions like you have there. I just cannot find a real reason to get a super-small laptop yet...
Some applications can try to read various lines from here, as a way to determine if they are compatible. Ideally, a piece of software would see the ID_LIKE includes "debian" and so would adopt debian-like behavior for the application (which depends on the app).
This is indeed just a text file, so use your editor of choice. But be aware that there could be lots of things that read this file; I'm sure there are ways to audit that but you can search for that on the Internet if you want to do that. In general, it's best to leave the /etc/os-release alone.
Make sure that you have "vim" package installed and not just "vim-tiny." That sounds like you've got the bare minimum vi implementation in a Debian-like system.
From what I read, I was under the impression that k8s was removing a specific layer of code that interacts with Docker. You will still be able to use Docker components underneath k8s, because they both use CRI (container runtime interface) protocols. https://news.ycombinator.com/item?id=25280888
The xml files for xfce4 underneath ~/.config are emphemeral. You cannot rely on modifying them yourself to actually take effect in the current session. Closing the current session will usually force update those files, additionally.
The way to modify keyboard shortcuts for window manager operations: https://bgstack15.wordpress.com/2018/06 … r-in-xfce/.
It links to https://bgstack15.wordpress.com/2017/10 … from-file/ where I describe xfconf-query.
xfconf-query -l | sed -r -e '/Channels:/d' | while read line; do xfconf-query -lv -c "${line}" | sed -r -e "s/^/${line} /"; done > my-settings.xfconf
Xfconf-query is the way to inspect, and modify, current settings which can then be made persistent upon properly closing Xfce4.
I like Unixsheikh's site. I have come across it before.
I wish the fellow would also consider the Nuegia Web Browser mentioned above, and also IceWeasel-UXP from Hyperbola.
Thank you for sharing this! In my experience, I would actually mount the SMB share as a filesystem, and then LibreOffice can navigate to it with /regular/paths instead of having to specify smb:///protocol/dir/and/path. That requires apt-get install cifs-utils for mount.cifs, but it's not nearly as cool as using LibreOffice itself.
In Devuan Beowulf, the libreoffice package suggests libreoffice-gnome. It's not a hard dependency for Libreoffice to function, but as you observed, it is a great idea.
The way I would try to remove xfce-desktop would be with autoremove (or autopurge).
sudo apt-get autoremove xfce-desktop
The auto part will try to clean up any packages that were not manually selected, so that would include all the components that xfce-desktop had to bring in, that you had never named specifically (or did whatever the command is to mark them as not-manually-selected).
Beware that autoremove will try to remove all packages that are not manually selected, that are not dependencies of any manually-selected packages. So it could try to remove more than intended. So just be sure to look through the list of what it wants to remove before you say yes.
It's not clear to me from this discussion if this forum software has the ability to show the revisions of a post over time. I realize such a feature is definitely advanced and probably not available, but that would solve the problem. And if somebody needs to delete content from a post on a more permanent basis, that user could reach out to a moderator. Is that a possibility in FluxBB?
I do not use php, but your problem sounds similar to the discussion in thread deb.sury.org now requires systemd. Read through that thread and see if the problem and solution are the same for you.
I was a huge fan of wicd but had to switch to connman when Ceres dropped wicd.
I find connman-gtk tolerable, but then I know my requirements are simple. I'm not sure if it'll do all that crazy enterprise-level stuff but I haven't had to do that in years and years.
I found some of the defaults of connman very weak. I had to add DAEMON_OPTS="-r" to /etc/defaults/connman, so that it wouldn't run its own dns caching. Also, I had to add an xdg entry (/etc/xdg/autostart/connman-gtk.desktop) for XDG-compliant DEs.
Connman-ui is a separate package that provides a system tray icon, and only the icon based on my very limited testing. Connman-gtk sometimes struggles to run and start straight into its own system tray icon, but it's tolerable.
If I understand what's been happening correctly, on my laptop that I suspend/hibernate/whatever when I shut the lid for the night, I don't lose my dhcp IP address! I had to write an xscreensaver-watch hook for wicd to always re-initiate dhcp request.
So, some pros, and some conns (pun intended).
This error output reminds me of the dpkg-dev problem in Ceres, which is also in upstream Debian Sid. If you can stomach it, try a debuild -us -uc -nc (no clean). There's some bug starting with version 1.20.3 if I recall correctly, that somehow breaks all builds for that version of the dpkg-dev and maybe a version or two nearby. https://bugs.debian.org/cgi-bin/bugrepo … bug=966083
I am not entirely sure if this is fixed. I always just load up an older version of dpkg-dev and whatever one dependency (one of the libperl ones, iirc) so my local debuilds can work.
$ apt-cache show wireshark-common | grep -oE '^Version:.*$|libsystemd0 [^ ]+ [^ ]+'
Version: 3.2.6-1
libsystemd0 (>= 246),
Wireshark 3.2.6-1 depends on libsystemd0 version 246
The current libelogind0 is:
$ apt-cache show libelogind0 | grep -iE '^(Provides|Version):'
Version: 243.8-1
Provides: libsystemd0 (= 243.8)
Now this is for Ceres, so it's ahead of even Chimaera. Either upstream libelogind hasn't been updated yet, or we haven't gotten it into Devuan just yet. Nothing to worry about, really.
Edit: upstream elogind is at version 243.7.
From mason. Cross-posted from devuan-dev mailing list upon request.
Hi all! We're looking for opinions about wiki software. First choice at the
moment is TWiki but we want more options and more perspective to get us to
the best possible decision.Goals, not in a particular order:
Ideally not Python, PHP, Java unless it's otherwise perfect.
Supports ACLs for per-account and/or per-group editing privs. Ability to disable edits by people not logged in.
Potentially supports ACL-based visibility in addition to editing privs.
Supports at least a minimum live editor, with mark-up being fine - no need for WYSIWYG.
Flat files on the back end - ideally content can be captured to version control, can come from version control, etc.
JavaScript not required for clients.
We'll continue poking at TWiki while we gather data.
You say that "Debian apparently will support this soon." Do you mean instead, that the platform will support running Debian on it? I expect that if it runs Debian, then it should be possible to get Devuan on it.
How do you feel about /boot/grub/fonts.off instead? To me, .off is a lot clearer than xx, which could be useful if it's an X11 component. And I use xxd a lot...
Very good question! Thank you Ron, for a good answer. I suspect the forum software thinks the "s6" string is too short to be usable for a valid search. So it's not biased; just s6 is an edge case.
Which release of Devuan are you using? It looks like I can install wine32 and virt-manager on my Devuan Ceres (amd64) system. I use virt-manager often. And I've come to the conclusion that if I can get my target programs running in wine, I don't care if it's wine32 or wine64 or winehq-wine32 or whatever. But it looks like I have one system with both virt-manager and wine32:i386 installed.
I use Ceres exclusively so cannot provide any commentary on older releases.
They write a tool, iwd. They do not write systemd. If the goal is to provide a robust tool that meets the needs of as many people as possible (you will want to find any mission statements they have, or design documents about their goals first, that match this), then not focusing solely on systemd is acceptable and even desirable. Systemd is a fine thing to support, but not everyone uses it. The Arch wiki says the project doesn't like to depend on external libraries (https://wiki.archlinux.org/index.php/Iwd). See if that's backed up by the project's own documentation.
Keeping us informed here would be fine! I don't have any actual contributions to give to the original conversation but I'm interested in seeing other-than-systemd supported in general.
Says the guy who posts on here way more than I do, and I'm all-in on Devuan on the desktop! I don't use iwd (I'm happy with wicd until they drop it entirely which I know is coming) but I like dealing with packaging.
@jobbautista9, the way I fork a package from Debian is I go fetch the source from salsa. If it's not there, uh, I don't have a flow for that yet. But lightdm and freeipa are there so I'm good! Then you would make a new branch named devuan/suites-unstable off of debian/master and make your changes.
Ah, a very interesting thought, HoaS. I've seen posts on forums where the username who posted it is not a link and is unable to be selected. I wonder if that is how some forum software deals with "deleted" accounts.