Displaying 20 results from an estimated 10000 matches similar to: "rsync configured but with little probleam in the end"
2006 Apr 13
1
Increamental backup
Hello Folks,
I happened to have won atleast something because my backup off the site is
working absolutely well at the scheduled interval. But I am having one
question, which I know this community could help me getting it down and
having everything working the way I really want. This is about having
increamental backup. Here's the script I thought, If Include it in the
crontab might work but
2006 Mar 17
1
RSYNC auto configuration
Hi Folks,
At the moment, I am at the stage where I can only do the back manual. I have
run the first steps of configure and then make. Now when I run this command,
I can be able to have files transfered to a remote server
   rsync -t (filename) (remote-location) forinstance
  rsync -t *.p dev:testing
and doing this, I am still asked for the password for the remote server. I
have tried copying
2006 Mar 17
0
rsync backup system
Hi Folks,
I am going through a hard time of finding a way of using rsync to make a
remote backup (disaster recovery). I am trying to make use of rsync to have
a backup outside our offices, incase of any disaster forinstance fire, we
can be in position to recover our data. This is actually my first time using
rsync and I have done the configure and make. I got stuck at the stage of
creating a
2012 Jun 04
0
[LLVMdev] probleam about ThreadLocalImpl of llvm
Hi,
> I am very sorry to trouble you, but I need your help about my problem about
> ThreadLocalImpl in llvm of 2.8 version.
this is a very old version of LLVM, I suggest you try something newer, eg the
recently released version 3.1.
Best wishes, Duncan.
  I have compiled it in Windows xp with
> mingw, and have compiled skyeye(an open source project about simulator) as it
> uses
2012 Jun 04
2
[LLVMdev] probleam about ThreadLocalImpl of llvm
Hi, everyone:
   I am very sorry to trouble you, but I need your help about my problem
