Displaying 20 results from an estimated 300 matches similar to: "Inplace editor oddity"
2006 Jun 26
4
has_many :through
first, the models:
class Listing < ActiveRecord::Base
has_many :keyword_links
has_many :keywords, :through => :keyword_links, :conditions => "active =
1"
end
class Keyword < ActiveRecord::Base
has_many :keyword_links
has_many :listings, :through => :keyword_links, :conditions => "active =
1"
end
class KeywordLink < ActiveRecord::Base
belongs_to
2001 Jul 15
1
getting a wierd results from ov_time_tell()
>From the documentation that I read, ov_time_tell is supposed to tell you
the how many seconds the decoder is into in the stream. However, I'm
getting some weird results from it. On my stream (which is seekable - I
verified it), ov_time_total returns the correct total seconds. However,
when I start playing, ov_time_tell first gives me a wrong floating point
number (like 4.969.). when I
2008 Mar 20
3
Break up a data frame
Hi R users,
I have a dataframe in the below format
xyz 01/03/2007 15.25 USD
xyz 01/04/2007 15.32 USD
xyz 01/02/2008 23.22 USD
abc 01/03/2007 45.2 EUR
abc 01/04/2007 45.00 EUR
2007 Dec 14
0
Rsync lets user corrupt dest by applying non-inplace batch in inplace mode
Wayne,
I noticed that rsync will let me apply a non-inplace batch file in
inplace mode. This corrupts the destination file if the batch file
copies any data forward (from earlier offsets to later ones). Of
course, the post-transfer checksum detects the corruption and gives the
"ERROR: <file> failed verification" message, but rsync doesn't give the
user a clue why the
2008 Jan 14
7
DO NOT REPLY [Bug 5201] New: Rsync lets user corrupt dest by applying non-inplace batch in inplace mode
https://bugzilla.samba.org/show_bug.cgi?id=5201
Summary: Rsync lets user corrupt dest by applying non-inplace
batch in inplace mode
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo:
2006 Apr 10
0
About inplace editor
Hi,
I wanted to know if it''s possible to integrate FCKEditor with the
inplace editor, and is it possible to have comboboxes too? If yes,
could you give me some quick directions? Thanks a real lot,
Blaise Bernier
2006 Apr 10
0
Samples for AJAX autocomplete and Inplace Editor are not working in FF 1.5.1
Hello Everyone,
I am don''t know if this is known issue. AJAX autocomplete and Inplace Editor
Functional test examples are not working in FireFox 1.5.1.
Same files are running perfectly in IE 6.
error show at line
new Ajax.Autocompleter(''ac1'',''ac1update'',''_autocomplete_result.html'');
error is "Ajax.Autocompleter is not a
2014 Mar 25
0
enabling sparse file option with inplace
hi,
is it possible to enable efficient treatment of sparse files along with -u -inplace option?
the algo could fall back to regular logic for -S.
thanks,
javed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20140325/89c0d9a3/attachment.html>
2004 Nov 18
0
Inplace upgrade 2.2.12 -> 3.0.7
Hi All!
A feww weeks ago I upgraded one of my customers from 2.2.7a to 2.2.12.
I chose the download and compile for 2.2.12 so that I had full control over
what was going on and where the new version would live. This went very well
until I found missing bits and pieces like smbpasswd etc etc. They live in
new places on 12! I could quite happily swap between the two versions by
killing the smbd
2004 Aug 23
0
[Bug 1646] New: --inplace with --backup --backup-dir does not work
https://bugzilla.samba.org/show_bug.cgi?id=1646
Summary: --inplace with --backup --backup-dir does not work
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: ard@waikato.ac.nz
2004 Sep 13
1
[PATCH] Inplace option for rsync
Mark,
The patch seems to cause problems if there are any transfer
interruptions (as mentioned in the comments in the patch). However, even
on a retransfer, the earlier partially transferred file is not fixed,
although the client appears to think the transfer has completed
successfully. This appears to be a serious bug.
Note: Both client and server have the inplace patch, and on Linux
platforms
2005 Jan 06
0
[Bug 2218] New: inplace-if-low-disk
https://bugzilla.samba.org/show_bug.cgi?id=2218
Summary: inplace-if-low-disk
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: baldvin@angel.elte.hu
QAContact:
2005 Feb 14
0
[Bug 2218] inplace-if-low-disk
https://bugzilla.samba.org/show_bug.cgi?id=2218
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From wayned@samba.org 2005-02-13 22:17
2005 Mar 16
0
Problem with rsync --inplace very slow/hung on large files
I'm trying to rsync a very large (62gig) file from one machine to another as
part of a nightly backup. If the file does not exist at the destination, it
takes about 2.5 hours to copy in my environment.
But, if the file does exist and --inplace is specified, and the file
contents differ, rsync either is so significantly slowed as to take more
than 30 hours (the longest I've let an
2009 Oct 05
0
inplace (and append) support for partial-dir
Hi,
I frequently rsync larger files from my rented server to my PC.
Sometimes I have to stop the rsync process and restart it a while after
(e.g. I'm shutting down my PC for the night, ...), sometimes several times
per source file.
I like the two following features:
(1) The unfinished files should stay in a own directory (I call it '.dl').
I'm talking here about the 'temp'
2010 Apr 24
1
inplace and partial transfers
Hi,
I need to use rsync with options inplace and no-whole-file, but have
problems with transfers of large files being frequently interrupted.
partial-dir could be the solution, but it does not work with
inplace-updating of destination files.
I am thinking of doing the sync in two steps:
1) sync with --partial-dir and --backup-dir to send updated files to a
different directory at the
2010 Nov 26
1
DO NOT REPLY [Bug 7823] New: Documentation enhancement for --inplace option
https://bugzilla.samba.org/show_bug.cgi?id=7823
Summary: Documentation enhancement for --inplace option
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: erik at logtenberg.eu
2014 Feb 25
0
strange behavior of --inplace on ZFS
Hi
I am extending my ZFS+rsync backup to be able to handle large files (think
virtual machine disk images) in an efficient manner. however, during testing I
have found a very strange behavior of --inplace flag (which seems to be what I
am looking for).
what I did: create a 100MB file, rsync, snapshot, change 1k in random location,
rsync, snapshot, change 1K in other random location, repeat a
2014 Dec 26
2
Re[2]: --link-dest --inplace updates files without unlinking. What to do?
Ok, thanks. I removed --inplace and --append-verify and kept --link-dest and --partial.
And now the script works exactly as I want: hard-links are not updated, the script is still robust and can
copy large files over unstable links etc, etc.
==
Askar Safin
http://vk.com/safinaskar
Kazan, Russia
2014 Dec 27
0
--link-dest --inplace updates files without unlinking. What to do?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Are you specifying --partial-dir? Seems like that would be needed or
else you will end up would end up with an incomplete copy in the
previous target?
On 12/26/2014 06:50 PM, Askar Safin wrote:
> Ok, thanks. I removed --inplace and --append-verify and kept
> --link-dest and --partial. And now the script works exactly as I
> want: hard-links