Displaying 20 results from an estimated 38 matches for "clari".
Did you mean:
clark
2009 Nov 12
0
Problem with has_many :through, :uniq => true with polymorph
...:taggables,
:from => [:resources, :lessons],
:through => :taggings,
:dependent => :destroy
The uniq option doesn''t seem to stop me from adding the same tag
multiple times to a resource:
>> resource = Resource.first
=> #<TeachingObject id: 59, name: "Clarinet bite point close-up" ...>
>> tag = Tag.first
=> #<Tag id: 1, name: "recorder">
>> resource.tags
=> [#<Tag id: 1, name: "recorder">, #<Tag id: 610, name: "chunky
chicken">, #<Tag id: 1, name: "recorder">]
&g...
2002 Jan 24
5
Moving files revisited
...nnot happen. The fix is rather complicated (because
the generator is doing a lot of reading and writing of other data), but
I've been using this patch in production conditions for quite a few
months now and haven't encountered any problems yet. Here's the nohang
patch:
http://www.clari.net/~wayne/rsync-nohang.patch
The second part of the equation actually adds the --move-files option,
the communication of the receiver back to the sender of which file was
successfully finished, and the actual unlinking of the source file:
http://www.clari.net/~wayne/rsync-move-files.patch
C...
2002 Feb 08
1
Deleting files from source after a successful rsync !
I have a few clients who prepare some reports and put it in their outgoing/ directory for me to pick up every morning. Is there a way to delete those files from their outgoing/ after I fetch them ?
Thanks
Nishi
2002 Jun 21
2
Release 3 of "rzync" new-protocol test
...ike to check out the latest release of my "rzync" [sic]
test release, I've just released a new version. For those that might
not have time to look at the code but could provide some feedback based
on a rough description, I've created the following simple web page:
http://www.clari.net/~wayne/new-protocol.html
Here's the tar file of the new release:
http://www.clari.net/~wayne/rzync-0.03.tar.gz
Changes in this version:
I've optimized the protocol to make the transferred-byte overhead
smaller; I've used an rsync-like file-list compression to make the
direct...
2002 Dec 09
1
rsync 2.4.6 hanging on HPUX11 only over firewall.
We are running rsync 2.4.6 on HPUX-11and using it to push a document-root from a staging area to several servers running rsync in daemon mode.
The rsync client syncs successfully to modules on the same server and to most other machines, but hangs when trying to syncronise across a firewall (from SECURE zone to DMZ)
(The firewall port IS OPEN!!)
During a normal release where there are rougly
2001 Oct 24
0
hanging issues
...-------------------------
On Tue, 10 Jul 2001, Steve Ladendorf wrote:
> Is there something I'm doing wrong? What can I do
to prevent rsync from
> hanging all the time??
If you avoid using -v, that can help rsync not to
hang. However, a
better fix is to apply this patch:
http://www.clari.net/~wayne/rsync-nohang1.patch
This fixes a very common hang problem, and makes -v
safe to use again.
Since you are also transferring large quantities of
files, I would be
very interested in knowing if rsync still hangs after
applying that
patch. If it does, try applying this patch:
http://...
2003 Jan 15
2
Latest --files-from patch
If anyone is trying out my --files-from patch, please grab a new version
from here:
http://www.clari.net/~wayne/rsync-files-from.patch
I fixed a potential bug in the pathname-reading code when pulling files.
This version also sanitizes all read pathnames, as discussed elsewhere.
Remember that this patch is still young, so use it for testing only.
..wayne..
2003 Mar 24
0
rsync --move-files patch
...;ve been looking for a solution to periodically pull files
from a server and delete them after a successful download.
rsync + the --move-files patch seems to be the perfect solution
for it as I can run it through ssh.
I've found the following download location in the mail archive:
http://www.clari.net/~wayne/rsync-nohang.patch
http://www.clari.net/~wayne/rsync-move-files.patch
The patch doesn't apply cleanly to rsync 2.5.6.
Is there a newer version of the patch somewhere?
Adding a link to the current version in the FAQ
might be helpful for others.
Is there any chance to get these patc...
2002 Jan 05
2
rsync w/ openssh hangs on linux
...machines using rsync-2.5.1 and various recent
flavors of openssh. The symptom when testing with a
single 2M file is that rsync hangs when when the file
is 97% transferred.
It seems from looking at various archives that this
problem may be non-trivial. I tried applying the
patch at
http://www.clari.net/~wayne/rsync-nohang.patch to
rsync-2.5.1, (even though it's for 2.5.0) but it
didn't seem to make things any better.
I'm wondering if there are any tips to get around this
problem or ???
Thanks!
jrobinson
__________________________________________________
Do You Yahoo!?
Send your...
2002 Jun 26
2
Latest rZync release: 0.06
...ability to specify a different destination name (previously only
existing destination directories could be specified).
- Added a README with the latest command syntax for controlling rzync.
- Some much-needed cleanup of internal structures.
- Fixed several bugs.
Web resources:
http://www.clari.net/~wayne/rZync-0.06.tar.gz
http://www.clari.net/~wayne/new-protocol.html
There are still unsquashed bugs lurking, so be careful. For instance, I
tried to copy my .mozilla dir, and the huge Cache hierarchy is currently
giving it grief. I'll debug this problem next.
..wayne..
2002 Oct 18
5
Printing with wine
Ooops, I guess a suject will get some of you to read this, hey?
Hi All,
Wondering if there is a document that tells how to get wine printing through
a cups printer working? Yes I know the wine docs say it's all magic and if
you're using cups your printing will magically work, but for some reason, it
doesn't, my wine session crashes and burns when I try to print from the
built in
2002 Jun 13
1
2nd release of my new-protocol testing app
...announce another release for those brave souls that may want to help me
in my thinking about a (potential) new rsync protocol. It's a tar.gz
file this time because I broke up the code into multiple files. I named
it "rzync" just for fun (a very confusing name, no?):
http://www.clari.net/~wayne/rzync.tar.gz
The new stuff in this release is that it can get/put an entire directory
tree of files via getd/putd, and it has conditional get/put commands
that handle both files and directories (cget/cput). (For those that
missed the first announcement, the program can be totally contr...
2007 Jun 17
3
xm save -checkpoint supported?
Hi,
I emailed about a week ago but did not get any response back This my
second attempt.
I understood that xm save -c (checkpointing feature) was included in Xen
3.1, but after
taking days to have Xen running it seems that Xen 3.1 does not support VM
(PVM or HVM)
checkpointing. Is there any pseudo-stable version of Xen that supports
checkpointing?
cc
2001 Oct 31
2
Problem using -v within rsync transfer.
Hello,
We have used rsync on a mirroring application successfully for just over a
year. After our upgrade to 2.4.6, however, the process started failing
about 50% of the time. The nature of our failure was that the rsync
processes on the remote system would die with no error message, leaving the
local system processes hung. I have netstat and trace output for available
if needed, but I see
2001 Aug 06
5
rsync-2.4.7 NEWS file
I've gone through the CVS commit log and tried to get every
user-visible change since 2.4.6, so that we can make a proper
announcement for 2.4.7. Please let me know if anything is
missing/inaccurate.
At this stage I'm planning to release two 2.4.7pre tarballs, one with
the "large nohang patch" and one without. Some people inside VA will
be stress-testing both, and so we can
2003 Jan 18
2
Latest release of --files-from patch
...anywhere outside of the default ("/source") dir.
- The number of files is not limited by the command-line character
limit.
- You can specify a list of files separated by nulls (instead of
newlines) if you add the --null option.
Where To Get It:
================
http://www.clari.net/~wayne/rsync-files-from.patch
** This code is still early in its life, and should be used with caution. **
Please help me test it and feel free to let me know what you think.
Enjoy!
..wayne..
2005 Dec 01
1
mbox separators ignored
Using dovecot-0.99.13-4.FC2
I grabbed a bunch of Mailman archive files from the Weather mailing list
here:
<http://www.buoy.com/pipermail/weather/>
I gunzipped the older ones, then concatenated them all in correct order to
create one big mbox file. I dropped it into my ~/mail folder and started my
IMAP client (Mulberry) and opened the new Weather folder. It shows one
gargantuan
2001 Oct 27
1
2.4.7p1 protocol differences?
Hi all,
rsync-2.4.6 has been running for quite a while with no problems, until
about a week ago when for some reason it blocked on the same host ever
time.
I use it to backup about thirty hosts to my backup server, but for some
reason it's illiciting that blocking bug that some people experience with
2.4.6. So, I upgraded the client side with 2.4.7, but it complained of
protocol differences.
2002 Jul 13
0
rZync 0.08 released
I've released the next version of my rZync test app. You can find a
link to it here:
http://www.clari.net/~wayne/new-protocol.html
You should also snag the referenced librsync source, as some important
bugfixes in librsync are needed to compile rzync.
For those that don't know, rZync is my new-protocol test app that I'm
using to try out some ideas on how to improve the rsync protocol. It...
1998 Feb 17
0
diskless win95 and samba
Clary Harridge asked...
> we are interested in booting Win95 diskless from a SAMBA server.
Peter Debus <pdebus@turing.une.edu.au> cautioned
| Unfortunately there is no other option I am aware of, other than
booting
| from an NT server - which I have been told, but have not experienced
| myself, is painfully slow if booting a whole computer lab at once,
with
| clients timing out and