[Samba] upgrade ununtu 20.04 -> 22.04 and samba 4.18 -> 4.19
Michael Tokarev
mjt at tls.msk.ru
Tue Dec 5 16:55:34 UTC 2023
05.12.2023 17:21, Joachim Lindenberg via samba:
> I just upgraded one of my DCs ununtu 20.04 -> 22.04 and samba 4.18 -> 4.19, but the Dc is not yet working again.
>
> systemctl status samba-ad-dc shows:
>
> Dec 05 12:48:39 cobra samba[749]: [2023/12/05 12:48:39.562920, 0] ../../source4/samba/service_task.c:36(task_server_terminate)
> Dec 05 12:48:39 cobra samba[749]: task_server_terminate: task_server_terminate: [winbindd child process exited]
> Dec 05 12:48:39 cobra systemd[1]: Started Samba AD Daemon.
> Dec 05 12:48:39 cobra samba[694]: [2023/12/05 12:48:39.615787, 0] ../../source4/samba/process_prefork.c:630(prefork_child_pipe_handler)
> Dec 05 12:48:39 cobra samba[694]: prefork_child_pipe_handler: Parent 694, Child 719 exited with status 0
> Dec 05 12:48:39 cobra samba[694]: [2023/12/05 12:48:39.622956, 0] ../../source4/samba/server.c:403(samba_terminate)
> Dec 05 12:48:39 cobra samba[694]: samba_terminate: samba_terminate of samba 694: winbindd child process exited
> Dec 05 12:48:39 cobra systemd[1]: samba-ad-dc.service: Main process exited, code=exited, status=1/FAILURE
> Dec 05 12:48:40 cobra systemd[1]: samba-ad-dc.service: Failed with result 'exit-code'.
> Dec 05 12:48:40 cobra systemd[1]: samba-ad-dc.service: Consumed 1.340s CPU time.
Please show versions of all samba-related packages you've installed.
dpkg -l | grep samba
It looks like there's a bug in my packaging (in rebuild of samba for
different distributions). And the bug is with samba-ad-dc package
only. I just tried installing samba-ad-dc from my repository on a
ubuntu jammy system, and it doesn't work - it doesn't install:
The following packages have unmet dependencies:
samba-ad-dc : Depends: samba (>= 2:4.19.3+dfsg-1) but 2:4.19.3+dfsg-1~jammy is to be installed
That's a problem in versioned depends of samba-ad-dc, the forgotten
tilde (~) after the version number.
/mjt
More information about the samba
mailing list