Displaying 20 results from an estimated 4000 matches similar to: "problem syncing files from embedded device to PC"
2007 Jan 29
2
rsync or other tool
Hi,
I am using rsync-2.5.5 on power pc system. It is an embedded system with
very low memory few MBs. Most of the time only 4-5 MB memory is free (as
shown using free command). I have an application that periodically (every 20
sec) fires rsync command from system command i.e. system ("rsync..") to a
remote m/c connected to it. The data I have to rsync has hardly 60 files
with total size
2007 Jan 31
1
SIGUSER1 and rsync
Hi,
What is the behaviour of rsync on receiving SIGUSER1 signal? Can I block it
in someway so that my application that repeatedly calls rsync and rsync
itself will run smoothly.
Regards,
Preeti
-------------- next part --------------
HTML attachment scrubbed and removed
2005 Oct 21
4
"-signs in rsync as well as in embedded ssh command
Hello,
Today I succesfully transfered some testfile on my local computer with the
following command:
rsync -e "ssh" testfile.txt localhost:receive
I can also succesfully connect with SSH to a remote server through an http proxy
with the following command:
ssh -o "ProxyCommand corkscrew myhttpProxy 8080 targetcomputer.domain 22"
targetcomputer.domain
But I'm so far
2010 Feb 22
3
Re : how to plot select points in preexisting persp plot
Hello,
I am trying to plot selected data points to a preexisting persp plot
that satisfies a condition. I used the following statement -
text(coords[,1], coords[,2], names(act[which(act > 8.75)]), cex=0.7)
But I get all the points labeled, instead of the points that satisfy
the condition specified. Is there any way to plot only the points I
want? Also can this be done using
2012 May 22
2
Median computation
Hi,
I have a 250,000 by 300 matrix. I am trying to calculate the median of
those columns (by row) with column names that are identical. I would like
this to be efficient since apply(x,1,median) where x is created by choosing
only those columns with same column name and looping on this is taking a
really long time. Is there an efficient way to do this?
Thanks!
[[alternative HTML version
2012 Jul 27
2
R bioconductor agilent aCGH analysis
Hi,
I would like to analyze some agilent aCGH copy number files. As a start, I
would like to normalize this data. I don't know what is the standard way to
do this. Which package is the standard one that people use for this
purpose? The chips that I am looking at are the agilent sure print 1M
(G4447a) array and a custom chip with similar format. My raw data is a text
file with spot locations
2011 Sep 14
3
Is there any implementation of VSS for a ZFS iSCSI snapshot on Solaris?
I am using a Solaris + ZFS environment to export a iSCSI
block layer device and use the snapshot facility to take a snapshot of the ZFS
volume. Is there an existing Volume Shadow Copy (VSS) implementation on
Windows for this environment?
Thanks
S Joshi
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Aug 11
3
Fuse problem
Hello all,
I'm running a 64bit Centos5 setup and am trying to mount a gluster
filesystem (which is exported out of the same box).
glusterfs --debug --volfile=/root/gluster/webspace2.vol
/home/webspace_glust/
Gives me:
<snip>
[2009-08-11 16:26:37] D [client-protocol.c:5963:init] glust1b_36:
defaulting ping-timeout to 10
[2009-08-11 16:26:37] D [transport.c:141:transport_load]
2016 Jun 21
2
[lld] support --trace-symbol option
I have submitted patch for "--trace-symbol=symbol" (alias -y symbol) option.
This option provides names of all the link time modules which define and
reference symbols requested by user. This helps to speed up application
development by detecting references causing undefined symbols. It also
helps in detecting symbols being resolved to wrong (unintended) definitions
in case of
2010 Jul 08
3
Command died with signal 6
Hi,
We have dovecot 1.1.20 running on Fedora 7 with mail and indexes on NFS. On
our delivery server we are getting "status=bounced (Command died with signal
6: "/usr/local/libexec/dovecot/deliver")"
We are fetching these mails from another server which has Centos 5.2
installed. We have mail_nfs*=yes and mmap_disable=yes settings in
dovecot.conf.
Please let me know why the
2007 Feb 22
1
Wildcards
Hello,
Thanks Olly , by following to your suggestion I could do the indexing in
the CSV file while the
search results retrieved from the Postgres and it's working fine.
[ I am using the Xapian PHP-binding to index and search.]
How could I enable the WILDCARDS in it ?
I followed with the online manual which says it is disabled by default
there given some method to enable
but I am not
2007 Jul 30
3
dtrace
hi fnds,
i want to print the filenames on which the stat system
call is acting when a stat system call is invoked. can anyone can help
me this regard.
Thanks
jeevan
2010 Oct 14
5
How to connect asterisk PBX to PSTN
Hello community,
I have successfully set up asterisk free PBX server and I am also able to
connect to it by softphone.
Now as next step I want to extend this to PSTN ,
My Required scenario:
I need a number which will connect outside PSTN world to my PBX and by
applying extension particular softphone or connected normal phone should get
connected.
Which hardware I need for it.
Also please
2002 Oct 25
4
R v/s S-plus
Hi all,
I have Splus and R both on my unix machine. I intend to keep only one of
them. R looks to be a better choice. But I want to confirm. Is there any
function or group of functions in Splus that are absent in R?
Thanks,
Saket.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2008 Feb 08
2
incremental backup
Can anyone tell me that how can i take incremental backup through rsync. I
will be grateful to you .
--
Regards
Piyush Joshi
9415414376
-------------- next part --------------
HTML attachment scrubbed and removed
2006 Jun 11
2
Finding a record and showing it -- how?
I''d like to prompt a user for the value of a Name field, then display
the record. Rails tells me that it cannot do a find without an ID. I
guess it must be that I''m not passing back properly the data from the
view to the controller.
Thanks for the help
joshi
The find_user.rhtml view:
<div class="find-name-form">
<fieldset>
<legend>Enter User
2003 Nov 03
4
[LLVMdev] large linking time
Hello,
I have observed that the LLVM build takes pretty long time
to link executables (i.e. tools). Is that a normal behavior?
Thanks,
Rahul
2010 Oct 21
8
Dial Plan Conf
Here I am expecting to be configured following scenario:
User calls : it will play a sound will ask for input DTMF, then call will be
given to particular extension for any DTMF entered.
But its not working as expected.
I have attached the dial plan file.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Sep 04
1
Rsync patch for default ACLs and executability
I wrote a patch for rsync 2.6.6 that changes two things:
(1) When the receiving rsync creates a file in a directory with a
default ACL and `--perms' is off, rsync uses the default ACL instead of
the umask to calculate the new file's permissions. All programs that
just use `open' and don't do an explicit `chmod' are forward-compatible
with default ACLs, but rsync always sets
2006 Jan 17
2
getting "diff" of directory trees
Given two directories "foo" and "fooprime", can I have rsync make a file
or directory "d", that contains the differences between these two
directories such that I can take d and apply it to foo to get fooprime,
or take fooprime and reverse-apply d to it to get foo?
I'm not sure that the --backup and --backup-dir options to rsync will
give me exactly what I want.