Displaying 20 results from an estimated 1000 matches similar to: "rsync configuration"
2003 Jul 30
1
Please advise (web page replication in Linux)
Hi
I am working on a project of replication and need to know about few
options related to web page replication in Red Hat linux/Apache
enviornment. I am new in Linux.
The scenario:
I have two apache servers running on RH Linux-8 boxes. One of my web
server is the master server(146.176.165.2) and I want to make the other
one as a replica(146.176.165.1) of the master one. So, I need to
replicate
2003 Jul 31
1
Rsync not connecting
Hi All
I am using the following command to update data from one server to another
one. But it is
returning back with error.
Without SSH:
[root@pc165017 var]# rsync -ae /var/www pc165002.napier.ac.uk:/var/www
Failed to exec /var/www : Permission denied
rsync error: error in IPC code (code 14) at util.c(162)
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync
2014 Oct 29
2
CentOS 6.5 RHCS fence loops
Hi Guys,
I'm using centos 6.5 as guest on RHEV and rhcs for cluster web environment.
The environtment :
web1.example.com
web2.example.com
When cluster being quorum, the web1 reboots by web2. When web2 is going up,
web2 reboots by web1.
Does anybody know how to solving this "fence loop" ?
master_wins="1" is not working properly, qdisk also.
Below the cluster.conf, I
2008 Jun 11
1
software raid performance
Are there known performance issues with using glusterfs on software raid? I've
been playing with a variety of configs (AFR, AFR with Unify) on a two server
setup. Everything seems to work well, but performance (creating files,
reading files, appending to files) is very slow. Using the same configs on
two non-software raid machines shows significant performance increases.
Before I go a
2009 Jun 24
1
Qualified parameters in SOAP body using .SOAP
Hello,
I am trying to reach a web service using the SOAP package. I succeeded
calling the web service, but not sending parameters to it. After much
research and tries, I think I found that the problem lies in the
namespace including the parameters in the SOAP body.
In short, my question is: how can I send unqualified parameters in the
SOAP body of a call produced through the SOAP package?
2015 Mar 12
3
mysql replication - problems
Hey everybody,
I'm trying to get mysql master/slave replication to work under SSL. I've
created the certs for both the slave and the master. I've configured the
master and slave my.cnf. And it does appear that replication is actually
working.
Master is actually MariaDB (version 5.5.41-MariaDB-log, and the slave is
MySQL (version 5.5.41-log).
But there are two issues I'd like to
2004 May 21
3
rsync hangs in cron (not SSH-problem)
This is the case
- mounted Inetpub's windows-webserver on /mnt/web1 /mnt/web2, etc.
- rsync this to local dir:
rsync -av --delete /mnt/web1 /mass/kuurne/day
rsync -av --delete /mnt/web2 /mass/kuurne/day
etc..
- when logged in, everything works (I do see some errors about
non-existing files, but rsync won't stop.
When used this command in cron
00 01 * * * rsync -av --delete
2007 Mar 13
6
Question:"no route found to match"
in my routes.rb, I have such url
map.file '':user/:file
it works well with following url:
1. jay/web
2. jay/web2
but it encounters error with:
jay/web2.0
it displays : no route found to match "/post/web2.o" with
{:method=>:get}
I guess it is because the char ''.'' and rails can not translate it
exactly.
How can I fix it ?
thank you
zico
--
Posted via
2007 Feb 12
2
make check failure, internet.Rout.fail, Error in strsplit
I'm trying to build R on RedHat EL4. The compile went fine, but a
make check ran into a problem and produced a file
"internet.Rout.fail". Judging by the last part of that file, it was
trying to run an R routine called "httpget" to retrieve the URL
http://www.stats.ox.ac.uk/pub/datasets/csb/ch11b.dat. The precise
error it encountered was:
Error in
2007 Feb 22
9
specking, speccing, or spec''ing
I vote for spec''ing.
Anybody else?
2014 Jun 12
1
Xen PV domU reported as Xen-HVM
Hello,
I am running two dom0s, one on CentOS 5 with Xen 4.1.2 (from Gitco) and the
other one on CentOS 6 with Xen 4.2.4 (from Xen4CentOS). I host one LVM
based domU on both from the same template (CentOS 6 PV) with the same Xen
config (see below). However, the domU on Xen 4.1 reports itself as Xen PV
while the domU on Xen4CentOS reports itself as Xen HVM.
== First domU ==
virt-what and cPanel
2011 Dec 01
1
Hlink node data for 570645 already has path ...
When syncing one backup system (running dirvish, but that's not really
relevant) to a second long-term backup system which uses btrfs
snapshots, I get the following output:
rsync: link "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-12934.bin.svn-base" (in backup-aquagirl) =>
2015 Mar 12
3
mysql replication - problems
>
> The mysqld process runs as the mysql user. It's parent which is the
> mysqld_safe runs as the root user. That being said the mysql user needs
> to have at least read permission to the locations where the ssl files are
>
> located. By default on Centos the /etc/pki/CA/private directory has its
> directory permissions to only allow the root user. If the mysql
2016 Oct 03
2
mount.nfs: an incorrect mount option was specified
Hey guys,
My NFS server has been working really well for a long time now. Both
client and server run CentOS 7.2.
However when I just had to remount one of my home directories on an NFS
client, I'm now getting the error when I run mount -a
mount.nfs: an incorrect mount option was specified
This is the corresponding line I have in my fstab file on the client:
2008 Jul 11
1
Question about log output
Hi all,
I have a question as to how I can show the full content of my rsync logs
as opposed to what I see below:
Why do my logs look truncated?
2008/07/11 19:45:34 [18816] <f..t.... htdocs/etc...
2008/07/11 19:45:34 [18816] <f..t.... htdocs/etc...
2008/07/11 19:45:34 [18816] <f.st.... htdocs/etc...
2008/07/11 19:45:34 [18816] <f..t.... htdocs/etc...
2008/07/11 19:45:34 [18816]
2010 Sep 28
1
How to mirror only specified directories
I am trying to mirror only select directories from one server to another with rsync through its daemon mode.
Server A
/export
/home
/A-do
/A-not
/A-copy
/das
/htdocs
/docs
/em
/htdocs
/docs
/psb
/htdocs
/docs
/X-do
/X-not
/X-copy
Server B
/export
/home
/extranet
2010 Sep 30
3
Excluding most and including some problems continue.
Here is my rsync command as it currently stands.
/usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod --log-file=/export/home/webuser/logs/rsync-log -F /export/home/ webuser at appprod::dprweb_extranet/ > rsync-test
Here is the current .rsync-filter file.
+ das
+ em
+ enf
+ internal
+ itb
+ medtox
+ pml
+ psb
+ reg
+ whs
+ htdocs
+ docs
- /*
-
2011 Oct 18
3
haproxy ssl
hello list,
I am attempting to load balance SSL web servers using haproxy on centos 5.7.
I am using HA-Proxy version 1.4.18
Here is the stanza in the config regarding SSL:
listen https 192.168.1.200:443
mode tcp
balance roundrobin
option forwardfor except 192.168.1.200
option redispatch
maxconn 10000
reqadd X-Forwarded-Proto:\ https
2010 Sep 01
4
NoMethodError: undefined method `force_encoding' for "Conten
Hi everyone!
Im trying to install mechanizer from
http://github.com/tenderlove/mechanize.
I`ve clone the project into /tmp folder. When I do rake inside the
folder /tmp/mechanizer it gives me this error:
mac159180:mechanize renatosis$ rake
(in /private/tmp/mechanize)
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -w
-Ilib:bin:test:. -e ''require "rubygems";
2011 Feb 28
2
how to make centos safty(php+mysql)
hi,every
i have a php project and use centos to go
and how to make folder's privilage and make it saft
like: /home/htdocs/test
chown -R www:www /home/htdocs/test
chmod -R 644 /home/htdocs/test
etc
thanks very much
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110228/ddeda51b/attachment.html>