From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1darBS-00029i-Sl for guix-patches@gnu.org; Thu, 27 Jul 2017 18:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1darBO-0001b8-PP for guix-patches@gnu.org; Thu, 27 Jul 2017 18:23:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56336) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1darBO-0001av-Ku for guix-patches@gnu.org; Thu, 27 Jul 2017 18:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1darBO-0007ng-Fl for guix-patches@gnu.org; Thu, 27 Jul 2017 18:23:02 -0400 Subject: [bug#27855] ERROR: rsync rsync://localhost/files Resent-Message-ID: From: Oleg Pykhalov References: <20170727220151.2116-1-go.wigust@gmail.com> Date: Fri, 28 Jul 2017 01:22:27 +0300 In-Reply-To: <20170727220151.2116-1-go.wigust@gmail.com> (Oleg Pykhalov's message of "Fri, 28 Jul 2017 01:01:51 +0300") Message-ID: <878tj9msf0.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27855@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Disposition: inline Content-Description: shepherd-rsync.scm (eval-when (expand load eval) (set! %load-path (cons "/gnu/store/xjv05kaa67glf1i639b3bhkib746f9ag-module-import" %load-path)) (set! %load-compiled-path (cons "/gnu/store/ya080134pjnk4jiw8j9g244rgrn8pfy9-module-import-compiled" %load-compiled-path)))(begin (use-modules (shepherd service) (oop goops) (guix build utils) (guix build syscalls)) (make #:docstring (quote "Run rsync daemon.") #:provides (quote (rsync)) #:requires (quote ()) #:respawn? (quote #t) #:start (make-forkexec-constructor (list (string-append "/gnu/store/nfx98xdajm6fvnxhq8z3nmrzkb4421dl-rsync-3.1.2" "/bin/rsync") "--daemon" "--config" "/gnu/store/s2zk3kp2gjpfv61npr79rmwlp74r4yk0-rsync.conf") #:pid-file "/var/run/rsyncd.pid" #:user "root" #:group "root") #:stop (make-kill-destructor))) --=-=-= Content-Type: text/plain Content-Disposition: inline Content-Description: rsync localhost natsu@magnolia /gnu/store$ @ERROR: invalid gid nobody rsync error: error starting client-server protocol (code 5) at main.c(1648) [Receiver=3.1.2] --=-=-=--