https://bugzilla.samba.org/show_bug.cgi?id=8508
Summary: out of memory in glob_expand_module Product: rsync Version: 3.0.8 Platform: All OS/Version: SunOS Status: NEW Severity: major Priority: P5 Component: core AssignedTo: way...@samba.org ReportedBy: da...@midrange.com QAContact: rsync...@samba.org Trying to copy a fairly large directory tree from a SunOS system to a Windows system using rsync 3.0.8 as the server and cwRsync 3.0.9 on the client. The client reports the following: ---------- $ ./rsync --port=8873 remotehost::module /x rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(614) [Receiver=3.0.9] ---------- The client log shows the following: ---------- 2011/10/05 11:29:32 [29628] rsyncd version 3.0.8 starting, listening on port 8873 2011/10/05 11:29:35 [29631] connect from mysystem.example.com (192.168.1.1) 2011/10/05 11:29:35 [29631] ERROR: out of memory in glob_expand_module [Receiver] 2011/10/05 11:29:35 [29631] [Receiver] _exit_cleanup(code=22, file=util.c, line=117): entered 2011/10/05 11:29:35 [29631] rsync error: error allocating core memory buffers (code 22) at util.c(117) [Receiver=3.0.8] 2011/10/05 11:29:35 [29631] [Receiver] _exit_cleanup(code=22, file=util.c, line=117): about to call exit(22) 2011/10/05 11:29:37 [29628] [Receiver] _exit_cleanup(code=20, file=rsync.c, line=549): entered 2011/10/05 11:29:38 [29628] rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(549) [Receiver=3.0.8] ---------- The rsyncd.conf file contains this: ---------- port = 8873 pid file = ./rsyncd.pid log file = ./rsyncd.log use chroot = no [module] path = /path/to/filesystem/contents ---------- The rsync daemon is running as a user process, not root (hence the need to disable chroot). I won't discount a configuration error ... this is a brand new rsync install on the system. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html