Displaying 20 results from an estimated 10000 matches similar to: "Samba4 AD add Users via Rsat failed"
2014 Sep 18
2
Trouble connecting Windows 7 RSAT to a samba4 domain
Hi all,
I tryed to setup an Activie Directory domain using samba 4.1.12.
I followed some documentation and get everything working till the I
wanted to connect my windows 7 with RSAT in order to manage the AD
Domain.
The message I receive is :
"The client cannot connect to the requested machine. Please check IIS
or WINRM are properly configured" this is a translation from the
french
2014 Jun 16
2
[LLVMdev] Regression in 3.4's register allocator?
Yep, quite right, Evan. Any regalloc differences due to that patch are purely coincidence;
-Jim
> On Jun 16, 2014, at 10:13 AM, Evan Cheng <evan.cheng at apple.com> wrote:
>
> Hi Niklas,
>
> The attached patch has nothing to do with register allocation. r206094 changes how cpu auto-detection is done. I believe it's now the responsibility of the tools (e.g. llc) to
2014 May 14
2
[LLVMdev] Regression in 3.4's register allocator?
I can confirm that this regression has been fixed in trunk. Should I report
this as a bug in 3.4?
On Thu, Apr 24, 2014 at 10:17 PM, Quentin Colombet <qcolombet at apple.com>wrote:
> Hi Niklas,
>
> This works for me with trunk r207129.
>
> We did fix some register allocation issues recently, don’t know which
> change fixes the issue though.
>
> Thanks,
> -Quentin
2011 Feb 04
2
All DomU failing SSLv3 handshake (curl, apt-get, wget, etc.) but OK on Dom0
Hi,
First of all I''ve googled this subject a lot (several hours) but right now I''m simply stuck. All my 4 DomU fails SSL handshake:
> niklas@stats:~$ curl -vI https://graph.facebook.com
> * About to connect() to graph.facebook.com port 443 (#0)
> * Trying 69.63.181.58... connected
> * Connected to graph.facebook.com (69.63.181.58) port 443 (#0)
> * successfully
2014 Jun 01
4
[LLVMdev] Regression in 3.4's register allocator?
I think we have located the revision which fixes this regression: r206094
(or commit 6bb00df in llvm-mirror on GitHub). I have attached a patch which
can be applied to the current release_34 branch (tested against the
release_34 branch in llvm-mirror). With this patch the attached
reg-alloc-test.ll file doesn't fail with the "LLVM ERROR: ran out of
registers during register
2015 Jun 15
1
Samba4 with RSAT on windows 8 - problem create user
Hello,
I have installed Samba4 on Debian8.
RSAT from windows 7 works fine(all)
and before a few days I have tried create a new domain user via RSAT on
Windows 8, but something block to finish this step with popUp
'An error occured. Contact your system administrator'
on samba server from log:
[2015/06/15 12:04:23.431150, 2]
../source3/smbd/server.c:419(remove_child_pid)
Could not
2019 Jul 19
2
Samba4 - global catalog (GC) cannot be contacted using Windows 7 RSAT
Hi Samba Team,
Have recently followed Samba guide and successfully migrate from PDC to AD
and from BDC to join AD forest.
Need some advice here as I encountered global catalog (GC) cannot be
contacted issue when using RSAT.
This message pops up when I click "member of" tab while viewing user
properties although it will display correctly after I acknowledged the
error.
Another similar
2017 May 17
3
Improving packets/sec and data rate - v1.0.24
Niklas - Thanks! Yeah, your Github issue was very useful for me to
understand what is probably causing our issue (the syscall chain done on
every UDP packet). Very interesting that you're able to see around 90%
of a Gig line on bare metal. Were you ever able to make any further
progress on adjusting Tinc based on the investigation in
https://github.com/gsliepen/tinc/issues/110 ?
Martin -
2017 Jan 27
1
Disallow binding via tinc
That would probably work, too; it's harder to configure though and
easier to get wrong.
If I could avoid having the tun0, that would trivially solve the problem.
On 27/01/17 09:41, Azul wrote:
> Why not just firewall incoming traffic on the clients?
>
>
> On 27 Jan 2017 8:37 am, "Niklas Hambüchen" <mail at nh2.me
> <mailto:mail at nh2.me>> wrote:
>
2014 Apr 24
2
[LLVMdev] Regression in 3.4's register allocator?
Hi,
The RoboVM project recently upgraded from LLVM 3.3 to 3.4 and with the new
version we are sometimes seeing "ran out of registers during register
allocation" errors when targeting x86 32-bit that we haven't seen before.
Nothing has changed in our bitcode generator. I have attached an IR file
which can be used to reproduce this problem. The problem occurs with -O2
and
2023 Sep 06
1
[PATCH 2/2] iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush
On Wed, Sep 06, 2023 at 09:55:49AM +0200, Niklas Schnelle wrote:
> On Mon, 2023-09-04 at 17:33 +0100, Robin Murphy wrote:
> > On 2023-09-04 16:34, Jean-Philippe Brucker wrote:
> > > On Fri, Aug 25, 2023 at 05:21:26PM +0200, Niklas Schnelle wrote:
> > > > Add ops->flush_iotlb_all operation to enable virtio-iommu for the
> > > > dma-iommu deferred flush
2023 Sep 06
1
[PATCH 2/2] iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush
On Wed, Sep 06, 2023 at 09:55:49AM +0200, Niklas Schnelle wrote:
> On Mon, 2023-09-04 at 17:33 +0100, Robin Murphy wrote:
> > On 2023-09-04 16:34, Jean-Philippe Brucker wrote:
> > > On Fri, Aug 25, 2023 at 05:21:26PM +0200, Niklas Schnelle wrote:
> > > > Add ops->flush_iotlb_all operation to enable virtio-iommu for the
> > > > dma-iommu deferred flush
2005 Oct 31
2
3phase progress?
Hi all!
I've been (very) out of the loop for a while, up to the point that I
had completely missed that the mailing list has moved. Oh well.
However, Kjell Claesson poked at me regarding the 3phase stuff, so I
found out that I had missed the recent events. In any case, it seems
that the situation is unchanged regarding 3phase support.
As some of you remember I made a suggestion for a
2023 Sep 04
1
[PATCH 2/2] iommu/virtio: Add ops->flush_iotlb_all and enable deferred flush
On Fri, Aug 25, 2023 at 05:21:26PM +0200, Niklas Schnelle wrote:
> Add ops->flush_iotlb_all operation to enable virtio-iommu for the
> dma-iommu deferred flush scheme. This results inn a significant increase
in
> in performance in exchange for a window in which devices can still
> access previously IOMMU mapped memory. To get back to the prior behavior
> iommu.strict=1 may be
2023 Mar 10
2
Missing features in RSAT Group Policy Manager (Debian as Samba PDC)
I have been testing a Debian 11 (i386) server with samba
2:4.13.13+dfsg-1~deb11u5 running as an Active Directory Controller. This is
a stand-alone DC, meant for user authentication for a small business
network. I use RSAT Features on Windows 11 Pro to manage Users, Groups,
Machines etc., which works fine.
I would like create a new GPO using the RSAT Group Policy Manager to change
Security
2016 May 29
2
asterisk odbc segfaults
doesnt work for me
Dne 29.5.2016 v 17:48 Niklas Larsson napsal(a):
> Hi,
>
>
> On 2016-05-27 18:28, Marek ?ervenka wrote:
>> after downgrade to 13.8.2
>> May 27 18:21:06 ast kernel: asterisk[16286]: segfault at 1010024 ip
>> b49162cd sp bfac0940 error 4 in
>> libmysqlclient.so.16.0.0[b48f1000+12e000]
>>
>> after downgrade to 13.7.2
>>
2017 Dec 12
2
Can't access DNS from RSAT
Good morning all!
I have two DCs, both running Samba 4.7.3. I have just joined the second DC
to the domain. The second DC is replicating AD objects perfectly, I
verified this by running "samba-tool drs showrepl" as well as using the
ADUC RSAT snapin and adding a user to one DC, then switching the DC that
ADUC connects to and verifying that the user was properly replicated.
The DNS
2018 Sep 03
4
Samba AD and DNS stopped on RSAT
Hi All,
I have live Samba AD DC running. Suddenly it stopped on RSAT. Both AD and
DNS not accessible. Please attached screen shots and help me out as it is
my live.
--
Vivek Patil
Assistant Manager - IT
Forgeahead Solutions
vivek.patil at forgeahead.io
*O* +91 (0) 20 66 44 5900 | *M *+91 9579 216 049
601 Zero One, Level 6, Mundhwa, Pune 411036, Maharashtra, India
*W* forgeahead.io *IN
2015 Jan 23
2
How to provision many users with unix Attributes without RSAT
Hi,
I would like to provision a huge number of users to a Samba AD/DC and I
would like to have the unix attributes set too. I don't want to use the
RSAT GUI and manually set each.
Is there any tool or script I can use to get that?
I have identified some attributes in the AD that are added when I set unix
attributes with RSAT GUI. However there must be more changes...
These are the
2017 May 18
1
Improving packets/sec and data rate - v1.0.24
I noticed a large performance boost both on bare metal and in vps instances
by turning on kernel routing in the tinc config, and using full host
declerations for routs rather than dumping things to the tun interface
ambiguously.
"Forwarding = kernel"
ip route add 1.2.3.4 via 4.3.2.1 dev tun
-instead of-
ip route add 1.2.3.4 dev tun
On May 17, 2017 3:10 PM, "Niklas Hambüchen"