Displaying 20 results from an estimated 2000 matches similar to: "@ERROR: access denied"
2006 Apr 08
6
Mass mailing best practices
I''m building a feature for my app which allows the admin to compose an
email and send it to a list of registered users (~1000).
What is the best method for doing this?
Should I create one email and BCC all the recipients? Is there a limit
to how many recipients can be included in one email?
or
Should I send the same email to individual users?
In the past I''ve had problems
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)
2005 Jun 08
7
Rails/lighttpd: Changes to controller not being seen?
This is a weird one:
My app works fine on our local box with webrick. After uploading to TxD
server, the app starts behaving weirdly. I make some edits to one of
the controllers and my changes don''t seem to be going through. So I go
ahead and change the name of the controller file. The page loads
without error. I figure maybe I''m in the wrong directory, so I change
the
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 Dec 31
4
Mirroring directories at once
Dear All
I would like to use the command rsync to have a perfect copy of each
one of five directories and their contents. How can I do that at once?
I know that I can do that directory by directory... but it would not
be the fastest way.
Thanks in advance,
Paul
2006 Feb 15
12
Does your *shared* hosting account work without errors?
Does your *shared* hosting account work without errors?
I''m interested in both positive and negative reports. If you are willing,
please contribute
- name of the hosting service
- how long you have used them
- your experience ("flawless!", "it''s crap!")
You *do not* need to reply saying your VPS service works great. This is
about *shared* hosting
2004 Dec 11
3
rsync to retry if copy failed - possible?
Hello,
I want to be 100% sure that rsync copies something from one location to
another.
However, I did not see an option which would make rsync retry an
operation if it failed for whatever reason (network was down when rsync
started, or network went down during rsync was copying something,
connection timed out etc.).
For example, wget has an option like --tries=number Set number of
retries
2005 Jan 13
3
rsyncd.conf: "timeout=<minimal>" crazyness
Hi,
from time to time, in times like today where the whole world is grabbing
SUSE-9.2 and/or debian-30r4, I really like to condemn those other anon
rsync server admins (you know, the successors of the traditional unix ftp
server admins).
They usually have within their /etc/rsyncd.conf a line like
timeout = <very low>
because they are thinking "less" there is "better for
2003 Jan 21
6
Please test rsync-2.5.6pre2
The second rsync-2.5.6 pre-release version is now available at:
http://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz
ftp://rsync.samba.org/pub/rsync/preview/rsync-2.5.6pre2.tar.gz
rsync://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz
There's also a corresponding '.sig' file that contains a gpg signature
of the file; the public key is available on the
2010 Feb 03
1
limiting the number of connections per client
Hello All,
We have a very high utilization rsync server. We can handle large
number of connections at a time, but would like to limit to one
connection per client. we don't want multiple connections from the
same client. Is that possible?
Thanks
Saqib
http://enterprise20.squarespace.com
2010 Jun 06
3
rsync sleep
Is it possible to sleep 1 second after each file is rsynced?
Ofcourse, I can put this in a for loop and do a sleep after each file
is done, I was wondering if there was anything native in rsync for
this type of operation.
TIA
2004 Sep 07
4
"parallelizing" the two initial phases?
Hi (especially Wayne),
ftp.gwdg.de is rsyncing most of the data from about 500 other rsync
servers.
Especially during the general "high traffic" phases like the release of
a new Knoppix ISO or a new SUSE distribution or a new KDE release, I see
timeouts with other servers which have maximum traffic at that time.
There is a general scheme:
1. rsync is building the data base of the
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 =
2005 Jun 19
1
rsync version 2.6.3 protocol version 28 - hosts allow dows not work
Hello all. Rsync rocks, however I am having problems with two things:
1. The hosts allow directive does not allow the use of a hostname. (DNS is
working for I can do a NSLOOKUP on the hostname and it resolves). If I put
the IP address it works fine, problem is that we run DHCP at the office
and my lease expires every 4 days.
2. Rsync is not logging to /var/log/rsyncd.log.
The following is my
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
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
2005 May 10
6
How not to use AJAX
Hi all,
Just ran across this article
http://blog.taragana.com/index.php/archive/how-not-to-use-ajax/
and was curious what the consensus is on the bookmarking and search
indexing problems. I remember seeing something about bookmarking on the
list. Thanks,
Ben
--
Ben Jackson
Diretor de Desenvolvimento
INCOMUM Design & Conceito
ben-p14LI7ZcAE/pVLaUnt/cCQC/G2K4zDHf@public.gmane.org
2005 Apr 01
2
Rsync over an NFS mount (Scanned @ Decoma)
If I perform an local rsync with the 'delete' option over an NFS mount, and
the mount point has been unmounted, the rsync will delete what was once on
the local box..
For example
Machine 1(192.168.0.1) is a live production server with a database within
the /DB directory
Machine 2 (192.168.0.2) is an idling server, capturing all changes of
Machine 1's database.
The rsync is done over
2009 Dec 30
3
rsync email notification on success and failure + Log
Hi,
I have a bash script for rsync that should tranfer all my filer from one drive to the other.
I would like to know how I can make the script sending me an email after the script is run and be able to know if it was a success or not and also if possible to include the log file.
This is my script:
!/bin/bash
rsync -av --delete --log-file=/home/duffed/RSyncLog/$(date
2004 Feb 18
5
ownership & ssh
Here's another easy rsync question (I am trying to make sense of
some stuff): Let's say I have this burp file, which I set the follow
uid/gid:
raub@kushana-13>ls -l burp
-rw-r--r-- 1 nobody4 noaccess 44800 Feb 18 13:07 burp
raub@kushana-14>
When I move it to katri, since it does not have those uid/gid defined, it
just spits them out as the appropriate numbers (that were