xieve

Results 40 comments of xieve

Example for a systemd service: (rough sketch, will work later with more changes from my fork) ```ini # /etc/systemd/system/armui.service [Unit] After=network-online.target Description=Automatic Ripping Machine Web UI Wants=network-online.target [Service] BindPaths=/mnt/frail/srv/rips/raw/ BindPaths=/mnt/frail/srv/rips/transcoded/...

Okay, basically rewrote the PR, imo it is much clearer now what I'm doing. Instead of five env vars, I'm now using just `ARM_CONFIG_FILE`, and all other parameters are read...

I would like to use `mount --all /dev/sr` to mount the drives, but all the documentation on manual installs instructs users to add these mount options to their `fstab`: ```...

Alright! I'll make the change right now, but I'm not home, so it might take until monday before I can test that.

Here's the interdiff for the latest change: https://github.com/automatic-ripping-machine/automatic-ripping-machine/compare/09f0283f610e525c1a9132a6b17d0243570b2c42..1e877f23e1110fc4e548c7e195211f124c6f1d03 IMO it's much simpler now. Should I make it clear on the alternate install method pages that there has been a change...

Upon closer inspection, it seems I have introduced an error into the title identification. I am not sure how yet.

https://github.com/automatic-ripping-machine/automatic-ripping-machine/blob/cad888b883656fb2d40edc2f7aadafbd35472c89/scripts/installers/docker-setup.sh#L74 https://github.com/automatic-ripping-machine/automatic-ripping-machine/blob/cad888b883656fb2d40edc2f7aadafbd35472c89/scripts/installers/DebianInstaller.sh#L829 I'm pretty sure these are the culprits.

Surface Pro 9 user here, was also experiencing crashes on boot. Blacklisting `intel-ipu6` and `intel-ipu6-isys` worked. Using 6.10.5 on nixOS with `nixos-hardware`. Here's a kernel log: [surface_pro_9_pagefault_6.10.5.log](https://github.com/user-attachments/files/17090183/surface_pro_9_pagefault_6.10.5.log) Edit: Seeing that...

> > Edit: Seeing that the SP9 doesn't have camera support currently anyway and IPU6 seeming to be a camera (bus?) driver, am I correct in the assumption that this...

Additionally, packwiz is [available via nixpkgs](https://github.com/NixOS/nixpkgs/blob/85dbfc7aaf52ecb755f87e577ddbe6dbbdbc1054/pkgs/by-name/pa/packwiz/package.nix)