search for: iearn

Displaying 9 results from an estimated 9 matches for "iearn".

Did you mean: learn
2006 Mar 19
0
rsync configured but with little probleam in the end
...oundbackup.sh: line 8: :command not foundbackup.sh: line 11: :command not foundbackup.sh: line 14: :command not foundbackup.sh: line 17: :command not foundbackup.sh: line 21: :command not foundbackup.sh: line 32: :command not foundbackup.sh: line 35: :command not foundbackup.sh: line 39: ' home/iearn/rsync/rbackup.sh: line 53 syntax error near unexpected token 'do ' home/iearn/rsync/rbackup.sh: line 53: 'for source in $SOURCES; do and line 53 appears as follows in the rbackup; echo "Verifying Sources..." for source in $SOURCES; do echo "Checking $source..."...
2006 Mar 17
0
rsync backup system
...c and I have done the configure and make. I got stuck at the stage of creating a backup directory on the remote side. I am wondering how everything would work if I am to have a PC outside our offices and have a remote backup to this machine. Any help is appreciated. -- Ndaula Ahmed WEC Volunteer iEARN-US 475 Riverside Drive, Suite 450 New York, NY 10115 Fax: 212-870-2672 Off: +1-212-870-2693 Ext. 2691 Home: +1-212-316-8510 Mob: +1-646-3010-275 Email: andaula@yahoo.co.uk / andaula@ugabytes.org Blogg: http://www.ahmed.wecblogs.org ----------- No virus found in this outgoing message. Checked by A...
2006 Mar 17
1
RSYNC auto configuration
...or the remote server. I have tried copying the key generated to the ssh directory of the remote server but still doing the same thing. I would like to seek help on how to automate it and probably having the key issue work automatic. I will be grateful with your help. -- Ndaula Ahmed WEC Volunteer iEARN-US 475 Riverside Drive, Suite 450 New York, NY 10115 Fax: 212-870-2672 Off: +1-212-870-2693 Ext. 2691 Home: +1-212-316-8510 Mob: +1-646-3010-275 Email: andaula@yahoo.co.uk / andaula@ugabytes.org Blogg: http://www.ahmed.wecblogs.org ----------- No virus found in this outgoing message. Checked by A...
2006 Apr 13
1
Increamental backup
...t so sure probably you guys could help me if I am a wrong track or right; 20 16 * * 5 rsync -avz -e "ssh -i rsync" --compare-dest=Souredirectory Destinationdirectory Would that script to have increamental back? I do welcome any advices. Thanks in advance -- Ndaula Ahmed WEC Volunteer iEARN-US 475 Riverside Drive, Suite 450 New York, NY 10115 Fax: 212-870-2672 Off: +1-212-870-2693 Ext. 2691 Home: +1-212-316-8510 Mob: +1-646-3010-275 Email: andaula@yahoo.co.uk / andaula@ugabytes.org Blogg: http://www.ahmed.wecblogs.org ----------- No virus found in this outgoing message. Checked by A...
2009 Jul 02
2
[LLVMdev] patch for llc/ARM: added mechanism to move switch tables from .text -> .data; also cleanup and documentation
...way that is at least very > similar to the default behavior, but you have implemented it without using > the existing code. Did you consider implementing it using the LLVM > defaults? > I spend over a day trying to follow your suggestion. In the end I was not successful. Here is what Iearned: After setting ARMJITInfo::hasCustomJumpTables -> true setOperationAction for ISD::BR_JT -> Expand I needed to add a "brind" definition to ARMInstrInfo.td I picked "bx" but to do a proper job one would have to take older architectures into account.. The next thing was...
2009 Jul 14
0
[LLVMdev] patch for llc/ARM: added mechanism to move switch tables from .text -> .data; also cleanup and documentation
On Jul 2, 2009, at 10:48 AM, robert muth wrote: > I spend over a day trying to follow your suggestion. In the end I > was not successful. Here is what Iearned: > > After setting > > ARMJITInfo::hasCustomJumpTables -> true > setOperationAction for ISD::BR_JT -> Expand > > I needed to add a "brind" definition to ARMInstrInfo.td > I picked "bx" but to do a proper job one would have to take older > arc...
2009 Jul 23
2
[LLVMdev] patch for llc/ARM: added mechanism to move switch tables from .text -> .data; also cleanup and documentation
On Tue, Jul 14, 2009 at 6:48 PM, Bob Wilson <bob.wilson at apple.com> wrote: > > On Jul 2, 2009, at 10:48 AM, robert muth wrote: > > I spend over a day trying to follow your suggestion. In the end I was not > successful. Here is what Iearned: > > After setting > > ARMJITInfo::hasCustomJumpTables -> true > setOperationAction for ISD::BR_JT -> Expand > > I needed to add a "brind" definition to ARMInstrInfo.td > I picked "bx" but to do a proper job one would have to take older > archi...
2009 Jun 25
0
[LLVMdev] patch for llc/ARM: added mechanism to move switch tables from .text -> .data; also cleanup and documentation
Hi Robert, Evan asked me to review this patch, and I have some questions about it. I apologize for not following the discussion earlier and for hitting you with questions after you've already gone through several revisions. LLVM provides some default behavior for handling jump tables, with the tables emitted separately from the code that uses them. The ARM backend provides its
2009 Jun 24
2
[LLVMdev] patch for llc/ARM: added mechanism to move switch tables from .text -> .data; also cleanup and documentation
Evan: Sorry for the late follow up, I was out of town last week. Enclosed please find the updated patch including all your suggestions and a dejagnus test. Robert On Thu, Jun 11, 2009 at 2:27 PM, Evan Cheng <evan.cheng at apple.com> wrote: > > On Jun 8, 2009, at 2:42 PM, robert muth wrote: > > > On Sun, Jun 7, 2009 at 11:53 PM, Evan Cheng <evan.cheng at apple.com>