Displaying 20 results from an estimated 4000 matches similar to: "FW: Replication problems bdc to pdc"
2017 Dec 13
2
Replication problems bdc to pdc
Hai,
Both script where missing "run as root".
I've update the github versions.
Can you run that these again, but as root or with sudo.
And post the content again.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Ji??í Knotek via samba
> Verzonden: woensdag 13 december 2017 11:36
> Aan: samba
2017 Dec 13
7
Replication problems bdc to pdc
Hello Rowland,
thank you for advice. I reconfigure both AC-DCs again with new data
and send updated data. Unfortunately, the result is the same. I'm also
sending a listing from
samba-setup-checkup.sh.
* Linux: Raspbian, debian stretch lite
* Samba version 4.5.12-Debian
* DNS: BIND9_DLZ 9.10.x
* Installed packages: ntp ntpdate samba smbclient winbind libcups2
samba-common
2017 Dec 13
2
Replication problems bdc to pdc
Hello Rowland,
A small change has been made and replication works in both directions:
dhcpcd.conf requires both dns servers in reverse order.
RY11CITDC, /etc/dhcpcd.conf
--------------------------------------------------------------
.....
interface eth0
static ip_address=10.44.1.10/16
static routers=10.44.1.1
static domain_name_servers=10.44.1.9 10.44.1.10
RY11CITDC, /etc/dhcpcd.conf
2017 Dec 11
3
Replication problems bdc to pdc
Hello Rowland,
thank You for a quick response.
On 11. 12. 2017 15:48, Rowland Penny via samba wrote:
> On Mon, 11 Dec 2017 14:33:48 +0100
> Jiří Knotek via samba<samba at lists.samba.org> wrote:
>
>> Hello,
>>
>> Replication from backup Active Directory Domain Controler to primary
>> Active Directory Domain Controler does not work, reporting error
2017 Dec 11
2
Replication problems bdc to pdc
Hello,
Replication from backup Active Directory Domain Controler to primary
Active Directory Domain Controler does not work, reporting error '
WERR_BADFILE '. The reverse works.
* Linux: Raspbian, debian stretch lite
* Samba version 4.5.12-Debian
* DNS: BIND9_DLZ 9.10.x
* Installed packages: ntp ntpdate samba smbclient winbind libcups2
samba-common cups ldb-tools bind9
2017 Dec 13
2
Replication problems bdc to pdc
I am not a Linux Guru, so I just learned how to configure dhcpd5 to
using static address instead of uninstalling. To avoid any potential
problems. It looks the opposite :-).
In "/var/lib/samba/private/named.conf" is a line "// If you are just
adding zones, please do that in /etc/bind/named.conf.local". I do not
use it, I estimate the zone will add samba provisioning. I
2017 Dec 13
0
Replication problems bdc to pdc
Ow and..
Your hosts files are incorrect.
Layout should be :
ip hostname.fqdn hostname
So this should be :
> 10.44.1.10 ry11citdc.ry11cit.lan ry11citdc
> 10.44.1.9 ry11citsdc.ry11cit.lan ry11citsdc
Reboot both servers after the change.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> L.P.H. van Belle via
2017 Dec 13
0
Replication problems bdc to pdc
See inline comments:
On Wed, 13 Dec 2017 10:13:52 +0100
Jiří Knotek via samba <samba at lists.samba.org> wrote:
> Hello Rowland,
>
> thank you for advice. I reconfigure both AC-DCs again with new
> data and send updated data. Unfortunately, the result is the same.
> I'm also sending a listing from
>
> samba-setup-checkup.sh.
>
> * Linux: Raspbian,
2017 Dec 11
0
Replication problems bdc to pdc
On Mon, 11 Dec 2017 14:33:48 +0100
Jiří Knotek via samba <samba at lists.samba.org> wrote:
> Hello,
>
> Replication from backup Active Directory Domain Controler to primary
> Active Directory Domain Controler does not work, reporting error '
> WERR_BADFILE '. The reverse works.
You do not have a backup AD DC, or a primary AD DC, you just have two
AD DCs
>
2017 Dec 11
0
Replication problems bdc to pdc
On Mon, 11 Dec 2017 21:59:58 +0100
Jiří Knotek via samba <samba at lists.samba.org> wrote:
> Hello Rowland,
> thank You for a quick response.
>
>
> > You haven't set any forwarders.
>
> My network has only 10 stations and can not access the Internet. I
> just need Windows domain users. Bind9 I chose for future use.
OK, I can understand the lack of
2017 Dec 13
0
Replication problems bdc to pdc
On Wed, 13 Dec 2017 20:21:44 +0100
Jiří Knotek via samba <samba at lists.samba.org> wrote:
> I am not a Linux Guru, so I just learned how to configure dhcpd5 to
> using static address instead of uninstalling. To avoid any potential
> problems. It looks the opposite :-).
Raspbian now uses dhcpd5, they seem to think it makes things easier, it
might do if you are just using the rpi
2011 Sep 09
3
CentOS5 with Dell Broadcom iSCSI Offload, does it work ?
Hi all,
After finding multiples answers to this question via google, but without
making it work on my servers. Has anybody iSCSI Offload working on a Dell
Server with Broadcom NICs ?
My environment: I'm running CentOS 5.6 CR, on a Dell PowerEdge R710 with
Broadcom Corporation NetXtreme II BCM5709 conecting to an EMC CX4-120 SAN,
via 2x Cisco 2960G-24TC-L switches. It's working
2018 Feb 22
2
Auth SEGV on sparc64, alignment problem?
Sadly, that doesn?t help either. Over the past day, I?ve built and installed a different branch of the OS (stable/11, instead of release/11.1), to see if a new compiler/libc might change things. Sadly, it does not.
In the same situation now, auth fails immediately with signal 11. Running gdb on auth (from build dir, compiled -g -O2) shows something similar.
- Chris
# gdb
2014 Mar 12
3
Re: [PATCH v2 03/18] New API parameter: Add discard parameter to guestfs_add_drive_opts.
On Tuesday 11 March 2014 23:13:46 Richard W.M. Jones wrote:
> diff --git a/src/drives.c b/src/drives.c
> index 2c85b52..68e37f7 100644
> --- a/src/drives.c
> +++ b/src/drives.c
> @@ -115,7 +115,8 @@ static struct drive *
> create_drive_file (guestfs_h *g, const char *path,
> bool readonly, const char *format,
> const char *iface,
2004 Sep 20
1
PRIO not working?
Hello,
I am using a simple script, which is based on prio. The point is,
that it is not possible to use htb on wifi networks, so I thought that prio
will work fine, but it does almost nothing.
All I wanted was to make the important packets like icmp, games, VoIP,... to
go first, and to slow the things like FTP data transfer, etc.
When I use $TC -s qdisc show dev ${IFACE}, I see, that the
2010 Dec 12
3
weird fail with conversion to bridges?
I''m converting my network from a "one interface per segment" to a
"single connection with vlans", well, some hardware I have requires
using different vlan IDs. suffice it to say I need bridges to connect a
few different vlans that should all be one but can''t be because of
firmware constraints. so my first step is to get shorewall to know
about bridges.
2018 Feb 22
2
Auth SEGV on sparc64, alignment problem?
Fancy, while not fun. :-) But thanks, that does work. Doing that, n?ing over calls to strcmp, it failed:
passdbs_init () at passdb.c:313
313 passdb_register_module(&passdb_ldap);
(gdb)
passdb_register_module (iface=0x280120) at passdb.c:33
33 old_iface = passdb_interface_find(iface->name);
(gdb)
passdb_interface_find (name=0x16fe60 "ldap") at passdb.c:20
20
2009 Dec 24
7
nested variables
Hi all!
I have quation: how i may use nested variables/facts? For example, I
have variable $iface. It''s variable declared in node brakets, and, use
with defenition. iface may be eth0, eth1(Linux), em0, ...
<freebsd>, ...
is fact:
facter | grep eth0 | grep mac
macaddress_eth0 => 54:52:00:3D:CB:40
We don''nt know name of $iface in our module (to generate network
2010 May 23
4
xen4.0 debian vlan config
Hello,
can anybody help me how to configure vlans?
There are vlans:
vlan2
vlan3
vlan30
Server has one nic - eth0.
vlan2 should be dom0 eth0(peth0) for management
Each vlan3 and vlan30 should be has its own bridge.
How to make it?
Br
Peter
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Oct 06
3
Using Augeas to manage /etc/network/interfaces from Puppet
Hi,
Sorry for the broad distribution, I''m not sure who best can help me.
I''m trying to add a new interface stanza to /etc/network/interfaces.
With augtool, I can accomplish this with the following:
set /files/etc/network/interfaces/iface[last()+1] bond1
set /files/etc/network/interfaces/iface[last()]/family inet
set /files/etc/network/interfaces/iface[last()]/method dhcp
set