search for: delts

Displaying 20 results from an estimated 65 matches for "delts".

Did you mean: delta
2009 Feb 05
4
eval and as.name
I'm sure there is a more general way to ask this question but how do you use the elements of a character vector as names of objects in an expression? For example, say you have: a = c(1,3,5,7) b = c(2,4,6,8) n=c("a","b") and you want to use the names a and b in a function (e.g. sum) sum(eval(as.name(n[1])),eval(as.name(n[2]))) works but what is a simpler way to
2010 May 28
0
simulate time series with various "colors" of noise
Hello, I'm trying to simulate time series with various "colors" of noise to verify some other code I've written. I'm using the fractal package, specifically FDSimulate. I have a detailed question about this particular function, but I'd also be happy to receive any suggestions for other packages, functions, citations. To the question: FDSimulate takes a delta parameter
2008 Nov 14
1
How to delte a printer
Hello, how can I delete a printer and it's driver completely out of samba? 1. Removing the entry out of smb.conf and reload samba. 2. Remove the driver over the windows serversettings dialog. But then there is a "printing/printer-name.tdb" left in the lock directory. Can I just delete this file? And how can I remove the corresponding entries out of ntprinters.tdb. And is there
2008 Jul 04
2
How do change catalog before catalog is delted?
In my rails application,there are two models:post and catalog. One post has a catalog,and one catalog has many posts. When I delete a catalog,the posts belongs to the catalog will not be shown normal,for it''s catalog is no existed. Now I want to create(if the ''Defalut catalog'' is not existed) a ''Defalut catalog'' in catalogs table,and make the
2006 Apr 21
2
ext3 data=ordered - good enough for oracle?
Given that the default journaling mode of ext3 (i.e. ordered), does not guarantee write ordering after a crash, is this journaling mode safe enough to use for a database such as Oracle? If so, how are out of sync writes delt with? Kind regards, Herta Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
2012 Jan 11
0
Error in charToDate(x)
Dear all, I have a problem while working with hourly data of fx rates. I've read from a csv file, the following way: csv-file like: Date,Open,High,Low,Close,Volume 2011-08-11 03:00:00,1.41758,1.42205,1.41625,1.42174,8974 ... 2011-08-12 04:00:00,1.42175,1.42413,1.42067,1.42172,7229 ... 2011-12-30 05:00:00,1.42173,1.42341,1.42062,1.42171,6703 ... raw<-
2006 Feb 07
1
Reading in FORTRAN data using R
...39;(a20)') fnstr write(30,*) nfault,hpl,vplx,vply,taua,tauf,amuu, & tminn,tstepp,itime,TBIS,bulkms,ntm,ncycle,pdcy write(30,*) ptrad write(30,'(a1)') respfb write(30,*) (timi(n), n=1,nfault) write(30,*) (taub(n), n=1,nfault) write(30,*) (delts(n), n=1,nf) write(30,*) (cfr(n), n=1,nfault) write(30,*) (dfr(n), n=1,nfault) write(30,*) (slpdf(n), n=1,nf2) write(30,*) (slpv(n), n=1,nfault) write(30,*) (rhofcc(n), n=1,nfault) write(30,*) (islip(n), n=1,nfault) (NOTE: not all variables are the same length!)...
2020 Mar 20
2
dNSTombstoned
Am 18.03.20 um 22:26 schrieb Andrew Bartlett: >> Also "samba-tool domain tombstones expunge --tombstone-lifetime=0" >> does >> not delete the records with "dNSTombstoned: TRUE". Is this a >> different >> tombstone? > > That would be a different tombstone, yes. Can someone help me out with the ldap/ldb syntax to delte those by cron? >
2014 Mar 23
1
metadata 2
<div>Hello Thomas,</div><div>ลก</div><div>excuse me please, but I am subscribed in so many newsletter-systems that I sometimes overlook or worse, delte important things.</div><div>I have your reply no more in my /Inbox/Mailing_list/useful folder.</div><div>Can you please reflect on this topic in brief again or much better send me you last
2006 Mar 28
1
can rsync delete only one file in one command? is it a bug?
I want to call rsync from java webserver in Linux. situation as below: source directory: 001.doc 002.doc /D01/001.doc /D01/002.doc /D01/D11/001.doc /D02/001.doc destination directory: 001.doc 003.doc 004.doc /D01/001.doc /D01/003.doc /D01/004.doc /D01/D11/003.doc /D02/003.doc now, I want to only delete /003.doc when synchronization, no add, no update, This exclude works: rsync -avzu
2006 Sep 18
0
printer problem
Hi: I have a share printer use cups and samba to support about fifteen people, some people use the printer very well, but serveral people have some problem with the share printer. when you add the the printer first time you can print without any question, but it doesn't work the second time, then you delte the printer and add it againg, the same situation happen. so you need delte and
2012 Aug 16
1
What can cause "libvirtd dead but pid file exists."
Hi, # service libvirtd status libvirtd dead but pid file exists. I operated VMs(like create, edit, delte) normally for a second, but the libvirtd on host was dead. I checked the libvirtd.log but didn't find any useful information. so I want to know what can cause the problem? another question: I found the message in /var/log/message like "libvirtd: Could not find keytab file:
2001 Dec 06
2
windows desktop redirection -> samba has problems
here's our setup: 1) Windows NT4.0 server/PDC 2) Multiple Windows NT4.0 (SP 6) and Windows 2000 (SP 2) 3) AIX 4.3 file server running samba (1.9) currently we are trying to make a change in all users windows profiles. we are trying to switch from roaming to local. thats easy engouh, but we also want to redirect the windows desktop and my docs folder to our network file server (samba) so that
2013 Apr 11
2
Read the data from a text file and reshape the data
I have a data set for different time intervals. The data has three comment lines before data for each time interval. For each time interval there are 500 data points. I want to change the dataset such that I have the following format: t1 t2 t3 ................ 0.00208 0.00417 0.00625 ................. a1 a2 a3 ...................
2004 May 11
0
[LLVMdev] ExecutionEngine/Interpreter/ExternalFunctions.cpp
I mis-stated what I think should be deleted. The block of code from "GlobalVariable *IOB = 0;" to the end of the loop should be delted because the only effect the loop has is on the IOB variable and that variable is never used after the loop. Reid. On Tue, 2004-05-11 at 18:14, Reid Spencer wrote: > Hi, > > I'm working on bug 122, consolidating the interface to the
2009 Nov 10
4
RAIDs and JBOD?
Hey Guys, I have some questions?regarding?a new home server I am going to build in the hopefully very near future (ASAP, I just need to finish planning everything and this is the penultimate?hurdle), I will be creating a software RAID... Lets say I have three drives "knocking" around which are all 1TB SATA II drives but each made by a different manufacturer. I am going to guess that
2003 Dec 19
2
Printing OK on 98, "Access denied" on XP Pro
I have a very simple setup on a Solaris 8 server, running Samba 3.0.1 (see smb.conf below). A desktop PC running Windows 98 (SE?) happily connects to and prints to my one shared printer, but an XP Pro laptop takes a loooong time to install the local driver and then just says "Access denied, unable to connect". I already told it to use a client driver and disabled spoolss. Here's
2018 May 24
1
lazy_expuge + mdbox
To a degree I agree .. given mdbox doesnt delete until purge .. but then would be nice if purge took a dovecot search rather than just ditch everything with refcount=0 ... in that way could say purge everything thats been marked as delete according to a specified criteria. rgds Matt completly unrelated moved mailserver back home and listed on cyren so atm getting bounced by dovecot.fi .. have
2009 Oct 03
1
--keep-dirlinks --delete erroneously deletes symlinks to directories
Hi, the combination of --keep-dirlinks and --delete (--delete-during, --delete-delay) erroneously deletes symlinks to directories on the receiver. With --delete-before and --delete-after it works as expected. (rsync version 3.0.3 protocol version, on Debian Lenny) I don't think that this behaviour is intended. Details/example: - Host 1 directory-structure: drwx------ ./1
2003 Oct 26
1
Some Users not shown and profiles won't work
Hi I'm running samba 3.0 with ldap backand and Suse 8.2. If I want to edit ACLs from windows an a samba-share not all users are shown. "holger" i shown but "hein" isn't shown. Andy idea why? It's very strange because both can login the domain. I had to set attribute sambaProfilePath for user "hein" to the sambe value defined in smb.conf. I won't add