Displaying 20 results from an estimated 7000 matches similar to: "ntp_signd/socket multiple samba dcs on a single box"
2018 Jul 24
0
ntp_signd/socket multiple samba dcs on a single box
On Sat, 2018-07-21 at 22:19 +0200, Thomas Glanzmann via samba wrote:
> Hello,
> I have multiple samba DC for different domains running on a single box.
> I read a little bit up on time synchronisation and now configured it. It
> seems to work. My question is, what happens when multiple DCs go to the
> same ntp_signd/socket, will it work? Or should I configure one socket
> per DC
2019 Apr 24
1
Odd behavior since upgrading to 4.9.6
----- On Apr 24, 2019, at 2:35 PM, samba samba at lists.samba.org wrote:
> On Wed, 24 Apr 2019 14:07:37 -0500 (CDT)
> Mike Ray <mray at xes-inc.com> wrote:
>
>> >> idmap_ldb:use rfc2307 = yes
>> >> ldap server require strong auth = no
>> >> netbios name = dc5
>> >> ntp signd socket directory =
2019 Apr 24
2
Odd behavior since upgrading to 4.9.6
----- On Apr 24, 2019, at 1:49 PM, samba samba at lists.samba.org wrote:
> On Wed, 24 Apr 2019 12:36:15 -0500 (CDT)
> Mike Ray via samba <samba at lists.samba.org> wrote:
>
>> [global]
>> dns forwarder = 192.168.2.101 192.168.2.102
>
> What are the dns forwarders ?
> By this I mean, are they dns servers outside the AD dns domain, no
> nothing about
2020 May 14
1
NUT control of vCenter & vServer?
That's certainly on the list of options. I'm doing data gathering right now
to see what options there are. I'd prefer not to rashly decide to run off
in a direction only to discover this is already a Solved Problem.
nomad
On Thu, May 14, 2020 at 1:13 PM Bart J. Smit <bart at smits.co.uk> wrote:
> What about the REST API to do a graceful shutdown of your VM’s and the
>
2017 Sep 12
4
File server questions
On Tue, 12 Sep 2017 14:41:42 -0300
Flávio Silveira via samba <samba at lists.samba.org> wrote:
>
> Ok, I understand now, one question though: if realm is
> AD.TECNOPON.COM.BR, does domain need to be AD?
No, you can use anything you like, provided it is one word, 15
characters or less, without punctuation.
> If I understand
> correctly, realm is "full domain with
2017 Sep 13
4
File server questions
Hai Flavio,
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Flávio Silveira via samba
> Verzonden: woensdag 13 september 2017 16:19
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] File server questions
>
>
>
> Em 13/09/2017 10:36, L.P.H. van Belle via samba escreveu:
> > Hai, Flavio,
> >
2014 Jun 17
3
REGRESSION: Kernel PANIC 8777c5c11764d8336d8270f96778158c34c92108 - drm/nouveau/dp: probe dpcd to determine connectedness
Hello Ben,
> Are you able to double-check that bisect? I'm not at all sure how
> that particular commit could trigger the issue you're seeing. Some of
> the others, certainly. It might be worth trying a couple of times
> before marking something as "good", in case there's a timing aspect to
> the problem.
please CC me, otherwise I might not see your
2018 Oct 13
2
Windows Server 2019 / Windows 10 LTSC can't access samba shares on Debian stable 4.5.12
Hello Rowland,
> There are actually 4 Samba processes:
> samba, only used on a DC and this starts any other required processes.
> smbd, this is the cifs process
> nmbd, the netbios browsing process
> winbind, authentication process
> The above is a rather simplistic view, but I hope you get the idea.
> on a standalone server, you need the smbd process to be running and
2018 Jul 18
3
Samba AD 4.8.3 Windows Server 2016 Active Directory Users and Computers: The procedure number is out of range
Hello,
I try to connect with Active Directory Users and Computers from a
W2k16 to a Samba 4.8.3 DC. I get the following error message:
https://thomas.glanzmann.de/static/63a3e0ba-8a9d-11e8-891f-f3ff022aacb0/screenshot-x1-2018-07-18-17_12_49.png
---------------------------
Active Directory Domain Services
---------------------------
Naming information cannot be located because:
The procedure
2018 Jun 04
5
chrony configuration for secondary samba DC
On Sunday, 3 June 2018 16:32:12 CEST Rowland Penny via samba wrote:
> On Sun, 3 Jun 2018 17:11:47 +0300
>
> Alexei Rozenvaser <alexei.roz at gmail.com> wrote:
> > On Sun, Jun 3, 2018 at 4:51 PM Rowland Penny via samba
> >
> > <samba at lists.samba.org> wrote:
> > > On Sun, 3 Jun 2018 16:29:04 +0300
> > >
> > > Alexei Rozenvaser
2014 Mar 26
2
easy - automated setup : Debian Wheezy with sernet samba 4.1
Hai,
?
Im setting up scripted samba4 installs to make things more uniform installations.
It saves time, and errors, and it will be easier to trace bugs.
?
This is the first one and more are comming.
?
?
How does it work and what do you need and what do you get in the end.
?
What you get.
Debian wheezy, with sernet samba4.1
- server setup as AD-DC? ( the first server with samba4 )
2018 Oct 13
2
Windows Server 2019 / Windows 10 LTSC can't access samba shares on Debian stable 4.5.12
Hallo Rowland,
> How are you checking, what is the actual command you are using ?
the problem was that the debian samba was listing on all interface even if I
told him not to do so. So the new one never worked for me. I only thought it
would but it was actually served by the old one.
The current smbd seems to still choke on me not having winbind. Is there a way
to disable winbind?
Current
2016 Jul 31
2
Using -W with -L (Local Forwarding) and -D (Socks Forwarding)
Hello,
I have in my ssh config:
Match host 2.3.4.5 exec "~/bin/connect.sh"
ProxyCommand ssh -D 1080 -L8080:1.2.3.4:8080 -p 443 bouncehost -W %h:%p
~/bin/connect.sh:
#!/bin/bash
if echo | nc -w 1 2.3.4.5 22 | grep -q SSH; then
false
else
true
fi
So when I can't connect to the system directly it should go over a bounce host
but at the same time use a
2018 Jul 21
3
Samba internal DNS limit recursive queries to certain ip address ranges
Hello,
I noticed that samba internal dns allows recursive queries from
everywhere. I wonder if it is possible to limit recursive queries to
certain IPv4 and IPv6 network ranges?
Cheers,
Thomas
2018 Oct 13
4
Windows Server 2019 / Windows 10 LTSC can't access samba shares on Debian stable 4.5.12
Hello,
my smb.conf is:
[global]
workgroup = DIRECTORY
interfaces = 10.10.10.1
security = user
map to guest = Bad User
rndc command = /bin/true
[iso]
comment = ISO
browseable = No
public = Yes
guest only = Yes
writable = No
directory = /export/ISO
I'm using Debian 9.5 with samba version
2018 Oct 13
2
Windows Server 2019 / Windows 10 LTSC can't access samba shares on Debian stable 4.5.12
Hello everyone,
when using samba 4.9.1 as a standalone filer, I need to start smbd and
nmbd, don't I?
I'm using:
/local/samba/sbin/smbd -s /local/samba-config/common/smb.conf
/local/samba/sbin/nmbd -s /local/samba-config/common/smb.conf
However smbd. Seems to ignore my lock directory:
(infra) [/local/samba-config/common] grep gencache_notrans.tdb log/smbd
Opening cache file at
2012 Oct 23
1
Compiling samba4 hangs at [1815/3978] Compiling librpc/ndr/ndr_basic.c
Hi,
I have tried both RC4 and from the repository but I can't seem to get
samba4 to compile. I have rebuilt the OS (Centos 6.3) from scratch and I am
still having the same issue. I get:
WAF_MAKE=1 ./buildtools/bin/waf build
Waf: Entering directory `/opt/samba-master/bin'
Selected embedded Heimdal build
[ 133/3978] Generating VERSION
[ 168/3978] Generating smbd/build_options.c
[1815/3978]
2018 Oct 13
2
Windows Server 2019 / Windows 10 LTSC can't access samba shares on Debian stable 4.5.12
Hello Andrew,
> Do you actually have any ethernet interfaces up? Why are you not
> binding Samba to that?
I do, but I run multiple samba servers on one machine. I have a few
active directory controllers bound on a per VLAN basis to different
interfaces. And one additional samba just for shares that should serve
all VLANs. That is why I have the 10.10.10.1 on the lo interface. I use
that
2018 Jul 24
3
Volume Activation with Samba AD
Hello Andrew,
> I'm also interested in working with someone who is willing to set up a
> reproduction (perhaps testing with windows AD) and feed me logs etc.
I could do that. Are you planning on implementing a KMS server in Samba
similiar to kmspico[1]?
[1] https://www.officialkmspico.com/
Cheers,
Thomas
2015 Feb 09
1
member ntp time sync
On my member server, running 'ntpq -p' yields:
ntpq -p
localhost: timed out, nothing received
***Request timed out
The ntp.conf file is trying to use the DC's hostnames addresses:
user at DC01:~# cat /etc/ntp.conf
# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
driftfile /var/lib/ntp/ntp.drift
# Enable this if you want statistics to be logged.
#statsdir