Displaying 3 results from an estimated 3 matches for "furr".
Did you mean:
curr
2002 Mar 01
2
rsync: dumping core, breaking pipes, not understanding modules - why?
...ver:
---
!#/bin/sh
/usr/local/bin/rsync --daemon --config=/etc/rsyncd.conf
---
This gets rsync going just fine (I assume.)
/etc/rsyncd.conf on the production server contains these lines:
---
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
uid = rsfurr # my own account - this will change once I get this working.
gid = web # the group that the files I want to back up are owned by
hosts allow = ___.___.___.___ # the ip of the backup server
[upeg_web]
path=/usr/local/share/doc/apache
comment = the web directories
read only = yes
---
H...
2018 Feb 22
2
a few simple questions about upgrading an "official" centos 7 release
On Thu, 22 Feb 2018, hw wrote:
> Robert P. J. Day wrote:
... snip ...
> > oh, i appreciate the need for caution; on the other hand, it
> > always struck me that the training room is the *ideal* place for
> > students to experiment with things they're too nervous or unsure
> > of to try back at the office. this is typically why, when i'm
> >
2024 Dec 11
2
Cores hang when calling mcapply
...en't been able to figure out if it's something wrong with the code, the size of the data, or our architecture, but I would appreciate any suggestions as to what I might be able to do about this.
Before they are suggested, I have also tried this same approach with foreach, snow, future, and furr packages, and base parallel with mc.apply seems to be the only thing that works for at least one dataset.
In the event it has something to do with our architecture, here is what we are running on and our loaded packages:
OS Information:
NAME="Red Hat Enterprise Linux"
VERSION="9.3...