Skip to content

Debian 13 Compatibility #122

@bentallea

Description

@bentallea

Here are the following issues I experienced when install MANS on a fresh Debian install:
The following packages need to be installed before you can run ansible:

  • ansible
  • git
  • curl
  • wget
  • python3-full
  • python3-pip
  • python3-setuptools
  • python3-dev
  • build-essential
  • autoconf
  • automake
  • pkg-config
  • libuuid1
  • libblkid-dev
  • libselinux1-dev
  • libssl-dev
  • zlib1g-dev

You must make a Python virtual environment with the following modules installed and source activate the venv environment:

  • github3.py>=1.0.0a3
  • requests==2.32.5
    This does not include the requirements.txt from both muffins-awesome-nas-stack and mergerfs-cache-mover installation, which also need to be installed into the venv.

In manage_linux/main.yml, the following packages need to be removed:

  • mlocate
  • software-properties-common

In manage_linux/main.yml, the following packages need to be added:

  • plocate

Your snapraid-sync-runner is hard configured to run at Sunday at 03:00 regardless of the setting in vars.yml, and refused to move any files on my system, for did it create the parity data during snapraid sync, nor did it create any btrfs snapshots. Unfortunately, as I suffered a critical error involved with the snapraid sync, I have deleted the OS that ran the stack and no further logs are available.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions