Displaying 3 results from an estimated 3 matches for "rstest".
Did you mean:
retest
2010 Jul 23
1
Problem backing up read-only files
...t much seems to work fine.
I would like to use rsync to back up some of the files on the XP
machine to the Media Vault. This seems to work as it should as long
as the files have write permission, but rsync fails to copy files
that have only read permission.
To demonstrate this, I created an 'rstest' directory under my Cygwin
home directory and created in it two files, one with default
permissions and the other without write permissions.
bash-3.2$ mkdir rstest
bash-3.2$ cd rstest
bash-3.2$ echo "hello, world" > rstest1.txt
bash-3.2$ echo "hello, world&quo...
2009 Feb 11
1
RSPython
...(2) I can't even load the test example provided at www.omegahat.org/*
RSPython*/ <http://www.omegahat.org/RSPython/> .
>
Sys.putenv("PYTHONPATH"='/usr/local/lib/R/site-library/RSPython/tests')
> .PythonInit()
> test <- .PythonNew("RSTest", .module="method")
Error in .PythonNew("RSTest", .module = "method") : No such module
(3) It doesn't find RS.so if I try dyn.load("RS.so")
My OS is Linux Debian (kernel 2.6.27-11-generic) .
Many thanks for you help!
David
[[alternativ...
2017 Oct 29
4
[Bug 13109] New: rsync hangs during transfer of many small files
...ometimes many times in a row.
As opposed to my previous bug report _this_ time, there are no hard links
required to make rsync hang, only regular files are involved.
How to reproduce
================
[ Using Linux on e.g. ext4, about 3 GiB disk space required ]
############################
mkdir rstest
cd rstest
wget 'http://www.hlipp.de/rs/mktest'
chmod u+x mktest
mkdir files
cd files
wget 'http://www.hlipp.de/rs/1518_0219.jpg_original'
wget 'http://www.hlipp.de/rs/1518_0219.jpg'
cd ..
./mktest 5000
############################
Background: This is based on a larger ba...