search for: xprt

Displaying 20 results from an estimated 24 matches for "xprt".

Did you mean: _prt
2007 Oct 12
2
Perfomance tuning for NIS client
...ormance? I also noticed things that I'm not sure if this is default on linux nis bindings: [root at linux]# pwd /var/yp/binding [root at linux]# ls NONAME.DOMAIN.COM.1 NONAME.DOMAIN.COM.2 ===> why there are two of this on linux? solaris# cd /var/yp/binding solaris# ls NONAME.DOMAIN.COM xprt.tcp.3 xprt.ticlts.3 xprt.ticotsord.2 xprt.udp.2 xprt.tcp.1 xprt.ticlts.1 xprt.ticots.3 xprt.ticotsord.3 xprt.udp.3 xprt.tcp.2 xprt.ticlts.2 xprt.ticotsord.1 xprt.udp.1 ypbind.pid Thanks in advance for any feedback. Things I've tried to tweak: * put NIS S...
2006 Aug 25
4
How to iteratively extract elements out of a list
Dear List, The following code produces a list, which is what I what: set.seed(123) tmpf <- function() { x <- rpois(rpois(1,4),2) } n <- 3 m <- replicate(n,tmpf()) m [[1]] [1] 3 2 4 [[2]] [1] 0 2 4 2 2 5 2 [[3]] [1] 2 0 4 1 0 Now I need something that would to extract iteratively (or as many times as the size of 'n') the values that are greater than 2 in each component of
2006 Jun 01
4
A coding question
Dear List: I have the follow code: y <- replicate(10,replicate(8,sum(rnorm(rpois(1,5))))) Now I need to apply the following condition to _every_ randomly generated Normal number in the code above: x - max(0,x-15) + max(0,x-90), where x represents the individual Normal numbers. In other words, the said condition needs to be applied before replicate(...(replicate(...(sum(...))) takes place.
2006 Mar 17
3
Open .ssc .S ... files in R (PR#8690)
...n the File:Open dialog, please change "S files (*.q)" to "S files (*.q, *.ssc, *.S)" and show the corresponding files (including .SSC and .s files). ----- Background This is motivated by the following query to R-help: >Date: Thu, 16 Mar 2006 22:44:11 -0600 >From: "xpRt.wannabe" <xprt.wannabe at gmail.com> >Subject: [R] Is there a way to view S-PLUS script files in R >To: r-help at stat.math.ethz.ch > >Dear List, > >I have some S-PLUS script files (.ssc). Does there exist an R >function/command that can read such files? I simply...
2006 Jun 26
0
[klibc 14/43] Remove in-kernel nfsroot code
...b.de> - */ - -#include <linux/types.h> -#include <linux/socket.h> -#include <linux/kernel.h> -#include <linux/errno.h> -#include <linux/uio.h> -#include <linux/net.h> -#include <linux/in.h> -#include <linux/sunrpc/clnt.h> -#include <linux/sunrpc/xprt.h> -#include <linux/sunrpc/sched.h> -#include <linux/nfs_fs.h> - -#ifdef RPC_DEBUG -# define NFSDBG_FACILITY NFSDBG_ROOT -#endif - -/* -#define MOUNT_PROGRAM 100005 -#define MOUNT_VERSION 1 -#define MOUNT_MNT 1 -#define MOUNT_UMNT 3 - */ - -static struct rpc_clnt * mnt_create(cha...
2006 Mar 17
2
Is there a way to view S-PLUS script files in R
Dear List, I have some S-PLUS script files (.ssc). Does there exist an R function/command that can read such files? I simply want to view the code and practice in R to help me learn the subject matter. Any help would be greatly appreciated. platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month 12 day 20 svn
2018 Mar 06
0
NFS-Ganesha, Gluster and file creation
...e files even modify existing files just not create new. I'm sure i'm missing something simple but can't quite put my finger on it. Ganesha debug output is:06/03/2018 11:08:01 : epoch 5a9e7635 : gnfs01.local : ganesha.nfsd-6933[decoder] thr_decode_rpc_requests :DISP :DEBUG :exiting, stat=XPRT_IDLE 06/03/2018 11:08:01 : epoch 5a9e7635 : gnfs01.local : ganesha.nfsd-6933[work-48] worker_run :DISP :DEBUG :NFS protocol request, reqdata=0x7f38d80008c0 xprt=0x7f38d8001730 requests=1 06/03/2018 11:08:01 : epoch 5a9e7635 : gnfs01.local : ganesha.nfsd-6933[work-48] get_gsh_client :HT CACHE :DEBUG...
2005 Sep 16
1
Add lines to density plot
Dear List, I am using R to learn bootstrapping concepts. Not to be oblivious to the contributed packages of boot and bootstrap, I have opted to do the following as a way to hone my R skills. One example I am trying to work through is the following: x <- 1:20 Observed <- sample(x,20) Resamples <- replicate(1000,sample(Observed,replace=TRUE)) Boot.Means <- apply(Resamples,2,mean)
2006 Mar 03
1
How to show the intermediate tick marks without the values in a different color
Is there a way to show also the intermediate tick marks without the values? Example: plot(cars) What would one do to show the tick marks in, say, gray color at the increment of 1 without showing the actual values in-between the default x values: 5, 10, 15, 20, 25? platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.1 year 2005 month
2004 May 04
0
Re: SYSLINUX Digest, Vol 14, Issue 3
...to do about a similar problem, with a Compaq 2266 and LEAF-Bering's 1680KB floppies. But some testing showed me the problem was in the Phoenix BIOS, not the drive or in kernel support for the chipset. Your problem could be the BIOS as well. Paul Rogers (paul.rogers at juno.com) http://www.xprt.net/~pgrogers/ http://www.angelfire.com/or/paulrogers/ Rogers' Second Law: "Everything you do communicates." (I do not personally endorse any additions after this line. TANSTAAFL :-) ________________________________________________________________ The best thing to hit the Internet...
2004 May 10
1
Re: Grub to Syslinux
...(hd0,0) unhide (hd0,3) makeactive rootnoverify (hd0,3) chainloader +1 But the boot failed in grub. I'm also going the path of making grub boot LEAF-Bering directly, and I seem to have that part-way to working. Paul Rogers (paul.rogers at juno.com) http://www.xprt.net/~pgrogers/ http://www.angelfire.com/or/paulrogers/ Rogers' Second Law: "Everything you do communicates." (I do not personally endorse any additions after this line. TANSTAAFL :-) ________________________________________________________________ The best thing to hit the Internet...
2005 Aug 12
0
Re: SYSLINUX Digest, Vol 29, Issue 11
...DOS boot record, which will run IO.SYS and MSDOS.SYS. Then it would make sense to have a CONFIG.SYS that says SHELL=POWERMAX.EXE, so it runs your diagnostic, and only it, immediately. Needless to say, it has to be on a FAT file system partition. Paul Rogers (paul.rogers at juno.com) http://www.xprt.net/~pgrogers/ http://www.geocities.com/paulgrogers/ Rogers' Second Law: "Everything you do communicates." (I do not personally endorse any additions after this line. TANSTAAFL :-)
2001 May 01
2
Word 97
I have been reading through the WINE documentation for the last week or so and have been unable to solve my problem with Word 97. The OS is Redhat 6.2 single boot without Windows installed on any partition. I can run notepad, mspaint, agent, and freecell with WINE, but when I try to run MS Word 97 I get the following: 1) A message that says: " The Tahoma font is not present. For best
2005 Oct 18
1
A two-part question about box-percentile plots, bpplot(): (1) yaxt="n" doesn't seem to work (2) how to display mean values
Dear List, I have a two-part question related to bpplot(), a box-percentile plot function in the Hmisc package. Take the example given in the Help for bpplot(), for instance. (1) How does one set but not draw the y-axis? What I did was, bpplot(... , yaxt="n"), but that apparently does not work (though it works for boxplot()). (2) How does one display the mean value of each variable
2007 Apr 26
3
A coding question involving variable assignments in ifelse()
Dear List, Below is a simple, standard loss model that takes into account the terms of an insurance policy: deductible <- 15 coverage.limit <- 75 insurance.threshold <- deductible + coverage.limit tmpf <- function() { loss <- rlnorm(rpois(1, 3), 2, 5) sum(ifelse(loss > insurance.threshold, loss - coverage.limit, pmin(loss, deductible))) } net <- replicate(1000000, tmpf())
2004 Apr 30
3
Syslinux 1.75, LEAF Bering 1.2, Compaq 2266
...is spectacularly unforthcoming about anything more than the machine as delivered in it's intended configuration for it's supplied software. No BIOS upgrades or the like can be expected. Can Syslinux be configured to avoid using the BIOS? Paul Rogers (paul.rogers at juno.com) http://www.xprt.net/~pgrogers/ http://www.angelfire.com/or/paulrogers/ Rogers' Second Law: "Everything you do communicates." (I do not personally endorse any additions after this line. TANSTAAFL :-) ________________________________________________________________ The best thing to hit the Internet...
2005 Aug 01
2
Can't boot Syslinux from HD directly. Can indirectly?
I've installed Syslinux on a somewhat old system. The motherboard is based on an Intel 440GX chipset (specifically it's the Supermicro P6DGE if that means anything.) The harddrive has been split up into partitions of one hidden FAT16 (marked as active) to which syslinux is installed (hda1), one normal FAT32 which has windows and dos (hda2.) It also has an extended partition containing
2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
...b.de> - */ - -#include <linux/types.h> -#include <linux/socket.h> -#include <linux/kernel.h> -#include <linux/errno.h> -#include <linux/uio.h> -#include <linux/net.h> -#include <linux/in.h> -#include <linux/sunrpc/clnt.h> -#include <linux/sunrpc/xprt.h> -#include <linux/sunrpc/sched.h> -#include <linux/nfs_fs.h> - -#ifdef RPC_DEBUG -# define NFSDBG_FACILITY NFSDBG_ROOT -#endif - -/* -#define MOUNT_PROGRAM 100005 -#define MOUNT_VERSION 1 -#define MOUNT_MNT 1 -#define MOUNT_UMNT 3 - */ - -static struct rpc_clnt * mnt_create(cha...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...2 +- net/sctp/sm_sideeffect.c | 3 +- net/sctp/sm_statefuns.c | 2 +- net/socket.c | 6 +- net/sunrpc/auth_gss/gss_krb5_wrap.c | 2 +- net/sunrpc/clnt.c | 22 ++-- net/sunrpc/xprt.c | 2 +- net/sunrpc/xprtsock.c | 8 +- net/tipc/bearer.c | 2 +- net/tipc/group.c | 2 +- net/tipc/link.c | 2 +- net/tipc/socket.c...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...2 +- net/sctp/sm_sideeffect.c | 3 +- net/sctp/sm_statefuns.c | 2 +- net/socket.c | 6 +- net/sunrpc/auth_gss/gss_krb5_wrap.c | 2 +- net/sunrpc/clnt.c | 22 ++-- net/sunrpc/xprt.c | 2 +- net/sunrpc/xprtsock.c | 8 +- net/tipc/bearer.c | 2 +- net/tipc/group.c | 2 +- net/tipc/link.c | 2 +- net/tipc/socket.c...