Displaying 4 results from an estimated 4 matches for "newwing".
Did you mean:
newing
2018 Aug 02
1
NFS/RDMA connection closed
...ext3 defaults 0 1
UUID=c854ee27-32cf-445d-8308-4e6f1a87d364 /boot ext3 defaults 0 2
UUID=b92a100f-2521-408b-9b15-93671c6ae056 swap swap defaults 0 0
UUID=a8a7b737-25ed-43a7-ae4b-391c71aa8c08 /data xfs defaults 0 2
UUID=d5692ec2-d5dc-4bb8-98d4-a4fb2ff54748 /projects xfs defaults 0 2
/dev/drbd0 /newwing xfs noauto 0 0
UUID=a305f309-d997-43ec-8e4f-78e26b07652f /working xfs defaults 0 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
I read that adding "inode64,nobarrier"...
2012 Mar 09
2
Create a list object in a loop
Dear all,
I'm trying to create a list of point patterns ppp.object {spatstat} in a loop.
My dataset looks like this:
> names(OT1);head(OT1);dim(OT1)
[1] "EID" "latitude" "longitude" "month" "year" "CPUE" "TSUM"
[8] "fTSUM"
EID latitude longitude
2003 Apr 25
0
[Bug 85] New: couldn't write file ,call syscall ,ex. sys_open
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=85
Summary: couldn't write file ,call syscall ,ex. sys_open
Product: netfilter/iptables
Version: linux-2.4.x
Platform: i386
OS/Version: RedHat Linux
Status: NEW
Severity: major
Priority: P2
Component: ip_tables (kernel)
AssignedTo:
2010 Oct 27
2
must .Call C functions return SEXP?
For using R's .Call interface to C functions, all the examples I've
seen have the C function return type SEXP. Why? What does R actually
do with this return type? What happens if I *don't* return a SEXP?
Reason I ask, is I've written some R code which allocates two long
lists, and then calls a C function with .Call. My C code writes to
those two pre-allocated lists, thus, I