Displaying 20 results from an estimated 500 matches similar to: "open files"
2004 Feb 07
2
killing rsync
HI,
My name is tarun and iam new to this list..
Can any one please help me ??
How can i kill a rsync.. Suppose if iam in middle of rsync of a whole 10gb of data. Can i kill rsync in the middle using kill "rsync process id" and resume it later, wouldnt it result in any errors if we kill rsync suddenly. Or is there any signal to send to rsync to terminate it cleanly..Doest rsync have
2003 Oct 14
2
Adding support for versioned files in rsync
Hi!
Below is a link to a proposal I'm writing for two clients of ours who want an
Internet-based backup solution. I propose eleven "objectives" in it,
most of which are modifications to rsync. I'd like to contribute
these changes back where possible, and so I'm posting this here for review.
The nuts and bolts of it is the ability to keep multiple copies of files
(think
2004 Feb 09
1
checksum_seed
What is the point to checksum_seed? When reading/writing batch, it is
initialized to a constant value, otherwise it is initialized to
time(NULL). It certainly has no useful cryptographic value :)
I got the go-ahead from the client on my --link-by-hash proposal, and the
seed is making the hash unstable. I can't figure out why the seed is
there so I don't know whether to cirumvent it in
2004 Mar 02
1
Win32 and Backing up open files
I now fully and completely remember why I hate Windows.
I have struggled with the backup semantics options in order to get rsync
able to back up open files, and I got something that appeared like it
should work, but it didn't work. So I finally broke down and wrote a
holdopen.exe and a tryopen.exe to test my theory, and no matter what
privleges were enabled (backup and restore were enabled),
2006 Jan 16
2
ActiveRecord: table name with spaces?
Howdy.
I''m trying to work with a legacy SQL Server database where some of the
table names have spaces in them.
I''ve done set_table_name "tablename with spaces", but I can''t get
find(:all) to work. I get the following error (because apparently
it''s not putting [ ] around the name as is required for SQL Server for
names with spaces.
2003 Oct 15
1
Versioned files (take 2)
I've pondered the feedback and revised my proposal to the client. Here
is the revised project objectives. Notably, this is the addition of 4),
the deletion of the whole slew of items actually related to handling
versioned files, and mention of preexisting work on 1).
I've took a little gander at some of the backup wrappers, and it looks
like I will probably use one of these. I'll
2005 Oct 21
21
PHPonRails ?
I''ve have a very tight schedule project that MUST (not my option), be
developed in PHP. Is there a Rails based framework for this platform?
I like the Rails way of things, but in this case, I cannot choose the
programming language, so please don''t offend me :-)
Thanks in advance,
Alessandro
_______________________________________________
Rails mailing list
2011 Apr 17
2
[LLVMdev] Error compiling ConstantProp.cpp
I am using llvm-2.6 and the ConstProp.cpp file is
http://llvm.org/docs/doxygen/html/ConstantProp_8cpp_source.html
and the exact error message is:
llvm[0]: Compiling ConstantProp.cpp for Release build (PIC)
/home/tarun/Desktop/compiler/LLVM/llvm-2.6/include/llvm/Analysis/ConstantFolding.h:
In member function ‘virtual
bool<unnamed>::ConstantPropagation::runOnFunction(llvm::Function&)’:
2011 Apr 17
4
[LLVMdev] Regarding BasicBlock Cloning
The clone llvm:CloneBasicBlock copies the phi function in the replicated
basic block from the original basic block.
I don't want the copy of phi in relplicated block. For now I am creating .bc
file with -O0 option so that it doesn't generate phi function in first
place. Is this a good approach or there are some other function available
for it.
Tarun
On Sun, Apr 17, 2011 at 5:22 AM, Eli
2010 Jan 25
5
Bash script for backup
Hello guyz!
I'm new here, and this is my very first truble...
I need a script that will backup & compress the folder /media/system in
the folder /media/backups
But that's not the problem, I need that only the last 7 backups (last 7
days, yeah I know, cronjob...) will stay in that folder...
The script need:
1 - Compress folder /media/system
2 - Store in /media/backups
3 - Name the
2011 Apr 17
0
[LLVMdev] Error compiling ConstantProp.cpp
On Sat, Apr 16, 2011 at 5:27 PM, tarun agrawal <tarun at cse.iitb.ac.in> wrote:
> I am using llvm-2.6 and the ConstProp.cpp file is
> http://llvm.org/docs/doxygen/html/ConstantProp_8cpp_source.html
>
> and the exact error message is:
>
> llvm[0]: Compiling ConstantProp.cpp for Release build (PIC)
>
2011 Apr 17
2
[LLVMdev] Error compiling ConstantProp.cpp
While compiling the ConstantProp.cpp I am getting the following error.
error: too few arguments to function ‘llvm::Constant*
llvm::ConstantFoldInstruction(llvm::Instruction*, llvm::LLVMContext&, const
llvm::TargetData*)
Regards
Tarun
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 May 03
2
[LLVMdev] Trace Use-Def chain
Hi,
I need to get all the basic blocks that are there, in the path from
definition of an instruction to use of that instruction.
Regards
Tarun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110503/4d3852b7/attachment.html>
2011 May 04
2
[LLVMdev] Trace Use-Def chain
On 5/3/11 4:08 PM, tarun agrawal wrote:
> HI
>
> I know it is a very simple question not worth asking here but I am
> really struggling pls help me out..
This is a question worth asking; it's just that not everyone can answer
all the time.
:)
If all you want to do is to follow the SSA def-use chain within a single
function, then this is very easy. All you have to do is use
2011 May 04
2
[LLVMdev] Trace Use-Def chain
Thanks John,
I know how to iterate through def-use chains and I also have realized the
need for an algorithm to do the work. But the algorithm I am able to figure
out is not linear in time. It wold be a great help if someone suggest me a
way to get all basic-block along all path between two instruction.
On Wed, May 4, 2011 at 7:00 AM, John Criswell <criswell at illinois.edu> wrote:
>
2012 Feb 25
2
[LLVMdev] Algorithm used for doing alias analysis.
Hi,
I am using alias analysis to determine whether two values are alias or not.
But I am not able to figure out the algorithm that is being used to
determine
May , Must and No Alias.
Thanks and Regards
Tarun Agrawal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120225/e06daae7/attachment.html>
2011 May 03
1
[LLVMdev] Error compiling ConstantProp.cpp
Hi
While compiling the ConstantProp.cpp I am getting the following error.
error: too few arguments to function ‘llvm::Constant*
llvm::ConstantFoldInstruction(
llvm::Instruction*, llvm::LLVMContext&, const llvm::TargetData*)
I am using llvm-2.6 and the ConstProp.cpp file is
http://llvm.org/docs/doxygen/html/ConstantProp_8cpp_source.html
and the exact error message is:
llvm[0]: Compiling
2011 Apr 16
3
[LLVMdev] Regarding BasicBlock Cloning
Hi,
I am writing a pass for constant propagation using graph restructuring (
code duplication). I am facing following difficulties..
1) I need to replicate the basic block but without phi function in the
replicated block. How can I do this.
2) I need to insert that basic block after and before some particular basic
block.
Regards
Tarun Agrawal
-------------- next part --------------
An HTML
2011 Apr 17
0
[LLVMdev] Error compiling ConstantProp.cpp
On Sat, Apr 16, 2011 at 5:07 PM, tarun agrawal <tarun at cse.iitb.ac.in> wrote:
> While compiling the ConstantProp.cpp I am getting the following error.
>
> error: too few arguments to function ‘llvm::Constant*
> llvm::ConstantFoldInstruction(llvm::Instruction*, llvm::LLVMContext&, const
> llvm::TargetData*)
If you're reporting a build error, please include the
2009 Sep 16
2
Active Merchant Error
Hello friends,
I m using Active Merchant(version = 1.4.2) gem.
in billing calculator i m require ''active_merchant'' and when i m open
the page it is throw error such
"no such file to load -- active_merchant".
Can you guyz tell me how can i resolve this problem ...
Waiting for every possible answer
--
Posted via http://www.ruby-forum.com/.