search for: delte

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

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
Hi There: I was wondering if there is a way to read FORTRAN list data (similar to IDL's readf function). I often use FORTRAN for most of my number crunching, and use something like IDL to visualize and perform statistical analysis on that data. Since the each file is rather large (>100 Mb), formatting the output into columns or tables is impractical, hence the "list"
2020 Mar 20
2
dNSTombstoned
...-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? > >> Until now what I do is delete the entries manually in ADSI. This >> works >> as expected. >> >> Any hint how to get this working? > > I'm not sure right now. > > Sorry! No problem. We all just try to help each other. Regard...
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 message once more?</div><div>š</div><div>But I guess it hasn...
2006 Mar 28
1
can rsync delete only one file in one command? is it a bug?
...But, If I want to only delete /D01/003.doc when synchronization, no add, no update, this exclude NOT works: rsync -avzu --delete --include="/D01/003.doc" --exclude="*" /home/tomcat/webapps/filesync/synsrc2/ 172.16.100.19::hyhtest2 nothing was delete or add,update. why it NOT delte /D01/003.doc? is it a bug? how to delete any specify file in any directory and mean while no add or update? thank you. Best Regards --------------------------------------------- yhhuang »ÆÓÂ»Ô Server Dept. TeleNav Shanghai Inc. Tel:(21)6337 2220 ext 8651 www.telenav.com <http://w...
2006 Sep 18
0
printer problem
...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 add every time when you want print something. did some people have the same question before. Can any one can help me. many thanks yajing _________________________________________________________________ ÏíÓÃÊÀ½çÉÏ...
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: /etc/libvirt/k...
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 SymbolTable > class. In doing so, I found the f...
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
...= Yes # guest ok = Yes [pvdpar03lz02] comment = HP 9000hns path = /var/spool/samba printable = Yes browseable = Yes guest ok = Yes # read only = Yes use client driver = yes -----------End of smb.conf--------------- (The temp section was to test whether things worked before. I will actually delte those lines when I solve this problem. I commented out the printcap line because I don't want to share all the printers: I have a lot configured on this Sun but use a Windows print server to publishing them to desktop PC users.) Any suggestions? Thanks in advance for everyone's time. -wd...
2018 May 24
1
lazy_expuge + mdbox
...tance = yes then dont seem to get ANY copy .. > just nothing. > > 2) If I go into Trash and delete a message ... then it does not get > moved .. I assume that a delete in Trash is not actually an expunge on > TB and hence does get caught by the plugin. > > 3) Since mdbox doesnt delte anything anyway until purged would it be > better not to use lazy-expunge but just have a job that moves any > messages in mdbox_deleted: storage to the hidden .EXPUNGED namespace .. > does doveadm move work with mdbox_deleted ??? > > any help appreciated > > rgds > > Mat...
2009 Oct 03
1
--keep-dirlinks --delete erroneously deletes symlinks to directories
...- --delete-before works correctly, and does nothing: $ rsync -av --keep-dirlinks --delete-before 1/ 2/ building file list ... done sent 89 bytes received 12 bytes 202.00 bytes/sec total size is 0 speedup is 0.00 - but --delete (or --delete-during / --delete-delay) erroneously deltes the "dir -> ../foo"-symlink (and copies the data afterwards): $ rsync -av --keep-dirlinks --delete 1/ 2/ sending incremental file list deleting dir dir/ dir/subfile sent 136 bytes received 35 bytes 342.00 bytes/sec total size is 0 speedup is 0.00 Is...
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