Artix Linux Forum

Init systems => runit => Topic started by: gendalf on 02 October 2021, 07:22:00

Title: [SOLVED] Samba can't start with runit
Post by: gendalf on 02 October 2021, 07:22:00
Hi. I try start samba but it  can't start ( I use version 4.15. Previous version 4.14 works good. Maybe a problem in the options?

Samba 4.15 removed -S option but  smbd.run and nmbd.run  use  -S option- exec smbd -F -S and exec nmbd -F -S

https://www.samba.org/samba/history/samba-4.15.0.html

If it is true, please upgrade samba.runit and remove  -S option
Title: Re: Samba can't start with runit
Post by: Artist on 02 October 2021, 12:07:29
Hi Gendalf,
Thx for your notification.
Indeed Samba's 4.15 WHATSNEW.txt shows '-S|--signing'  under 'Options removed'.
Package samba-runit has been modified accordingly now, and should be available for install after the repo mirrors have synced.
artist
Title: Re: Samba can't start with runit
Post by: gendalf on 02 October 2021, 15:00:33
Ok, thank you )