similar to: exit code definitions

Displaying 20 results from an estimated 40000 matches similar to: "exit code definitions"

2003 Aug 22
1
rsync daemon and secrets file
I'm trying to understand how to properly setup the /etc/rsyncd.conf file to run an rsync daemon with a secrets file specified in a module - the rsync.conf manpage does not spell it out clearly enough. Rsync server is rsync-2.5.6. If this is my /etc/rsyncd.conf file: ------------------------------------ log file = /var/log/rsync uid = root gid = root [test] uid = rsync1 gid =
2003 Jul 23
1
SIGCHLD SIG_IGN, then wait - warning messages
Rsync maintainers please review rsync bug https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=98740 The code in question is in socket.c in start_accept_loop. The user is getting these warning messages:
2003 Oct 08
1
AW: Skipping Directory
the rsync command is build by the PHP-Script Here an example of a command with the "Skipping directory" failure: rsync -az -e ssh /cygdrive/F/web/workstation/mediadb/europe shoptv@192.168.8.111: The OS on both machines is Windows2000. rsync is running under cygwin. thanks Michael __________________________________________ moltomedia GmbH - Multimediale Konzepte Michael Clivot -
2003 Feb 07
1
tty settings with rsync -e ssh interrupt
I'm following up on a bug reported back in May 2002: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64689 this bug was also reported to the rsync mailing list: http://www.mail-archive.com/rsync@lists.samba.org/mail5.html#04250 I couldn't find any discussion other than the reporters post describing the problem. Anyway, I just downloaded the new rsync-2.5.6 source, installed
2003 Jun 05
2
ssh-basic test
I'm running 'make check' to run the testsuite, and I did it this way so the ssh-basic test would run: # export rsync_enable_ssh_tests=yes # make check I did set up ssh so this would run, and here's what I get for output: POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync srcdir="." ./runtests.sh ============================================================
2003 Jun 10
1
Red Hat rsync - 'sign' patch
I recently became the new rsync maintainer for Red Hat, and I just completed a review of the current patches that we (Red Hat) maintain for 'rsync'. After removing three unnecessary patches (either already incorporated into rsync-2.5.6, or were outdated and couldn't be applied), we are left with one patch - rsync-2.5.6-sign.patch - which I have attached.
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi, I'm trying to setup automatic sync of files over SSH from node2 to node1. node2 is the "server" and node1 is the "client". I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1): 1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes. 2. Added following to both nodes /etc/services file: rsync 873/tcp 3. Added
2009 Jun 28
1
ThePirateBay.org take advantage of HTML5's <VIDEO>
Word just came in from TorrentFreak that ThePirateBay.org have been working on a streaming video website for countless months that takes advantage of the free media formats OGG, Theora and Vorbis. While filesharing in itself is a controversial subject, this will place HTML5's <VIDEO> and <AUDIO> tag--and more importantly the OGG Theora+Vorbis multimedia format--in the
2006 May 27
3
On what versions of FreeBSD can we unreserve ports?
On which versions of FreeBSD is it now possible to un-reserve ports? ( I've been waiting for this since forever ... have spent countless days - $$$ - trying to install workarounds, only to junk them later. I've even been paid a consulting gig to develop this, and declined to deploy it on my own servers :-/ ) iang
2020 Oct 31
2
CTDB Statistics Definitions and Scheme?
Hi Team, I'm working on a CTDB Prometheus Exporter. I have two questions... First, does anyone have an "internal" cheat sheet on the metrics and their descriptions? I didn't really see much online, or in the source code. Thanks -- BOB BUCK SENIOR PLATFORM SOFTWARE ENGINEER SKIDMORE, OWINGS & MERRILL 7 WORLD TRADE CENTER 250 GREENWICH STREET NEW YORK, NY 10007 T (212)
2003 Nov 15
1
rsync 2.5.6 hanging
I am using rsync 2.5.6 on redhat linux 6.1 with 1gb ram. What I would like to do is mirror a directory on the server to another server for backup purposes. The server is an ftp server and the main directory in question is 77GB consisting of 391000 subdirectories and files. when I run rsync with the following command: /usr/bin/rsync -av --rsh=ssh --stats --progress --rsync-path=/usr/bin/rsync
2003 Oct 29
1
rsync problem
Hello, I'm trying to backup partition "/users1" on host "john" onto partition "backup1" on host "mary". Here is my rsyncd.conf: [backup1] path = /backup1 use chroot uid root gid root auth users = backup secrets file = /etc/rsyncd.secrets strict modes = true hosts allow = 193.136.196.9 hosts deny = * It works with ssh as
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
2003 Aug 25
2
Rsync with SSH problem
I have add the ssh key to my .ssh/authorized_files. When I enter the command, the errors are as follow. [root@mandrake91 .ssh]# rsync mandrake82::XXXXX /rsynctest --recursive -e ssh buffer_get: trying to get more bytes 129 than in buffer 46 rsync: connection unexpectedly closed (0 bytes read so far) sync error: error in rsync protocol data stream (code 12) at io.c(165) There is no errors when I
2003 Sep 19
1
Not connecting remotely
I've got rsync working locally, and have it set up to back-up files from another machine, but when I test it, I get the following: @ERROR: Unknown module 'rsync' rsync: connection unexpectedly closed (43 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) Any thoughts? Thanks, Bryan Gilchrist PS - Is there anyone on this list? Seems very
2003 Nov 11
2
Deleting a remote file when deleted locally...
Hello, I have several individual files in a directory that I want to keep syncronized. Here's an example: Server #1 (host): /tmp/file1 /tmp/file2 Now of course I can run "rsync -a /tmp/file1 remoteuser@remotehost:/tmp"... But, when I delete /tmp/file1 from the host and try to run this it complains about /tmp/file1 being non-existant... Can I force (or using a more elegant
2003 Aug 29
1
@ERROR auth failed on module
hi rsync-list, i have an authentication problem with my rsync-server. @ERROR auth failed on module XXX i`ve searched for an solution that fixes this problem in the mailinglist archives of rsync. but no one solves my problem. i`m running rsync version 2.5.6cvs protocol version 26 on debian 3.0 with kernel 2.4.22 my rsyncd.config looks like this: #######################################
2020 Jun 04
1
Unable to map AD Users to existing local Unix users since 4.8.x
Statement of issue -------------------------- A feature our company relied on to map AD users to existing Unix users was broken when upgrading to 4.8.x Samba packages from Red Hat for RHEL7.6 History of prior usage -------------------------- For over 5+ years and many more, our company would configure for server mode = ADS with net ads join and allow Samba to map incoming users by user name
2005 Feb 02
1
Calling Asterisk Autoattendant With SIP Phone
I'm trying to get into the world of Asterisk in order to use the voicemail and autoattendat features (and more stuff later) with a Redcom switch. But, I've only started and haven't gotten to that yet. At this point my solitary goal is to talk to the autoattendant via an SIP phone (SJPhone). I've spent countless hours trying to find the documentation I need to accomplish my goals
2007 May 07
3
Countless "rec_read bad magic" lines in log.smbd
One of the servers we admin has countless such errors in log.smbd: [2007/05/07 14:17:08, 0] tdb/tdbutil.c:tdb_log(783) tdb(/var/cache/samba/printing/HPLJ3600.tdb): rec_read bad magic 0x443810ec at offset=28412 The only thread I saw regarding "rec_read" stated: <><><><><> If this really happens often to you, then you have some basic problems with your