Displaying 20 results from an estimated 33 matches for "mtest".
Did you mean:
test
2016 May 31
2
[PATCH 1/2] Modify autoconf tests for intrinsics to stop clang from optimizing them away.
...;1"],
@@ -521,10 +522,13 @@ AS_IF([test x"$enable_intrinsics" = x"yes"],[
[OPUS_X86_MAY_HAVE_SSE],
[OPUS_X86_PRESUME_SSE],
[[#include <xmmintrin.h>
+ #include <time.h>
]],
[[
- static __m128 mtest;
- mtest = _mm_setzero_ps();
+ __m128 mtest;
+ mtest = _mm_set1_ps((float)time(NULL));
+ mtest = _mm_mul_ps(mtest, mtest);
+ return _mm_cvtss_si32(mtest);
]]
)
AS_IF([test x"$OPUS_X86_MAY_HAVE_SSE" = x&quo...
2018 Sep 11
0
shared folder in the samba domain, can't be access on trusting domain users
..._session_key_tdb)
> schannel_fetch_session_key_tdb: restored schannel info key
> SECRETS/SCHANNEL/VM000459
> [2018/09/10 18:18:57.227191, 3]
> ../source4/auth/ntlm/auth.c:243(auth_check_password_send)
> auth_check_password_send: Checking password for unmapped user
> [TESTHV]\[mtest]@[TESTHV-DC1]
> auth_check_password_send: user is: [TESTHV]\[mtest]@[TESTHV-DC1]
> [2018/09/10 18:18:57.227872, 2]
> ../source4/auth/ntlm/auth.c:478(auth_check_password_recv)
> auth_check_password_recv: NO_METHOD authentication for user
> [TESTHV\mtest] FAILED with error NT_STAT...
2012 May 01
3
Data frame vs matrix quirk: Hinky error message?
AdvisoRs:
Is the following a bug, feature, hinky error message, or dumb Bert?
> mtest <- matrix(1:12,nr=4)
> dftest <- data.frame(mtest)
> ix <- cbind(1:2,2:3)
> mtest[ix] <- NA
> mtest
[,1] [,2] [,3]
[1,] 1 NA 9
[2,] 2 6 NA
[3,] 3 7 11
[4,] 4 8 12
## But ...
> dftest[ix] <- NA
Error in `[<-.data.frame`(`*tmp*`,...
2007 Dec 12
1
Problem with filenames with commas in them
...t the problem is with
files which have commas in their names, rsync can write the initial
version of the file but it can't check/rewrite them.
Here is the error I get from rsync when trying to overwrite the files
(using --inplace) :-
home# rsync -r --inplace .in /freecom/backup/home/chris/Mtest/
rsync: open "/freecom/backup/home/chris/Mtest/.in/audacity/cur/1172007150.76430_0.newred:2," failed: Input/output error (5)
rsync: open "/freecom/backup/home/chris/Mtest/.in/audacity/cur/1172012773.6188_0.newred:2," failed: Input/output error (5)
rsync: open &quo...
2010 Dec 03
1
mgcv package plot superimposing smoothers
Dear R help list,
I'm fitting a 'variable coefficient model' in the MGCV package and I want to
plot the different smoothers I get for each factor level in one graph.
So, I do something like this to fit the gam:
Mtest <- gam(outcome ~ s(age, by=as.numeric(gender==0)) +
s(age,by=as.numeric(gender==1))+factor(Gender))
Then I can plot the smoother for gender=0:
plot(Mtest,select=1)
And for gender=1:
plot(Mtest,select=2)
But the second plot superimposes the first one. Normally I use 'lines' to
plot just...
2016 Jun 06
2
Cannot share folders access denid PDC+LDAP.
...lt;infractory at gmail.com>
wrote:
> Hi Alberto,
>
> No idea about your issue as I'm playing with Samba to build AD only, I can
> only tell you that I did tested on my Samba AD DC and I can use upper,
> lower or mixed case in user names:
>
> dc108:/opt/initial_setup# id mtest
> uid=3000017(AD\mtest) gid=3000018(AD\not_system_users)
> groupes=3000018(AD\not_system_users),3000017(AD\mtest)
> dc108:/opt/initial_setup# id mTest
> uid=3000017(AD\mtest) gid=3000018(AD\not_system_users)
> groupes=3000018(AD\not_system_users),3000017(AD\mtest)
> dc108:/opt/ini...
2007 Jan 11
2
Voicemail IMAP
...am just
including it for problem history.
I am trying to setup IMAP Voicemail with our email server.
We are using a non-standards based groupware server called FirstClass.
The server has some built in support for IMAP.
My problem seems to be that the authuser flag is not supported.
When I use mtest in the imap toolkit to connect to the FirstClass
server, and input this as the Mailbox to connect to:
{ares.school.da.org:143/imap/authuser=admin//user=fbeck}Inbox
mtest replies:
[Trying IP address [10.11.5.253]]
[FirstClass IMAP4rev1 server v8.262 at mail.ares.school.da.org ready]
?Can't do...
2016 Jun 03
2
Cannot share folders access denid PDC+LDAP.
Hi, is time to get help.
I have a DOMAIN with samba3.6.23-9.el5_11 Centos 5.11 x64
Windows XP/Win7/Win8.1 domain no issues.(x32/x64)
I have even 2 Linux Centos 5.x in my domain x64
Now, I have add 1 Centos 6.x x64 updated.
Samba 3.6.23-35.el6_8
I had setup LDAP client on this server to get users/groups and add to my
domain with net rpc join, no issue.
I can see the server on my domain no
2016 Jun 06
0
Cannot share folders access denid PDC+LDAP.
Hi Alberto,
No idea about your issue as I'm playing with Samba to build AD only, I can
only tell you that I did tested on my Samba AD DC and I can use upper,
lower or mixed case in user names:
dc108:/opt/initial_setup# id mtest
uid=3000017(AD\mtest) gid=3000018(AD\not_system_users)
groupes=3000018(AD\not_system_users),3000017(AD\mtest)
dc108:/opt/initial_setup# id mTest
uid=3000017(AD\mtest) gid=3000018(AD\not_system_users)
groupes=3000018(AD\not_system_users),3000017(AD\mtest)
dc108:/opt/initial_setup# id MTEST
uid=30000...
2016 Jun 07
0
Cannot share folders access denid PDC+LDAP.
...rote:
>
>> Hi Alberto,
>>
>> No idea about your issue as I'm playing with Samba to build AD only, I
>> can only tell you that I did tested on my Samba AD DC and I can use upper,
>> lower or mixed case in user names:
>>
>> dc108:/opt/initial_setup# id mtest
>> uid=3000017(AD\mtest) gid=3000018(AD\not_system_users)
>> groupes=3000018(AD\not_system_users),3000017(AD\mtest)
>> dc108:/opt/initial_setup# id mTest
>> uid=3000017(AD\mtest) gid=3000018(AD\not_system_users)
>> groupes=3000018(AD\not_system_users),3000017(AD\mtest)...
2010 Sep 27
4
Fitting problem
...ig*sqrt(2*pi))*exp(-(log(d)-log(mu))^2/(2*sig^2))
lang <- 1/tanh(Ms*rho*vol*H/(kb*t))-1/(Ms*rho*vol*H/(kb*t))
S1 <- S1 + lognorm*vol*lang
S2 <- S2 + lognorm*vol
}
M[i] <- Ms*S1/S2 + chi*H
}
M
}
### I can calculate a set of data:
htest<- (-10:10)*200
dtest<- (5:15)*1e-7
mtest<- MH(field=htest,diameter=dtest)
### However when I try to reverse engineer to calculate the parameters mu,
sig, chi and Ms I run into problems. Could anyone shed some light on this
problem?
fit <- nls(M~MH(H,(5:15)*1e-7,mu,sig,Ms,chi),data=df,start=list(mu=10e-7,
sig=0.1, chi=0, Ms=100))...
2006 May 11
5
Issue with hard links, please help!
...s called 'Latest'.
[root@backup backup]# du --max-depth=1 -h
21G ./Latest
21G .
[root@backup backup]# cp -al Latest/ ktest/
[root@backup backup]# du --max-depth=1 -h
21G ./Latest
8.7M ./ktest
21G .
[root@backup backup]# rm ktest/ -rf
[root@backup backup]# cp -al Latest/ mtest/
[root@backup backup]# du --max-depth=1 -h
21G ./Latest
8.7M ./mtest
21G .
[root@backup backup]# rm mtest/ -rf
[root@backup backup]# cp -al Latest/ test/
[root@backup backup]# du --max-depth=1 -h
21G ./test
8.3M ./Latest
21G .
The last instance is the problem that happens qui...
2007 Nov 30
1
Limit connections on per file basis
I host a server where the files on the server are licensed such that only one
user can access each file at any one time.
To clarify: There could be 100 files on the server, and each file can only
ever be read by one user.
I'm trying to find a way of either allowing only 1 TCP connection per file,
or perhaps forcing a read-lock on every file opened such that no other users
can access a file
2006 Dec 27
8
1.4.0, IMAP and Dovecot
I thought I would give the new IMAP support a spin on my home
server, but without much luck so far.
Asterisk 1.4.0
Dovecot 0.99.14
Maildir format
C-client 2006d
The imap server is also the Asterisk server, so connections are
on the localhost.
The error posted to the logs is:
IMAP Error: Can't open mailbox
{127.0.0.1:143/imap/authuser=root//user=dan_austin}INBOX: invalid remote
specification
2022 Feb 01
1
qemu-user-static: mis-emulates something to do with process/signal handling (m68k, s390x, …)
retitle 925358 qemu-user-static: mis-emulates something to do with process/signal handling (m68k, s390x, ?)
affects 925358 klibc-dev
thanks
This still happens. (And retitling because I almost filed a bug
against klibc again? oops?)
Look for ?mtest-external? (second occurrence) in:
https://buildd.debian.org/status/fetch.php?pkg=mksh&arch=m68k&ver=59c-16&stamp=1643675884&raw=0
Incidentally, the last buildd build on which this worked was an ARAnyM
one which I ran myself, back then.
For some reason, this does work with glibc an...
2005 Feb 23
1
FreeBSD 4.8 / Samba 3.0.11 - more signal 11's than before... (3.0.8)
The error message is the usual panic error - 3.0.11 and FreeBSD 4.8.
Samba 3.0.8 ran fine with the same config (admittedly there were a few
roaming profile sync related crashes, which is why I was upgrading).
Now however I can't even connect - it crashes immediately, respawns and
crashes again.
My Samba server is a domain member of a Win2003 domain controller used for
roaming profile
2016 Apr 29
2
truecrypt on synology as subfolder
...ists all the existing processes:
start nmbd ... ok
start smbd ...
smbd is running: 31035 30984 2817 2712 2609 2493 2396 2254 2150 2048
1943 1841 1704 1605 1504 1404 1263 1163 1063 966 864 720 621 524
There are no file handles open on the temp directory at which the
truecrypt is mounted:
# lsof mtest
<nothing>
But cannot umount
umount: can't umount /volume1/media/mtest: Device or resource busy
cannot remove the device mapper thing either of course:
# dmsetup remove truecrypt1
device-mapper: remove ioctl failed: Device or resource busy
Command failed
Basically there are probably s...
2008 Jul 12
1
IMAP Storage Problem
...gtizzies}INBOX
[Jul 11 23:14:12] ERROR[9888]: app_voicemail.c:2486 messagecount: IMAP
mailstream is NULL
voicemail.conf:
[general]
imapserver=mail.host.com
imapport=143
imapflags=notls
[default]
20002 => 1234,Sue's Mailbox,,,imapuser=bigtizzies|imapsecret=largedillas
Yet, when doing a 'mtest' (from the uw-imap directory I used for
asterisk) with "{mail.host.com:143/imap/notls/user=bigtizzies}INBOX"
and it works fine.
I seen a post on the Digium forums
(http://forums.digium.com/viewtopic.php?t=14432&highlight=imap) where
another person had this same problem and he sai...
2006 Jun 27
3
reading a matrix from a file
...e)
to read the file and it returns it as one big String with no divitions. I tried using
strsplit(String)
to split it but eventhough is working I'm not able to put the output of the above into a matrix.
Below is an example of what I have done
> INfile<-file("mTest.txt", "r")
> readLines(INfile)->matrix
> matrix
[1] "1, 2, 3"
> strsplit(matrix, ",")->splitLine
> splitLine
[[1]]
[1] "1" " 2" " 3"
> netMatrix <-matrix(c(splitLine), nrow=1,ncol=3)
>...
2007 Dec 03
1
version 3.0.27a unix passwd sync nor working any more
...t = New %n\n new %n\n *changed* \n
passwd chat timeout = 20
passwd chat debug = Yes
unix password sync = yes
using the lines above, debug show following symptoms:
[2007/12/03 15:21:59, 3] smbd/chgpasswd.c:chgpasswd(462)
chgpasswd: Password change (as_root=Yes) for user: mtest
[2007/12/03 15:21:59, 3] smbd/sec_ctx.c:push_sec_ctx(208)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/12/03 15:21:59, 3] smbd/uid.c:push_conn_ctx(358)
push_conn_ctx(105) : conn_ctx_stack_ndx = 1
[2007/12/03 15:21:59, 3] smbd/sec_ctx.c:set_sec_ctx(241)
setting sec ctx (0, 0) - sec_ctx_sta...