guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#27855] ERROR: rsync rsync://localhost/files


From: Oleg Pykhalov
Subject: [bug#27855] ERROR: rsync rsync://localhost/files
Date: Fri, 28 Jul 2017 01:22:27 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

(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 <service> #: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)))
address@hidden /gnu/store$ 
@ERROR: invalid gid nobody
rsync error: error starting client-server protocol (code 5) at main.c(1648) 
[Receiver=3.1.2]

reply via email to

[Prev in Thread] Current Thread [Next in Thread]