search for: file_io

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

Did you mean: file_id
2008 Sep 16
1
OCFS2 and Xen - aio error -14
I've configured a text Xen system using ocfs2 1.4.1 as the shared filesystem to enable migration. So far the file based xen disk sharing is working well. Yesterday I tried to do a "xm save vm /ocfs2/vm.save" and I keep getting the following message: __ocfs2_file_aio_write:2185 ERROR: status = -14 The file created is only 9113 bytes long where it should be about 2 GB i.e.
2009 Oct 07
1
compiling packages without Framework and CoreFoundation options on OSX
...ation" switches, even when R isn't built with the framework (and CoreFoundation) options. For example: gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/ usr/local/lib -o rconifers.so coeffs.o file_io.o grow.o mortality.o plot.o rconifers.o sample.o smc_coeffs.o smc_model.o stats.o swo_coeffs.o swo_model.o thin.o -L/usr/local/lib/R/lib -lR -Wl,- framework -Wl,CoreFoundation I would like to build packages without the "-Wl,-framework - Wl,CoreFoundation" options because I'm go...
2008 Sep 18
0
Ocfs2-users Digest, Vol 57, Issue 14
...strace -ff -o /tmp/save xm save .... Zip up the traces and attach to bugzilla. Lastly, is the guest hvm or pvm, 32-bit or 64-bit. From the packages the host machine appears to be 64-bit. Sunil Mushran wrote: > Enable some tracing: > > $ debugfs.ocfs2 -l ENTRY EXIT INODE DISK_ALLOC SUPER FILE_IO NAMEI AIO allow > > $ xm save .... > > $ debugfs.ocfs2 -l ENTRY EXIT deny INODE DISK_ALLOC SUPER FILE_IO NAMEI > AIO off > > File a bugzilla and attach the syslog. > > Brett Worth wrote: > >> Sunil Mushran wrote: >> >> >>> Which k...
2012 Jan 11
1
R CMD check pkg and 32/64 bit.
...for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... WARNING Found the following sources/headers with CR or CRLF line endings: src/coeffs_cips.c src/coeffs_mgt.c src/coeffs_smc.c src/coeffs_swo.c src/coeffs_swohybrid.c src/conifers.h src/file_io.c src/grow.c src/model_cips.c src/model_smc.c src/model_swo.c src/model_swohybrid.c src/mortality.c src/plot.c src/rconifers.c src/stats.c src/thin.c Some Unix compilers require LF line endings. * checking line endings in Makefiles ... OK * checking for portable use of $(BLAS_LI...