search for: file_descriptor

Displaying 6 results from an estimated 6 matches for "file_descriptor".

2004 Dec 20
1
HP-UX/AIX sendfile patches.
...AC_CACHE_CHECK([for AIX send_file support],samba_cv_HAVE_SENDFILE,[ + AC_TRY_LINK([\ + #include <sys/socket.h>], + [\ + int fromfd, tofd; + size_t total=0; + struct sf_parms hdtrl; + ssize_t nwritten; + off64_t offset; + + hdtrl.header_data = 0; + hdtrl.header_length = 0; + hdtrl.file_descriptor = fromfd; + hdtrl.file_offset = 0; + hdtrl.file_bytes = 0; + hdtrl.trailer_data = 0; + hdtrl.trailer_length = 0; + + nwritten = send_file(&tofd, &hdtrl, 0); + ], + samba_cv_HAVE_SENDFILE=yes,samba_cv_HAVE_SENDFILE=no)]) + if test x"$samba_cv_HAVE_SENDFILE" = x"yes&quot...
2016 Dec 21
2
different compilers and mzR build fails
...gex/src/regex_traits_defaults.o ./boost/regex/src/winstances.o ./boost/regex/src/wc_regex_traits.o ./boost/regex/src/c_regex_traits.o ./boost/regex/src/cpp_regex_traits.o ./boost/regex/src/static_mutex.o ./boost/regex/src/w32_regex_traits.o ./boost/iostreams/src/zlib.o ./boost/iostreams/src/file_descriptor.o ./boost/thread/pthread/once.o ./boost/thread/pthread/thread.o ./boost/filesystem/src/operations.o ./boost/filesystem/src/path.o ./boost/filesystem/src/utf8_codecvt_facet.o ./boost/chrono/src/chrono.o ./boost/chrono/src/process_cpu_clocks.o ./boost/chrono/src/thread_clock.o ./pwiz/data/ms...
2016 Dec 21
1
different compilers and mzR build fails
...es.o >> ./boost/regex/src/wc_regex_traits.o >> ./boost/regex/src/c_regex_traits.o >> ./boost/regex/src/cpp_regex_traits.o >> ./boost/regex/src/static_mutex.o >> ./boost/regex/src/w32_regex_traits.o >> ./boost/iostreams/src/zlib.o >> ./boost/iostreams/src/file_descriptor.o >> ./boost/thread/pthread/once.o >> ./boost/thread/pthread/thread.o >> ./boost/filesystem/src/operations.o >> ./boost/filesystem/src/path.o >> ./boost/filesystem/src/utf8_codecvt_facet.o >> ./boost/chrono/src/chrono.o >> ./boost/chrono/src/process_cpu_...
2011 Jun 02
3
Problems with descriptions.
Hi guys! I can?t find an answer in google, so my last hope is this mailing list. Story. I have two servers with same arrays. Servers connected by DRBD. I used ocfs2 as file system, also I used NFS4 to access to the ocfs2 drive. I do not have any idea, but the allocated descriptors in /proc/sys/fs/file-nr increasing every time while drive accessed. So after some time allocated descriptions over
2016 Dec 21
0
different compilers and mzR build fails
...x_traits_defaults.o ./boost/regex/src/winstances.o > ./boost/regex/src/wc_regex_traits.o ./boost/regex/src/c_regex_traits.o > ./boost/regex/src/cpp_regex_traits.o ./boost/regex/src/static_mutex.o > ./boost/regex/src/w32_regex_traits.o ./boost/iostreams/src/zlib.o > ./boost/iostreams/src/file_descriptor.o ./boost/thread/pthread/once.o > ./boost/thread/pthread/thread.o ./boost/filesystem/src/operations.o > ./boost/filesystem/src/path.o > ./boost/filesystem/src/utf8_codecvt_facet.o ./boost/chrono/src/chrono.o > ./boost/chrono/src/process_cpu_clocks.o > ./boost/chrono/src/thread_clock....
2018 Jan 22
3
What does this mean? select(1, [0], , NULL, {60, 0}) = 0 (Timeout)
I have been having broken pipe messages for a while. I think since a network architecture change. But I am not sure because I have not been monitoring the errors closely before. I added this (https://rsync.samba.org/issues.html) rsync-debug.sh script with strace of 100. But I have no idea how to interper this output. I guess between 00:55:41 and 03:06:47 nothing is happening? And then some