Displaying 7 results from an estimated 7 matches for "__location__".
2016 Sep 23
1
dnsupdate_nameupdate_done - Failed DNS update
...oes, to see where the problem lies?
Lingpanda101 - I don't have a specific log level set, so I'm just using
whatever the default log level is. But, in the code I can see that these
messages are logged with debug level 0, so they would appear regardless of
what my log level was.
DEBUG(0,(__location__ ": Failed DNS update - with error code %d\n", sys_
errno));
On 23 September 2016 at 15:22, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Fri, 23 Sep 2016 15:11:21 +0100
> Jonathan Hunter <jmhunter1 at gmail.com> wrote:
>
> > Thank you Rowlan...
2016 Sep 23
2
dnsupdate_nameupdate_done - Failed DNS update
Thank you Rowland.
I have a couple of reverse zones (different subnets across sites), yes,
these are in Samba AD/DNS as well.
Where are you looking in the logs - I'm missing seeing the bit that shows
an update happening then failing?
I tried tcpdump to find out what the query was that was failing, but I
couldn't see any updates, just queries :(
On 23 September 2016 at 14:56, Rowland
2017 Jun 13
2
skip chunk if "DRS linked attribute for GUID - DN not found"
...a) {
+ dsdb_set_global_schema(ldb);
+ } else if (cur_schema ) {
+ dsdb_reference_schema(ldb, cur_schema, false);
+ }
+ DEBUG(0,(__location__ " Failed to prepare commit of transaction: %s\n",
+ ldb_errstring(ldb)));
+ TALLOC_FREE(tmp_ctx);
+ return WERR_DS_NO_SUCH_OBJECT;
+ }
if (ret != LDB_SUCCESS) {...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...t; + NDR_PRINT_DEBUG(security_descriptor, _sd1); \
> + torture_warning(tctx, "expected:\n"); \
> + NDR_PRINT_DEBUG(security_descriptor, _sd2); \
> + torture_result(tctx, TORTURE_FAIL, \
> + "%s: security descriptors don't match!\n", \
> + __location__); \
> + ret = false; \
> + } \
> +} while (0)
> +
> +/**
> + * SMB2 connect with explicit share
> + **/
> +static bool torture_smb2_con_share(struct torture_context *tctx,
> + const char *share,
> + struct smb2_tree...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:33:26PM +0200, Ralph Böhme via samba wrote:
> On Thu, Aug 25, 2016 at 12:14:00PM -0700, Jeremy Allison wrote:
> > On Wed, Aug 24, 2016 at 04:06:42PM +0200, Ralph Böhme via samba wrote:
> > >
> > > Yeah, as much as I'd like to avoid adding a new option, I guess we
> > > have to do something about it, my latest take on this is
>
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...t; + NDR_PRINT_DEBUG(security_descriptor, _sd1); \
> + torture_warning(tctx, "expected:\n"); \
> + NDR_PRINT_DEBUG(security_descriptor, _sd2); \
> + torture_result(tctx, TORTURE_FAIL, \
> + "%s: security descriptors don't match!\n", \
> + __location__); \
> + ret = false; \
> + } \
> +} while (0)
> +
> +/**
> + * SMB2 connect with explicit share
> + **/
> +static bool torture_smb2_con_share(struct torture_context *tctx,
> + const char *share,
> + struct smb2_tree...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote:
> On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote:
> > On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote:
> > >
> > > Cheerio!
> > > -slow
> >
> > Still reviewing this - but a few things that will need changing:
> >
> > When adding the