similar to: multiple rsync simlataneously

Displaying 20 results from an estimated 1000 matches similar to: "multiple rsync simlataneously"

2004 Jul 27
1
[Fwd: multiple rsync simlataneously]
---------------------------- Original Message ---------------------------- Subject: multiple rsync simlataneously From: kbala@midascomm.com Date: Wed, July 21, 2004 7:51 pm To: rsync@lists.samba.org -------------------------------------------------------------------------- Hi, We are using rsync to backup the data from 100 remote machine and the rsync process are started at the
2004 Dec 04
1
How can we avoid partially transfered file
Is it possible to ideintify the file which are partially transfered from the remote machine. We want to avoid the partially transferred file to be in the target machine. If any failure is happen at the time of rsync transfer then that file should be transferred in the next time rathter than current transfer. Please suggest how do we go about this.. Regards, Bala
2009 Apr 21
0
joined R-today [SELinux]
Redhat's Security Enhanced Linux (in some modes) generates messages like that when code in a shared library is not compiled to have position independent code. I.e., the -fpic or -fPIC flag was not supplied when compiling. Your build log showed that -fpic was used when compiling your code, but the 3rd party library, libnetcdf.a may not have been compiled this way. The command
2015 Apr 21
3
How to stagger fsck executions
From: Mark Milhollan Sent: April 21, 2015 05:35 > On Mon, 20 Apr 2015, Hugh E Cruickshank wrote: > > >CentOS 6 > > >From ''man fstab'' ... > > The sixth field, (fs_passno), is used by the fsck(8) > program to determine the order > in which filesystem checks are done at reboot time. > The root filesystem should be >
2013 Jan 29
1
Cron job based on gateway
Hi Is there a way for puppet to create cron job on each of my node based on my gateway''s IP ? bala@bala-desktop:~$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.0.2.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0 0.0.0.0
2013 May 16
3
vim-puppet syntax highlight
Hi I am trying to install vim-puppet for syntax highlight of puppet manifest file. I first installed vim-puppet and then vim. Then I ran "vim-addon-manager -w install puppet" I am still unable to see the colours on site.pp bala@WheezyMaster:~$ vim-addon-manager # Name User Status System Status editexisting removed removed justify
2007 Nov 02
1
[patch][doc] adds console_timestamps discription
Hi, It adds console_timestamps discription. Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com> Anyway, Why Users'' manual version keeps Xen v3.0? Is there any reason? Thanks Atsushi SAKAI _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2002 Mar 30
2
(no subject)
A: do you have a "hosts allow" or "hosts deny" in rsyncd.conf? B: what version are you using? It seems i've seen messages about rsyncd in some versions refusing to allow unresolvable names in. C: Are you able to access the rsyncd, and just wonder about the log entries, or are you unable to get in? If it's just a log complaint, I wouldn't worry about it. Most
2012 Sep 07
5
puppet hangs
Hi I am a newbie to puppet and I am going through the documents at " http://docs.puppetlabs.com/learning/manifests.html" the exercise were working normally then suddenly puppet hangs when I tried to apply a manifest root@nscbose:/home/bala/puppet# puppet -V 2.7.11 root@nscbose:/home/bala/puppet# cat /etc/debian_version wheezy/sid root@nscbose:/home/bala/puppet# ps aux | grep -i puppet
2007 Jun 21
1
Exe file size is chaning during runtime
Dear All, We have observed the exe file size getting changed during run time of the system in CentOS. We are using CentOS 4.4 release. We have taken "strings" of the original "exe" and changed "exe". Then we compared the strings output of the two. The difference is given below. We are not sure why this is happening. Can some one throw light on this. diff
2007 Mar 02
1
Help Regarding Badblocks check in kick start installation very
Dear All, In Redhat 7.2 kick start installation,badblocks check for HDD is working on creating partition. But in Centos badblocks check is not working in kick start installation. Badblocks check command in kickstart file part / --fstype ext3 --badblocks --size 1000 part /home --fstype ext3 --badblocks --size 12000 part /usr --fstype ext3 --badblocks --size 9000 part swap
2012 Apr 27
2
Where would i put feature requests for a library?
Hi! If i found a problem with the code of one of the libraries (not core), or, in my current case, would wish something minor changed for convenience, where can i get contact? Can i put it in the "official" bug repository? (Problem discription for anyone interested: Why call the default function kpca for a matrix with kpar=list(sigma=0.2), instead of putting this default sigma into the
2009 Apr 22
2
Exporting objects plotted with plot3d() - rgl package
Dear all, Can anybody tell me how to export a 3d figure made with the plot3d function? I'm careless about whether it's still interactive or not in another format, as long I can get it out of R. Thanks! Alejandro Gonz?lez Departamento de Biodiversidad y Conservaci?n Real Jard?n Bot?nico Consejo Superior de Investigaciones Cient?ficas Claudio Moyano, 1 28014 Madrid, Spain Tel +0034
2007 Sep 28
2
plot graph with error bars trouble
Hi, I have a data set like this: Mutant Rep Time OD 02H02 1 0 0.029 02H02 2 0 0.029 02H02 3 0 0.023 02H02 1 8 0.655 02H02 2 8 0.615 02H02 3 8 0.557 02H02 1 12 1.776 02H02 2 12 1.859 02H02 3 12 1.668 02H02 1 16 3.379 02H02 2 16 3.726 02H02 3 16 3.367 306 1 0 0.033 306 2
2015 Apr 21
7
How to stagger fsck executions
CentOS 6 Hi All: Over the weekend I had to reboot one of my systems and got hit with fsck runs on all of the filesystems. I would not mind so much except doing them all at once took over an hour. I would like to be able to stagger these, ideally only execute one fsck per reboot. I have been able to think of two possible solutions but neither is terrific. My first idea was to manually run fsck
2016 Feb 26
1
How to write LLVM pass to collect register usage stats
Hi All, I wanted to collect the register usage stats for the program assigned by compiler(in other words "how many time each register will be accessed by the program when it will execute"). How to write LLVM pass which will analyse the code after LLVM global register allocation pass and output the stats. Regards, -Bala -- Thanks, Bala IIITA Allahabad -------------- next part
2016 Mar 01
2
How to write a simple MachineFunctionPass
Hello everyone, I have written simple LLVM passes, but I cannot able to write a MachineFunctionPass pass. I am following the steps form the following link but it is not working: http://www.gabriel.urdhr.fr/2014/09/26/adding-a-llvm-pass/ Please share the sample MachineFunctionPass code or steps to follow to write MachineFunctionPass. Thanks, Bala -- Thanks, Bala IIITA Allahabad --------------
2016 Mar 01
0
How to write a simple MachineFunctionPass
First you should learn how to write a pass and then a MachineFunctionPass. >From LLVM website, you can refer to http://llvm.org/docs/WritingAnLLVMPass.html And for outside pass, you can refer to http://adriansampson.net/blog/llvm.html It's a great article. And the author put the source code on Github <https://github.com/sampsyo/llvm-pass-skeleton>. 2016-03-01 14:36 GMT+08:00
2017 Jul 12
1
Distribution of Commercial RPM
Apologies if this is the wrong place to ask this. Is there a location to upload paid for RPM for distrubution, ie a store for CentOS? Is there a discription of how to create your own RPM repository for distrubution? What about updates of these RPM?
2011 Dec 25
1
Working on VBR fixed point conversion
Hi All, I am working on VBR fixed point conversion for our DSP processor and in the algorithm the MIN_ENERGY and some more terms which I am not able to understand how those numbers are derived. Can some one help me with some documentation on algorithm discription of VBR?. Regards, -Prasad