search for: vec_len

Displaying 4 results from an estimated 4 matches for "vec_len".

Did you mean: rec_len
2009 Feb 09
1
Problema to Mount drbd0
...successfully with /dev/drbd0 But, when i try to mount it a take this log: # mount.ocfs2 /dev/drbd0 /mnt mount.ocfs2: I/O error on channel while trying to join the group # tail /var/log/messages Feb 9 18:11:08 tundra kernel: (31249,0):o2hb_setup_one_bio:290 ERROR: Error adding page to bio i = 7, vec_len = 4096, len = 0 Feb 9 18:11:08 tundra kernel: , start = 0 Feb 9 18:11:08 tundra kernel: (31249,0):o2hb_read_slots:385 ERROR: status = -5 Feb 9 18:11:08 tundra kernel: (31249,0):o2hb_populate_slot_data:1299 ERROR: status = -5 Feb 9 18:11:08 tundra kernel: (31249,0):o2hb_region_dev_write:1399 ERR...
2011 Nov 17
3
.Call in R
..."change_vecA.c") using .Call is like this: SEXP change_vecA(SEXP vecA){ int i,vecA_len; double sum,*res_ptr,*vecR_ptr,*vecA_ptr; vecA_ptr=REAL(vecA); vecA_len=length(vecA); SEXP res_vec,vecR; PROTECT(res_vec=allocVector(REALSXP, vec_len)); PROTECT(vecR=allocVector(REALSXP, vec_len)); res_ptr=REAL(res_vec); vecR_ptr=REAL(vecR); GetRNGstate(); sum=0.0; for (i=0;i<vecA_len;i++){ vecR_ptr[i]=runif(0,1); sum+=vecR_ptr[i]; } if (sum&gt...
2009 Jul 15
1
CentOS-5.3 + DRBD-8.2 + OCFS2-1.4
...mount -t ocfs2 /dev/drbd2 /cshare ocfs2_hb_ctl: I/O error on channel while starting heartbeat mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted" [root at node-6A ~]# Dmesg shows: (5070,0):o2hb_setup_one_bio:409 ERROR: Error adding page to bio i = 7, vec_len = 4096, len = 0 , start = 0 (5070,0):o2hb_read_slots:507 ERROR: status = -5 (5070,0):o2hb_populate_slot_data:1432 ERROR: status = -5 (5070,0):o2hb_region_dev_write:1532 ERROR: status = -5 The solution recommended in 2007 was to patch the kernel. I think I've established that the OCFS2 heartbe...
2007 Sep 04
3
Ocfs2 and debian
Hi. I'm pretty new to ocfs2 and clusters. I'm trying to make ocfs2 running over a drbd device. I know it's not the best solution but for now i must deal with this. I set up drbd and work perfectly. I set up ocfs and i'm not able to make it to work. /etc/init.d/o2cb status: Module "configfs": Loaded Filesystem "configfs": Mounted Module