Displaying 20 results from an estimated 2000 matches similar to: "Problem with rsync-cygwin between two WindowsXP machines"
2005 Sep 27
3
"missing secret for user" using cygwin rsync on Windows XP Home
Hi,
I'm trying to set up rsync to allow me to backup a number of Windows machine to a Windows XP Home server using Nasbackup.
I can get rsync working fine but have been struggling for days to get user authentication working.
/var/log/rsyncd.log
2005/09/27 13:46:37 [1352] rsyncd version 2.6.6 starting, listening on port 873
2005/09/27 13:47:50 [4088] auth failed on module modulename from
2016 Jul 22
2
Creating llvm/DebugInfo/Msf folder
Hi all,
If you don't care about Debug Info or PDB files you can stop reading now.
Just wanted to give a heads up that I'm planning to add a new folder under
DebugInfo called Msf.
MSF stands for Multi-Stream File and is the container format used by PDB
debug info files. However, MSF by itself is generic enough that it need
not contain PDB data, and in fact I can think of at least one
2016 Aug 01
2
bot clang-x86-ninja-win7 missing llvm/lib/DebugInfo/MSF/LLVMBuild.txt
The latter. Unfortunately we need to get physical access and delete the
checkout. I'm afraid reverting will just reintroduce the problem and
re-break all the bots that people already took the time to fix, since going
from MSF -> Msf is the same as going from Msf -> MSF
On Mon, Aug 1, 2016 at 8:55 AM Reid Kleckner <rnk at google.com> wrote:
> So, the MSF rename managed to break
2016 Jul 22
2
Creating llvm/DebugInfo/Msf folder
I actually regret doing all caps for PDB, and there seems to be mixed use
of all caps / rolling caps even with dwarf (some places say DWARF, others
say Dwarf). I don't feel too strongly aside from the minor inconvenience
of having to change thousands of occurrences where I already used rolling
caps though :-/
On Fri, Jul 22, 2016 at 10:52 AM Reid Kleckner <rnk at google.com> wrote:
2013 Sep 25
1
Thunderbird 24.0 for Windows seems to ignore Samba4.0.9 permissions settings
Hi,
I have a CentOS 6.4 fileserver running SerNet Samba 4.0.9 with these
global settings (not overridden):
read only = No
force create mode = 0777
force directory mode = 0777
inherit acls = yes
inherit owner = yes
inherit permissions = yes
On a Windows client, I have Thunderbird 24.0 storing its profile and
mail on the Samba share. The
2002 Jul 24
1
scp bug? or is it intended?
Please enlightnen me on a subject, which is easily explained by example
(cyberone is a Cygwin1.3.12/WinXPpro and cyberx is a FreeBSD with latest
openssh-portable installed):
lapo at CYBERONE ~
$ scp lapo at cyberx:Luth\'ol.pcg .
bash: -c: line 1: unexpected EOF while looking for matching `''
bash: -c: line 2: syntax error: unexpected end of file
lapo at CYBERONE ~
$ scp lapo at
2016 Jul 31
4
bot clang-x86-ninja-win7 missing llvm/lib/DebugInfo/MSF/LLVMBuild.txt
The bot has been failing its CMake step for a while now.
Probably fallout from renaming Msf to MSF. Can somebody
get this straightened out? It's one of the bots that run
VS2013 AFAICT which makes it useful to me.
Thanks,
--paulr
2002 Feb 15
1
Updated: rsync-2.5.2-1
[I am responding on the cygwin list to a message on cygwin-announce and
cc'ing to the rsync list.]
From: "Lapo Luchini" <lapo@lapo.it>
> I have uploaded version 2.5.2-1 of the open source utility that
> provides fast incremental file transfer.
>
> ChangeLog as on http://rsync.samba.org :
Rsync 2.5.2 has a data-destroying bug as described here:
2004 Sep 16
3
Rsync param parsing using --rsh broken? (was: no subject)
Reposting this with a subject line :-)
Hi,
I'm trying to get rsync over OpenSSH/Cygwin working. I started with a command
like this (which fails):
$ rsync -v -v -v --recursive --rsh="ssh -i /home/ul081b/mpdm-keys/rsa-mpdm01mpdm@mpdm-w2k3" MPDM-W2K3::MPDM .
opening connection using ssh -i /home/ul081b/mpdm-keys/rsa-mpdm01 mpdm@mpdm-w2k3 MPDM-W2K3 rsync --server --daemon .
bash:
2017 Feb 19
5
RFC: Adding llvm::ThinStream
Some background:
A while back while working on code to read / write PDB files, I came up
with Yet Another Stream Abstraction. Note that LLVM already has a few.
Off the top of my head, theres:
1) `MemoryBuffer` and its associated class hierarchy
2) `raw_ostream` and it's associated classes.
3) `DataExtractor` which is used for reading from a StringRef.
There's probably more, and
2003 Jun 17
1
You have emailed an address at dslreports.com
Each time I send a message to the ML I receive this message... (thi
mislead me to double-post some days ago).
Could someone please unsubscribe the "blocked" address?
But I guess that's not possible, as anyone else shuold have noticed
this, too... =(
--
Lapo 'Raist' Luchini
lapo@lapo.it (PGP & X.509 keys available)
http://www.lapo.it (ICQ UIN: 529796)
--------------
2016 Jul 30
1
Tree conflict on 'include/llvm/DebugInfo/Msf and lib/DebugInfo/Msf
Is anyone else seeing....
Updated to revision 277264.
Summary of conflicts:
Tree conflicts: 2
Tree conflict on 'include/llvm/DebugInfo/Msf'
> local dir edit, incoming dir delete or move upon update
...
Tree conflict on 'lib/DebugInfo/Msf'
> local dir edit, incoming dir delete or move upon update
in a 'svn update' on llvm trunk? Strangely these errors
2008 Sep 04
3
OT: Migration from Evolution to Thunderbird (Thunderbird mbox files)
Background is that I have been using Evolution for my MUA for a number
of years. Migrated to Evolution from Mozilla Mail. I only use Evolution
for email and contacts. Getting bored with the issues (frequently not
being able to exit and needing to kill it; Bug Buddy popping up in
GNOME, etc) that Mark (MHR) and I and I'm sure others have experienced.
About 24 hours ago, I installed
2016 Jul 26
2
Gauging interest in generating PDBs from LLVM-backed languages
On Tue, Jul 26, 2016 at 8:02 AM, Reid Kleckner <rnk at google.com> wrote:
> We've been pursuing the direction of writing PDBs from scratch in
> llvm/lib/DebugInfo/PDB/Raw and related directories. It might be interesting
> to have code that talks to MSPDB140.dll in LLVM, but we really want LLD to
> be able to produce its output on any platform.
>
I completely agree
2010 Jul 27
1
xYplot error
Hi,
I'm trying to plot a graph with error bars using xYplot in the Hmisc
package. My data looks like this.
mort stand site type
0.042512776 0.017854525 Plot A ST
0.010459803 0.005573305 PF ST
0.005188321 0.006842107 MSF ST
0.004276068 0.011592129 YSF ST
0.044586495 0.035225266 Plot A LD
0.038810662 0.037355408 PF
2009 Aug 22
1
critical X-UID reordering problem after upgrade from 1.1 to 1.2
We upgraded our imap server hardware and went from dovecot 1.1.3 to 1.2.3
in the process and have been having a critical problem since. I believe
I've tracked it down to X-UID reordering that dovecot seemed to do to the
mbox format (I know, I know...) inboxes. The problem has manifest itself
in several ways with different mail clients but the general problem is
that the mail clients have
2008 May 08
2
rsync error: timeout in data send/receive (code 30) at /home/lapo/packaging/tmp/rsync-2.6.3/io.c(153)
We are rsync'ing from an xp box running cygwin to a redhat box, using a Perl
script that fist calls for an ssh tunnel, then calls rsync through local
host.
ssh -P -f -L 8740:remote.host.ip:873 user@firewall.ip -p 22 sleep 25
rsync -vrtz -v --timeout=180 --exclude-from=exludefiles
rsync://localhost:8740/<remote path> <target path>
2004 May 11
2
cwrsync strange path in error message
Hi,
I am running cwrsync.
2004/05/11 [93] rsync error: some files could not be transferred (code
23) at /home/lapo/packaging/tmp/rsync-2.5.7/main.c(383)
I am uncertain as to what this path statement is about in the above error
message.
/home/lapo/packaging/tmp/rsync-2.5.7/main.c(383)
Thanks,
Pat
--
Patricia Palumbo
DuBois & King, Inc.
ppalumbo@dubois-king.com
802-728-4113 | ext 322
2018 Sep 13
2
New warnings when building trunk with GCC 9
Hello,
GCC 9.0 introduces a new warning checkers and some of them found possible
issues in LLVM.
In file included from
/home/davidbolvansky/trunk/llvm/include/llvm/Analysis/LazyCallGraph.h:38,
from
/home/davidbolvansky/trunk/llvm/unittests/Analysis/LazyCallGraphTest.cpp:10:
/home/davidbolvansky/trunk/llvm/include/llvm/ADT/ArrayRef.h: In
instantiation of
2002 Apr 04
1
--bwlimit server-side (in rsyncd.conf)?
Is there any plan to do it?
Is it maybe already in and just not documented?
--
Lapo 'Raist' Luchini
lapo@lapo.it (PGP & X.509 keys available)
http://www.lapo.it (ICQ UIN: 529796)