Displaying 20 results from an estimated 7000 matches similar to: "Trouble with password (daemon mode)"
2003 Oct 26
1
include & exclude dosn't work...
Hello rsync,
I run Rsync as standalone server (--daemon). Here is my rsync.conf
file
use chroot = yes
max connections = 10
#syslog facility = local5
log = /var/log/rsyncd.log
[mp3files]
path = /home/guitar
comment = directory
read only = yes
list = no
secrets file = /etc/rsyncd.secrets
auth users = gate1
# hosts allow =
# hosts deny =
2007 Sep 18
2
rsync daemon troubleshooting
Hi all:
I tried to start a rsync daemon under my user name (not an administrator)
on debian linux box(linux kernel 2.4.27), and failed. The command I used
is
> rsync -v -v --daemon --config=rsyncd.conf
This command returns without any error although the daemon does not get
started. The rsyncd.conf I used is as follows. Do I miss anything in
the configuration file? Any help is appreciated.
2009 Nov 12
1
Reading a data file one record at a time [SEC=UNCLASSIFIED]
Dear r-help,
I have a radar data file in the following format:
nrays
for (1 to n_rays)
{ some_data_info
for (1 to n_gates)
{ some_data_info}
}
N_rays=360 and n_gates=950
The data looks something like:
Header line1
Ray1 header
gate1 var1, var2,.....,varN
...
gate950 var1, var2,.....,varN
Ray2 header
gate1 var1, var2,.....,varN
...
2015 Jul 01
3
strange: 20 characters max in samAccountName
Hi all,
Sernet Samba 4.2.2 as Active Directory on Debian 7.8. No other DC.
I can't log in with on Windows systems (Windows 7) when samAccountName are
longer than 20 characters. This seems to be a LAN MAN or NT4 limitation
which should not happen on AD domain.
Any idea what could leads my to that limitation?
I can log in using administrator account or any other having a short
(enough)
2003 Mar 02
1
rsync2.5.6 can't find system config file
I had rsync2.5.5 running fine ona RedHat Linux 8 system. I downloaded the rsync2.5.6 code and it compiled with no problems. However, operations which worked before are now failing. Here is my rsyncd.conf file
uid = nobody
gid = nobody
# use chroot = no
max connections = 4
syslog facility = local5
pid file = /var/run/rsyncd.pid
motd file = /etc/rsyncd.motd
[ftp]
path = /var/ftp/pub
2011 Feb 16
1
test emails did not arrive at SMTP server : after dovecot installation
Just set up postfix & it's running on my RHES 4.2 box.
Immediately after postfix is up, I test sending emails from a permitted
domain
(ahhh, on this postfix server's domain firewall, we even have a firewall
rule
which permits Tcp25 from those few sending domains' SMTP servers) using
an email client to sender_id@[IP_address_of_the_postfix_server] & the
/var/log/maillog on
2003 Mar 23
1
Need Help.
Dear Expert,
I'm very newbie with rsync and i just installed RSYNC
in both of my servers. Let say the server is ServerA
(10.1.1.1) and ServerB (10.1.1.2). Rsync daemon runs
in server A. The rsycnd.conf is like this (i save this
file in /etc/rsyncd.conf):
uid = rsync
gid = rsync
use chroot = no
max connections = 4
syslog facility = local5
auth users = root
2001 Oct 24
1
cannot create /padrao/.oi2.sJ5loG : No such file or directory
Hi,
I'm trying to use rsync.
my /usr/local/etc/rsyncd.conf is:
log file = /var/log/rsyncd
pid file = /etc/rsyncd.pid
syslog facility = local5
[padrao]
comment= Arquivos para Configuracao Maq RedHat
path=/usr/adm/padrao
read only=no
list = yes
I want to write in /usr/adm/padrao with the command
"rsync -uve ssh ./oi2 drcpc1:/padrao/oi2"
of client machine but I received this
2002 Jun 27
1
rsync 2.5.5 and Mac OS X
Greetings,
Has anyone successfully compiled rsync 2.5.5 under Mac OS X (not
Server), and actually have it work fully?
I'm in a position where I'm trying to setup an automated nightly remote
backup between and Cobalt Raq4 (running a variant of Redhat Linux) and a
Mac running OS X 10.1.5 with the latest development tools installed. As
has been pointed out previously on the list, one has
2004 Dec 08
1
rsync works fine when I'm root on the client, but not as a non-root user
Rsync version: rsync-2.6.3.tar.gz
<http://samba.anu.edu.au/ftp/rsync/rsync-2.6.3.tar.gz>
OS: Fedora
Can anyone give me some pointers? I can do and rsync fine when I'm root
on the client, but not as a non-root user..
This works:
/usr/local/bin/rsync --archive --verbose --recursive --links --rsh="ssh"
root@someserver.net::mail .
This does not:
/usr/local/bin/rsync
2010 Jun 12
2
Logic with regexps
Greetings,
The following question has come up in an off-list discussion.
Is it possible to construct a regular expression 'rex' out of
two given regular expressions 'rex1' and 'rex2', such that a
character string X matches 'rex' if and only if X matches 'rex1'
AND X does not match 'rex2'?
The desired end result can be achieved by logically combining
1999 Apr 21
0
[MAILER-DAEMON@biostat.ku.dk: Returned mail: /home/sfe1/r-bugs/.forward: line 1: "|/home/sfe1/r-bugs/bin/new_message Rnew"... User r-bugs@biostat.ku.dk doesn't have a valid shell for mailing to programs] (PR#170)
--rwEMma7ioTxnRzrJ
Content-Type: text/plain; charset=us-ascii
at the bottom is a bug report - however I have include the bounce
headers in case you want to fix the mailer too. This was the
result of an online bug submission via http://r-bugs.biostat.ku.dk/cgi-bin/R.
pete
--rwEMma7ioTxnRzrJ
Content-Type: message/rfc822
Content-Description: Forwarded message from Mail Delivery Subsystem
2002 Jan 23
2
Rsync 2.5.1 on Solaris 8 reverse lookup failures
I get the following log messages using rsync 2.5.1 compiled on Solaris 8
when using the "hosts allow" option in rsyncd.conf:
2002/01/23 12:09:51 [28276] rsync: reverse name lookup mismatch on fd0 -
spoofed address?
2002/01/23 12:10:18 [28276] rsync: connection unexpectedly closed (16 bytes
read so far)
Resolv.conf/DNS are configured and working properly with both A and PTR
records
2011 Feb 21
2
Rejected mails
I'm getting closer, now with SMTP permitted to whole of Internet to
connect to my SMTP/postfix server & for my postfix server to
connect out to public Internet on tcp 25 as well.
I send emails from permitted domain's SMTP servers with "Receipt
Acknowledgemt" & the ack returned said it was delivered but somehow
there's no mail in the mailbox & using the site below
2010 May 05
4
need document to setup rsync???
we have two CENTOS 5.X need setup "rsync". Any one know where have "how to" documents?
Thanks.
2005 Mar 03
1
rsyncd.conf without --daemon?
Hello all,
I'm not a total newbie, but probably close enough. I have tried to
find the answer to this question, but have been unsuccessful.
I'm testing out rsync over ssh using empty passphrases between 2
OpenBSD 3.5 boxes using rsync 2.5.7 (yes i know i should upgrade, but
can't because of BSD ports issues).
Everything seems to be working, but I'm very confused as to why it is
2003 Aug 22
1
rsync daemon and secrets file
I'm trying to understand how to properly setup the
/etc/rsyncd.conf file to run an rsync daemon with a
secrets file specified in a module - the rsync.conf
manpage does not spell it out clearly enough.
Rsync server is rsync-2.5.6.
If this is my /etc/rsyncd.conf file:
------------------------------------
log file = /var/log/rsync
uid = root
gid = root
[test]
uid = rsync1
gid =
2005 Apr 25
3
rsyncd server daemon not allowing connections
Gang, I've read the manual(s), surfed google, spent about 5 hours on this,
to no avail....
I'm trying to run rsync in server mode and it appears to start normally,
but it refuses all connections (refuses connection when I tried telnetting
in on localhost 873!).
I've turned off all firewalls on this server (do I dare tell you guys
that?...), which is fine: it is on a local network.
I
2003 Sep 12
1
rsync logfile - daemon does not log enough
I am running rsync version 2.56 in daemon mode on a server running Redhat 8.0.
When I check my log file (located in /var/log/rsyncd.log), the only lines I see
have to do with the server starting up, like so:
2003/09/11 16:53:42 [15025] rsyncd version 2.5.6 starting, listening on port 873
I would like to see output relating to connections, usernames etc., so I set up
the following rsyncd.conf
2004 Jul 28
3
only 1.3 of 12 GB will transfer from OSX to Linux
Hello,
I'm having trouble transferring files from an rsync server on Mac OSX to a
Linux machine. I'm doing everything as root on both ends to make sure it's
not a permissions issue, but still can't get all the files to transfer.
I have the rsync server running on OSX as root, like this:
server:/Users root# cat /etc/rsyncd.conf
[user_docs]
path = /Users
read only = true