Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 745084 - net-fs/samba-4.13 and sys-apps/systemd-246-r1: Samba wont start after upgrade
Summary: net-fs/samba-4.13 and sys-apps/systemd-246-r1: Samba wont start after upgrade
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal critical (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: CVE-2018-21029
  Show dependency tree
 
Reported: 2020-09-28 11:40 UTC by René Fuchs
Modified: 2020-10-01 01:23 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description René Fuchs 2020-09-28 11:40:46 UTC
Samba wont start after upgrade to 4.13 and systemd  sys-apps/systemd-246-r1


systemd[1]: samba.service: Got notification message from PID 545, but reception only permitted for main PID 538
systemd[1]: samba.service: Got notification message from PID 578, but reception only permitted for main PID 538
systemd[1]: samba.service: Got notification message from PID 545, but reception only permitted for main PID 538




also Reported at arch linux 

https://bugs.archlinux.org/task/68025

Workaround:

As a hotfix I created a systemd drop in for samba.service with the following contents:
[Service]
NotifyAccess=all

But this might just cure the symptoms, not the problem. As this might also be related to systemd, it is version 246.6-1.


or change in in samba.service
Type=notify
to
Type=forked


Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2020-09-29 03:32:03 UTC
I doubt this has anything to do with the systemd upgrade. Please test it with and older version to isolate the fault.