Displaying 2 results from an estimated 2 matches for "directov".
Did you mean:
director
2017 May 12
0
sshd and problems with network vs NetworkManager
...ice old_sshd.service
8c8,9
< Type=notify
---
> Type=forking
> PIDFile=/var/run/sshd.pid
10c11
< ExecStart=/usr/sbin/sshd -D $OPTIONS
---
> ExecStart=/usr/sbin/sshd $OPTIONS
15d15
< RestartPreventExitStatus=255
It changed the Type and it was also added the RestartPreventExitStatus
directove.
The effects I'm noticing are:
1) If using NetworkManager and no ListenAddress entry in sshd_config
--> all ok (listen on ipv4 and ipv6)
2) If using NetworkManager and I put ListenAddress=ip in sshd_config
--> all ok
3) If NetworkManager disabled and using only network service and no...
2003 Dec 12
2
sysconfdir
I compiled samba 3.0.0 with the following configure options:
./configure --prefix=/usr --sysconfdir=/etc/samba --with-privatedir=/etc/
samba/private --with-ldap --with-ads --with-krb5=/usr --with-smbmount
--without-sys-quotas
The problem is that it seems to disregard the sysconfdir param and looks for
the smb.conf file in /usr/lib/. Any help?
Thanks
Justin