search for: reize

Displaying 5 results from an estimated 5 matches for "reize".

Did you mean: resize
2017 Dec 01
3
upgrading DC 4.5.x to 4.7.x
Hello, I have couple of samba 4.5.10 AD DC running that I've been planning to upgrade to 4.7.latest I"ve done upgrades previously (from 4.3), so I know the procedure, but I've been checking on samba list regularly, and I see some people having issues after update, mainly with replication. So how safe is it now? Are there still known issues? Should i upgrade 4.5 -> 4.6 -> 4.7 or
2017 Dec 02
3
upgrading DC 4.5.x to 4.7.x
02.12.2017 2:16, mj via samba пишет: > - power off the old DCs > - reize fsmo roles, cleanup the database, etc why not to transfer roles while old DC are online? > - add new 4.7.2 DCs using their old names/ips > - remove the temporary DC why not simply add new DCs to current production domain? I'm thinking about way to upgrade too, but using "separat...
2017 Dec 01
0
upgrading DC 4.5.x to 4.7.x
...tly go to 4.7.latest? We upgraded straight from 4.5 to 4.7.2. Since we had some corruption, we upgraded by: = bringing the 4.5 DCs online in a seperated environment - adding a new temporary 4.7.2 DC - make absolutely sure everything replicated successfully to that new DC - power off the old DCs - reize fsmo roles, cleanup the database, etc - add new 4.7.2 DCs using their old names/ips - remove the temporary DC After this, we swapped the 4.5 production DCs for the new 4.7.2 DCs in the production network, and nobody noticed the change. Except for one or two users and computers that had changed t...
2017 Dec 02
0
upgrading DC 4.5.x to 4.7.x
Hi, On 12/02/2017 03:49 PM, Mike Lykov via samba wrote: > 02.12.2017 2:16, mj via samba пишет: > >> - power off the old DCs >> - reize fsmo roles, cleanup the database, etc > > why  not to transfer roles while old DC are online? See your question two > >> - add new 4.7.2 DCs using their old names/ips >> - remove the temporary DC > > why not simply add new DCs to current production domain? Because we...
2011 Feb 27
4
[PATCH] Add minimal mkstemp(3) implementation.
This uses time, ASLR and pid for randomisation. (Closes: #516774) Signed-off-by: Thorsten Glaser <tg at mirbsd.org> --- usr/include/stdlib.h | 2 + usr/klibc/Kbuild | 2 +- usr/klibc/mkstemp.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+), 1 deletions(-) create mode 100644 usr/klibc/mkstemp.c diff --git a/usr/include/stdlib.h