You are not logged in.
Those libraries are only jessie. Find out why they are there.
aptitude why libgnutls-deb0-28
Maybe apt can fix the breakage...
apt-get -f install
or re-run the dist-upgrade. (I had to do that on a couple of jessie to ascii upgrades.)
Maybe tell apt which chromium you want.
apt-get install chromium=62.0.3202.89-1~deb9u1
xclock is part of x11-apps, which has other cool stuff like xeyes and xcalc. That's just there to have something non-essential to kill. Break the line up into multiple lines, and it will make more sense. The numbers set the exit code for each button, the ans="$?" stores the exit code, then you test to see which action to perform based on the exit code.
xclock &
yad --button="Kill panel":0 --button="Say hello":1 ; ans="$?" ; if [[ $ans = 0 ]] ; then killall xclock ; elif [[ $ans = 1 ]] ; then echo "Hi" ; else echo "Bye" ; fi
The second way is easier. The first way should work, but I can never do it correctly.
The devuan live isos are made with live-config and live-boot, same as debian, so the options are the same.
One thing different from the debian-live isos - the current (jessie) devuan-live isos have a pre-configured user, so you should not use "config" or "components" (live-config or live-components) on the command line. If you do use that option, you will only get the components that you named. (i.e. you must name every component that you want. See /var/log/live/config during a live session. That will show you which ones were used.)
If you use the hookscript, it will create a file, /etc/profile.d/zz_locale.sh (or maybe tt_locale.sh) which will contain:
export LANG=fr_FR.UTF-8
export LC_ALL=fr_FR.UTF-8
Every user on the system will get French. If you want only one user to have French, remove that file and put those lines in ~/.profile for that user.
I've seen that happen, but I don't know what causes it. It hasn't happened in a long time. Tell me more about your setup. Is there another OS installed? Did you start with a new hard drive with nothing on it? How did you partition it?
And are you the same person who was telling me about this in irc a couple days ago?
Yes, devuan is following debian releases. Most of the packages in devuan are unchanged from debian. The plan is to change as little as possible to provide a debian-based system without systemd.
Here's a more memorable url where you can find those package lists:
https://pkgmaster.devuan.org/
had to replace the native LXQt shutdown options with Obsession since none of them worked
I have an lxqt install, and all the logout buttons work. We have the same policykit packages installed (except you included the l10n package). Mine started out as openbox with lxpanel. You have libpam-gnome-keyring. I don't. Other libpam stuff is the same.
Maybe it's in the 'power' packages. I have libupower-glib3 that you don't have, and I see that xfce4-power-manager is running in mine. Not saying you need to do anything about it. All the logout buttons work in your iso. But since so many people run into problems with logout buttons, I figured this was a good place to drop my observations.
The ascii kernel version was finalized when stretch went into freeze. I think that was around a year ago. But your point about the documentation is spot on. Most of the debian documentation applies to devuan. (Except the systemd stuff). And even wheezy docs are mostly accurate for devuan jessie.
Howtos are supposed to go in the Documentation section. It even says so.
How-tos and Tips & Tricks contributed by Devuan users
There isn't much official documentation yet, but I think the idea was that some of the howtos might develop into official docs.
The way to get around needing different versions of grub for uefi vs bios is to include grub packages so you can install what you need. Support for this is in the installer (more or less, depending on the version.) Another way to deal with it is to skip installing the bootloader. This will work if you already have a working bootloader and can add another entry. (i.e. multiboot linux setup.)
Oops. You asked about making a snapshot, not installing. OK, refractasnapshot has an option called force_efi. It will work if grub-efi-amd64 was installed and then replaced with grub-pc without autoremoving the associated packages. (use apt-get, not aptitude to remove grub-efi)
More (edit2): Refracta isos have grub-pc installed and grub-efi packages included in the iso. The devuan desktop-live-uefi iso has grub-efi installed and the grub-pc packages were included (somewhat accidentally.)
A link to the wiki should be added to the announcement post that was linked above.
I don't think the documentation section needs to be broken into categories. Maybe later.
I can confirm that it boots on uefi hardware.
Suspend works from the menu. On lid closure, all it does is turn off the screen. I could still log in through ssh (I added the server).
If you want to get ahead of the repo, there are newer versions of refractainstaller-base and refractasnapshot-base.The cli installer script can now do uefi install, and both -base packages have additional rsync excludes for /lib as a symlink to /usr/lib.
https://sourceforge.net/projects/refracta/files/tools/
Symlink /lib not an issue if you upgrade from jessie, but if you do a debootstrap install of ascii or install from an ascii installer iso (soon to be real) then you'll end up with /lib as a symlink. If you don't exclude some stuff in /usr/lib/live you end up with an extra copy of the system. You'll know this happened because your iso will be a lot bigger than you expected.
...in this locked thread: http://dev1galaxy.org/viewtopic.php?pid=5934#p5934
I thought that, too. Then I posted on it. I guess the OP meant to mark it 'solved' instead of 'closed'. When you enter the thread, look on the right side, just above the message, it says 'post reply' instead of 'topic closed'. Also, subject says (Closed) instead of Closed:
cynwulf wrote:How about checking why it's installed?
$ aptitude why libsystemd0
Is there a way to do this if you don't have aptitude installed? I don't see a similar apt command....
Not exactly the same, but it lists packages that depend on lsd0:
apt-cache rdepends libsystemd0
You may have to chase down some dependency trails until you recognize something that you know is installed.
Old forum is temporarily turned on. If you want to save your private messages, go to your inbox, and at the bottom is a place to create a csv file for each page. It keeps the text of the messages.
Author: KatolaZ
Date: 2017-10-31 08:04 -400
To: dng
Subject: [DNG] Devuan Package Mirrors
Dear D1rs,
it's a pleasure to announce that we are finally ready to setup new
Devuan package mirrors, i.e., mirrors who will be able to serve the
whole Devuan package repository.
If you are willing to host a Devuan package mirror, please read first
through the "Devuan Package Mirror Setup Walkthrough":
https://pkgmaster.devuan.org/devuan_mir … hrough.txt
The walkthrough assumes that you know how to use rsync and how to
setup a webserver with a few rewrite rules.
The new package mirrors will be using the repositories merged by
amprolla3 at pkgmaster.devuan.org. We ask that package mirrors have a
valid (static) IP, and that they accept their mirror to be listed
in the Devuan website.
Devuan's goal is to setup a global CDN of package mirrors in the next
few months, and this preliminary phase will inform about the best
strategies to achieve that goal. The setup of a proper mirror network
is part of a medium-term plan (and investment) that has already
started and will consolidate and develop several aspects of the
current Devuan's infrastructure, improving its availability,
robustness, and fault-tolerance.
We would like to thank all Devuan users, contributors, donors,
developers, maintainers, and enthusiasts for their continued support.
HH
KatolaZ, on behalf of The Dev1Devs
Replace 'allow-hotplug' with 'auto'.
I made a devuan-live (xfce) iso with backports kernel and wireless for people with newer hardware. I don't remember if it has newer xorg or not.
http://distro.ibiblio.org/refracta/files/experimental/
Thanks!!!
Here's the direct link to the Refracta forum:
http://www.debianuserforums.org/viewforum.php?f=67
Main index page. (definitely worth a look.)
http://www.debianuserforums.org/index.php
Great! Thanks.
I didn't say it before, but it's nice to see you around these parts. Maybe Dean will show up. He does that every once in a while.
Make sure you have non-free enabled in your sources. Then you should be able to find the package.
cynwulf, thanks. I didn't even think of that. Sorry to say I haven't been to DUF much in the past year or two. Yes, please talk to JD about it. That would be an appropriate place for the reasons you state.
And in case anyone has any doubts, Refracta is not dead. We're just without our own meeting place at the moment.
I can log in, but I don't know if anyone else can. Would someone please let me know if you can or can't log in?
I think you need to install ca-certificates and maybe openssl. (aptitude tells me that openssl is installed because of x11vnc, but I don't know if you need it. It might come automatically with ca-certificates.)