Displaying 20 results from an estimated 3000 matches similar to: "does rsync work in lockstep? parallel could improve high latency performance"
2011 Mar 12
2
two bugs in rsync 3.0.6 - ampersands in filenames, double quoting required
1)
deleting path/to/(Something) Word Word Anotherword--Word Word.pdf
IO error encountered -- skipping file deletion
I think either the -- is causing it to fail, or more likely, the next
filename, which it didn't bother to print out, which has an ampersand
in the name, causes it to fail.
I am using SSH as a substrate, of course, and I think you guys failed
to escape things, so the ampersand
2010 Aug 11
4
feature request: "remote user is root, make remote owner is foo"
I often push files from my user account over SSH to my web server, and
want them owned by www-user, which may not have a login shell, should
never accept remote logins, and who may not have a ~/.ssh directory
(and if it did, it would be under the wwwroot, ack!).
Currently I push as root and then do a chmod, but isn't there a better
way? While I'm doing this, the files are temporarily
2010 Aug 11
2
HDB, a hard drive backup program
Hey all, I'm writing a tool:
http://www.subspacefield.org/security/hdb/
It is very similar in some ways to rsync, except it's meant for backing up
locally to removable HDDs, and it keeps metadata around when the HDD is
removed.
I figured I'd ping people here to see if they are interested in
participating in the brainstorming sessions. I figure you know a lot
more than me about this
2011 Apr 05
2
IO error encountered, skipping file deletion - WTF?
Anyone know what this is supposed to mean?
366305 files to consider
IO error encountered -- skipping file deletion
I keep getting this, and so it refuses to delete any files from a mirror.
But what is the supposed I/O error?
Can we have it give us some kind of clue?
dmesg doesn't show any clues.
-vv --stats --progress doesn't help much.
I suppose I could strace/ktrace it, but is it
2012 Oct 18
4
Rack env rack.multiprocess true with single worker
Hi,
unicorn unconditionally sets rack.multiprocess to true in the Rack
environment. The Rack spec [0] says the following about the variable:
"true if an equivalent application object may be simultaneously invoked
by another process, false otherwise."
When unicorn is running with a single worker this does not hold so what
do you think about setting the variable to false when only a
2009 Jul 02
8
rails hyperthreading on Quad core
Hi, my video sharing website (politube.org) that I developed with rails,
runs on lighttpd/fcgi (I know it is obsolete by now) and is severely
under load and regularly blocks because the lighttpd process chews up
50% of RAM (1GB).
So now I want to move the system to a new server with 8GB, 64bit ,
Quad core processor (intel i7 920) but I am not sure if hyperthreading
will really do anything better.
2018 Nov 21
2
Promises Future en shiny no me funciona
Buenas,
Estoy intentando que al ejectuar un boton en shiny me cargue de manera asincrona dos consultas. Una es a una consulta sql pesada (tarda 10 segundos) y la otra es una sql ligera (tarda 0 segundos). Intento que el resultado de la consulta ligera se muestre mientras se espera al resulatdo de la consulta pesada, pero no lo consigo.
Estoy usando promises con future, en linux, pero no me
2010 Jan 21
1
Xapian under 360 MB VPS
Hello,
I wish to get some feedback on the use of Xapian in a virtual machine hosting plan with 360MB. The processes to share the 360MB will be the following:
0. nginx web server as front (estimated 5MB)
1. custom C++ FastCGI for dynamic requests (estimated 10MB)
2. Xapian writer (1 process and 1 thread)
3. Xapian readers (1 process with n threads for n readers)
4. PostgreSQL (estimated 50MB
2007 Oct 09
4
Camping and sessions proposal.
Hi Campers,
from the discussions gathered around, the current Camping sessions
don''t seem to be satisfying. ActiveRecord doesn''t seem to handle
hashid as an identifier, plus it doesn''t seem to be fully consistent
across the various RDBMS. On the other hand, the scope of the project
does not permit to implement all kind of client persistence. Secure
sessions with
2002 Sep 11
3
Is wine *always* mapping threads onto processes? (Was: Re: multiple instance
On Wed, Sep 11, 2002 at 10:43:12AM +0200, Fredrik Persson wrote:
> > > it's probably a unique instance of the app with 5 threads in it.
> > > each windows thread matches a unix-like process.
> >
> > Is that the general way wine translates windows threads, mapping them
> > onto processes? Would that really be a good idea? Usually the argument
> > goes
2011 Jan 05
1
RFC: grouped (f)sync
Hello,
Currently Dovecot (and any other application, which cares about e-mail
delivery) does at least one fsync per mail delivery. Given that hard
disk drives have a very limited IOPS, this effectively limits the
maximum mail delivery performance to a very low value, under utilizing
the available storage IO capacity.
Calculating with an average mail size of 50 kB and an average consumer
HDD
2024 Oct 09
3
sshd fails when using cryptodev-linux to compute hmac
Hi Damien,
> I don't know anything about cryptodev-linux, but I assume it's an openssl engine?
Cryptodev-linux is a kernel module that provides access to kernel crypto drivers, especially hardware-accelerated crypto, through the /dev/crypto device. Openssl implements an engine which interfaces to it.
> If so it's possible sshd's multiprocess model and/or file descriptor
2010 Aug 17
6
Overly aggressive constant unloading of Rails 3.0
In Rails 3.0 (both RC and edge), any constant that''s defined while loading a
file in development mode will get unloaded on each request, regardless of
whether it comes from an autoload path in the application or from external
code such as a gem.
Example file (tested on a fresh edge app):
# kittens.rb
require ''nibbler/json'' # "nibbler" is a gem specified
2010 Aug 19
3
Calling Line Identity - any ideas
Hi list
I have a requirement that I just don't know how to address - I don't think
its strange but can't find any pointers anywhere.
I have a user that wishes to have a "multi phone" divert. By that I mean
"calls made to his extension say Ext200 can be redirected to a different
extension say Ext400 and also to his home landline.
Doing the dial is fine using
2024 Oct 08
1
sshd fails when using cryptodev-linux to compute hmac
I don't know anything about cryptodev-linux, but I assume it's an
openssl engine? If so it's possible sshd's multiprocess model and/or
file descriptor handling is confusing it.
It's not a configuration we test, so you're mostly on your own to debug
it. It's entirely possible there's a bug there; if so, I'd expect it
to be something like a fd being closed while
2003 Sep 23
2
R Production Performance
Greetings All,
Been playing with R and it is very easy to get going with the UI or infile batch commands :-)
What I am wondering is how scalable and fast R is for running as part of a web service. I believe R is written in C which is a great start, but what are peoples general thoughts on this?
Thanks greatly,
Z.
[[alternative HTML version deleted]]
2013 May 02
1
multivariate, hierarchical model
Sorry for the last email, sent too early.
I have a small data set that has a hierarchical structure. It has both temporal (year, months) and spatial (treatment code and zone code). The following explains the data:
WSZ_Code the
water supply zone code (1 to 8)
Treatment_Code the
treatment plant which supplies each water supply zone (1 to 4)
2018 Mar 04
3
Random Seed Location
On Mon, Feb 26, 2018 at 3:25 PM, Gary Black <gwblack001 at sbcglobal.net>
wrote:
(Sorry to be a bit slow responding.)
You have not supplied a complete example, which would be good in this
case because what you are suggesting could be a serious bug in R or a
package. Serious journals require reproducibility these days. For
example, JSS is very clear on this point.
To your question
>
2010 Aug 19
8
Codec choice
Hi,
Does anyone has an idea how to tell asterisk to use codec A for first 50
calls and then codec B for rest of the calls.
Thanks,
Deepika
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100819/6114bf1d/attachment.htm
2007 Aug 29
2
POS system
Hi All,
I am looking for a Point Of Sales software which can run on centos5, does
anyone have good pointer for this. It's for an organic shop open by a
non-profit organization. I am helping to set it up.
Sorry if I am out of topic, I am following this list this few months and
find it very helpful. Just hope to get some help.
Thanks in advance.
David
-------------- next part --------------