Re: Current best practices for system configuration management?

2024-06-22 Thread Dmitrii Odintcov
Hi all, Sorry to resurrect an old-ish thread, but I am facing the exact same task, minus the know-how. Basically I am looking to pre-configure a number of Debian setups - let's say, "server", "laptop" and "PC" - that would contain sets of packages to install (or uninstall), configuration files (

Re: 6.1.0: NVME drive goes offline randomly even with: nvme_core.default_ps_max_latency_us=0 pcie_aspm=off

2024-07-01 Thread Dmitrii Odintcov
Hey all, Recently started experiencing the exact same issue. Context: 6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1 (2024-02-15) x86_64 GNU/Linux Samsung SSD 970 Evo Plus 2TB Happened a few times during heightened use (eg Steam installing a game on the drive). Now I've a

Re: 6.1.0: NVME drive goes offline randomly even with: nvme_core.default_ps_max_latency_us=0 pcie_aspm=off

2024-07-02 Thread Dmitrii Odintcov
Hi, Just had it happen to me again - on boot this time - with the recommended `nvme_core.default_ps_max_latency_us=0 pcie_aspm=off`. Worth noting that it's only happening with one of two SSDs I have installed - the other being Samsung SSD 980 PRO 2TB - and that they've been working fine for seve

Re: Apt configuration - As Stable As Possible

2024-07-03 Thread Dmitrii Odintcov
Hey, Thank you for your reply Sven, and sorry for the belated response. Here is my setup now: sources.list ``` # stable deb https://deb.debian.org/debian/ bookworm main contrib non-free-firmware non-free deb-src https://deb.debian.org/debian/ bookworm main contrib non-free-firmware non-fr

Metapackaging

2024-08-15 Thread Dmitrii Odintcov
Hi, The existing tutorials on `equivs` tools are few and not very detailed, so I'm looking for some clarification. What do `equivs-control`/`build` do beyond what can already be accomplished with a `DEBIAN/control` file and `dpkg --build`? Thanks

update-alternatives: install with permanent arguments

2024-08-22 Thread Dmitrii Odintcov
Let's say I want to install VS Code / Codium as an alternative for `/usr/bin/editor`, but I want it to always run with `--wait --reuse-window` so that other software can rely on the editor returning after the file is saved (like `crontab -e` does, for example) I cannot do `update-alternatives --in

Re: update-alternatives: install with permanent arguments

2024-08-22 Thread Dmitrii Odintcov
dge wrote: > > On Thu, Aug 22, 2024 at 13:09:06 +0300, Dmitrii Odintcov wrote: > > Let's say I want to install VS Code / Codium as an alternative for > > `/usr/bin/editor`, but I want it to always run with `--wait > > --reuse-window` so that other software can rely on th

Sharing NetworkManager Wi-Fi to systemd-networkd over ethernet

2024-10-12 Thread Dmitrii Odintcov
Hi, I have a KDE Plasma desktop using `NetworkManager` and `dnscrypt-proxy` behind the scenes, connected to a wireless network. Next to it I have a "server" PC with `systemd-networkd` which I wish to connect to the internet via the desktop with an ethernet cable. On the desktop side, I am unable