about ThreadLocalImpl in llvm of 2.8 version. I have compiled it in Windows
xp with mingw, and have compiled skyeye(an open source project about
simulator) as it uses llvm. But when I run a testcase ---- arm_hello, it
came out segment fault. I used gdb.exe to trace it, it gave the following
infomation:
$
2014 Feb 13
1
Backing up Xen vm's
Dear All,
because the organization I work for has to enter the 21 century eventually,
and encouraged by the the excellent wiki's available,
I'm giving Xen a try.
I' ve tested setting it all up but I have this question concerning 
making backups.
i' ve noticed that virsh snaphot-create does not work, and googling this,
I can find many posts describing making backups with rbackup,
2010 Apr 09
4
zfs send hangs
My zfs filesystem hangs when transferring large filesystems (>500GB)
with a couple dozen snapshots between servers using zfs send/receive
with netcat. The transfer hangs about halfway through and is
unkillable, freezing all IO to the filesystem, requiring a hard
reboot. I have attempted this three times and failed every time.
On the destination server I use:
nc -l -p 8023 | zfs receive -vd sas
2015 Apr 08
2
[LLVMdev] CUDA front-end (CUDA to LLVM IR)
On Wed, Apr 8, 2015 at 10:12 AM, Dmitry Mikushin <dmitry at kernelgen.org>
wrote:
> A tool of this kind here: https://github.com/apc-llc/nvcc-llvm-ir
>
> 2015-04-08 19:01 GMT+02:00 Ahmed ElTantawy <ahmede at ece.ubc.ca>:
>
>> Hi,
>>
>> I wanted to ask whether there is ongoing effort (or an already
>> established tool) that enables to convert CUDA
2015 Feb 20
2
[LLVMdev] Writing LLVM front-end
The path of least effort, as I previously stated, is to use Boehm-GC.
Reference-counted smart pointers will require that you implement the
reference counting in your language, in the generated code. e.g. a
statement such as:
p1 = p2
really compiles into:
p1.refcount--; if (!p1.refcount) free(p1)
p1 = p2
p1.refcount++
If you want your language to be thread-safe, then the increment and
2015 Feb 18
2
[LLVMdev] Writing LLVM front-end
I'm also a beginner, so asking on this beginner thread -- is there anything
in addition to the C ABI that one needs to worry about? I imagine a C ABI
gives lots of free libraries to integrate into your language, etc.
Also the C ABI change on platforms? I thought C Calling convention was the
same on all platforms.
On Wed, Feb 18, 2015 at 9:23 AM, David Blaikie <dblaikie at gmail.com>
2015 Feb 02
2
[LLVMdev] Basic AliasAnalysis: Can GEPs with the same base but different constant indices into a struct alias?
On Sat, Jan 24, 2015 at 5:44 PM, Chandler Carruth <chandlerc at google.com>
wrote:
>
> On Tue, Jan 20, 2015 at 12:27 PM, Ahmed Bougacha <ahmed.bougacha at gmail.com
> > wrote:
>
>> Hi all,
>>
>> This is covered by (struct-path aware) TBAA, but BasicAA disagrees.
>> See the attached testcase, where it prevents us from removing the
>> redundant
2015 Feb 02
2
[LLVMdev] Basic AliasAnalysis: Can GEPs with the same base but different constant indices into a struct alias?
On Mon, Feb 2, 2015 at 10:59 AM, Chandler Carruth <chandlerc at google.com>
wrote:
>
> On Mon, Feb 2, 2015 at 10:55 AM, Ahmed Bougacha <ahmed.bougacha at gmail.com>
> wrote:
>
>> Ah yes, the structs are what make it messy.
>>
>> How about the more useful constraint:
>> - the (identical) base must point to a (possibly multidimensional) array
>>
2006 Dec 06
1
IO error encountered -- skipping file deletion
Hi list,
I have a Windows server backing up to a Linux server that continuously 
gets 'IO error encountered -- skipping file deletion' in the receiver 
log file. Could someone enlighten me where and what this error is 
referring to. I have tried various options, like using --delete or 
--delete-during. Still the same problem.
Is it on the sender or receiver side, or a timeout encountered
2015 Feb 27
4
[LLVMdev] [RFC] AArch64: Should we disable GlobalMerge?
> On Feb 27, 2015, at 2:15 PM, Ahmed Bougacha <ahmed.bougacha at gmail.com> wrote:
> 
> On Fri, Feb 27, 2015 at 2:01 PM, Renato Golin <renato.golin at linaro.org> wrote:
>> On 27 February 2015 at 21:26, Ahmed Bougacha <ahmed.bougacha at gmail.com> wrote:
>>> Which brings us to my fallback proposal:  what about disabling the
>>> pass on darwin
2015 Feb 27
2
[LLVMdev] [RFC] AArch64: Should we disable GlobalMerge?
On Fri, Feb 27, 2015 at 1:38 PM Ahmed Bougacha <ahmed.bougacha at gmail.com>
wrote:
> On Thu, Feb 26, 2015 at 2:33 AM, Kristof Beyls <kristof.beyls at arm.com>
> wrote:
> >
> > Hi Ahmed,
> >
> > Did you run these experiments on a platform with a linker that makes
> > use of the AArch64CollectLOH-pass-produced information?
>
> As Jim says,
2015 Jan 30
0
[LLVMdev] RFB: Would like to flip the vector shuffle legality flag
I may get one or two in the next month, but not more than that. Focused on
the pass manager for now. If none get there first, I'll eventually circle
back though, so they won't rot forever.
On Jan 30, 2015 11:21 AM, "Ahmed Bougacha" <ahmed.bougacha at gmail.com> wrote:
> I filed a couple more, in case they're actually different issues:
> -
2015 Feb 28
1
[LLVMdev] [RFC] AArch64: Should we disable GlobalMerge?
On Fri, Feb 27, 2015 at 3:51 PM, Eric Christopher <echristo at gmail.com> wrote:
>
>
> On Fri, Feb 27, 2015 at 3:48 PM Ahmed Bougacha <ahmed.bougacha at gmail.com>
> wrote:
>>
>> On Fri, Feb 27, 2015 at 3:13 PM, Quentin Colombet <qcolombet at apple.com>
>> wrote:
>> > To be precise, GlobalMerge is registered as a pre-ISel pass, but still
2015 Feb 27
0
[LLVMdev] [RFC] AArch64: Should we disable GlobalMerge?
On Thu, Feb 26, 2015 at 2:33 AM, Kristof Beyls <kristof.beyls at arm.com> wrote:
>
> Hi Ahmed,
>
> Did you run these experiments on a platform with a linker that makes
> use of the AArch64CollectLOH-pass-produced information?
As Jim says, I'm on iOS, so yes.  However, I'm mostly running tests
with the pass disabled.
>
> I'm guessing that the
2018 May 22
0
remove rows of a matrix by part of its row name
Hello,
Please always cc the list.
As for the question, yes, it does. If you want to remove just the ones 
with exactly 73.1 use the pattern
grep("^73\\.1$", etc)
Explanation:
Beginning of string: ^
End of string: $
Escape special characters: \\ (needed because the period is a special 
character.)
Hope this helps,
Rui Barradas
On 5/22/2018 12:50 PM, Ahmed Serag wrote:
> Thank
2015 Feb 27
0
[LLVMdev] [RFC] AArch64: Should we disable GlobalMerge?
> On Feb 27, 2015, at 2:03 PM, Ahmed Bougacha <ahmed.bougacha at gmail.com> wrote:
> 
> On Thu, Feb 26, 2015 at 4:09 AM, Renato Golin <renato.golin at linaro.org> wrote:
>> On 26 February 2015 at 00:57, Ahmed Bougacha <ahmed.bougacha at gmail.com> wrote:
>>> -- A way forward
>>> One obvious way to improve it is: look at uses of globals, and try to