Displaying 20 results from an estimated 383 matches for "tst".
Did you mean:
dst
2010 Jul 26
0
WG: HOWTO centOS 5.5 samba4 dns dynamic update
....sh
./configure.devloper
make
make install
Samba4 is now installed in /usr/local/samba
Provision it:
Cd /samba4/source4
./setup/provision --realm=samdom.example.com --domain=SAMDOM
--adminpass=SOMEPASSWORD --server-role='domain controller'
In my case:
./setup/provision --realm=tuebingen.tst.loc
--domain=TUEBINGEN--adminpass=SOMEPASSWORD --server-role='domain controller'
Now you nedd to add the PATH to roots .bash_profile in /root
--> PATH=$PATH:$HOME/bin:/usr/local/samba/bin:/usr/local/samba/sbin
which samba must answer: /usr/local/samba/sbin/samba
Now you must set the li...
2010 Jul 26
1
HOWTO centOS 5.5 samba4 dns dynamic update
...k
include "/etc/named.rfc1912.zones";
Now you have to put in your globals /usr/local/smba/etc/smb.conf
Interfaces=eth0
Now samba -I -M single
And you are done!!!
Samba_dnsupdate --verbose will give you:
[root at node1 etc]# samba_dnsupdate --verbose
Looking for DNS entry A tuebingen.tst.loc 192.168.134.27 as
tuebingen.tst.loc.
Looking for DNS entry A node1.tuebingen.tst.loc 192.168.134.27 as
node1.tuebingen.tst.loc.
Looking for DNS entry CNAME
365d2a9f-bfe6-462d-965e-8622bfefc190._msdcs.tuebingen.tst.loc
node1.tuebingen.tst.loc as
365d2a9f-bfe6-462d-965e-8622bfefc190._msdcs.tuebin...
2010 Aug 02
0
HOWTO centOS 5.5 samba4 dns dynamic update/Replication
...ure.devloper .
Make .
make install .
Samba4 is now installed in /usr/local/samba .
Provision it:
cd /samba4/source4 .
./setup/provision --realm=samdom.example.com --domain=SAMDOM
--adminpass=SOMEPASSWORD --server-role='domain controller' .
In my case:
./setup/provision --realm=tuebingen.tst.loc
--domain=TUEBINGEN--adminpass=SOMEPASSWORD --server-role='domain controller'
.
Now you nedd to add the PATH to roots .bash_profile in /root:
--> PATH=$PATH:$HOME/bin:/usr/local/samba/bin:/usr/local/samba/sbin .
which samba must answer: /usr/local/samba/sbin/samba
Now you must set...
2010 Aug 11
3
samba 4 dns-update issue
Hi all,
I've setup samba4 according to the samba4 wiki on centOS 5.4 in KVM.
This went without any problems. I only had to install a higher version of
bind to 9.6.x because Centos bind in repo will install version 9.3.x.
I've used the Fedora12 source rpms for this to build bind 9.6.x on Centos
5.4.
Then I configured bind according to the samba wiki
2007 Dec 01
1
rsync --delete problems
...server to a NAS
drive. NAS drive is mounted using smbmount.
Using "-avhzn" dry-run it indicate f3 and file3 to be removed.
==> Method SMBFS mount
==> smbmount <diskstation> /mnt/NAS.20071201.204045 -o
username=root,password=xxx
==> rsync -avhzn --delete --progress /mnt/6/tst
/mnt/NAS.20071201.204045/Archive
building file list ...
4 files to consider
tst/f3/file3*deleting
tst/f3/*deleting
tst/.d...p.....
tst/file.f...p.....
tst/f4/file3.f...p.....
sent 121 bytes received 38 bytes 318.00 bytes/sec
total size is 7.48M speedup is 47059.14
==> ls -l /mnt/NAS.20071201....
2010 Sep 16
0
WG: Running 2 SAMBA4 DC Replication WERR_BADFILE error
...her cname for my second samba4 but the: a441f8f9-629d-43c4-bce6-a5dfba1e4ad9._msdcs
NODE1 is: 02284f45-de16-4125-a795-3b614f540ef7
NODE2 is: a441f8f9-629d-43c4-bce6-a5dfba1e4ad9
So Replication from NODE2 to NODE1 works fine:
UpdateRefs OK for a441f8f9-629d-43c4-bce6-a5dfba1e4ad9._msdcs.tuebingen.tst.loc DC=tuebingen,DC=tst,DC=loc
dreplsrv_op_pull_source(WERR_OK) ? No replication error all is ok !!!!!!!!!!!!!!!!
Replication the other way There is an error:
dns child failed to find name 'a441f8f9-629d-43c4-bce6-a5dfba1e4ad9._msdcs.tuebingen.tst.loc' of type A
dreplsrv_notify: Failed to...
2004 Aug 25
1
brlr function
...am not sure why I am encountering errors. I hope to seek
your advice here. (output below)
Thank you! Your help is truly appreciated.
Min-Han
#No error here, the glm seems to work fine
> genes.cox1.glm1<-glm(as.formula(paste(paste('as.integer(sim.cv.cox.yhat1)~'),paste('sim.dat.tst[',genes.cox1.rows,',]',sep="",collapse='+'))))
#Something happened here ... I only substituted brlr for glm
> genes.cox1.glm1<-brlr(as.formula(paste(paste('as.integer(sim.cv.cox.yhat1)~'),paste('sim.dat.tst[',genes.cox1.rows,',]',sep=&qu...
2010 Feb 05
1
Strange "rownames"
I find one row in my large dataset. But when I use the "rownames" for the
data on the 100,000 row, the result show nothing.
I try it by the following example, it still likes that.
> tst[rownames(tst)==100000,]
[1] x y
<0 rows> (or 0-length row.names)
##############
> tst=data.frame(x=1:200000,y=200000:1)
> tst[rownames(tst)==1,]
x y
1 1 200000
> tst[rownames(tst)==10000,]
x y
10000 10000 190001
> tst[rownames(tst)==100000,]
[1] x y
<0 r...
2009 Apr 04
1
Rails 2.3.2 - template question
Simplest of template files, tst.rb, contains:
PROJECT_NAME = File.basename(RAILS_ROOT)
run ''echo '' + PROJECT_NAME
Running command "rails tst -m ~/Rails_Tools/tst.rb" produces:
create
create app/controllers
.
.
create log/development.log
create log/test.log...
2006 Feb 11
0
Dovecot pop3s problem : can't see email
...ovecot running a pop3 service for external clients
(and intend in future to setup an imap interface on localhost only for
squirrelmail.)
Exim is delivering ok to local mailboxes, but I can't seem to get
dovecot to serve them.
Configuration details:
----------------------
All users run as the tst user, and authentication is done through
postgresql.
...excerpt...
mail_extra_groups = tst
default_mail_env = mbox:INDEX=~/home/tst/Mail/:/home/tst/Mail/%u
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}
...excerpt...
Log details:
------...
2005 Feb 10
3
question about sorting POSIXt vector
...Win xp.)
Thank you,
b.
#------------code
test <- c("2005-02-08 18:49:15","2005-02-07 18:36:54",
"2005-02-04 18:37:03","2005-02-06 18:29:04")
test <- strptime(test,format="%Y-%m-%d %H:%M:%S")
order(test,decreasing=F) #doesn't work - why?
tst <- test + 0
order(tst,decreasing=F) #works - how come?
print(tst)
#------------run
> test <- c("2005-02-08 18:49:15","2005-02-07 18:36:54",
+ "2005-02-04 18:37:03","2005-02-06 18:29:04")
> test <- strptime(test,format="%Y-%m-%d %H:%M:%S&qu...
2010 Dec 04
2
Error in calcCurveGrob(x, x$debug) : End points must not be identical
...spline curves using grid graphics. Most of the time, I have no
problems, but I have some data sets that give the error in the subject line.
I'm not sure which end points are identical, but the end points passed to
the function are definitely not identical.
Any assistance appreciated! Bryan
tst <-
structure(list(x.st = c(-1, -2, -3, -1, -1.5, -3, -1.5, -1.5,
-8, -1, -1.5, -1, -1.5, -2, -1.5, -2, -1, -1.5, -2), y.st =
c(1.73205080756888,
3.46410161513776, 5.19615242270663, 1.73205080756888, 2.59807621135332,
5.19615242270663, 2.59807621135332, 2.59807621135332, 13.8564064605510,
1.73205...
2005 Jan 26
4
apply for nested lists
...ng with lists whose terms are lists whose terms are lists. Although
the real ones contain locuslink identifiers and GO annotations (I work with the
Bioconductor GO) package, I have prepared an simplified example of what I have
and what I would like to do with it:
Imagine I have a list such as:
tst.list<-list("1"=list("1A"=list(ID="1A",VAL=172),"1B"=list
(ID="1B",VAL=134),"1C"=list(ID="1C",VAL=0)),"2"=list("2A"=NA),"3"=list("3A"=list
(ID="3A",VAL=33),"3B"=list(I...
2007 Nov 23
1
complex conjugates roots from polyroot?
Hi, All:
Is there a simple way to detect complex conjugates in the roots
returned by 'polyroot'? The obvious comparison of each root with the
complex conjugate of the next sometimes produces roundoff error, and I
don't know how to bound its magnitude:
(tst <- polyroot(c(1, -.6, .4)))
tst[-1]-Conj(tst[-2])
[1] 3.108624e-15+2.22045e-16i
abs(tst[-1]-Conj(tst[-2]))/abs(tst[-1])
1.971076e-15
.Machine$double.neg.eps
1.110223e-16
Testing (abs(tst[-1]-Conj(tst[-2]))/abs(tst[-1]) <
(20*.Machine$double.neg.eps)) would catch this example, but it m...
2001 Mar 26
1
Problems with R CMD COMPILE within Makefile (PR#885)
...elow), but the
basic problem still continues. Even though I managed a workaround which is
sufficient for me Martin Maechler asked me to send a toy example of the
problem to R-bugs. So that's what I try here.
The following Makefile will not work:
----------------------------------------
.PHONY: tst.o
tst.o: tst.c
R CMD COMPILE tst.c
----------------------------------------
It results in:
----------------------------------------
cd /u/holzer/CurrentWork/algen/C/temp/
make
R CMD COMPILE tst.c
make[1]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C/temp'
R CMD COMPILE tst...
2010 Aug 16
1
WG: HOWTO samba4 centos5.5 named dnsupdate drbd simple failover
....sh
./configure.devloper
make
make install
Samba4 is now installed in /usr/local/samba
Provision it:
Cd /samba4/source4
./setup/provision --realm=samdom.example.com --domain=SAMDOM --adminpass=SOMEPASSWORD --server-role='domain controller'
In my case:
./setup/provision --realm=tuebingen.tst.loc --domain=TUEBINGEN--adminpass=SOMEPASSWORD --server-role='domain controller'
Now you nedd to add the PATH to roots .bash_profile in /root
--> PATH=$PATH:$HOME/bin:/usr/local/samba/bin:/usr/local/samba/sbin
ldconfig
which samba must answer: /usr/local/samba/sbin/samba
Now you must...
2004 Feb 19
0
Windbindd restarts and lost uids
...works after we get the daemons started
successfully.
The first issue has to do with the initial setup of both a Samba
server [smbd, nmbd, winbindd, slapd], and a Samba client [just nmbd and
winbindd]. We do the following:
1) Configure smb.conf, krb5.conf, slapd.conf
2) kinit domadmin@TST.SAMBA17.TEST
3) net ads join
At this point, a klist shows the tickets, and net ads testjoin returns
success. Then we try to start all the processes as root via:
slapd -h ldap://smbdev.tst.samba17.test:1389
smbd -D
nmbd -D
winbindd
Usually, and this is the first problem, the log....
2011 Mar 11
1
[Bug 704] Issue with "iptables -A OUTPUT -m string"
...|REOPENED
Resolution|FIXED |
--- Comment #4 from CZ <huangj at qualcomm.com> 2011-03-11 04:07:14 ---
The kernel was updated, but the issue is still present. For some strings, the
rule does work, but for other strings, it does not work.
[root at tst-sniffer tmp]# uname -a
Linux tst-sniffer 2.6.18-238.5.1.el5 #1 SMP Mon Feb 21 05:52:39 EST 2011 x86_64
x86_64 x86_64 GNU/Linux
[root at tst-sniffer tmp]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target...
2019 Nov 22
2
[ARM] Peephole optimization ( instructions tst + add )
...AArch64LoadStoreOptimizer, is it right?
From: Eli Friedman [mailto:efriedma at quicinc.com]
Sent: Thursday, November 21, 2019 11:55 PM
To: Kosov Pavel <kosov.pavel at huawei.com>; LLVM Dev <llvm-dev at lists.llvm.org>
Subject: RE: [llvm-dev] [ARM] Peephole optimization ( instructions tst + add )
That transform is legal; it's a missed optimization.
-Eli
From: llvm-dev <llvm-dev-bounces at lists.llvm.org<mailto:llvm-dev-bounces at lists.llvm.org>> On Behalf Of Kosov Pavel via llvm-dev
Sent: Thursday, November 21, 2019 2:00 AM
To: llvm-dev at lists.llvm.org<mailt...
2019 Nov 21
2
[ARM] Peephole optimization ( instructions tst + add )
Hello!
I noticed that in some cases clang generates sequence of AND+TST instructions:
For example:
AND x3, x2, x1
TST x2, x1
I think these instructions should be merged to one:
ANDS x3, x2, x1
( because TST <Xn>, <Xm> is alias for ANDS XZR, <Xn>, <Xm> - https://static.docs.arm.com/dd...