search for: rsb

Displaying 20 results from an estimated 85 matches for "rsb".

Did you mean: rmb
2012 Jun 10
0
rsync hanging in read-batch mode
Trying to do something like this, in Ubuntu 11.10/12.04: Location A (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/ Location B rsync --read-batch /media/bkup/foo.rsb /path/to/files/ rsync --read-batch /media/bkup/foo.rsb /path/to/copy/ (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/ Location A rsync --read-batch /media/bkup/...
2001 Jun 15
1
R CMD check (PR#982)
...PS: Specifically I was responding to Kurt's note re: $as.points $as.points$code [1] "..." $as.points$docs [1] "p" and doing work on documentation as well. as.points is (...) in both code and docs now. Is it the ellipsis that is the problem? ----------------------------- [rsb@localhost splancs]$ R CMD check splancs * checking for working latex ... OK * using log directory /home/rsb/topics/splancs/splancs.Rcheck Installing source package `splancs' ... libs make: `splancs.so' is up to date. R data ... DONE (INSTALL) * checking for file `splancs/DESCRIPTION...
2004 Jan 05
1
slow and max connection errors
...y* obey pam restrictions = yes socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 encrypt passwords = yes passwd program = /usr/bin/passwd %u max disk size = 40000000000 wins support = true dns proxy = no netbios name = RSB server string = RSB Server printing = cups default = shared unix password sync = Yes workgroup = RSB os level = 20 printcap name = /etc/printcap security = user pam password change = yes [homes] browseable =...
2001 Jul 02
0
ReleaseLargeFreeVectors SIGSEGV (?) (PR#1008)
...points pa = NULL; } platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 3.0 year 2001 month 06 day 22 language R [rsb@reclus rsb]$ gcc -v Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/specs gcc version 2.95.3 19991030 (prerelease) [rsb@reclus rsb]$ rpm -q gcc gcc-2.95.2-7mdk [rsb@reclus rsb]$ (Same on R 1.3.0 on RH70, gcc 2.96-85, Debian 2.2, gcc 2.95.2) Debian gdb output: > for (i in 1:10)...
2007 Oct 16
1
data structure for plsr
...ing data.frame errors. Ross ******************************************************************* Ross Bricklemyer Dept. of Crop and Soil Sciences Washington State University 291D Johnson Hall PO Box 646420 Pullman, WA 99164-6420 Work: 509.335.3661 Cell/Home: 406.570.8576 Fax: 509.335.8674 Email: rsb at wsu.edu ?
2010 Feb 13
1
old files not getting deleted
...runs from the root of the filesystem though, and relies on an included exclude file to negate things I don't want to back up. How can I track this down? My command line looks like so: rsync --archive --stats --numeric-ids --delete --partial --inplace --hard-links --exclude-from=/usr/local/rsb/conf/exclude.default.fbsd --rsync-path="/usr/local/bin/rsync" --rsh="/usr/bin/ssh -p 22 -i /usr/local/rsb/conf/id_dsa" --log-file=/var/log/rsbackup/$RSYNC_SERVER.log backups@$RSYNC_SERVER:/ /tank/backups/$RSYNC_SERVER (note, no trailing slash on destdir) The exclude file loo...
2011 Nov 16
0
[LLVMdev] LLVM 3.0 release notes ARM Target
what do you mean by "more optimal instructions" ? -omer On Wed, Nov 16, 2011 at 1:28 AM, Joe Abbey <jabbey at arxan.com> wrote: > I've done a first pass over the past 6 months of changes and some notable > things stood out: > > * The ARM backend has reworked Set Jump Long Jump EH Lowering. > * The ARM backend includes improved support for Cortex-M > *
2008 Jul 01
1
Users can't delete an email (Totally Random effect)
...mple: root at gator:/home/somedude# find ./ -iname '*,*,*' ./Maildir/cur/1208807796.29873_0.gator:2,Sb:2,S ./Maildir/cur/1205162628.14926_0.gator:2,Sb:2,S ./Maildir/cur/1206557108.6542_0.gator:2,Sb:2,STb ./Maildir/cur/1204054624.5835_0.gator:2,Sa:2,S ./Maildir/cur/1208957483.28799_0.gator:2,RSb:2,RSTb ./Maildir/cur/1208803572.18922_0.gator:2,Sb:2,S ./Maildir/cur/1209482166.31816_0.gator:2,Sb:2,S ./Maildir/cur/1212778554.27192_0.gator:2,Sa:2,S ./Maildir/cur/1210613916.23757_0.gator:2,Sb:2,S ./Maildir/cur/1210277191.15311_0.gator:2,Sa:2,S ./Maildir/cur/1204813078.31520_0.gator:2,Sa:2,S ./Ma...
2008 Feb 29
1
[PATCH] ioemu: fix xenfb slow case update
ioemu: fix xenfb slow case update Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r 067d8f19e78a tools/ioemu/hw/xenfb.c --- a/tools/ioemu/hw/xenfb.c Thu Feb 28 13:55:37 2008 +0000 +++ b/tools/ioemu/hw/xenfb.c Fri Feb 29 15:25:17 2008 +0000 @@ -1072,7 +1072,7 @@ /* A convenient function for munging pixels between different depths */ #define
2008 Dec 10
1
Error: protect () : protection stack overflow
...s an R 2.8.0 issue? Best, Ross ******************************************************************* Ross Bricklemyer Dept. of Crop and Soil Sciences Washington State University 251?Johnson Hall PO Box 646420 Pullman, WA 99164-6420 Work: 509.335.3661 Cell/Home: 406.570.8576 Fax: 509.335.8674 Email: rsb at wsu.edu
2011 Nov 16
4
[LLVMdev] LLVM 3.0 release notes ARM Target
I've done a first pass over the past 6 months of changes and some notable things stood out: * The ARM backend has reworked Set Jump Long Jump EH Lowering. * The ARM backend includes improved support for Cortex-M * The ARM backend adds parsing and encoding ARM/Thumb/Thumb2 assembly There are also many many code generation improvements which select more optimal instructions. Those seemed
2018 Feb 07
0
retpoline mitigation and 6.0
...> > The other thing to keep an eye on is the *return* thunk, which might > end up being needed on Skylake-era CPUs. See the thread at > https://lkml.org/lkml/2018/2/4/147 I'm strongly of the opinion that I think Arjan expressed: - retpoline alone is probably fine with sufficient RSB stuffing patches in the kernel - if some folks are worried about the security risk here and running on SKX, they should use IBRS. Given the speed of IBRS on SKX and the complexity & runtime hit of thunking ret, I really don't see a good motivation for us teaching the compiler how to do thi...
2007 Aug 23
4
Calculating diameters of cirkels in a picture.
Hi, Maybe this is more a programming questions than a specific R-project question, but maybe there is someone who can point me in the right direction. I have a picture of cirkels which I took with a digital camera. Now I want to use the diameter of the cirkels on the picture for analysis in R. I can use pixmap to import the picture, but how do I find the outside cirkels and calculate the
2018 Feb 07
3
retpoline mitigation and 6.0
On Wed, 2018-02-07 at 00:36 +0000, Chandler Carruth wrote: > > > > That would be __x86_indirect_thunk but the kernel doesn't use it. > > We use -mindirect-branch-register and only ever expect the compiler > > to use the register versions which are CET-compatible. > > > > However, in at least one case in the 32-bit kernel we do emit the > > old
2007 Feb 27
1
compiling issues with Mandriva Linux 2007 Discovery
...s would run on a Mandriva distro? Best, Ross ******************************************************************* Ross Bricklemyer Dept. of Crop and Soil Sciences Washington State University 201 Johnson Hall Pullman, WA 99164-6420 Work: 509.335.3661 Cell/Home: 406.570.8576 Fax: 509.335.8674 Email: rsb at wsu.edu
2007 Jul 26
1
princomp error
...am I going wrong? Ross ******************************************************************* Ross Bricklemyer Dept. of Crop and Soil Sciences Washington State University 291D Johnson Hall PO Box 646420 Pullman, WA 99164-6420 Work: 509.335.3661 Cell/Home: 406.570.8576 Fax: 509.335.8674 Email: rsb@wsu.edu [[alternative HTML version deleted]]
2007 Nov 26
1
mvr error in PLS package
...s cause the error? Best, Ross ******************************************************************* Ross Bricklemyer Dept. of Crop and Soil Sciences Washington State University 291D Johnson Hall PO Box 646420 Pullman, WA 99164-6420 Work: 509.335.3661 Cell/Home: 406.570.8576 Fax: 509.335.8674 Email: rsb at wsu.edu ?
2011 Jun 25
2
Access R functions from web
I need a way to send R objects and call R functions from web. Is there any project close or similar to that? I want to be able to send an HTTP rquest from an existing application with some data. And obtain a plot from R. Thanks in advance Caveman [[alternative HTML version deleted]]
2005 Oct 11
1
Manual page example of plot.window needs fixing
I was looking at the example on the manual page of plot.window, and noticed that it needs fixing - names(eurodist) should now be labels(eurodist): --- /home/rsb/topics/R-2.2.0/src/library/graphics/man/plot.window.Rd 2005-04-18 12:18:59.000000000 +0200 +++ plot.window.Rd 2005-10-11 21:08:57.000000000 +0200 @@ -48,6 +48,6 @@ ry <- range(y <- -loc[,2]) plot(x, y, type="n", asp=1, xlab="", ylab="") abline(h = pre...
2007 Sep 13
1
grouping data by a portion of the row name
...ould look like for that? Ross ******************************************************************* Ross Bricklemyer Dept. of Crop and Soil Sciences Washington State University 291D Johnson Hall PO Box 646420 Pullman, WA 99164-6420 Work: 509.335.3661 Cell/Home: 406.570.8576 Fax: 509.335.8674 Email: rsb at wsu.edu ?