You are not logged in.
I don't think that process has been formalized yet, but take a look at https://dev1galaxy.org/viewtopic.php?id=549
The reason hardinfo is in devuan is because it is in debian, and the entire debian repo is available, except for a few systemd packages. You can tell which ones we have changed by looking at the version. The devuanized packages say 'devuan' in the version. devuan1 for jessie, devuan2 for ascii.
Stretch and ascii have the same version of hardinfo: 0.5.1-1.5+b3 0
Ceres has 0.5.1+git20170620-1. I did not check sid.
What version are you looking for? If you want something that's newer than what ceres/sid has, you probably need to wait until debian brings it into sid, and then it can be backported to ascii. We use the same version of hardinfo that's in debian. The package did not need to be devuanized.
The webmaster can see the unique ID number found in /etc/popularity-contest.conf. I don't know if that is associated with your IP address or if they are logged separately. Either way, those numbers don't get published. Whether that's a security risk or not might depend on how paranoid you are. And right now, that's not even working correctly in the desktop-live isos - everyone who uses the same iso gets the same number (there are three in total).
If you install from one of the desktop-live isos, you should delete /etc/popularity-contest.conf before running the installer. That way, you will get a unique number and we get more meaningful statistics. To correct it after installing, delete the file and then run 'dpkg-reconfigure popularity-contest'.
There are a couple of solutions here. I tried the usrchg script, and it works.
https://forum.xfce.org/viewtopic.php?id=8686
boot menu, i.e. visible after at /proc/cmdline ?
Yes. To do it once, press the e key at the boot menu and add it to the linux line.
To make it permanent, add it to the KERNEL_DEFAULT line in /etc/default/grub (where it has "quiet") and then run update-grub.
ifconfig is in the net-tools package
If you want wlan0 and eth0 instead of what you have for interface names, add 'net.ifnames=0' to the linux line of your boot menu.
--exclude=rsyslog --include=<one of the other two sysloggers>
I don't know much about it. If I were going to install trinity, I'd use the instructions here -
https://wiki.trinitydesktop.org/Debian_ … structions
Yeah, you're going to need dbus with a full desktop environment. TDE shouldn't be using any gtk. It uses qt. Maybe q4OS uses it for some gtk apps? (I don't know what q4OS includes).
Error message says "possibly" but there's no doubt about it. You need to exclude rsyslog and include either syslog-ng or busybox-syslogd. When rsyslog for ascii is ready, you can switch back to it. It's also possible to add rsyslog from jessie-backports after the install. I know that works, but I don't know if there are any problems with it. (Tested minimally by me, once.)
You might need to exclude alsa-base, too. There is no such package in ascii.
Not much response in this thread, but I think this is going to make a lot of people happy. Thanks!
Edit: I can confirm that it works. I had some trouble with dconf-editor - the middle value would not change. Problem was that I was in xfce with a clearlooks-phenix theme, and the checkbox at the bottom of the window was missing. The other two values did change. Then I repeated it in cinnamon and was able to save the change.
I didn't add the applet, so I don't have suspend and hibernate, but log out, reboot and shutdown are there.
What's not systemd-free about trinity? It's been a long time since I've installed it on jessie, but I don't recall needing any systemd pieces,
refracta its a local only backup system.
The other problem with it is that it's no good for backing up large amounts of data. The iso size limit is 4GiB. I don't even call it a backup system.
I just use rsync for backup. I tried grsync, but I could never figure out exactly what it was going to do. (when you tell it to backup foo, does it backup foo/ or foo?)
The no-x refracta is cli only. I make a nox version of Refracta first with each major release. A few people use it to add their preferred packages. I'm a retro kind of guy. I'll play with wayland after it's been around long enough to get the bugs out.
Make sure eject is installed. (That is the package name)
You can either post it at paste.debian.net or click on my name and send it to me in email. You could try copy/paste here in a post, but it might be too big.
Well, as I see it, the biggest issue is that you used the CD, which gives you a system that most people would consider incomplete (like inactive shutdown buttons). Please don't file a bug report on that fact. We know the CD sucks, but it's useful if you must install without a network and you want a smaller download than the dvd or the desktop-live.
Crunched text and no button outlines: That sounds like a couple of the new gtk3 features. (gtk3 sucks worse than the CD).
I had a better upgrade experience using a refracta iso. The audio works (alsa only, no pulseaudio). There's no automounting usb drives or even popup icons when you plug one in, but that's because refracta doesn't have gvfs installed. (You might want to check for that). I use pmount for external drives, and that still works. Video (camera) works. I haven't tried watching a video file yet. I'll have to install vlc and check it. That's what I normally use, and it's known to be a little flaky.
Here's something that might work for rsyslog if you're ok with experimenting and possibly hosing your system. Install the version in jessie-backports. I did it this morning on a minimal installation and it seems to work. It should upgrade properly when rsyslog in ascii is ready.
For the power buttons, make sure you have installed policykit-1 consolekit libpam-ck-connector and upower. (Hope I didn't forget any). If that doesn't work, search the forum for any of those package names and you'll find some discussion.
There's a 'stay logged in' option? Guess I need to check my settings again. I'm in the habit of highlighting my whole post and copying it to the clipboard. Been burned on timeout plenty of times and places.
I predict that this thread will go for some time as more people try it and as packages get fixed. OK, time for me to go back to making new refracta isos. (sorry, golinux, but the first ones will be no-X).
List installed packages:
dpkg -l
Put the list in a file:
dpkg -l > package_list
Yes, I saw that you did apt-get upgrade, but you made it sound like you did not let it run. If the dist-upgrade says there's nothing to upgrade, then I guess you are running ascii. But I don't know what the autoremove did. Why did you run that? Did it remove any of the packages that were retained?
man apt-get
upgrade
upgrade is used to install the newest versions of all packages currently installed on the system from the
sources enumerated in /etc/apt/sources.list. Packages currently installed with new versions available are
retrieved and upgraded; under no circumstances are currently installed packages removed, or packages not
already installed retrieved and installed. New versions of currently installed packages that cannot be
upgraded without changing the install status of another package will be left at their current version. An
update must be performed first so that apt-get knows that new versions of packages are available.
dist-upgrade
dist-upgrade in addition to performing the function of upgrade, also intelligently handles changing
dependencies with new versions of packages; apt-get has a "smart" conflict resolution system, and it will
attempt to upgrade the most important packages at the expense of less important ones if necessary. The
dist-upgrade command may therefore remove some packages. The /etc/apt/sources.list file contains a list of
locations from which to retrieve desired package files. See also apt_preferences(5) for a mechanism for
overriding the general settings for individual packages.
I suggested doing the upgrade first, so you would be less likely to run into a problem. Not everything will be upgraded with 'apt-get upgrade'. There is no error in the output you posted. It's doing what it should do. Let it run.
703 actualizados, 0 nuevos se instalarán, 0 para eliminar y 433 no actualizados.
Se necesita descargar 202 MB de archivos.
Se utilizarán 16.5 MB de espacio de disco adicional después de esta operación.
¿Desea continuar? [S/n]
***
703 updated, 0 new will be installed, 0 to remove and 433 not updated.
You need to download 202 MB of files.
16.5 MB of additional disk space will be used after this operation.
do you wish to continue? [S / n]
The correct answer is "Si". And then you'll need to do dist-upgrade, too. What error are you seeing?
You can add repositories to files that are in /etc/apt/sources.list.d/. The files can be named anything you want, as long as they end with ".list". The ".d" directories in /etc are a standard place to put local configs, so they don't get clobbered by upgades to the corresponding packages.
The ascii lines that you copied won't pull in anything, because they are commented. If you managed to upgrade to ascii, then you must have added some ascii lines to sources.list or another file in sources.list.d.
Three pages of notes would probably be too much, but if you could highlight some of the problems you ran into, it might help others.
Thanks.
Did you correct these errors yet?
N: Omitting the file "sources.list.odt" in the directory "/etc/apt/apt.conf.d/", as it has an invalid filename extension
N: Bypassing the file "sources.list.d" in the directory "/etc/apt/apt.conf.d/" because it has an invalid filename extension
I'm gonna take a wild guess and say that you moved sources.list.d into apt.conf.d by accidental click in a root file manager. Root file manager is very dangerous for that exact reason.
Move sources.list.d up one level into /etc/apt/ where it belongs. And if you haven't gotten rid of the mis-named files, get them out of there, too. (You can move them someplace safe if you want to keep them around.) Also, you might do well to edit system files with a plain text editor instead of libreoffice or whatever word processor you used.
Edit: almost forgot to say this: It looks like you're finished upgrading to ascii. I have no idea what happened with the dbus-user-session error.
Edit2: Make sure you don't have anything weird in sources.list.d, such as mis-named files or files that contain jessie sources. In fact, if there are any sources in there, comment them all out. The ones you have in sources.list are correct.
I'm going to ignore the synaptic output for now. That looks like a problem with synaptic that's separate from any upgrade problems.
I didn't bother to go to google translate, but it looks like there's nothing to do for 'apt-get upgrade'. In that case, do 'apt-get dist-upgrade' and see what happens.
If you use the debian/devuan installer, you will install from the repository if you do a netinstall or from the media if you used a DVD image instead of a netinstall and you don't choose a mirror. If you use refractainstaller, you will install the live iso. If the live iso has grub-efi-amd64 installed, it will be bootable on uefi.
If the live iso does not have grub-efi-amd64 installed, you should install that package in the live system before you run the installer. When it asks where you want the bootloader, don't choose a location. The installer will handle adding the bootloader (or let you do it manually if you like working in a chroot terminal.) Another option is to include grub packages in your iso and install whichever ones are needed when you install to hard disk. Oh yeah, if you hack the live iso into an installer iso, I think the grub packages are already there in /pool.
Lxrandr doesnt save the resolution or the overscan settings across reboots for many years now.
Yes it does save the configuration you set. And then it hides it from you unless you're running lxde. Edit ~/.config/autostart/lxrandr-autostart.desktop and comment out the line that hides it from you.
#OnlyShowIn=LXDE
If you change it and save again, you'll need to edit the file again.
I don't think you need to reinstall yet. Just stop using synaptic temporarily and you won't see that error.
Try
apt-get update && apt-get upgrade
and lets see if we can get you back to it failing because of dbus.