Displaying 20 results from an estimated 2000 matches similar to: "(code 12) at io.c(177) error"
2003 Nov 01
1
an --exclude-from question
It's probalby a common question, and I've read the man pages and such, but
I need a little bit more help getting this specific task to work right.
Basically, I want to mirror home directory structures, and only two files
within each home directory, to other machines from a central server. Those
files are ~/.spamassassin/user_prefs and ~/.procmailrc. Other files should
not be transfered,
2006 Sep 18
1
code 23 error.
Hello everyone!
I didn't find anything in the archives that seemed similar (same error, different offending lines of code).
I'm having an issue with rsync on a couple of my servers. A couple of others run just fine but 2 of them give me the same message (see below) when I try to do backups from one server to these linux boxes. All of the linux boxes are the same and have the save
2009 Jul 24
0
Wishlist: install.packages to look for the newest version (PR#13853)
Uwe,
I am talking binaries and Windows. I was not thinking of building
binaries for old versions, but of looking in the new version
repositories first, whether there is a binary that is said to be valid
for the older version. Wouldn't it be possible to have the process look
up a table of a newer R version for compatible binaries ?
I got stuck with R 2-8.1 (which is not that old and should
2015 Nov 09
2
CentOS6: missing kernel module?
Testing out tipc for cluster development, and running into an immediate snag.
tipcutils was found in EPEL but despite having a "compatible" kernel, it
doesn't seem to actually work.
It's a completely updated system, Intel i5 with 16 GB of RAM, nothing
remarkable.
Any ideas?
[root at backup2 ~]# tipc-config -netid=1234 -a=1.1.1 -be=eth:eth0
TIPC module not installed
2007 Jul 06
1
Connection problem with 3.0.25a [solved]
I found a solution for this, but I don't understand why this made a
difference.
First, here's output from testparm:
----------------------------------------------------
testparm
Load smb config files from /usr/local/etc/smb.conf
Processing section "[backup2$]"
Processing section "[backup$]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a
2013 Mar 28
1
[Bug 9749] New: hardlinkes files are copies instat of make a link
https://bugzilla.samba.org/show_bug.cgi?id=9749
Summary: hardlinkes files are copies instat of make a link
Product: rsync
Version: 3.0.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: dieter.ferdinand at
2013 Feb 12
2
Private environments and/or assignInMyNamespace
Dear DevelopeRs,
I've been struggling with the new regulations regarding modifications to
the search path, regarding my Rcmdr plugin package RcmdrPlugin.DoE. John
Fox made Rcmdr comply with the new policy by removing the environment
RcmdrEnv from the search path. For the time being, he developed an
option that allows users to put the environment from Rcmdr (RcmdrEnv) on
the search path,
2003 Jan 09
2
Help With Restoring
Hi All,
I have been using rsync to backup to a central server with a 7 day
incremental script on 2 Redhat boxen.
#!/bin/sh
PATH=/usr/local/bin:/usr/bin:/bin
DAY=`date +%A`
export PATH DAY
[ -d /root/emptydir ] || mkdir /root/emptydir
rsync --rsh=/usr/bin/ssh --delete -a /root/emptydir/
CENTRAL_SERVER_IP:/backup2/BACKED_UP_SERVER_FQDN/$DAY
rmdir /root/emptydir
rsync --delete
2018 Sep 11
1
Ensuring that rsync doesn't try to write to an unmounted drive
On Tue, 2018-09-11 at 12:56 -0400, Kevin Korb via rsync wrote:
> --timeout is about network connection timeouts. You aren't using the
> network so it doesn't apply at all. Even if you were networking an
> unmounted filesystem is an empty directory as far as rsync is
> concerned
> and rsync would treat it that way with no idea that you intended to
> have
> something
2003 Nov 08
2
malloc errors? out of memory with many files on HP-UX
Hi, folks.
I've started getting these errors from rsync, and any help would be
appreciated:
>ERROR: out of memory in string_area_new buffer
>rsync error: error allocating core memory buffers (code 22) at util.c(115)
>ERROR: out of memory in string_area_new buffer
>rsync error: error allocating core memory buffers (code 22) at util.c(115)
>ERROR: out of memory in
2011 Jun 17
1
rsync out of memory in flist_expand
Hi,
I have been using rsync for years to perform my backups, but since a
few days it crashes with an "out of memory" error.
I am running Ubuntu 11.04/x86_64, which ships rsync-3.0.8, and I have
also tried with the git version.
I can see the following messages:
[generator] expand file_list pointer array to 524288 bytes, did move
[generator] expand file_list pointer array to 1048576
2004 Oct 06
0
IO error encountered - skipping file deletion
Hello list,
I'm posting some info here hoping it might help some others. I searched
around a bit before I guessed (correctly) at the cause of my problem.
I'm currently using cwrsync (rsync 2.6.2) to backup data from a Windows
XP machine to a Windows 2000 machine. Unfortunately the boss won't let
me use Linux here. My process worked fine for at least a month but
recently had started
2008 Sep 09
2
Failed to retrieve password from secrets.tdb with anonymous bind
Samba 3.2.1 on linux OpenFiler 2.3
I have an external LDAP server with anonymous bind and pam
ProFtpd linked to LDAP server works well without error
But samba does not work, in smbd.log I have:
[2008/09/09 22:01:54, 0] passdb/secrets.c:fetch_ldap_pw(888)
fetch_ldap_pw: neither ldap secret retrieved!
[2008/09/09 22:01:54, 0] lib/smbldap.c:smbldap_connect_system(952)
ldap_connect_system:
2005 Jun 29
1
Again, the error in rsync prototocol
Hello list,
I am doing something really simple. It worked twice and now fails for
an unknown reason. I am on MacOSX (Tiger) and I am simply making a
backup of a volume on an external Firewire drive. Here is the command
I am using (which went fine for the first 2 rsyncs). I tried to stop
some processes, I looked into the drives directory tree but nothing
seemed bad.
Any idea?
2008 Aug 19
1
rsync hangs after aborting a process
Greetings. In testing an rsync backup script I'd created, I made a mistake
and aborted the running script with a ctrl-C keyboard interrupt. The
command that was running at the time was as follows:
${RSYNC_CMD} -aNHAXx --protect-args --fileflags --force-change
--rsync-path="/usr/local/bin/rsync" <username>@<my.server.com>:${CPY_SRC}
${CPY_DEST}
The expected data
2016 Mar 01
1
[PATCH] tests: move ntfs tests in a single directory
Move test-ntfscat.sh and test-ntfsclone.sh in a single ntfs directory,
much like the tests for other filesystems.
---
Makefile.am | 3 +-
configure.ac | 3 +-
tests/ntfs/Makefile.am | 27 +++++++++++++++++
tests/ntfs/test-ntfscat.sh | 53 +++++++++++++++++++++++++++++++++
tests/ntfs/test-ntfsclone.sh | 62
2007 Aug 27
3
rsync out of memory at 8 MB although ulimit is 512MB
Hello again,
I encountered something amazing. First I thought there is not
enough memory allowed through ulimit. ulimit is now set to
(almost) 512MB but rsync still gets out fo memory at 8MB.
Can anyone tell me why?
That's my configuration:
rsync version 2.6.2
from AIX 5.3 to SuSE Linux 9 (also has rsync 2.6.2)
ulimit -a (AIX)
ulimit -a AIX (source):
-------------------------
2009 Aug 20
1
Creating a list of combinations
Dear R Users,
I have 120 objects stored in R's memory and I want to pass the names of these many objects to be held as just one single object. The naming convention is month, year in sequence for all months between January 1986 to December 1995 (e.g. Jan86, Feb86, Mar86... through to Dec95). I hope to pass all these names (and their data I guess) to an object called file_list, however,
2004 Feb 06
4
memory reduction
As those of you who watch CVS will be aware Wayne has been
making progress in reducing memory requirements of rsync.
Much of what he has done has been the product of discussions
between he and myself that started a month ago with John Van
Essen.
Most recently Wayne has changed how the file_struct and its
associated data are allocated, eliminating the string areas.
Most of these changes have been
2002 Nov 08
1
Using LDAP with samba
is it possible and how difficult is it, to use LDAP for all the user
accounts and groups and password management? would this be something you
would want to do? or is it better to stick with samba's initila way of
dealing with users?
Caleb O'Connell
caleb@lincoln.midcoast.com
(207)882-7792