similar to: Compiling Samba 4.7 with systemd support on Fedora 26

Displaying 20 results from an estimated 2000 matches similar to: "Compiling Samba 4.7 with systemd support on Fedora 26"

2017 Nov 23
4
Compiling Samba 4.7 with systemd support on Fedora 26
Hi Rowland, No I am running samba as a member, purely using it for ntlm_auth for freeradius. If i run it manually i.e. /usr/local/samba/sbin/winbindd -D it starts up and stays up no issues. Yes selinx is disabled sestatus SELinux status: disabled Any pointers...? Many Thanks Arnab On Thu, Nov 23, 2017 at 8:34 PM, Rowland Penny via samba < samba at lists.samba.org> wrote:
2017 Nov 23
4
Compiling Samba 4.7 with systemd support on Fedora 26
Am 23.11.2017 um 23:16 schrieb Arnab Roy: > No dice :( removed as suggested updated unit file looks like this "Type=notify" can not work until systemd-support was successful built which does not seem to be the case looking at the starting posts! > [Unit] > Description=KKonnect KHIPU-NETWORKS Service > After=syslog.target network.target > > [Service] >
2017 Nov 23
0
Compiling Samba 4.7 with systemd support on Fedora 26
Am 23.11.2017 um 23:51 schrieb Arnab Roy: > Here you go... > > Checking for program gcc or cc           : /usr/bin/gcc and you think your ./configure command line don't matter or if you just type ./confugure without any params state so? Checking for libsystemd-daemon : not found Checking for libsystemd-journal : not found Checking
2017 Nov 23
7
Compiling Samba 4.7 with systemd support on Fedora 26
The systemd unit file looks like as follows: [Unit] Description=Winbindd Service After=syslog.target network.target [Service] Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba Type=notify NotifyAccess=all PIDFile=/var/run/samba/ ExecStart=/usr/local/samba/sbin/winbindd -D ExecReload=/usr/bin/kill -HUP $MAINPID LimitCORE=infinity [Install] @Rowland I am not blaming samba at all, certainly is
2017 Nov 23
2
Compiling Samba 4.7 with systemd support on Fedora 26
Am 23.11.2017 um 23:03 schrieb Rowland Penny via samba: > On Thu, 23 Nov 2017 21:46:17 +0000 > Arnab Roy <arniekol at gmail.com> wrote: > >> The systemd unit file looks like as follows: >> >> [Unit] >> Description=Winbindd Service >> After=syslog.target network.target >> >> [Service] >>
2017 Nov 23
0
Compiling Samba 4.7 with systemd support on Fedora 26
Thanks for this, looks like you have nailed it that was the root cause of the problem! Any ideas what is required to build with systemd support, I have installed every systemd-devel package I could find ..? On Thu, Nov 23, 2017 at 10:26 PM, Reindl Harald via samba < samba at lists.samba.org> wrote: > > > Am 23.11.2017 um 23:16 schrieb Arnab Roy: > >> No dice :( removed
2017 Nov 23
1
Compiling Samba 4.7 with systemd support on Fedora 26
Yes I have /var/run/samba/ , I spotted the error with not having an actual filename while I was posting this message. Does the pid file need to be in the same path as samba ? On Thu, Nov 23, 2017 at 10:04 PM, Sonic <sonicsmith at gmail.com> wrote: > On Thu, Nov 23, 2017 at 4:46 PM, Arnab Roy <arniekol at gmail.com> wrote: > > > > PIDFile=/var/run/samba/ > > >
2017 Nov 23
0
Compiling Samba 4.7 with systemd support on Fedora 26
No dice :( removed as suggested updated unit file looks like this [Unit] Description=KKonnect KHIPU-NETWORKS Service After=syslog.target network.target [Service] Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba Type=notify NotifyAccess=all ExecStart=/usr/local/samba/sbin/winbindd ExecReload=/usr/bin/kill -HUP $MAINPID LimitCORE=infinity [Install] WantedBy=multi-user.target I had lifted the
2018 Mar 21
1
winbind 100% CPU usage
Hey, we are using rhel7 with samba and winbind packages from redhat. it is a fileserver joined to samba 4 domain. os: rhel7.4 samba-winbind-4.6.2-12.el7_4.x86_64 samba-winbind-clients-4.6.2-12.el7_4.x86_64 samba-winbind-modules-4.6.2-12.el7_4.x86_64 approx. 350 clients approx. 10000 open files see attached stripped smb.conf the following problem exist: after a time (several hours) the
2017 Sep 03
4
Advice on Winbindd and NTLM Auth Performance
Hi Rowland, The only thing I'm using is winbindd the smbd and nmbd daemons are disabled. However I have now found the bottleneck is because freeradius is calling the ntlm_auth binary and effectively forking out. The guys at freeradius wrote a direct client libwbclient however their is no way of specifying the winbind privileged path using that method as it's hardcoded during compile
2017 Nov 22
3
SMB Conf changes in 4.7
Hi , I have just upgraded samba from 4.5.10 to 4.7.3 and my NTLM auth is completely broken on starting winbind its complaining about Unknown parameter encountered: "winbindd privileged socket directory" Ignoring unknown parameter "winbindd privileged socket directory" In our case it needs to be specified on startup via smb.conf and not at compile time. This was working fine
2017 May 21
3
NtLm auth with multiple ad domains
Hi , Any suggestions on the config I really need to get this working I am on fedora with samba 4.45 ? I know their is a probable way of getting this to work but not seen a complete example anywhere.. I have seen a commercial product which runs centos use samba and Kerberos across multiple disjoint domains. Your help would really appreciated. Many thanks Arnab On 21 May 2017 9:34 am,
2017 Jun 08
4
ntlm_auth and SMBv2/v3
hai,   Please keep it mailing to the list, this way is shows up of others also. A workaround for disabling SMBv1, you can make your server less secure but thats not what i would do. Setting these to enable NTLM v1 again. lanman auth = yes ntlm auth = yes raw NTLMv2 auth = yes I think also this is more a question for the free raduis list, but i would to for a ldap(s) setup. just dont mixup
2017 Sep 01
3
Advice on Winbindd and NTLM Auth Performance
Hello Everyone, Thanks for your inputs I have followed whats here https://wiki.freeradius. org/guide/Active-Directory-direct-via-winbind . Apart from the different location for the directories. I have added the recommended options in samba. However I cannot see why this would make a difference to performance. The guide for setting up a samba domain member seems more to be aimed at the whole
2017 Jun 08
3
ntlm_auth and SMBv2/v3
Hi , I just need some clarification ; We currently use ntlm_auth + winbind for AD auth on Freeradius, will disabling SMBv1 break authentication for ntlm_auth + Freeradius ? Many Thanks Arnab
2017 Nov 23
0
Compiling Samba 4.7 with systemd support on Fedora 26
On Thu, 23 Nov 2017 21:46:17 +0000 Arnab Roy <arniekol at gmail.com> wrote: > The systemd unit file looks like as follows: > > [Unit] > Description=Winbindd Service > After=syslog.target network.target > > [Service] > Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba > Type=notify > NotifyAccess=all > PIDFile=/var/run/samba/ I know nothing about
2017 Nov 23
0
Compiling Samba 4.7 with systemd support on Fedora 26
On Thu, Nov 23, 2017 at 4:46 PM, Arnab Roy <arniekol at gmail.com> wrote: > > PIDFile=/var/run/samba/ > Do you have "/var/run/samba" dir? I use: PIDFile=/usr/local/samba/var/run/winbindd.pid And even then I think I had to manually create the "/usr/local/samba/var/run" dir.
2017 Nov 22
0
SMB Conf changes in 4.7
Hi Rowland/Andrew, Apologies I think I overlooked something here, its just previously winbindd wasn't complaining and now it is, on closer look it looks like winbindd socket directory is still valid phew!! please dont take this away or I will be dead in the water :( after a little careful attention I was missing ntlm auth = mschapv2-and-ntlmv2-only which is why I was upgrading samba in the
2011 May 09
5
Suppressing iterations in DEoptim
Dear R users, During the the running of DEoptim function which belongs to "DEoptim" package it automatically gives the output like the following: Iteration: 1 bestvalit: 181.379847 bestmemit: 0.226499 1.395852 Iteration: 2 bestvalit: 14.062649 bestmemit: 2.290357 5.597838 Iteration: 3 bestvalit: 14.062649 bestmemit: 2.290357 5.597838 Iteration: 4 bestvalit: 14.062649
2003 Nov 04
2
write.dta and handling labels
Hello, I need to write out a data matrix as a STATA 7 file and this happens perfectly with write.dta(), except I cannot seem to export the labelnames to Stata. So far I have tried the following: # X is the data matrix that is to be exported attributes(X)$var.labels <- c("apple", "banana", "cat") write(X, filename = "text.dta", version = 7) When i