similar to: STDERR vs STDOUT?

Displaying 20 results from an estimated 1000 matches similar to: "STDERR vs STDOUT?"

2002 Feb 12
3
Strict Mode for Client?
Is there a way to specify "strict modes = false" on the client side? I'm having trouble getting the client to accept the password file on Windows 2000, since rsync doesn't want the file to be other-readable, but this concept doesn't map too well to Windows. Alternatively, if I could simply set the proper permissions on the passfile, that would suit me fine, but it seems
2002 Aug 27
5
rsync: push_dir TESTDIR: No such file or directory
Hi all. I'm getting the following error when using rsync: nice -n 20 rsync -e "ssh -p30000" --recursive --verbose --verbose --checksum --times --modify-window 2 --port=31000 --dry-run /cygdrive/f/bkp/Doc/Builds/Buildsheets/ MYUSERNAME@MY.SERV.ER.IP:TESTDIR opening connection using ssh -p30000 -l MYUSERNAME MY.SERV.ER.IP rsync --server -vvntrc --modify-window=2 . TESTDIR
2001 Dec 22
2
No --delete-after?
Is anyone successfully using the Cygwin rsync on Win2k (or NT4) as both daemon and client, with --delete-after working on the client? I can get --delete to work, but I'd prefer to delete files only on a successful transfer, to ensure that the end-user has a working collection of files, no matter what release. For some reason, --delete-after does nothing for me, even as administrator on the
2001 Dec 20
3
rsync *Still* Copying All Files?
Hi, all. This is my first post to the list, so please forgive me if this is an old issue. I scoured the mailing list archives by hand and could find no mention of it, and the official FAQ-o-matic mentions it, but doesn't offer a fix that works for me. I've set up an rsync daemon on Windows NT4 by installing the latest cygwin. Using the cygwin1.dll and rsync.exe, I'm able to connect
2003 Dec 02
1
Size Limit in rsyncd.conf File?
I've got an rsyncd.secrets file with 59 accounts in it. Almost all these need to be enabled concurrently. My rsyncd.conf thus has an auth users field with upward of 50 values. I'm starting to wonder at what point I'll have maxed that field out, especially as we're taking on new accounts all the time. Incidentally, whether or not there is a limit, is it possible to do some
2002 Feb 12
3
Win2K -> Win2K rsync
Has anybody out there set up a rsync environment that allows mirroring of files between two Windows 2000 servers? Douglas Hornyak Senior Systems Architect Spring Lake Consulting, LLC
2007 Nov 29
1
Troubles with two node
Hi all, I'm running OCFS2 on two system with OpenSUSE 10.2 connected on fibre channel with a shared storage (HP MSA1500 + HP PROLIANT MSA20). The cluster has two node (web-ha1 and web-ha2), sometimes (1 or 2 times on a month) the OCFS2 stop to work on both system. On the first node I'm getting no error in log files and after a forced shoutdown of the first node on the second I can see
2009 Feb 04
1
Strange dmesg messages
Hi list, Something went wrong this morning and we have a node ( #0 ) reboot. Something blocked the NFS access from both nodes, one rebooted and the another we restarted the nfsd and it brought him back. Looking at node #0 - the one that rebooted - logs everything seems normal, but looking at the othere node dmesg's we saw this messages: First the o2net detected that node #0 was dead: (It
2003 Dec 13
2
Change one file, and they all get sent!
Hi, Just starting out with rsync, and I think I might be missing a fundamental point of how it works. Scenario: I start an rsync daemon on host A, and define a module 'test' on the rsyncd.conf file. 'test' is essentially my home directory on host A I then sign on to host B and issue rsync --progress --recursive --links --stats arthur::test/ /var/tmp/haggis This copies
2002 Jan 15
3
Error in rsync that I don't understand..
[I wish the list archives were searchable, this most likely is a repeat question] We have a set of cron jobs that do regular rsyncs mirroring two trees. This has been pretty stable. Over the weekend, almost all of them broke with this message: rresvport: bind: Permission denied (15728) Error reading 4 bytes : EOF Under what conditions does this error occur? It looks like it couldn't bind
2003 Mar 01
1
cannot disconnect by callee at first in SIP case
sorry, this problem is fixed by myself. we must need set 'canreinvite=no' each user. --- I'm try to discconect a call with SIP. when caller make a call, 'show channels' result is following. mack*CLI> show channels Channel (Context Extension Pri ) State Appl. Data SIP/mack-1bfc (default 1 ) Ringing AppDial (Outgoing
2007 Mar 08
4
ocfs2 cluster becomes unresponsive
We are running OCFS2 on SLES9 machines using a FC SAN. Without warning both nodes will become unresponsive. Can not access either machine via ssh or terminal (hangs after typing in username). However the machine still responds to pings. This continues until one node is rebooted, at which time the second node resumes normal operations. I am not entirely sure that this is an OCFS2 problem at all
2003 Dec 04
2
rsync security advisory
rsync 2.5.6 security advisory ----------------------------- December 4th 2003 Background ---------- The rsync team has received evidence that a vulnerability in rsync was recently used in combination with a Linux kernel vulnerability to compromise the security of a public rsync server. While the forensic evidence we have is incomplete, we have pieced together the most likely way that this
2003 Dec 04
2
rsync security advisory
rsync 2.5.6 security advisory ----------------------------- December 4th 2003 Background ---------- The rsync team has received evidence that a vulnerability in rsync was recently used in combination with a Linux kernel vulnerability to compromise the security of a public rsync server. While the forensic evidence we have is incomplete, we have pieced together the most likely way that this
2007 Sep 22
1
Runing a script under cron. Append stdout and stderr to a log file, propagate stderr back to cron for email reporting
Dear List, I want to run a rsync-ing script in cron, generating a very verbose -vv rsync log in a log file. The log file should combine both stderr and stdin, which is easy: backup.sh >>/var/log/backup.log 2>&1 However, I would like to propagate only stderr to cron - in case there has been an error, cron will mail me the assembled stderr output. I tried the following: $
2007 Sep 23
0
Runing a script under cron. Append stdout and, stderr to a log file, propagate stderr back to cron for email, reporting
"Alexander Georgiev" <alexander.georgiev at gmail.com> wrote: > I want to run a rsync-ing script in cron, generating a very verbose > -vv rsync log in a log file. The log file should combine both stderr > and stdin, which is easy: > > backup.sh >>/var/log/backup.log 2>&1 > > However, I would like to propagate only stderr to cron - in case
2012 Apr 12
0
SSH book for review
Hi, I've recently published a short book on OpenSSH, as part of my "exterminate ALL the passwords" initiative. I'm giving copies to anyone who is interested in writing a review for a blog -- either theirs, or a tech association they're with, or basically anywhere. http://www.michaelwlucas.com/nonfiction/ssh-mastery Please contact me off-list if interested. Thanks, ==ml
2011 Jun 13
1
Home Directory Issue
I hope all is well with everyone. I've got sometime a little strange going on. I'm running RHEL 6 and SMB Version 3.5.6-86.el6. I am using Samba so that my Windows users can mount a home directory share to their Windows machine, with my Linux/Samba server and the storage point, and their account is validated against out campus AD servers. The issue I am having is that the share fails
2006 Feb 15
0
$stderr and $stdout are send as part of http response
I am stuck with this issue for some time and I need your help/thoughts. I am using Ruby 1.8.3 and Rails 0.14.2, running on Linux (Fedora) and lighttpd. When ever there is an exception while parsing RSS feeds or Webservice call,error messages and logs are shown on the browser. This happens only when there is an exception thrown and on Linux. lighttpd has write access to the log files. Am I
2004 Jun 16
0
Send login messages to stderr not stdout
Hi all. The old (~3.6.x) PAM code used to send PAM messages to stderr, whereas the new generic loginmsg code sends them to stdout, and it sends an extra newline. I think stderr is probably right, but the extra \n should probably be removed either way. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with