Displaying 20 results from an estimated 6000 matches similar to: "How can we avoid partially transfered file"
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 Jul 21
1
multiple rsync simlataneously
Hi,
We are using rsync to backup the data from 100 remote machine and the
rsync process are started at the invervel of 1 mins.
The discription of the problem is as below.
The Load is around ?111.98?. More than a 100 rsync <defunct>? processes
with status ?D? / ?Z? were running in the system.The System was working
very Slow. I have rebooted the Pc and the load came back to normal. The
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
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
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
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
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
2009 Apr 21
4
plotting with R
Friends,
i) I am new to R. Kindly suggest some resources that has examples of
plotting with R.
ii) How to set number of tick marks and labels, i have a x axis ranging fro
1 to 21. By default R shows the tick marks at 5, 10,15,20. How can i change
this.
Thanks,
Bala
[[alternative HTML version deleted]]
2010 May 23
0
error in loading vhost_net module
On Sun, May 23, 2010 at 7:10 AM, Michael S. Tsirkin <mst at redhat.com> wrote:
> On Sat, May 22, 2010 at 07:31:15PM -0400, Balachandar wrote:
>> Hi Michael,
>> ?? Thank you for your vhost_net module. I am really excited to know that your
>> module reduces latency 4 to 5 times. I was trying on my own project to reduce
>> latency in using virtio but when i saw your
2010 May 23
0
error in loading vhost_net module
On Sun, May 23, 2010 at 7:10 AM, Michael S. Tsirkin <mst at redhat.com> wrote:
> On Sat, May 22, 2010 at 07:31:15PM -0400, Balachandar wrote:
>> Hi Michael,
>> ?? Thank you for your vhost_net module. I am really excited to know that your
>> module reduces latency 4 to 5 times. I was trying on my own project to reduce
>> latency in using virtio but when i saw your
2011 Mar 23
3
EXT4 Filesystem Mount Failed (bad geometry: block count)
Dear All,
Currently using RHEL6 Linux and Kernel Version is 2.6.32-71.el6.i686 and DRBD Version is 8.3.10
DRBD is build from source and Configured DRBD with 2 Node testing with Simplex Setup
Server 1 : 192.168.13.131 IP Address and hostname is primary
Server 2 : 192.168.13.132 IP Address and hostname is secondary
Finally found that drbd0, drbd1 mount failed problem
*Found some error messages
2005 Aug 17
2
what are the available plugins for IE in wine
Hi All,
we are planning to migrate some of the windows
users to linux, but before that looking for
information
about available plugins for IE in wine environment.
can you point me where I can find this information, or
anybody already installed and running IE in wine, pls
share your experience about supporting IE based web
applications or any other work around/solution
available.
thanks in
2009 May 04
3
problem with ms office
Friends,
I installed MS office 2k7 with wine 1.1.15. I am able to open the
applications and work on it. However if i try to copy a figure from
powerpoint and paste is on the word, it is not working. The reverse is also
not working.
In addition, i am not able to move the figures in the work file to the
appropriate positions. I dnt understand what is going wrong. Any suggestion
on how to resolve
2009 Apr 21
1
joined R-today
Friends,
I am a newbie to R. Just installed and started with R. I installed netcdf
library (netcdf-4.0.tar.gz) and then ncdf package of R from CRAN with the
following command.
R CMD INSTALL
--configure-args="-with-netcdf_incdir=/usr/local/netcdf/include
-with-netcdf_libdir=/usr/local/netcdf/lib" ncdf_1.6.tar.gz
The installation was successful. But when i try to use ncdf inside R, i