Displaying 20 results from an estimated 3000 matches similar to: "Sysprep joins fail on Samba >= 4.2.0"
2015 Sep 01
0
Sysprep joins fail on Samba >= 4.2.0
I just tried 4.3.0rc3 and continues failing.
Thanks!
2015-08-04 8:37 GMT+02:00 L.P.H. van Belle <belle at bazuin.nl>:
> Hai,
>
> Have you tried 4.2.3 ? which contains lots of fixes.
>
> But im intrested in your setup for sysprep with auto join,
> i was just looking in to that, any tips for me.
> Then i can try to reproduce your problem here then also.
> i upgraded
2018 Jul 17
2
Sysprep AD Join fails on Dual Stack
Hello,
* Jon Gerdes <gerdesj at blueloop.net> [2018-07-17 02:45]:
> Before you focus on Samba, it is generally good form to prove it or
> get as close as you can. So: you can domain join OK but when using
> sysprep (Microsoft provided utility), it fails. I don't think your
> problem is with Samba but with sysprep.
you're right.
I tried a lot of things in the last 12
2014 Aug 26
2
Failed to join domain: failed to join domain 'XXX.YYY' over rpc: Access denied
Hi all,
I get an error when I try to join domain from CentOS 6.5. Have you an
idea ?
/etc/samba/smb.conf :
---------------------
[global]
workgroup = XXX
server string = Samba Server Version %v
log file = /var/log/samba/log.%m
max log size = 50
realm = XXX.YYY
security = ads
idmap uid = 10000-20000
idmap gid = 10000-20000
2003 Oct 21
2
krb5_cc_get_principal failed (No such file or directory)
Hello,
I am using the brand new SuSE 9.0 with Samba 3.0.0.
I installed:
Heimdal kerberos development libraries 0.6-67,
Openldap development libraries 2.2.22-65,
which are shipped with the distribution.
If I running "kinit administrator@NWTRADERS.COM" I am getting a ticket.
But if I try to run "net ads join -U administrator@NWTRADERS.COM" I am
getting following messages:
2014 Sep 18
3
samba 4 domain join to win 2008r2 level DC w/ a schema with exchange 2010 extensions: replication after the join is broken
I tried to join a samba4 to a win2008r2 level domain (OS level 2012) running exchange 2010.
The join succeeds but the later replication is broken due to schema differences.
In order to to find the cause, I started a test setup with:
* a win2008r2 DC w/ minimal AD
* upgraded the schema and the OS to 2012 (function level is still 2008r2)
* and added a exchange server to the domain.
And that is
2000 Jul 20
1
Samba on Two networks
I'm trying to set up a 100Base-T network on top of my exisiting 10Base-T
network. The 100Base-T network is between a few hosts, but those hosts
are also on the 10Base-T network. Here's a little diagram:
10Base-T 100Base-T
-------------------------------------------------------
128.173.1.1 DCSERVER
| (NT PDC+WINS Server)
|
2010 Sep 09
1
Provisioning Windows
How do I go about provisioning a windows VM? I've added the iso to
cobbler using the following command.
cobbler image add --name=W2k8Prov --file=nfs://192.168.50.190/ovirt/w2k8.iso
The image then appears in the list of Operating Systems to choose when
creating a VM. I select the image when I create the VM but then when I
go to save I get the error:
undefined method `keys' for
2010 May 14
2
Samba4-alpha11
Just thought I'd say that samba4 is working quite nicely. Samba4 DC
on Ubuntu server. Added a W2k3R2 and W2k8R2 server as DC's. Took a
little bit of play to get it done, but not much.
The only thing I've noticed so far (still in early lab stage) is a GC
issue.
Now if I can upgrade a Samba3-LDAP domain....
Cheers,
TMS III
2024 Jun 17
1
Random permission denied and path not found errors
hi All,
I have a problem that is way beyond my Samba knowledge skills and
capabilities. I would appreciate your advice.
This is a VFX company with W10 clients and Windows and Linux servers.
Currently, there is a project migrating shares from W2K16 to Linux. The
Windows server (from this point of view) services the storage backend in
a reliable way. The clients are workstations and render
2009 Jul 07
2
Newbie need help windows server 2008 on XEN in Linux fails to start
Hello,
I need help with a windows server 2008 or windows in general using in XEN:
Host:
CentOS 5.3 Linux localhost.localdomain 2.6.18-128.el5xen #1 SMP Wed Jan 21
11:12:42 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
fstab:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot1 /boot ext3 defaults 1 2
tmpfs
2014 Jan 21
1
[PATCH 1/2] sysprep: Update comments.
---
sysprep/sysprep_operation.mli | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sysprep/sysprep_operation.mli b/sysprep/sysprep_operation.mli
index 61dde72..eb89db4 100644
--- a/sysprep/sysprep_operation.mli
+++ b/sysprep/sysprep_operation.mli
@@ -16,14 +16,16 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*)
-(** Structure used to describe sysprep
2012 Aug 16
5
[PATCH 0/4] Add customization capabilities to virt-sysprep
In the TODO file there's a discussion of perhaps writing a new
'virt-customize' tool. I think it's probably better (or at any rate,
easier) to just add this functionality into virt-sysprep. That is
what this small series of patches aims to achieve.
Note these are not very well tested at the moment.
The first patch adds a generic and useful '--firstboot' flag. The
2016 Feb 03
6
[PATCH 1/3] sysprep, get-kernel: explicit the Guestfs parameter
Help the OCaml compiler by expliciting Guestfs.guestfs as type for 'g'
in some functions.
---
get-kernel/get_kernel.ml | 2 +-
sysprep/sysprep_operation_abrt_data.ml | 2 +-
sysprep/sysprep_operation_bash_history.ml | 2 +-
sysprep/sysprep_operation_ca_certificates.ml | 2 +-
sysprep/sysprep_operation_crash_data.ml
2013 Sep 06
7
[PATCH 1/5] sysprep: remove tmp files
This removes tmp files under /tmp and /var/tmp.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
---
sysprep/Makefile.am | 1 +
sysprep/sysprep_operation_tmp_files.ml | 52 ++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
create mode 100644 sysprep/sysprep_operation_tmp_files.ml
diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am
index
2012 Apr 06
2
[PATCH] virt-sysprep:add logging feature
Hi Rich,
I tried to implement the logging feature, but I can't though
compiling with this patch now, could you please give me
some comments?
The error message is below,
---
ocamlfind ocamlopt -g -warn-error CDEFLMPSUVYZX -package unix -I ../src/.libs -I ../ocaml -c sysprep_operation.ml -o sysprep_operation.cmx
File "sysprep_operation.ml", line 1, characters 0-1:
Error: The
2019 Jul 18
1
Ubuntu Bionic samba 4.9.11 and 4.10.6 are now available. (amd64/i386)
On 18/07/2019 16:08, Joachim Lindenberg wrote:
> Hi Rowland,
> does not match the syntax...
>
> root at boa:/etc/apt/sources.list.d# unattended-upgrade --dry-run -v
> Unable to parse Unattended-Upgrade::Allowed-Origins.
> Traceback (most recent call last):
> File "/usr/bin/unattended-upgrade", line 2104, in <module>
> sys.exit(main(options))
>
2014 Jan 13
2
Re: [Bug 1046905] New: RFE: add argument to virt-sysprep to disable individual default operations
On Friday 10 January 2014 10:09:19 Richard W.M. Jones wrote:
> On Thu, Jan 09, 2014 at 03:45:54PM +0000, Richard W.M. Jones wrote:
> > On Thu, Jan 09, 2014 at 04:21:10PM +0100, Pino Toscano wrote:
> > > + and set_operations op_string =
> > > + let currentopset =
> > > + match (!operations) with
> >
> > No need for parentheses around
2013 Sep 05
6
[PATCH 1/5] sysprep: remove /var/log/audit/audit.log
audit.log is already included in /var/log/audit/*.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
---
sysprep/sysprep_operation_logfiles.ml | 1 -
1 file changed, 1 deletion(-)
diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml
index 842b855..cdfe8fc 100644
--- a/sysprep/sysprep_operation_logfiles.ml
+++
2009 Aug 01
10
PXE + memdisk booting problems
Sorry for makeing a new post, but I already erased my old mails.
In the following I describe my Server-Situation (Sorry for my bad english)
* I have a eisfair server http://www.eisfair.org with version 1.6.1 (newest)
* I have a ISC-DHCPD 3 Server running
* I have a TFTP Server running
http://www.kernel.org/pub/software/network/tftp/
* I have Samba installed and a DNS Server is running
My
2017 Sep 19
1
Re: [PATCH 2/5] Make sure every *.ml file has a corresponding *.mli file.
On Monday, 18 September 2017 18:39:40 CEST Richard W.M. Jones wrote:
> dib/output_format_docker.mli | 19 +
> dib/output_format_qcow2.mli | 19 +
> dib/output_format_raw.mli | 19 +
> dib/output_format_squashfs.mli | 19 +
> dib/output_format_tar.mli | 19 +
>