Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian Backports löschen Samba Binaries nach Update! #111

Open
cpzengel opened this issue Jun 14, 2024 · 1 comment
Open

Debian Backports löschen Samba Binaries nach Update! #111

cpzengel opened this issue Jun 14, 2024 · 1 comment

Comments

@cpzengel
Copy link
Contributor

cpzengel commented Jun 14, 2024

Servus liebe Zamba Kollegen,

aktuell hat das Repo von Debian (Backports) ein Problem.
Zamba AD-DC Installationen, nicht Fileserver, fliegen beim Update auf die Nase.
Wir haben das gemeldet.

Solltest Du in ein Problem gelaufen sein, hier die Lösung, bzw. bei sysops melden.

Fix für bestehende zmb-ad falls samba 4.20 schon installiert:

pct stop # container stoppen
zfs clone pool/dataset/subvol--disk-0@zfs-auto-snapshot_daily- pool/dataset/subvol--disk-9 # container klonen
sed -i "s|subvol--disk-0|subvol--disk-9|" /etc/pvr/lxc/.conf # config anpassen
rm -r /pool/dataset/subvol--disk-9/var/lib/samba/* # samba daten im klon löschen
cp -rv /pool/dataset/subvol--disk-0/var/lib/samba/* /pool/dataset/subvol--disk-9/var/lib/samba/ # aktuallen samba stand in den klon kopieren
pct start # container starten

Danach, bzw. vor dem update auf samba 4.20 Samba Pakete fixieren:

apt-mark hold libldb2 libnss-winbind libpam-winbind libsmbclient libwbclient0 python3-ldb python3-samba samba samba-ad-provision samba-common samba-common-bin samba-dsdb-modules samba-libs samba-vfs-modules smbclient winbind

Im Endeffekt gehen wir zurück, mit der letzten Datenbank, dank ZFS.

Neue Installationen laufen aktuell auf Sambe 4.17, da 4.20 einfach mal Pakete vergessen hatte.

Keiner ist hier alleine!

Liebe Grüsse
Chriz

@thorstenspille
Copy link
Contributor

thorstenspille commented Jul 4, 2024

Neuer Fix:

  • Root Disk des Containers anpassen => ACL auf Enabled setzen (LXC muss gestoppt und wieder gestartet werden.
apt-mark unhold $(echo $(apt-mark showhold))
apt update
apt -y dist-upgrade
apt -y install -t bookworm-backports samba-ad-dc
systemctl restart samba-ad-dc
samba-tool ntacl sysvolreset

Samba aus bookworm-backports kann nun wieder verwendet und aktualisiert werden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants