search for: systemct

Displaying 4 results from an estimated 4 matches for "systemct".

Did you mean: systemctl
2018 Oct 01
2
getent not showing domain users and groups with winbind but works with sssd
Hai, If you read the post on the debian bug list. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909465 You wil seen the workaround also, thats tested and works. And I also suggest you adjest the startup order and to adjust your systemd settings is shown here. Use : systemct edit name_of_service.service This creates and override file in /etc/systemd/system/servicename.d/override.conf If you want a full copy of the service file and edit that. Use : systemct edit --full name_of_service.service That wil be placed in /etc/systemd/system/ Editing this way, you wont...
2018 Oct 01
0
getent not showing domain users and groups with winbind but works with sssd
...> If you read the post on the debian bug list. > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909465 > You wil seen the workaround also, thats tested and works. > > And I also suggest you adjest the startup order and to adjust your systemd settings is shown here. > > Use : systemct edit name_of_service.service > This creates and override file in /etc/systemd/system/servicename.d/override.conf > > If you want a full copy of the service file and edit that. > Use : systemct edit --full name_of_service.service > That wil be placed in /etc/systemd/system/ > &g...
2018 Oct 01
4
getent not showing domain users and groups with winbind but works with sssd
On 10/1/18 10:02 AM, Rowland Penny via samba wrote: > On Sun, 30 Sep 2018 23:25:48 +0200 > Peter Milesson via samba <samba at lists.samba.org> wrote: > >> Hi folks, >> >> AD server CentOS 7-1804, Samba 4.9.1 compiled from source, only used >> as AD server, with netlogon and sysvol, just like any Windows AD >> server >> >> AD member server
2018 Oct 24
5
Again NFSv4 and Kerberos at the 'samba way'...
...#### example mount-bind systemd service file #/etc/systemd/system/srv-nfs4-home.mount [Unit] Description=NFS export (/srv/nfs4/home) [Mount] What=/home Where=/srv/nfs4/home Type=none Options=bind [Install] WantedBy=multi-user.target ######## example mount-bind systemd service file And mount it. systemctl enable srv-nfs4-home.mount systemctl start srv-nfs4-home.mount My /etc/exports show. /srv/nfs4 192.168.0.0/24(rw,sync,fsid=0,crossmnt,no_subtree_check,sec=sys:krb5:krb5i:krb5p) /srv/nfs4/home 192.168.0.0/24(rw,sync,no_subtree_check,sec=sys:krb5:krb5i:krb5p) And export the se...