Displaying 20 results from an estimated 1000 matches similar to: "rsync --dry-run --link-dest problem"
2003 Sep 14
1
estimating quantiles from binned data
Suppose I have a set of binned data, counts exceeding a series of
arbitrary thresholds, a total N, a minimum and maximum, those sorts of
things. Is there a "standard" method for estimating arbitrary
quantiles from this?
My initial thought is that the counts and min/max give me solutions at
various points along the empirical cdf. As the data are roughly
log-normal, I thought maybe I
2003 Oct 27
2
variance component analysis for nested model
Given a set of data:
> names(data)
[1] "city" "house" "visit" "value"
I am looking for a way to compute the variance components of the
nested model (ie, visit 1 at house 2 at city 3 isn't related to visit
1 and house 2 at city 4), but different houses in the same city may be
related, and different visits to the same house are probably
2005 Oct 20
1
[Bug 3198] rsyncing a file to a dest path where dirname(path) is a file quietly fails
https://bugzilla.samba.org/show_bug.cgi?id=3198
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From wayned@samba.org 2005-10-20 09:45
2007 Oct 28
2
DO NOT REPLY [Bug 5050] New: rsync tries to --copy-dest in --dry-run mode
https://bugzilla.samba.org/show_bug.cgi?id=5050
Summary: rsync tries to --copy-dest in --dry-run mode
Product: rsync
Version: 3.0.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: hashproduct+rsync@gmail.com
2012 Sep 17
1
[Bug 9167] New: --dry-run --stats --link-dest provides incorrect stats
https://bugzilla.samba.org/show_bug.cgi?id=9167
Summary: --dry-run --stats --link-dest provides incorrect stats
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: michele.giacomoli
2013 Oct 30
1
[Bug 10238] New: --dry-run does not change directory, causes --link-dest failure on symlinks
https://bugzilla.samba.org/show_bug.cgi?id=10238
Summary: --dry-run does not change directory, causes
--link-dest failure on symlinks
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at
2011 Nov 21
1
Lattice graph help
Hi all
I hope you might help me with some aspects of producing a graph in lattice. There are three things I have struggling with and that is: 1. to separate the horizontal box rows from each other; 2. to change the colour of the horizontal and vertical strips to white; and 3. to place the axes labels on the left y axes and on the bottom x axes. I would really appreciate some help. I have put the
2011 Nov 22
0
Lattice graph strips and axes
Hi all
I was wondering if it is possible to get rid of the horizontal strips and produce each barchart with a left y axes and lower x axes only. Also can you specify an exact size of graph ie 88mm wide with a font size of 'x'.
library(lattice)
library(latticeExtra)
n=as.factor(c(1:5,1:5))
2004 Aug 05
0
[Bug 1582] New: rsync dry run cannot find missing folders, contradicts actual run.
https://bugzilla.samba.org/show_bug.cgi?id=1582
Summary: rsync dry run cannot find missing folders, contradicts
actual run.
Product: rsync
Version: 2.6.2
Platform: All
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2002 Aug 27
5
rsync: push_dir TESTDIR: No such file or directory
Hi all. I'm getting the following error when using rsync:
nice -n 20 rsync -e "ssh -p30000" --recursive --verbose --verbose --checksum
--times --modify-window 2 --port=31000 --dry-run
/cygdrive/f/bkp/Doc/Builds/Buildsheets/ MYUSERNAME@MY.SERV.ER.IP:TESTDIR
opening connection using ssh -p30000 -l MYUSERNAME MY.SERV.ER.IP rsync
--server -vvntrc --modify-window=2 . TESTDIR
2008 Jan 24
1
Dell 2950 and broadcom
Hi all
I'm trying to setup second ethernet on Dell 2950 server
but there isn't any eth1 device (in the bios are ON)
# dmesg |grep eth
eth0: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz
found at mem f8000000, IRQ 169, node addr 001c23d878bb
eth1: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz
found at mem f4000000, IRQ 169, node addr 001c23d878bd
2008 Sep 07
1
Troubles with NetworkManager
NetworkManager used to work fine for me but during the last few
installations its a big hurdle in the wireless connectivity.
I'm using Madwifi and its interface is correctly listed and working but I
cannot connect to any wifi AP without NetworkManager. I've two interfaces:
eth0 and wifi0. Starting NetworkManager doesn't show any notification icon
in the top right in gnome and I believe
2008 May 28
6
SSH ping etc not working between dom0 and domU''s
Hi!
I have a problem with my new Xen setup. I have installed Debian etch
with netinstall and I''m using 2.6.18-6-xen-amd64 kernel in my dom0 and
3.0.3-0-4 version xen hypervisor. I''m using four network cards on my
system and using three of them as xen bridges and dom0 is using the
fourth one only for it''s own. So basicly both of my virtual servers use
a network card
2009 May 20
1
2.6.9 and 3.0.5 sync error
Dear List,
I'm using rsync to sync my data, see below command. And I met this
error?
I think it might be due to 2.6.9 and 3.0.5 compatible issue. So how to
solve the problem? Thanks.
rsync -vrtopg --progress --delete
--password-file=rsync-password /path/on/pc
root@192.168.0.202::destination
building file list ...
151804 files to consider
rsync: push_dir#1 "/" (in maps) failed:
2002 Feb 24
2
Write-only option
Hi!
I am doing backups from a number of machines to an rsync server. For some
time I was trying to come up with a solution, which would prevent users
from peeking at each other's files, which are backed up. Finally, I've
hacked rsync, introducing a new option "write only" for rsyncd.conf. When
set to true, this option forbids the transfers from server to the client,
thus solving
2006 Aug 04
4
DRY DRY DRY
Hello everyone!
Ive been on rails for the last month or so and really enjoyed this
framework.
However its very hard to find documentation on how to do things right!
For example every beginner after a while realizes that having similar
CRUD actions in every controller and views for them is not DRY at all!
Few days ago I found http://dereksivers.com/rails-shared-controller.html
I quite like his
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
2019 Mar 12
2
sometimes users fails to login
Sorry my bad, thanks for spotting it.
Should that explains also the failure to grab the mutex?
Andrea
Il 3/12/2019 12:14 PM, Rowland Penny via samba ha scritto:
> On Tue, 12 Mar 2019 12:01:08 +0100
> Andrea Cucciarre' <acucciarre at cloudian.com> wrote:
>
>> The OS is OmniOS, the DC is Windows Server (not sure about the
>> release), and below the smb.conf.
2006 Sep 18
1
code 23 error.
Hello everyone!
I didn't find anything in the archives that seemed similar (same error, different offending lines of code).
I'm having an issue with rsync on a couple of my servers. A couple of others run just fine but 2 of them give me the same message (see below) when I try to do backups from one server to these linux boxes. All of the linux boxes are the same and have the save
2007 Sep 22
0
How to DRY up controller action spec with different params.
I tend to write a fresh description block for every change in the parameters
for that specific action, because I hate conditionals in the example
describtion, e.g.:
describe SomeController, "handling GET /path/with/param/3" do
it "should do this"
it "should not do this if"
it "should still do that in both cases"
end
Seperate description blocks keep