Displaying 20 results from an estimated 1000 matches similar to: "permissions bug w/ --backup-dir or --backup option?"
2002 Dec 09
1
when using --backup-dir: why not make_bak_dir() . . .
here (in keep_backup())?
--- backup.c.orig Mon Dec 9 17:02:36 2002
+++ backup.c Mon Dec 9 17:03:50 2002
@@ -273,6 +273,7 @@
/* move to keep tree if a file */
if(!kept) {
+ make_bak_dir(fname,backup_dir);
if (!robust_move (fname, keep_name))
rprintf(FERROR, "keep_backup failed %s -> %s : %s\n",
fname, keep_name, strerror(errno));
this reconstructs parent
2001 Dec 15
1
Understanding backup-dir semantics
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Please cc in replies as I am not subscrubed to the list - However I have just
searched backwards over the list archive looking for an answer and I can't
find any posts relating to this.
I am currently backing up my family's windows machine over the network to my
linux box by mounting the windows disk as a file share an using cp to copy
2001 Sep 05
2
Feedback on 2.4.7pre1
FYI,
We've been using the 2.4.7pre1 release for several days now, with nary a
hang problem. We haven't seen the EOF bug at all, which was what we
upgraded for. This is with transfers of as much as 50GB to set up an
initial mirror.
The only thing we did was set timeout=0 -- which I guess is unnecessary.
The semantics of this flag are a bit unclear. We thought was 'time since
1998 Feb 23
7
nmb log file entry
Hi,
I am getting this log entry in the nmb.log file.
Any ideas why I am getting it?
query_name_response: Multiple (2) responses received for a query on
subnet 9.36.
220.43 for name WHITE<1d>. This response was from IP 9.36.223.255
Thanks
Chip
2001 Aug 29
1
io timeout
Hi,
We're running the rsync 2.4.7 pre-release to backup a number of servers to a
central backup server, all running Linux 2.2.17 kernel. We moved up to
2.4.7, hoping it would fix the 'unexpected EOF' errors which we were getting
everytime we'd run more than a handful of rsyncs at the same time. Initial
tests have not shown the EOF errors. However, on one backup, when rsync
2004 Feb 17
1
[patch] Make robust_rename() handle EXDEV.
All callers of robust_rename() call copy_file() if EXDEV is received. This
patch moves the copy_file() call into robust_rename().
Patch Summary:
-12 +1 backup.c
-15 +2 rsync.c
-9 +33 util.c
-------------- next part --------------
patchwork diff util.c
--- util.c 2004-02-17 09:58:44.000000000 -0500
+++ util.c 2004-02-17 10:21:22.000000000 -0500
@@ -355,16 +355,40 @@
2011 Feb 16
2
help migrating from file server to NAS w/ Active Directory
hello,
I'm having a problem I hope will be easy for someone to explain to me
how to fix. I need to migrate from an old server to a new Cisco Smart
Storage NAS, which runs some flavor of linux and is Active Directory
aware. Using something like Robocopy from the AD server, or rsync or tar
from the file server does not preserve user/group identities or
directory date stamps (maybe rsync
2001 Nov 08
4
win2k + >2GB files problem
hi!
I have a problem with rsync (current CVS version), running on a win2k
machine (rsync compiled using Cygwin).
c:\rsync>rsync --version
rsync version 2.4.6dev protocol version 24
Copyright (C) 1996-2001 by Andrew Tridgell, Paul Mackerras and others
Capabilities: 64-bit files, socketpairs, hard links, symlinks
It can DOWNload >2gb files from my linux box (with rsync reporting
negative
2002 Dec 24
1
large file handling problems in 2.2.7a
Hi,
The release notes say 2.2.7a fixes some large file handling problems in
smbclient, but I think not all. I'm seeing the following problems still:
- large files in mounted filesystems (smbmount) report incorrect file sizes
with Unix 'ls' and hence copy incompletely from an smbfs filesystem to an
ext3 filesystem.
- although an smbclient 'ls' command lists the size of a
2008 Nov 08
8
scaffold not working like i hoped......
Hi:
i''ve tried this on three macs (tiger, panther, etc).. and my ROR is up
to date on each.
My models and controllers aren''t displaying all my mysql db fields.
When I run script/generate scaffold Planner ... it builds the
controller, model, and all the rest.
When I go to test the app and new controller, now called planners no
content is listed... and all I ever get is the
2010 Sep 23
2
rename(2) errno processing
Hello,
I've been porting rsync-3.0.7 to run on UWIN, an AT&T Labs open source project, supporting a Unix environment on Windows. The code configured easily and compiled without any modifications or ifdef's added to the code.
The backup test was failing because it didn't create a subdirectory. In tracing the code I realized the problem was in robust_move() in backup.c. UWIN returns
1999 Jun 25
0
VERY SERIOUS smbclient problems w/samba 2.0.*
All,
With the belief that, "given enough eyes all bugs are shallow", I submit
the following to the list. I had sent a shorter version to samba-bugs
last week, but, given the nature of this problem, I think everyone needs
to check this on their own systems.
Overview:
Pulling files from an NT 4.0 machine to a RedHat 5.0 linux box using
2.0.3 or 2.0.4b smbclient *consistently* results in
2002 Apr 02
2
Handling of backup files - two new features proposed
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear list members,
there are two new rsync-features I made up and would like to discuss with you.
If you think these new features might be useful for the whole rsync-community,
please give me a note and I'll send you the patches (or post them here).
1.) Setting owner and/or group of backup files.
In our servers I'm using rsync to backup
2000 Jul 12
1
plot.times error -- missing or illegal tck parameter (PR#601)
There seems no default setting for tck, causing problems
for plot.times()
> library(chron)
> dts <- dates(c("02/27/92", "02/27/92", "01/14/92",
+ "02/28/92", "02/01/92"))
> y<-chron(dts,out.format=c("dmy","h:m:s"))
> y
[1] 270292 270292 140192 280292 010292
> plot(y,1:5)
Error in axis(n, at =
2002 Jun 21
1
small security-related rsync extension
Included below is a shar archive containing two patches that together:
1) make backup files get their setuid and setgid bits stripped by
default
2) add a "-s" option that allows backup files to continue to have
these privileges
This means that if you update a collection of binaries with rsync, and
one or more of them has a local-root security problem, the backup
file(s) created when
2006 Jun 08
2
hangup lag causing the answering of already answered calls
I have a TDM-400P with one FXO module. On an incoming call, I have set
Asterisk to dial my phone (exten => s,1,Dial(IAX2/carey)), which is
basically the only thing in my dialplan.
When the call is answered by the PSTN phone first, or when the ringing
call is hung up, Asterisk keeps ringing for 5+ seconds, which causes
trouble (the answering of already answered calls).
I noticed in the
2007 May 12
20
[Bug 10920] New: glxgears on AGP 10de0028 NV5 [RIVA TNT2/TNT2 Pro] works! (but slowly)
http://bugs.freedesktop.org/show_bug.cgi?id=10920
Summary: glxgears on AGP 10de0028 NV5 [RIVA TNT2/TNT2 Pro] works!
(but slowly)
Product: xorg
Version: 7.2
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2008 Aug 29
16
[Bug 17357] New: NV4B 10DE: 0393 funny stripes in video flash when using nouveau
http://bugs.freedesktop.org/show_bug.cgi?id=17357
Summary: NV4B 10DE:0393 funny stripes in video flash when using
nouveau
Product: xorg
Version: unspecified
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2017 Sep 22
3
Subset
Super,
Thanks
On Fri, Sep 22, 2017 at 4:57 PM, Boris Steipe <boris.steipe at utoronto.ca>
wrote:
> > a <- c("<0.1", NA, 0.3, 5, "Nil")
> > a
> [1] "<0.1" NA "0.3" "5" "Nil"
>
> > b <- as.numeric(a)
> Warning message:
> NAs introduced by coercion
> > b
> [1] NA NA 0.3
2017 Sep 25
2
Subset
myDF <- data.frame(a = c("<0.1", NA, 0.3, 5, "Nil"),
b = c("<0.1", 1, 0.3, 5, "Nil"),
stringsAsFactors = FALSE)
# you can subset the b-column in several ways
myDF[ , 2]
myDF[ , "b"]
myDF$b
# using the column, you make a logical vector
! is.na(as.numeric(myDF$b))
# This can be used to select the