Displaying 20 results from an estimated 6000 matches similar to: "[Bug 8440] New: rsync goes interactive on missing --password-file"
2011 Aug 02
0
Can't script failure for missing --password-file
I've a script which calls:
rsync --password-file=password.txt rsync://server/files /files
However, due to an unrelated error password.txt was missing.
In authenticate.c:auth_client, the code tries to read from the password file,
then tries the RSYNC_PASSWORD env var, then calls getpass(3). This last step is
causing problems as, even though the script is intended to run unattended, it
2003 May 29
2
Interactive Rsync Authentication Problem
I have run across an interesting issue when running rsync from Solaris
to an rsync daemon on Linux. It works properly when I specify the
password on the command line:
RSYNC_PASSWORD=the_Password rsync -r /tmp/test test_user@test_server::test_user/topdir/subdir
However, if I do not specify the password on the command line and am
prompted interactively, it always fails. After some
2003 Jan 27
5
Securing Rsync
I have a rsync server set up on a win2k server and a win xp pro computer
is my client. It's working very well doing the anonymous transfers.
However, I've tried setting up a password file and not having any
success.
rsyncd.conf on my server:
use chroot = false
strict modes = false
hosts allow = *
[serverbu]
auth users = user
path = c:/serverbu
read only = no
list = no
secrets file =
2014 Apr 13
1
[Bug 10551] New: Daemon infinite loop when no matched user in secrets
https://bugzilla.samba.org/show_bug.cgi?id=10551
Summary: Daemon infinite loop when no matched user in secrets
Product: rsync
Version: 3.1.1
Platform: x64
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: ryan at
2008 Jan 29
1
rsync man pages, rsync faqs, problem with RSYNC_PASSWORD and --password-file
Hi all,
This isn't a bug, its just a lapse in the documentation.
I just got a script going that repeats every 5 seconds, that uses rsync
to send data from A, running Ubuntu V6.06.1, to B, running cygwin.
I got stuck on the issue of preventing the password prompt from
interrupting the script.
The problem is that the man pages are misleading, they suggest that
RSYNC_PASSWORD and
2002 May 04
3
Send Password with RSYNC_PASSWORD ore --password-file
Hallo,
i am verry sorry about my bad engllish.
But i trie my best...
I trie to setup an Backupserver.
If i use this
rsync -varpog -e ssh /home/www/web6 217.172.xxx.xxx:/home/www/web6
the Server is asking me fore Password.
If i use this
rsync -varpog -e ssh --stats /home/www/web6
217.172.xxx.xxx:/home/www/web6 --password-file=host1.pwd
the Server is asking me too fore Passwort.
How i can bring
2007 Nov 15
1
Problem with --exclude command
Hi everybody,
i want to exclude a set of directories of a rsync synchronization but i have
a problem :
-------------------------------------------
serv-dev:~/scripts_Admin# RSYNC_PASSWORD=xxxx /usr/bin/rsync -vv --checksum
--recursive --links --exclude .svn/ --exclude test/ /var/www/ssl/
rsuser@192.168.130.1::ssl/
opening tcp connection to 192.168.130.1 port 873
opening connection using --server
2004 Jun 25
2
Q: Rsync, Batch: How to avoid the "password" ask ?
Hi
As I want to automate my Desktop backup process, I'm currently trying
to finilize a CMD (Windows XP batch) file in order to save different data
(outlook.pst, \desktop, \docs, \Favorites ....).
My problem is that even with this parameter SET RSYNC_PASSWORD=xxxx
It still ask me for a password, blocking of course all the process
automation.
I'm running either on my Linux backup box
2007 Aug 14
2
DO NOT REPLY [Bug 4878] New: segfault when i386 client touches x86_64 server (no rsh/ssh) both cvs 3.0.0 today 20070813
https://bugzilla.samba.org/show_bug.cgi?id=4878
Summary: segfault when i386 client touches x86_64 server (no
rsh/ssh) both cvs 3.0.0 today 20070813
Product: rsync
Version: 3.0.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo:
2003 Oct 21
2
PATCH to Samba 3.0.0 to allow interactive --set-auth-user for wbinfo
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This patch is against samba-3.0.0beta3 (tested), but will also apply
correctly to 3.0.0 (release)
It makes wbinfo ask for a password if there is no password on the
command line.
So:
wbinfo --set-auth-user=Administrator
Will make it prompt
Password:
This is to make it easier to script wbinfo for nas appliances using
expect to allow passwords with
2002 Sep 28
1
getting error "remote path must start with a module not a /"
I'm running rsync version 2.5.4 protocol version 26 on redhat 7.3.
My rsync command is this:
rsync -vvplpotrRn --progress --password-file=/root/rsync_password /*.*
root@192.168.0.254::/home2/600xbackup
I get this error when I run it:
ERROR: The remote path must start with a module name not a /
rsync error: error starting client-server protocol (code 5) at main.c(885)
I want to backup my
2003 Sep 03
1
Solaris Gigabit Performance tweaking
I am currently running rsync 2.5.6 on solaris 8.
I am updating a rather large directory tree including some ISAM
databases and am having some performance problems.
We are using gigabit interfaces between two V280R servers and I am
trying to push the tree with the following options.
usr/local/bin/rsync --quiet --recursive --times --perms --links
--delete-excluded
2013 Oct 02
2
unknown message 0:0 [sender]
hi all,
running a transfer from a rsync client (3.0.6) to a rsync server (3.1.0),
I get the following message:
$ RSYNC_PASSWORD="oooo" rsync -avn --delete /xx/yy/ rsync://
aaa at bbb.com/ccc/ddd/
<<motd displayed>>
sending incremental file list
unknown message 0:0 [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(436)
[sender=3.0.6]
Server logs
2004 Mar 31
1
deadlock in rsync protocol on AUTHREQD
Hi all,
I just ran into a problem with rsync-2.6.0. Communication is
between two Linux hosts. One host boots, detects the first, runs
rsync to copy all data, and then shuts down again (to have a
backup for the main server).
In the environment during boot, in which rsync is running in
client mode, neither USER nor LOGNAME variables are set. In this
case, authenticate.c:auth_client gets passed
2009 Jan 29
1
Problem building Samba 3.3 on Solaris 10
Hi,
I attempted to build v3.3 using Sun Studio 12, but it failed right out
of the gate. It looks like it can't find the standard libraries, but
according to the make output, it's looking in the right places. Would
someone please clue me in as to what I'm missing?
Thanks.
-John
Using FLAGS = -I/opt/heimdal/include -I/usr/sfw/include/openssl -g
-xs -xtarget=ultraT1
2007 Nov 12
2
rsync as daemon doesnt use secrets file but sshd
Hi all!
I have a problem configuring rsync as daemon:
This is my rsync.conf:
log file = /var/log/rsync.log
list = yes
uid = nobody
gid = nobody
secrets file = /etc/rsyncd.secrets
[section]
comment = Great stuff from remote.acme.com
path = /home/repos
auth users = marco
hosts allow = *
hosts deny = *
This is my /etc/rsyncd.secrets
marco:marco
This is the secrets file permission:
[root@server
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi,
I'm trying to setup automatic sync of files over SSH from node2 to node1.
node2 is the "server" and node1 is the "client".
I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1):
1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes.
2. Added following to both nodes /etc/services file:
rsync 873/tcp
3. Added
2015 Jul 31
0
[LLVMdev] [3.7 Release] RC2 has been tagged, Testing Phase II begins
On Friday, July 31, 2015 07:50 AM, Hans Wennborg wrote:
> Dear testers,
>
> 3.7.0-rc2 was just tagged. Please test, build binaries, upload to the
> sftp, and report results to this thread.
LNT is looking good on Ubuntu 14.04 x64, uploaded:
clang+llvm-3.7.0-rc2-x86_64-linux-gnu-ubuntu-14.04.tar.xz
The errors reported during build are:
Failing Tests (17):
2002 Jun 17
3
Fix for smbpasswd Samba 2.2.4 on Solaris only taking 8 character passwords
Under Samba 2.2.4 (and possibly earlier), smbpasswd (when run locally) only
really reads the first 8 characters, as opposed to the full password.
Obviously, this can cause mass confusion. :)
The fix is pretty simple (I would offer a diff, but this is the kind of
thing the configure script should check for...) - under Solaris getpass()
will only return 8 characters - you must use getpassphrase()
2004 Oct 07
0
[PATCH] change old style SASL discovery code
Hello,
this patch reworks old-style SASL discovery code. With this
patch applied it advertises all configured SASL mechanisms.
It makes possible for MS Outlook to use all installed
security service providers (SSP), so if someone crazy enough
will write CRAM-MD5 or DIGEST-MD5 SSP we'll support it readily :)
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system