similar to: rsync: network "bind interfaces only" command for rsync?

Displaying 20 results from an estimated 500 matches similar to: "rsync: network "bind interfaces only" command for rsync?"

2002 Oct 21
1
Rsync and "ignore nonreadable" and timeout
Hi, Can anyone send me an example config file that makes use of ignore nonreadable timeout 600 When I try to put this in a module - rsync seems happy but it gets nasty logfile messages when a client connects to the server. Oct 19 20:30:14 4T:sv1 rsyncd[3706636]: params.c:Parameter() - Ignoring badly fo rmed line in configuration file: ignore nonreadable Oct 19 20:30:14 4T:sv1
2002 Sep 08
1
Rsync and trying to mirror Linux user areas
As root, I am trying to mirror a Redhat 7.3 Linux user area onto another Redhat 7.3 Linux box using rsync. This is using the following type of command: rsync -a -v --stats --safe-links However, rsync cannot mirror most of the user area because of the default permissions for the user areas. e.g., opendir(user1): Permission denied opendir(user2): Permission denied drwx------ 3 user1
2002 Oct 29
8
important caveat with Rsync on NT and dayligt savings time
Hi, just a small warning about something that has, like we experienced just last weekend, great consequences. We rsync more than 20 Netware servers through a mapping on an NT machine to central Rsync destination servers (also NT). Last weekend our clock changed to Daylight Savings Time. It appears that NT changes the file stamps on NTFS volumes accordingly (Q129574 on their suppor site). This
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
2002 Jan 08
1
Rsync on webserver
Here is the problem. I have a primary and a secondary web server. I want to sync the home directory paths on the primary server with the secondary server. I am fairly ignorant to rsync and wondering what is the best method of doing this and how would I call the procedure from say a "perl script". Both Servers are FreeBSD 4.2 and there are actually two directorys I want to sync 1)
2002 Nov 08
1
Rsync Re: Trailing /
What should be the official behaviour here? I must admit some of my scripts probably have both trailing and non-trailing "/". But just played around until it was mirroring into the correct directory. Lachlan. At 18:20 07/11/02 -0500, you wrote: >It appears that the trailing slash in the source is being ignored: > >rsync -auv clam::root/usr/local/bin/ /tmp/bin > >ends
2001 Dec 19
3
RSYNC: Backup Solution thoughts...
>I'm thinking of how to backup an entire server ("server A") to a >remote area ("server B") using rsync. > >My initial thought was to have a shell account on server B, then have a >cronjob running as root on server A that uses rsync to send all the files >over to the shell account on server B. > >Then I thought that this is not reliable against
2001 Nov 15
0
RSYNC: Any Idiots guides out there
There is a rather rambling tutorial at: http://www.ccp14.ac.uk/ccp14admin/rsync/ (this does not have ssh tunnelling in there) Though for the following - if the files are owned by root - root will be the only one able to rsync them across? Maybe creating a special account with some extra file privaledges but not 100% root could get the job done for you? Lachlan. > I need to set-up
2001 Nov 20
1
Rsync: Re: patch to enable faster mirroring of large filesystems
Is there any chance this can be added into the distribution as it sounds really nifty. Another suggestion unless I have read the following - would it be useful to have a command option in rsync to generate the file list by doing the "find" and outputting into a standard format? (As this would make it less OS specific or kludgy?) Cheers, Lachlan. At 16:06 19/11/01 -0500, you wrote:
2003 Apr 09
0
error compiling portable openssh 3.6.1p1 on SGI IRIX 6.5x
Hi, First checking out http://www.openbsd.org/errata.html Following is output and error from trying to compile the latest openssh on SGI IRIX (using cc). Previous versions of openssh have compiled cleanly on this system using the following configure options. Is there a quick fix for this? Cheers, Lachlan. ------------------------------------------------------- For SGI IRIX 6.5x 10151453
2016 May 17
2
Errors on Cross-Protocol Locking nbmand (ZFS Solaris)
Hello, I get the following errors when I move large e-mails (i.e. about 15MB) into mail files. May 17 13:26:48 mailer3 dovecot: [ID 583609 mail.error] imap(andrew): Error: fdatasync() failed with mbox file /home/andrew/Mail/nbmandON/mbox: Permission denied May 17 13:26:48 mailer3 dovecot: [ID 583609 mail.error] imap(andrew): Error: ftruncate() failed with mbox file
2006 Apr 30
3
require "ajax_scaffold" in model error
Hi there, I''ve got installed ajax_scaffold_generator (3.1.2, 2.2.1) Anyway I''m following the example here <http://height1percent.com/ articles/2006/04/18/ajaxscaffold-3-1-0-released> which suggests the following in a model file: -------------------------------------------------------- require ''ajax_scaffold'' class Pet < ActiveRecord::Base
2006 Apr 10
4
Many To Many''s Join table attributes + migrations
Hi all, just joined and have only just kicked off with Rails (coming, but not departing, from WebObjects development). And so far there seems to be a lot of promise except for one thing I can''t figure out as yet -- the above problem. Say I have the following conceptual relationships: ITEMS <<--->> CARTS i.e., each item can belong to one or more categories. So really
2019 Jan 04
1
Compiling Dovecot on Solaris 11 fails
On 03/01/2019 20:42, Sami Ketola wrote: > does work just fine on my solaris 11 x86 box. ... > my test system is solaris 11.3 and I have gcc 4.5.2. Old versions of gcc do not have -mfunction-return=thunk 7 and 8 have it.
2006 Sep 01
6
ads_kinit_password failed: Preauthentication failed
Hi, I am have compiled samba 3.0.23b (MIT Kerberos 1.5.1) on Solaris 10. I am unable to join the ads domain. net ads testjoin returns the following output... [2006/09/01 17:25:17, 0] libads/kerberos.c:ads_kinit_password(208) kerberos_kinit_password ARTEMISIA$@UNIMELB.EDU.AU failed: Preauthentication failed [2006/09/01 17:25:17, 0] libads/kerberos.c:ads_kinit_password(208)
2019 Jan 03
5
Compiling Dovecot on Solaris 11 fails
Hi, Tried to build dovecot-2.3.4 on Solaris 11 x86 and it fails at configure part. I just went checked and it last version it works on is v2.3.2.1 Version 2.3.2.1 (OK) # ./configure .... checking Linux compatible mremap()... no checking whether shared mmaps get updated by write()s... yes checking whether fd passing works... yes ... Version 2.3.4 (FAIL) .... checking Linux compatible
2006 Aug 07
3
Finding points with equal probability between normal distributions
Dear mailing list, For two normal distributions, e.g: r1 =rnorm(20,5.2,2.1) r2 =rnorm(20,4.2,1.1) plot(density(r2), col="blue") lines(density(r1), col="red") Is there a way in R to compute/estimate the point(s) x where the density of the two distributions cross (ie where x has equal probability of belonging to either of the two distributions)? Many Thanks Eleni
2014 Jun 23
0
Locked Files issue.
Hello everyone I moved my samba (3.6.9-168.el6_5) setup to new hardware and since the move a user can not write to the shared folders. When the file is opened by the user "smbstatus" shows: Locked files: Pid Uid DenyMode Access R/W Oplock SharePath Name Time
2018 Nov 03
2
Red Hat is Planning To Deprecate KDE on RHEL By 2024
On Sat, 3 Nov 2018 at 19:22, Nicolas Kovacs <info at microlinux.fr> wrote: > My reaction to GNOME 3 has been roughly the same as with systemd. At > first, I hated it with a passion. Then I saw everyone else seemed to use > it. So I started to read the docs and experiment a little bit. And now > I'm using it on a daily basis, and to my bewilderment, I've grown to >
2017 Nov 15
1
unable to remove brick, pleas help
Hi, I am trying to remove a brick, from a server which is no longer part of the gluster pool, but I keep running into errors for which I cannot find answers on google. [root at virt2 ~]# gluster peer status Number of Peers: 3 Hostname: srv1 Uuid: 2bed7e51-430f-49f5-afbc-06f8cec9baeb State: Peer in Cluster (Disconnected) Hostname: srv3 Uuid: 0e78793c-deca-4e3b-a36f-2333c8f91825 State: Peer in