Displaying 20 results from an estimated 70000 matches similar to: "success"
2002 Dec 20
0
bind failed on port 873
first some info:
box 1: openbsd 2.9 10.0.0.1
box 2: openbsd 3.2 10.0.2.81
goal: box 2 is a backup (redundant) for box 1
i installed rsync from /ports on each box, now i am having difficulty
getting rsync to run as daemon.
from inetd.conf:
rsync stream tcp nowait root /usr/local/bin/rsync
rsyncd --daemon
when i restart inetd, with this line in place, i do not get any error
2002 Jul 22
0
SCO Unix Sys V - Rel. 3.2.4.2 / rsync problem
Salim: I suspect that if you check the timestamp, you'll find that that
binding failure is left over from an earlier attempt, before you were
properly configured. Your description of you inetd.conf/services setup
sounds correct. Your commandline, though, shouldn't work. You name a
directory as the source, but don't say to do its contents. However, I
would expect an error from
2019 Jun 26
2
Allow "--in-place" as an alternative option name for "--inplace"
Hi!
As I commonly spell --inplace as --in-place, I'd like to suggest this
simple patch:
commit 5689f99b702788044a45e13582559832cf986328
Author: Jan-Benedict Glaw <jbglaw at lug-owl.de>
Date: Wed Jun 26 22:49:31 2019 +0200
Allow "--in-place" as an alternative option name for "--inplace".
diff --git a/options.c b/options.c
index e5b0cb68..7ff0c51d 100644
---
2006 Aug 06
2
Escape character for --exclude?
Hi--
Ok. I?ve now run into the next thing I can?t find in man, and this time, I
googled as well:
--exclude /afs/\*
I thought you could just say:
--exclude /afs/* or even --exclude /afs/
To exclude the entire afs directory. Can you explain what the purpose of the
\ and * are here?
Thanks again :)
All My Best,
Jeffrey
on 8/6/06 5:00 AM, rsync-request@lists.samba.org at
2004 Sep 10
4
question about using rsync with inetd
Hello,
we would like to use rsync (2.6.2 manualy patched and recompiled) in daemon
mode spawned by inetd (Solaris 5.8 Environment).
/etc/services:
rsync 1234/tcp #RSYNC daemon
/etc/inet/inetd.conf:
rsync stream tcp nowait publish /usr/bin/rsync rsyncd --daemon --port 1234 .
Alas, this does not seem to work, there is the following error message in
the log file:
2013 Nov 23
1
rsync with (f)locks
From the rsync manual documentation I see that by using the option
rsync-path, it is possible to specify what program is to be run on the
remote machine to start up rsync. In particular, the program could be a
wrapper script which calls the actual rsync command in the middle, but
which does some actions before and/or after the rsync invocation. One
possible interesting use would be to
2004 May 03
1
rsync error: error in rsync protocol data stream (code 12) at io.c(189)
Rsync Issue Solaris8
When performing a simple rsync between servers I was getting the
following error:
root:#> rsync -e ssh -va /export/home/a078479/bob
smmk39:/export/home/a078479/
ksh: rsync: not found
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(189)
root:#>
I was thorghrough in setting up rsync to be
2002 Oct 24
1
Using rsync for backup trashes st_atime
Hi!
I've just tried to do a backup of a machine with rsync. While doing this
(I was reading emails:-) I noted that mbox for mbox, I had no longe new
mails, but I've never read off these mailboxes lately... This seemed to
be a st_atime problem, and indeed, I could verify that. This is what I
used for backup:
rsync --archive \
--recursive \
2009 Jun 16
0
ai_family not supported
hello,
i`m trying to use rsync via inetd and having problems.
i`m getting
2009/06/15 18:25:29 [41082] name lookup failed for : ai_family not supported
2009/06/15 18:25:29 [41082] connect from UNKNOWN ()
when trying to write to rsync daemon via inetd.
reading works fine.
inetd.conf looks like this:
rsync stream tcp nowait root /path/rsync rsync --daemon --log-file=/tmp/rsync.log
2008 Mar 26
1
Installation and configuration of rsync in AIX
Hello,
I need help in installing and configuring rsync in AIX 5.3, i have tested installing the popt and rsync 2.6.2 in a test test box.
steps I have done on both the systems...
Installed the popt and rsync. (By default it was installed in /usr/bin/rsync)
edited /etc/services with line "rsync 873/tcp"
edited /etc/inetd.conf with the line
2008 Mar 31
0
Announce: OpenSSH 4.9 released
OpenSSH 4.9 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches,
2008 Mar 31
0
Announce: OpenSSH 4.9 released
OpenSSH 4.9 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches,
2018 Apr 25
2
Find/delete bad DNS Entry
Thanks for the reply Denis!
I tried upgrading samba and it said "2:4.3.11+dfsg-0ubuntu0.16.04.13" is the latest version.
The RSAT DNS Manager fails to list the contents of the zone. It actually kills the SMBD process when I try and I have to restart it. So I can't compare it to Apache Directory Studio.
Is there some way to query the underlying samba DNS data store to find the
2006 Apr 05
4
logging problems
Hi!
I'd also like to report a strange logging problem I have.
OS: Solaris 2.8
rsync version: 2.6.7
When I run rsync in daemon mode invoked at a command prompt, it does log information in my configured log file (i.e. /var/log/rsyncd.log). But when I invoke it via inetd with an entry in inetd.conf, it does not log any information.
rsync version 2.5.6 did not have this problem.
My inetd.conf
2004 Mar 26
1
Rsync doesn't log properly when in standalone daemon mode
I'm trying to get over an exasperating problem with rsync 2.5.7, but
I'm not making any headway. The nut of the problem is that the
rsync daemon seemingly ignores the "syslog facility" configuration
when running in standalone daemon mode, as opposed to being started
with inetd.
So, for example, if I have my configuration file with
[global]
pid file = /etc/rsync/rsyncd.pid
2008 Nov 13
1
Intermittent connection failure
Hi,
i have sporadic connection problems with my rsync server.
I have _no_ firewall involved and there is _no_ max connections set.
rsync on the clients is started from cron via a bash script. There's
also no permission problem. rsyncd runs as daemon (is not started from
inetd).
It sometimes works, but every third or fourth rsync fails with this message:
rsync: failed to connect to
2006 Mar 06
0
TR: Question about rsync and BIG mirror
> -----Message d'origine-----
> De?: BOYE Johan
> Envoy??: lundi 6 mars 2006 08:28
> ??: 'Jan-Benedict Glaw'
> Objet?: RE: Question about rsync and BIG mirror
>
>
> > I'm preparing a plan for a production mode in my company: we need to
> > mirror around 100GB of data trough a special VPN internet line 2MB
> > symmetric.
> > The
2008 Aug 11
1
Problems connecting to remote rsync daemon
This is a newbie question. I've looked through the archives and
haven't found an answer to this.
I set up rsync in inetd.conf to respond on request. When I give a
remote request to the machine, I get the following error:
paladin:~ tamara$ rsync -avr /Volumes/Music/Pictures/ rsync://
tamara@server/Pictures/
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
2012 Aug 09
1
[LLVMdev] Type inconsistency in LLVM 3.1: CGDebugInfo.cpp
Hi Ben,
Thanks that helped a lot.
The problem seems to be that with the move to C++11 we now have:
void std::vector<_Ty>::push_back(std::pair<_Ty1,_Ty2> &&)'
and there no conversion operator that can be applied to convert:
'std::pair<_Ty1,_Ty2>' to 'std::pair<_Ty3,_Ty4> &&
Where:
[
_Ty1=void *,
2005 Jul 21
1
Rsync hangs.
Sirs;
I have read your web site page current issues and debugging and I am
interested in how to debug a rsync issue which ends with the following
message:
io timeout after 60 seconds -- exiting
rsync error: timeout in data send/receive (code 30) at io.c(181)
I have compiled rsync on a hpux 11.11 server and I am using rsync-2.6.4.
The remote machine is running rsync as a deamon in inetd.