You are not logged in.
It's a known issue.
https://dev1galaxy.org/viewtopic.php?id=1950
https://lists.dyne.org/lurker/message/2 … 27.en.html
TL;DR:
rm /etc/init.d/udevThen repeat the upgrade.
If you're using pkgmaster.devuan.org in your sources.list, try installing from jessie-security:
apt-get -t jessie-security install thunderbird-l10n-xxIf you're using auto.mirror.devuan.org or packages.devuan.org, wait until tomorrow (or start using pkgmaster).
1:52.6.0-1~deb8u1 0
500 http://pkgmaster.devuan.org/merged/ jessie-security/main amd64 Packages
1:45.8.0-3~deb8u1 0
500 http://pkgmaster.devuan.org/merged/ jessie/main amd64 Packages
500 http://auto.mirror.devuan.org/merged/ jessie/main amd64 Packages
500 http://auto.mirror.devuan.org/merged/ jessie-security/main amd64 Packages
500 http://debian.csail.mit.edu/debian/ jessie/main amd64 Packageshttps://pearl.plymouth.ac.uk/handle/10026.1/11101
Algorithmic Sovereignty
Date: 2018
Author: Roio, Denis
Subject: algorithm, sovereignty, governance, software, practice
This thesis describes a practice based research journey across various projects dealing with the design of algorithms, to highlight the governance implications in design choices made on them. The research provides answers and documents methodologies to address the urgent need for more awareness of decisions made by algorithms about the social and economical context in which we live. Algorithms consitute a foundational basis across different fields of studies: policy making, governance, art and technology. The ability to understand what is inscribed in such algorithms, what are the consequences of their execution and what is the agency left for the living world is crucial. Yet there is a lack of interdisciplinary and practice based literature, while specialised treatises are too narrow to relate to the broader context in which algorithms are enacted.
This thesis advances the awareness of algorithms and related aspects of sovereignty through a series of projects documented as participatory action research. One of the projects described, Devuan, leads to the realisation of a new, worldwide renown operating system. Another project, "sup", consists of a minimalist approach to mission critical software and literate programming to enhance security and reliability of applications. Another project, D-CENT, consisted in a 3 year long path of cutting edge research funded by the EU commission on the emerging dynamics of participatory democracy connected to the technologies adopted by citizen organizations.
My original contribution to knowledge lies within the function that the research underpinning these projects has on the ability to gain a better understanding of sociopolitical aspects connected to the design and management of algorithms. It suggests that we can improve the design and regulation of future public, private and common spaces which are increasingly governed by algorithms by understanding not only economical and legal implications, but also the connections between design choices and the sociopolitical context for their development and execution.
Those are common problems. See this -
(dead link removed - see better links below)
You're running into the metapackage problem. When you install a metapackage like task-mate-desktop, it pulls in everything you might need for a complete dekstop environement, and when you try to remove a piece of that DE, it breaks the metapackage, which wants to remove ALL of its deps. There are a couple of ways around this, but they both involve starting out with a small installation and adding pieces instead of starting big and removing pieces. When you get to the tasksel window in the installer, un-check the destkop environment box. (maybe un-check everything except standard system utilities.
Then start installing what you want. You could install the mate metapackage, and that would be tied to fewer dependencies than the task- package. Or better yet, install mate-core, see what that brings in, and then start adding other pieces that you need. This way takes a little more work to find what you want, but it makes it a lot easier if you want to remove something.
These might help:
apt-cache rdepends exim4
aptitude why exim4Edit /etc/apt/sources.list to add the following line. (Or add it in synaptic however you add sources in synaptic) You can add non-free and contrib to the end of this line if you need those.
deb http://deb.devuan.org/merged ascii-updates mainThen run apt-get update (Or however you update the cache in synaptic. Reload?)
Edit the Exec line in /usr/share/applications/synaptic.desktop with either of the examples I gave you above.
I think I suggested checking the debian wiki for the graphics drivers. I did not suggest using debian sources.
DO NOT USE DEBIAN OR UBUNTU SOURCES IN YOUR sources.list file.
https://wiki.debian.org/AtiHowTo
https://wiki.debian.org/ATIProprietary
deb http://deb.devuan.org/merged ascii main contrib non-freeFor all those ubuntu packages, just remove 'unbuntu' from the name and install it. For example, instead of installing libreoffice-ubuntu from the ppa, install libreoffice from the devuan repository. Do the same with the other packages.
I think kde is one of the choices for desktop environments in the ascii installer isos. If not, you can un-check the desktop options and install just the standard system utilities. When you reboot into the installed system, become root (or use sudo) and apt-get install task-plasma-desktop
For proprietary graphics drivers, see the debian wiki. The procedure for devuan is the same.
I don't know. Last time I built a heads iso was a year ago. Last time I built a plain devuan iso with live-sdk was a couple weeks ago.
Are you getting any error messages on-screen or in the logs? Is it creating an iso that doesn't work, or not making an iso at all? Is filesystem.squashfs getting created? (look in live-sdk/tmp/devuan-whatever/binary/live/)
ascii has kde 5:92 (I checked the version of kde-plasma-desktop). You don't need any PPA (and you should not use any PPA or non-devuan repositories.)
Installer isos are here -
https://files.devuan.org/devuan_ascii_b … aller-iso/
If you want to install openrc from the installer, choose Advanced Options from the boot menu and then choose Expert Install.
When you get to 'Load installer components from CD' choose the second item in that list, "Choose init". At some point, you will be given a chance to choose openrc. I don't know anything about parallelizing service startups in openrc. Isn't that what causes long delays in boot times with systemd?
Here's an installation guide for jessie. It will work with ascii, too.
https://git.devuan.org/dev1fanboy/Upgra … install.md
You have ascii and ascii-security in your sources. You could add ascii-updates.
The deb-src lines are for source packages. Unless you're planning on creating .deb packages, you can comment those lines.
The problem with synaptic (and gparted and just about anything else that requires root privileges) is that pkexec is broken. One workaround as mentioned above is to start it from a terminal as root. Another option is to edit the .desktop file so it runs a different command. Change the line that has 'Exec=synaptic-pkexec' to one of the following.
Exec=gksu synaptic
or
Exec=xterm -e 'su -c synaptic'or replace xterm with your favorite terminal.
Note: you don't need to be in the sudo group to use gksu.
Note2: if you are in the sudo group, synaptic might work from the menu without editing the .desktop file. (It did for me in a test install.)
It needs to be in the base_packages or core_packages list to be included in the bootstrap tarball. You can add it to your blend config. Make sure you use "+=" and not just "=". You want to add to the main list, not replace it.
base_packages+=(
build-essential
bc
)* `core_packages`
this array holds the core packages that will be installed in the bootstrap
process.* `base_packages`
this array holds the base packages that will be installed later in the
bootstrap process.
You would need to create your own signing key. Search for 'secure boot self-signed' or something like that, and you'll find instructions.
Samhain, you need to install build-essential. Add it to one of the package lists so that it's installed before the kernel compile happens.
When the repos were new, backports had the wrong priority. That's been fixed. Twice. Once for packages.devuan.org and then once for pkgmaster.devuan.org. I don't know what the setting is in the repo, but apparently, it's possible to make a mistake. I like to keep backports pinned or disabled (commented out in sources.list), just in case.
If you want to check the priorities of whatever repos you have enabled, run
apt-cache policywithout any package name.
- tried it again after removing the packages I installed. It stopped working.
- tried if after removing dbus. Didn't work.
- installed libpam-elogind, which pulled in elogind, dbus, and something else, but not the libpolkit libraries. It works again.
Obviously, something has changed. I can confirm that it now works. I had to do a few things to get it to work...
- removed xserver-xorg-legacy
- disbled my display manager (lxdm)
- tried startx, it wouldn't start.
- added elogind
- still wouldn't start.
-tried it with lxdm. xorg and lxdm are running as root.
- added libpolkit-gobject-1-0-elogind and libpolkit-backend-1-0-elogind, which also pulled in libpam-elogind.
- startx works, and everything is running as user.
- tried it with lxdm again. xorg and lxdm run as root.
- tried it with lightdm. xorg and lightdm run as root.
I'm glad you bumped up this thread. This must be the one that fungus referred to, reminding me that I said I didn't know what was going on. (I say that a lot, anyway.) So here's my post-mortem on the situation:
I recently noticed that the Refracta isos that were used in this story contained some packages from ceres, and those isos were made from a system that was installed back in June. I wish I'd realized that at the time this thread was started. I would have fixed the isos and told fungus to start over. The fact that more packages from ceres were added makes the forensics more difficult.
So, bottom line - I don't know if there was something screwed up with the repo back in June or if I screwed up. I doubt that anyone will remember what was going on back then. That was right after jessie went stable and everyone in Europe went on vacation. To anyone dissatisfied with the results of installing my ascii isos, I say that I'm sorry about any inconvenience, but please keep in mind that it's called "Testing" for a reason.
Here's what I used for sources.list. No pinning, no defualt release defined. This should be enough.
deb http://pkgmaster.devuan.org/merged beowulf main contrib non-free
deb http://pkgmaster.devuan.org/merged ascii main contrib non-free
deb http://pkgmaster.devuan.org/merged ascii-updates main contrib non-free
deb http://pkgmaster.devuan.org/merged ascii-security main contrib non-freeHere are the only installed packages with 'power' in the name or description:
ii pm-utils 1.4.1-17 all utilities and scripts for power management
ii powermgmt-base 1.31+nmu1 all Common utils and configs for power management"no kit" = no consolekit, policykit, libpolkit. I'm not relying on desktop menu entries for shutdown/reboot. I don't know if you lost any of those in the upgrade. Mine started as a debootstrap install, and I added enough to be able to function in a graphical environment. Similar to miyo or vuu-do, but not exactly the same. Compare your before and after package lists to see what you lost. Maybe something can be put back from ascii.
An easy way to keep a log of your changes is to tee the output to a file. Something like:
apt-get upgrade | tee upgrade-logThat way, if you run into some kind of dependency labyrinth, you can share the log to get some possibly useful help.
Things may change a lot over the next few weeks as some key packages in beowulf are rebuilt.
Yes, the current stable version is based on debian jessie, which is around three years old.
Whether or not you need the latest version of something depends on your use case. Some people need the newest version of something, because that's the only version that does what they need it to do, or maybe they need the latest kernel for their new hardware. And some people are still on debian wheezy, which is five or six years old.
One important point on my smooth upgrade - I did not disable ascii repos, I just added the beowulf repo (singular) and ran an update, upgrade and dist-upgrade. At one point I had to use aptitude to give me some options. 46 out of almost 900 packages did not get upgraded.
That was on a small install with openbox, lxpanel and spacefm. No 'kits. I use sudo for shutdown and pmount for removable drives (with spacefm). Point is, if you don't have a bloated desktop environment, you should be pretty safe. Still, you should be prepared to hose the system and have to start over a few times. Each iteration will be better.
Thanks! Um, there's a new one coming soon, but I'll wait for you to report. I'm sure you'll see some things that have become invisible to me. Anyway, I just added support for full disk encryption. Only had to add four lines of code and change a couple of on-screen messages.
Here are some notes I made for a recent test iso with a newer version of the cli installer. Most of this information applies to the graphical installer, too. Options are mostly controlled in the options window instead of the config file. The parts that talk about which grub is installed and which grub packages are supplied in the iso will only apply if you have those versions of grub installed or available.
- The installer allows you to have separate /boot or /home partitions.
- The root and /home filesystems can be encrypted (without LVM).
- Other directories can be moved to separate partitions (see config file).
- Installer will create a 256MB swapfile. To change the size or to use
a swap partition, edit the config file. (/etc/refractainstaller.conf)- Installer uses ext filesystems by default. To use other fs types, edit
the config file to turn on the no_format option, and format the
partitions manually.Partitioning the disk(s) can be done before running the installer or from
within the installer. If you are in a graphical environment, you can use
gparted. If you are not in a graphical environment, the installer will run
either cfdisk or gdisk. New feature: the installer will let you return to
the partitioner before proceeding, in case you want to change something.For UEFI Install:
grub-efi-amd64 is installed. Near the end of the installation, you will be
given a choice to install the bootloader or not.For BIOS Install:
grub-pc package is in the root of the filesystem, and the installer will
know what to do with it. Let the installer copy the package to /target
and install the bootloader. You can also skip the bootloader if you
plan to use another.For 32-bit grub with 64-bit system:
grub-efi-ia32 package is in the root of the file system. Install the
package before you run refractainstaller or install it to /target in
a chroot. The installer will pause to let you do this before it installs
the bootloader. It may also work if you let the installer copy the package
to /target during the installation.For BIOS install with GPT partition table:
You will need to create a small partition (>1M), unformatted, with
bios_grub flag in parted/gparted or EF02 in gdisk. Otherwise, you will
need to boot from a disk that has dos partition table.
More info: http://www.rodsbooks.com/gdisk/bios.html"
I merged the two gui scripts into one - refractainstaller-yad and refractainstaller-uefi are now refractainstaller-gui. It's not packaged yet. I moved a bunch of stuff around and shook up the code a bit, so there could be some new bugs. I've run through the install many times (scores of times) and it seems to be pretty good. But I want more guinea pigs to try it before I put it in the repo.
Copy the script from here and save it as refractainstaller-gui
https://gist.github.com/fsmithred/86594 … 07ebd41e58
You can run it from the current directory with
sudo refractainstaller-gui -d(or be root)
You should have the latest refractainstaller-base installed from ascii repo (or newer from sourceforge.)
Changes:
refractainstaller-gui (9.3.4) unstable; urgency=low
* Use LC_ALL=C for fdisk -l to accommodate other locales.
* Test for gpt and for BIOS boot partition and warn if it's needed.
* Allow re-run partitioner within the installer.
* Improved test_hostname() to play nice with xgettext. (Blinkdog)
* Add '-k all' to update-initramfs for cryptsetup.
* Select EFI partition from list if there are more than one.
-- fsmithred <fsmithred@gmail.com>refractainstaller-gui (9.3.3) unstable; urgency=low
* Run grub-install after copy debs in case debconf does not run.
* select_grub_dev if grub-pc is copied to /target and installed.
* Use default reserved blocks with new ext filesystems.
* Test for unformatted EFI partition.
* Merged uefi and bios installer scripts.-- fsmithred <fsmithred@gmail.com>
Known (very weird) bug:
If you're running in virtualbox, and you let the installer format the partitions, which it does by default, some yad windows might be malformed. This occurs in ascii, with yad-0.38. It's not a gtk3 problem, because I tried it with gtk2 versions of yad-0.38 and yad-0.40. It does not occur with yad-0.27.
It also does not occur if you select the 'Do not format' option, and you format the partitions in gparted (from within the installer or before running the installer. Doesn't matter.)
Even weirder...
If you select to install on encrypted filesystem and select 'Do not format', it won't format your /boot partition, but it must format the encrypted partition, but the bug does not manifest in this situation.
The window that's almost exclusively affected only comes up if you have the wrong grub installed. It's the window at the Pause, right before installing the bootloader, and it has buttons for Chroot, Continue, Abort and either Install Bootloader or Copy files. It may appear as a vertical line, probably 1 pixel wide, and if you grap the edge to expand the window, it will be distorted, and the title bar will say "Unnamed window". Easiest thing to do in this case is reboot (otherwise, you need to unmount /proc, /sys and /dev from /target, unmount /target/boot/efi and /target/boot if they are mounted, and then unmount /target.)
I did not see the bug when I installed on hardware, and I haven't tried installing in qemu. I've also seen it happen with the first greeting window, if I've run the installer more than once in a session.
So... format your partitions first, and select 'Do not format' if you're in virtualbox. Install it in different ways to test all the parts. Let me know what breaks. Make some deliberate errors to see if the script is smart enough to stop you from shooting yourself in the foot. Don't test this on a production system.
Thanks,
fsmithred
You could start with a minimal install and add packages from the parrot package list, configure everything the way you want. It won't be parrotsec, it would be stanzsec. Or, you could do a minimal install and then use 'dpkg --set-selections...' on the parrot package list to reproduce the system. You'd need to remove any unavailable or unwanted packages from the list first.
It might be possible to convert a parrot install to devuan once beowulf is usable. I just checked the package list, and almost everything seems to be in the devuan repositories. Here's a list of packages in parrot that are not in the devuan repos. Some of them you don't want (systemd) and some of them are replaced by other packages (firefox-esr instead of firefox, dbus-x11 instead of dbus-user-session, gnupg in ascii vs. gpg in buster/beowulf, live-config-sysvinit instead of live-config-systemd).
clang-4.0
couchdb
dbus-user-session
firefox
gpg
gpg-agent
iio-sensor-proxy
libegl1
libgl1
libgles2
libglvnd0
libglx0
libopengl0
libpam-systemd
libtesseract4
live-config-systemd
mate-power-manager
pyrit
python-pymssql
spike
systemd
systemd-sysv
torbrowser-launcher
wifite