Displaying 20 results from an estimated 400 matches similar to: "HELP! rsync won't upload my .htpasswd files"
2004 Apr 06
5
medir trafico
hola listeros!
existe algun script webScript, proyecto, herramienta
o lo que sea, que sirva para medir el trafico total de una
lan, como para hacer reportes mensuales por host ?
necesito hacer algo asi:
host Trafico/mes
-----------------------------
192.168.1.x1 xxxxx Bytes
192.168.1.x2 xxxxx Bytes
192.168.1.x3 xxxxx Bytes
192.168.1.x4 xxxxx Bytes
ese seria un reporte a efectuar el ultimo
2007 Sep 18
1
zfs-discuss Digest, Vol 23, Issue 34
Hello,
I am a final year computer engg student and I am planning to implement
zfs on linux,
I have gone through the articles posted on solaris . Please let me
know about the
feasibility of zfs to be implemented on linux.
waiting for valuable replies.
thanks in advance.
On 9/14/07, zfs-discuss-request at opensolaris.org
<zfs-discuss-request at opensolaris.org> wrote:
> Send
2002 Jan 31
2
configure --with-rsh=CMD and default blocking-IO support
A while back I argued for adding a --with-rsh=CMD option to configure
and got some general agreement that it would be a good thing (especially
for systems that don't have rsh at all). However, the changes were
never integrated into rsync.
This patch adds the --with-rsh=CMD option to configure and modifies
main.c to improve the blocking-IO setting code. The old code would set
blocking_io to
2003 Sep 11
0
Memory corruption with recent kernels?
I've had problems with post-August kernels. Under load, builds are
dying. I see lots of these:
Sep 10 17:56:17 tribble /kernel: pid 60715 (make), uid 0: exited on signal 4 (core dumped)
Sep 10 17:56:21 tribble /kernel: pid 61489 (make), uid 0: exited on signal 11 (core dumped)
Sep 10 17:56:29 tribble /kernel: pid 63495 (sh), uid 0: exited on signal 4 (core dumped)
Sep 10 17:56:29 tribble
2005 Jun 08
1
BUG REPORT: latest rsync misinvokes ssh with user@host ...
The latest rsync (2.6.5) seems to invoke the transport specified by
$RSYNC_RSH differently. I have this set to point at an ssh wrapper script
(which is now I noticed), and an strace shows this:
[archives/silva]#root@jazzbo*> strace -e trace=process -f /opt/bin/rsync -avHP /mnt/phat/archives/silva/. root@ali:/a/ali/home/.............
[...snip...]
2005 Sep 24
0
[Bug 3116] New: large tar files: 1 gig size: retransmitted: rsync_rsh
https://bugzilla.samba.org/show_bug.cgi?id=3116
Summary: large tar files: 1 gig size: retransmitted: rsync_rsh
Product: rsync
Version: 2.6.6
Platform: x86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2003 Dec 16
3
default --rsh
On Mon, Dec 15, 2003 at 10:51:08AM -0800, Wayne Davison wrote:
> On Mon, Dec 15, 2003 at 10:03:28AM -0800, jw schultz wrote:
>
> > The one thing i really would have liked to have seen in a version bump
> > would have been changing the default remote shell to ssh instead of
> > rsh/remsh.
>
> I can see this being both a good thing (since I think it is a better
>
2003 Mar 18
3
problems with rsync in cygwin
Hi,
I'm trying to set up rsync, with the transfers originating from a Win2K box
and going to a Linux box. Both boxes are on my home LAN, so ssh is not
required; I thought I would simply use the rsync protocol. I set up xinetd on
my Linux box to start a rsync server when needed. My first attempts at a test
run failed like so:
$ rsync -a /cygdrive/c/installs/palm rsync://192.168.2.3/palm
2020 May 29
0
[Bug 1997] Add QoS to ControlPath escapes
https://bugzilla.mindrot.org/show_bug.cgi?id=1997
--- Comment #4 from Peter Lebbing <peter at digitalbrains.com> ---
(In reply to chrysn from comment #3)
Sorry for not replying sooner, it slipped my mind!
> Would a patch to add a "%I" for "1 for interactive sessions, 0
> otherwise" to the expansion be generally acceptable? Peter, would it
> still serve your
2004 Jan 05
0
No subject
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/users/tconway>man rsync |grep environment
Reformatting page. Wait... done
environment variable.
the environment variable RSYNC_PROXY to a hostname:port pair
environment variable RSYNC_PASSWORD to the password you want
WARNING: On some systems environment variables are visible
RSYNC_RSH
2006 Mar 28
1
rsync on windows
Hi,
I have installed a rsync on windows which downloaded on
http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html
and run edited bat file content:
***********************************************
@echo off
set PATH=c:\rsync;%PATH%
set CYGWIN=tty binmode
set TERM=ansi
rem set RSYNC_RSH=c:\rsync\ssh.exe
set RSYNC_RSH=/cygdrive/c/rsync/ssh.exe
set USERNAME=myusername
set HOME=c:\rsync
echo Drive C
2017 Nov 08
2
Ggplot error
Hello,
I've an error recently.
ggplot(data = mtcars, aes(x= wt, y= mpg)) + geom_line()
Error: Found object is not a stat.
> sessionInfo()
R version 3.4.2 (2017-09-28)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.04.3 LTS
Matrix products: default
BLAS: /usr/lib/openblas-base/libblas.so.3
LAPACK: /usr/lib/libopenblasp-r0.2.18.so
locale:
[1] LC_CTYPE=tr_TR.UTF-8
2002 Nov 19
2
The exclude option of Rsync not work right.
Hello,
Can someone explain why my exclude option is not excluding filles as
instructed in my script below.
I have tried multiple methods and still have been unsuccessful in
excluding the one file "test.sql".
The methods I have tried are:
1. Removing EXTRAFLAG variable -a
2. Removing using -a
3. Option --include infront of --exclude and behind of --exclude.
4. rsync /software/testdir/
2017 Nov 08
0
Ggplot error
Thanks,
I think, I found the problem. It seems to related locale setting.
If I start with 'LANG=C R' everything's good.
--
Zeki ?atav
zekicatav.com
On Nov 8, 2017 1:56 PM, "John Kane" <jrkrideau at yahoo.ca> wrote:
I get the same result as Eric with
R version 3.4.2 (2017-09-28)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 17.04
It looks like you
2017 Nov 08
1
Ggplot error
I get the same result as Eric? withR version 3.4.2 (2017-09-28)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 17.04
It looks like you have "tidyverse" loaded so I tried it with just ggplot2 loaded and with tidyverse loaded.?
On Wednesday, November 8, 2017, 4:16:14 AM EST, Eric Berger <ericjberger at gmail.com> wrote:
I was not able to reproduce this
2017 Nov 08
0
Ggplot error
I was not able to reproduce this problem. I tried two environments
1. Ubuntu 14.04.5 LTS, R version 3.4.2 (same R version as yours)
2. Windows 10, same R version
On Wed, Nov 8, 2017 at 9:50 AM, Zeki ?ATAV <zcatav at gmail.com> wrote:
> Hello,
> I've an error recently.
>
> ggplot(data = mtcars, aes(x= wt, y= mpg)) + geom_line()
> Error: Found object is not a stat.
>
2008 Jul 30
2
zfs_nocacheflush
A question regarding zfs_nocacheflush:
The Evil Tuning Guide says to only enable this if every device is
protected by NVRAM.
However, is it safe to enable zfs_nocacheflush when I also have
local drives (the internal system drives) using ZFS, in particular if
the write cache is disabled on those drives?
What I have is a local zfs pool from the free space on the internal
drives, so I''m
2002 Jan 24
3
SSH
I added the enviroment variable RSYNC_RSH=ssh and every things seems to work
fine, but there is no way to tell if rsync is actually using ssh or not?
2002 May 03
1
Updating the docs/help on the default remote shell
Since rsync can now be configured with a different default remote shell
than "rsh", I think the docs should be updated a bit. Anyone object to
these changes?
(Note that I also fixed the misstatement that ssh prefers blocking IO.)
..wayne..
---8<------8<------8<------8<---cut here--->8------>8------>8------>8---
Index: options.c
--- options.c 2002/05/03
2008 Aug 20
0
Re gression with Intersection Constraint
Hi,
Previously I posted a thread asking help on how to best-fit (in the least
squares sense) a straight line through a set of data points. Thanks a lot to
all replying to it. I managed it in Matlab using a function 'fit_3D_data'
(link:
http://webscripts.softpedia.com/script/Scientific-Engineering-Ruby/Statistics-and-Probability/Orthogonal-Linear-Regression-in-3D-space-35532.html).
But to