

Doesn’t look like anything integrates with it yet except for something called Mastopod.
Doesn’t look like anything integrates with it yet except for something called Mastopod.
Savages
What I always tell junior devs that want to get familiar:
https://wiki.ubuntu.com/LiveUsbPendrivePersistent
Decent primer that should should work with whatever. I’d definitely NOT run from Flash though, and opt for an NVME drive over USB if possible. You’ll kill flash storage pretty quickly like this.
Have any metrics on your heat? Dmesg logs? Power? Minutes of freezing certainly seems like a heat problem, but could also be a device going offline until power is restored.
Any software that accepts MIDI as input will work with physical devices that output MIDI. That’s the whole thing there.
I think what you’re asking about is an input device that can map to whatever software you want to run, and this should be ALMOST and USB device that has uses a generic HID interface.
If you’re talking specifically about a mixer built for purpose, that doesn’t fall into either of the above categories if you want the sound processing to happen in software. You probably want something that does the DAC and then inputs to your machine maybe?
If not, check this out, then go looking for any device that will emit HID events as output, and you can turn anything into what you want. Numpads, extra mouse, touchpads, maybe a Korg device (well known to work under Linux).
Unattended upgrades or firmware update scheduled.
I really think you have conflicting resolvers running on startup, which would explain this. Double check your systemd units that are enabled on boot. If you don’t see anything like networkmanager, reboot the machine, get the status of systemd-resolv to make sure it’s actually running after a fresh boot, check the logs and see if you see anything interesting there, then restart it and check the logs again once DNS works. Something is different between those two actions.
See if this helps at all:
sudo systemctl revert systemd-resolved
sudo systemctl restart systemd-resolved
Also, what does ls -lh /etc/resolv*
show?
What’s happening in journalctl -u systemd-resolved
?
Well only your DNS is broken, so that’s all that needs to get fixed. Are you POSITIVE you’re using systemd resolve and not networkmanager?
Did you insert the sysctl values and reboot?
Everything is explained and linked in the project, so…
Huh?
Interesting idea!
I think more of the issue is what constitutes actual open source. This is actually open source, and it performs well. If you’re familiar with the space, then it’s a big deal.
If it fails it’s healthcheck, then it reports unhealthy. Check and see what it’s healthcheck is configure to be.