You are not logged in.
Dont 'know', but sounds very similar to something I do.
I believe
marketing term
is bang on.
I have layered containers, the lower of which are unwritable by anything above, but they themselves can be updated when accessed at their own level.
One example...
The lowest has all the core stuff installed git, gcc, etc, and the next container has Nvidia proprietary drivers which I compile and package without tainting the rest of my system or corrupt the integrity of the development layer container with unwanted include headers.
By creating container on top of container, it is possible to roll back by deleting the uppermost container.
@exponentialmatrix
Built easydeb deb package for /opt and installed it.
Used /opt/easydeb to build dsnote-git, it was a bit of a pig (dependencies) but got there in the end.
Identified only one hiccup with easydeb:
optdepends_x86_64=(
'amdvlk: Vulkan support for AMD GPU (AMDVLK Open)'the second open brace causes easydeb to barf despite being inside single quotes.
Thank you for a very useful tool.
Some modern motherboards detect when headphones are plugged in and require different handling.
Without making alsamixer changes, can you hear sound from the speakers when the headphones are unplugged ?
i see a list of s/pdif
Most likely the HDMI audio output of your graphics card (but one could be optical if your motherboard supports it).
'00' means active, they have no volume setting, when you need to you can toggle to muted 'MM' by tapping 'm'.
~# apt-cache show systemctlPackage: systemctl
Version: 1.4.4181-1.1
Installed-Size: 272
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Architecture: all
Depends: python3:any
Conflicts: systemd
Homepage: https://github.com/gdraheim/docker-syst … eplacement
Recommends: procps
Description-en: daemonless "systemctl" command to manage services without systemd
"systemctl" is a replacement command to control system daemons without
systemd. "systemctl" is useful in application containers where systemd is
not available to start/stop services.
.
This script can also be run as init of an application container (i.e. the
main "CMD" on PID 1) where it will automatically bring up all enabled
services in the "multi-user.target" and where it will reap all zombies
from background processes in the container. When stopping such a container
it will also bring down all configured services correctly before exit.
Description-md5: 365260d0ce4d4a9f51b3dc0038b375bf
Source: docker-systemctl-replacement
Suggests: tini | dumb-init
Section: admin
Priority: optional
Filename: pool/DEBIAN/main/d/docker-systemctl-replacement/systemctl_1.4.4181-1.1_all.deb
Size: 79836
MD5sum: 138f9860d5276ba1830533e8829761e2
SHA256: 9538e028d11a96e1e9294b8542bb36884bd2e27c202b2fab00369031cda7df8f
Yes it is in Debian as expected and it is intended for use in containers running on systemd hosts.
@lhp,
lhp@ogygia:~$ sudo apt install libdvd-pkg
Error: Unable to locate package libdvd-pkghave you appended 'contrib' in your sources.list ?
Does anyone have experience with either of these two distros ?
why is it reported in the log?
I would surmise the filesystem is ext4 which does support discard.
@greenjeans will fake devices work for your testing ?
~# modprobe snd-aloop snd-dummy~# aplay -l
card 3: Loopback [Loopback], device 0: Loopback PCM [Loopback PCM]
Subdevices: 2/2
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
card 4: Dummy [Dummy], device 0: Dummy PCM [Dummy PCM]
Subdevices: 2/2
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1@fsmithred, I mis-thought ceres was in there somewhere, and that there was some sort of crossover with the earlier released Debian repos.
Thanks for the clarification.
@greenjeans, thanks very much for that.
I assume the followingIf a pre-release live image was used to perform an install the sources.list would be syntactically correct but referring to the (now) incorrect repository. Doesn’t happen.
Many of the packages may be out-of-date mainly because of dependencies, and a stale apt\dpkg cache would also prevent locating packages.
This is all guesswork on my part, any other ideas gratefully received.
Does installation from a live dvd
1) clone its default sources.list onto the new install ?
2) perform a dist-upgrade on completion ?
@greenjeans ...dont know how up-to-date this is but it will give you a rough idea of the number of mirrors avaiable (or not)
https://pkgmaster.devuan.org/mirror_list.txt
@greenjeans
Possibly the install barfed leaving sources.list as the default during install.
apt-get update will
1) prove networking is properly configured (IP,DHCP,DNS, blah,blah)
2) what is in sources.list (maslformed or excalibur, updates, security, blah,blah)
3) that the gpg keys are working correctly.
Non english speaker and linux newbie, instructions need to be phrased simply and carefully.
I need to see all of the output
"Necesito ver toda la salida."
@Atlante, Post the output of executing the following command as root
"Publica la salida de la ejecución del siguiente comando como 'root'."
apt-get update@greenjeans, I notice your new pcm.dmixed_equal section (equal->plug) is in the reverse order to your legacy name pcm.equal (plug->equal).
Is that intentional ?
NB Just checked my config, order is plug->equal
Git is worth it. I have been tweaking the kernel for decades, having git track my changes and re-apply them is a godsend.
I even now use it for full (small) system backups.
@greenjeans
or should I work on the next phase of this script and wait until I have it working before uploading
I have seen someone (fsmithred ?, ralph.ronquist ?) offer someone project space on git.devuan.org.
Your project is quite small (no offence, small is beautiful
) and therefore would not be a resource gobbler, and I am sure of interest to Devuan users even if unlikely to be qualified for packaging.
Uploading to git.devuan.org. you could concentrate on developing and the interested could follow your progress as (in)frequently as they choose.
Testing and bug reports could also be more forthcoming (at least in theory).
@stultumanto
I'm guessing the second block should read type equal, not type plug
I couldn't identify which one was wrong, I have not played with 'equal' and order is important with ALSA or unwanted side-effects occur.
plug->equal->hw
or
equal->plug->hw
sudo smartctl -i /dev/sda | grep RotationPost the output of executing the following command as root
apt-get updateI'm attempting to use https with apt
Why ?
@stultumanto, spot the deliberate error in your 01:49:25 code block posting
@Gnostic, You can't its more of an 'action' than an 'app'
@ralph.ronnquist, Thanks for
git archive --remote=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --format=tgz v6.9.10 | tar xzf - -C mydirnot seen it done that way before, added to my git cheat sheet. ![]()