Displaying 10 results from an estimated 10 matches for "tctx".
Did you mean:
ctx
2009 Feb 02
2
Defining plot colors based on a variable
...ta from the file and key the color from the FILE column,
This is what my file looks like :
CHR SNP BP NMISS BETA SE R2
T P REGION FILE RANDOM
1 rs17035189 10519610 135 0.3518 1.928 0.0002501
0.1824 0.8555 TCTX 4730341 0.284627081
6 rs3763311 32484154 109 -2.05 1.624 0.01467
-1.262 0.2096 TCTX 670603 0.083147673
6 rs3892710 32790839 106 0.5695 4.743 0.0001386
0.1201 0.9047 TCTX 7150403 0.549192815
6 rs3864300 32379...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...> +#include "librpc/gen_ndr/ndr_security.h"
> +#include "lib/param/param.h"
> +
> +#define BASEDIR "smb2-testsd"
> +
> +#define CHECK_SECURITY_DESCRIPTOR(_sd1, _sd2) do { \
> + if (!security_descriptor_equal(_sd1, _sd2)) { \
> + torture_warning(tctx, "security descriptors don't match!\n"); \
> + torture_warning(tctx, "got:\n"); \
> + NDR_PRINT_DEBUG(security_descriptor, _sd1); \
> + torture_warning(tctx, "expected:\n"); \
> + NDR_PRINT_DEBUG(security_descriptor, _sd2); \
> + torture_result(...
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
...> +#include "librpc/gen_ndr/ndr_security.h"
> +#include "lib/param/param.h"
> +
> +#define BASEDIR "smb2-testsd"
> +
> +#define CHECK_SECURITY_DESCRIPTOR(_sd1, _sd2) do { \
> + if (!security_descriptor_equal(_sd1, _sd2)) { \
> + torture_warning(tctx, "security descriptors don't match!\n"); \
> + torture_warning(tctx, "got:\n"); \
> + NDR_PRINT_DEBUG(security_descriptor, _sd1); \
> + torture_warning(tctx, "expected:\n"); \
> + NDR_PRINT_DEBUG(security_descriptor, _sd2); \
> + torture_result(...
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
2015 Feb 17
2
[LLVMdev] Recent Sanitizer regressions
...obal test environment set-up.
[----------] 1 test from SanitizerCommon
[ RUN ] SanitizerCommon.ThreadRegistryTest
==23616==Sanitizer CHECK failed:
/usr/local/google/home/blaikie/dev/llvm/src/projects/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cc:275
((ThreadStatusCreated)) == ((tctx->status)) (1, 2)
********************
FAIL: SanitizerCommon-Unit ::
Sanitizer-x86_64-Test/DeadlockDetector.RemoveEdgesTest (22641 of 23188)
******************** TEST 'SanitizerCommon-Unit ::
Sanitizer-x86_64-Test/DeadlockDetector.RemoveEdgesTest' FAILED
********************
Note: Google...
2017 Feb 27
0
SMBTorture tests on HP UX IA64 - Samba 4.5.3 without AD DC
...ture //<server ip>/tmp -W <domain> -U user%pass
rap.basic rap.rpc rap.printing rap.sam rap.scan
Error:
test: rap_print
time: 2017-02-23 08:48:06.982827
time: 2017-02-23 08:48:07.071125
failure: rap_print [
../source4/torture/rap/printing.c:641: smbcli_rap_netprintqenum(cli->tree,
tctx, &r) was NT_STATUS_BUFFER_TOO_SMALL, expected NT_STATUS_OK: failed to
enum printq
]
test: rap_printq_enum
time: 2017-02-23 08:48:07.071299
Testing rap_NetPrintQEnum level 0
time: 2017-02-23 08:48:07.156200
failure: rap_printq_enum [
../source4/torture/rap/printing.c:101: smbcli_rap_netprintqenu...
2023 Sep 08
1
[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
..., actually IO_URING_F_NONBLOCK change isn't a must, and the
> > approach in V2 doesn't need this change.
> >
> >>
> >>> @@ -3363,6 +3367,12 @@ __cold void io_uring_cancel_generic(bool cancel_all, struct io_sq_data *sqd)
> >>> finish_wait(&tctx->wait, &wait);
> >>> } while (1);
> >>>
> >>> + /*
> >>> + * Reap events from each ctx, otherwise these requests may take
> >>> + * resources and prevent other contexts from being moved on.
> >>> + */
> >>...
2023 Sep 08
1
[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
..., actually IO_URING_F_NONBLOCK change isn't a must, and the
> > approach in V2 doesn't need this change.
> >
> >>
> >>> @@ -3363,6 +3367,12 @@ __cold void io_uring_cancel_generic(bool cancel_all, struct io_sq_data *sqd)
> >>> finish_wait(&tctx->wait, &wait);
> >>> } while (1);
> >>>
> >>> + /*
> >>> + * Reap events from each ctx, otherwise these requests may take
> >>> + * resources and prevent other contexts from being moved on.
> >>> + */
> >>...
2016 Apr 15
0
RAW.WRITE - selftests fail, smbtorture passes
...torture/raw/write.c:197) Incorrect status
NT_STATUS_INVALID_PARAMETER - should be NT_STATUS_OK
It looks like the tests are trying to exceed the 4GB file size. When I tune
the /source4/torture/raw/write.c so that the tests do not exceed >2GB< file
size, the tests pass:
torture_comment(tctx, "Trying 2^32 offset\n");
setup_buffer(buf, seed, maxsize);
io.writeclose.in.file.fnum = fnum;
io.writeclose.in.count = 4000;
io.writeclose.in.offset = 0x6FFFFFFF - 2000;
I'm able to start the just compiled /samba-4.4.2/bin/smbd and connect to it
with...