Displaying 20 results from an estimated 600 matches similar to: "Questions"
2016 Jun 02
2
rsync keeps writing files over
Thanks Kevin! I¹m unclear how to read the ‹itemize-changes output. Can you
provide some insight?
This is a local transfer from an external drive to an internal drive all
attached to one computer.
rsync -aPh --itemize-changes -n
/Volumes/shuttle_05/2012_79_1_14_1__1199_Workprint /Volumes/3TB_LTO/LT003A/
sending incremental file list
>f..t.......
2016 Jun 02
2
rsync keeps writing files over
OK. Thanks. Where can I find information regarding how to interpret
—itemize-changes?
The timestamps aren’t changing, so the target must not be storing them,
which I have no idea why. The directory I’m writing to is 777.
What is the flag to tell rsync to ignore the timestamps?
Thanks,
Blake
On 6/2/16, 6:18 PM, "rsync on behalf of Kevin Korb"
<rsync-bounces at lists.samba.org on
2016 Jun 09
4
rsync keeps writing files over
Hi Steven,
Yes, both file systems are the same.
rsync -nri --modify-window=1 <src> <dest>
Gives me the following for most files >f..T.......
2015_167_1_1__Boy_What_A_Girl_R2/2015_167_1_1__Boy_What_A_Girl__UHD_DPX_R2/
BWAG_R2_00138428.dpx
Although a few have >f..T......n
2015_167_1_1__Boy_What_A_Girl_R2/2015_167_1_1__Boy_What_A_Girl__UHD_DPX_R2/
BWAG_R2_00135909.dpx
2016 Jun 02
9
rsync keeps writing files over
Cool Thanks!
Specifically, the timestamps on both <src> and <dest> match for "ls -l"
but do not match for "ls -lu" or "ls -lc”
The storage is just an regular HDD in a mac pro tower. I can’t imagine why
it wouldn’t handle timestamps. Also of note - this problem doesn’t exist
for every file, just the vast majority. So, that just makes it more
confusing.
Yes,
2009 Nov 05
2
SMBD CPU climbs sky high when writing DPX files
Hello,
I am experiencing a strange problem when writing (capturing) DPX video
files to a Linux/Samba share. Basically, I'm seeing seeing a single smbd
process go from 9 percent CPU utilization to 100 percent CPU utilization
over the course of about 40 minutes. When smbd reaches 100 percent, the
capture stops (drops frames). I have tested this with three different
filesystem formats
2005 Jan 18
1
lme confusion
Hi, this is my first time using the nlme package, and I ran into the
following puzzling problem.
I estimated a mixed effects model using lme, once using groupedData, once
explicitly stating the equations. I had the following outputs. All the
coefficients were similar, but they're always slightly different, making me
think that it's not due to numerical error.
Also, what is the
2016 Jun 02
2
rsync keeps writing files over
Hi,
At my work we use rsync to move files between drives and to LTO among other things.
I'm having an issue using rsync to move material between and external drive and an internal drive.
We run "rsync -avvPh <src> <dest>" and most of the files keep writing every time I run this. It appears that the modification times are not being carried through to the destination
2002 Nov 04
0
uncertainty principle is untenable !!!
please reply to hdgbyi@public.guangzhou.gd.cn
or bgpgong@hotmail.com,
thank you.
UNCERTAINTY PRINCIPLE
IS
UNTENABLE
By reanalysing the experiment of Heisenberg Gamma-Ray Microscope and one of ideal experiment from which uncertainty principle is derived , it is found that actually uncertainty principle can not be obtained from these two ideal experiments . And it is found that
2002 Oct 16
0
uncertainty principle is untenable !!! (new)
please reply to hdgbyi@public.guangzhou.gd.cn
or bcpgong@hotmail.com,
thank you.
UNCERTAINTY PRINCIPLE
IS
UNTENABLE
By reanalysing the experiment of Heisenberg Gamma-Ray Microscope and one of ideal experiment from which uncertainty principle is derived , it is found that actually uncertainty principle can not be obtained from these two ideal experiments . And it is found that
2016 Jun 02
0
rsync keeps writing files over
It is saying the timestamp is wrong and that it is copying the file and
changing the timestamp. If it does that every time then either the
timestamps are changing on the source or the target isn't storing them.
On 06/02/2016 06:13 PM, McDowell, Blake wrote:
> Thanks Kevin! I¹m unclear how to read the ‹itemize-changes output. Can you
> provide some insight?
>
> This is a local
2016 Jun 02
0
rsync keeps writing files over
The man page has a section on what all the itemize-changes flags do.
There is a --ignore-times but the result is what you have now, re-copy
everything even if the timestamp matches.
The best you can really do with storage that can't handle timestamps is
to use --update. But if you do that you need to get rid of --partial
(part of -P) or else rsync will never complete a file that was
2016 Jun 09
0
rsync keeps writing files over
the T means that the timestamp is wrong and rsync is not fixing it
because you don't have --times or --archive in your command line.
On 06/08/2016 08:17 PM, McDowell, Blake wrote:
> Hi Steven,
>
> Yes, both file systems are the same.
>
> rsync -nri --modify-window=1 <src> <dest>
>
> Gives me the following for most files >f..T.......
>
2016 Jun 02
0
rsync keeps writing files over
Rsync only cares about the modification time. The ls command usually
abbreviates the timestamp so it is better to use the stat command on one
of the problem files to see the full thing.
On 06/02/2016 06:42 PM, McDowell, Blake wrote:
> Cool Thanks!
>
> Specifically, the timestamps on both <src> and <dest> match for "ls -l"
> but do not match for "ls
2016 Jun 11
0
rsync keeps writing files over
In <D37E24FA.120D%mcdowellh at si.edu>, on 06/09/16
at 12:17 AM, "McDowell, Blake" <McDowellH at si.edu> said:
Hi Blake,
Please reply to the list.
>rsync -nri --modify-window=1 <src> <dest>
As others mentioned, you need need to use --times. This is needed so that
we can see use output from --itemize-changes.
>Gives me the following for most files
2008 Dec 22
0
nlsrob fails with puzzling error message on input accepted by nls
I have a nonlinear model estimation problem with ~50,000 data records
and a simple 3 parameter model (logistic type - please don't tell me
that there are linear methods for such a problem). I run nls with
constraints once to get a good initial parameter guess, then try to run
nlrob to get improved estimates. The model is well-behaved for the
parameters that come from nls - no huge values, NAs
2009 May 05
4
Create Pie chart from .csv file
Hi all,
I am looking to create a pie chart from a given column in a .csv file.
My class variables are as follows:
entry_type, uniquekey, types, title, url, abstract, journal, author, month,
year, howpublished
So say I want to export a pie chart that groups together all entries under
'types' e.g. 3 x statistics 2x education etc. Im looking to have a piechart
represent this
2001 Jun 21
0
factors in model.frame.default
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to mime@docserver.cac.washington.edu for more info.
--1133331701-635408861-993124011=:10449
Content-Type: TEXT/PLAIN; charset=US-ASCII
I'm not sure if the warning messages
Warning messages:
1: variable 67 is not a factor in:
2005 Jan 19
22
[Bug 948] high CPU in sshd after tcp_wrappers deny
http://bugzilla.mindrot.org/show_bug.cgi?id=948
------- Additional Comments From dtucker at zip.com.au 2005-01-19 20:01 -------
Also worth trying: patch #772 in bug #973
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2012 Apr 09
1
Panel.abline would not show beyond a certain slope value
Hi,
Please find the code and data following. Problem appears in lines 37 - 42 of the code. I am using R.2.13.0 on WinXP.
Regards,
Fayez
PowerLawGraphsAblineQn.R?
library('reshape')
library(lattice)
library(igraph) # to use power.law.fit function
library(latticeExtra) # to use panel.lmlineq in loglog xyplot
File2Open = "C:\\Documents and Settings\\All
2007 Mar 19
1
xclip and wine
Hello
I perform the following command
$ echo "Text to clipboard" | xlip -i -selection clipboard
$ xclip -o -selection clipboard
Text to clipboard
I can also paste the text in mozilla by pressing shift-insert.
I cannot paste it into application running under Wine.
I have to invoke ctrl-insert explicitly on selected text in order to be
able to paste it into this wine application.
Do