Displaying 13 results from an estimated 13 matches for "laio".
Did you mean:
laid
2008 May 31
1
rsync 3.0.2 with --fileflags on FreeBSD: cannot rsync hardlinked immutable files
...-
#! /bin/sh
#
#
set -x
DIR="/var/tmp/rsync_$(date +%s)/"
mkdir "${DIR}/"
# Preparing dir_A
mkdir "${DIR}/dir_A/"
touch "${DIR}/dir_A/file_A"
ln "${DIR}/dir_A/file_A" "${DIR}/dir_A/file_B"
chflags schg "${DIR}/dir_A/file_A"
ls -laio "${DIR}/dir_A/"
# Try rsync: will fail because of schg'ed hardlinked file
/usr/local/bin/rsync -avHWx --fileflags "${DIR}/dir_A/" "${DIR}/dir_B/"
ls -laio "${DIR}/dir_B/"
# Try cpdup: will work
/usr/local/bin/cpdup "${DIR}/dir_A/" "${DIR}...
2012 Jan 08
1
Can't compile 3.6.2 on Solaris 11
...-I../lib/tdb/include -DHAVE_CONFIG_H
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DLDAP_DEPRECATED -DSUNOS5 -I/export/home1/src/samba-3.6.1/source3/lib
-I.. -D_SAMBA_BUILD_=3 -D_SAMBA_BUILD_=3
PICFLAG = -fPIC
LIBS = -lsendfile -lresolv -lnsl -lsocket -liconv -laio
LDFLAGS = -pie -lintl -R/opt/samba/lib -L/usr/ccs/lib
-R/usr/ccs/lib -L/usr/sfw/lib -R/usr/sfw/lib -L/opt/samba/lib
-R/opt/samba/lib -lthread -L./bin
DYNEXP =
LDSHFLAGS = -fPIC -shared -lintl -R/opt/samba/lib
-L/usr/ccs/lib -R/usr/ccs/lib -L/usr/sfw/lib -R/usr/sfw/...
2009 Feb 18
4
tracing aio syscalls
Hi all,
Is there some documentation or some example on how to interpret the arg0
.. arg<n> for the aioread, aiowrite, aiowait syscalls? The system call
name for all three seems to be "kaio".
Michael
=== Michael Mueller ==================
Tel. + 49 8171 63600
Fax. + 49 8171 63615
Web: http://www.michael-mueller-it.de
======================================
2010 May 07
1
Problems 'make'ing on Solaris 9.
.../include -I/usr/local/include -D_LARGEFILE_SOURCE -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -DLDAP_DEPRECATED -DSUNOS5
-I/export/home/cbaillie/samba/samba-3.4.7/source3/lib -I.. -I../source4
-D_SAMBA_BUILD_=3 -D_SAMBA_BUILD_=3
PICFLAG = -fPIC
LIBS = -lsendfile
-lresolv -lrt -ldl -lnsl -lsocket -liconv -laio
LDFLAGS = -pie
-L/usr/local/lib -R/usr/local/lib -R/usr/lib -L/usr/openwin/lib
-R/usr/openwin/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib
-L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.7/lib -lthread
-L./bin
DYNEXP = -Wl,-E
LDSHFLAGS = -G -L/usr/local/lib -R/usr/local/lib
-R/usr/lib...
2006 Aug 10
0
[RFC][PATCH][TOOLS] CONFIG to build and link to local libaio
...:= -L. -L.. -L../lib
+LIBS := $(LIBAIO_INCLUDE_DIR-$(LOCAL_LIBAIO))
+LIBS += -L. -L.. -L../lib
LIBS += -L$(XEN_LIBXC)
LIBS += -lblktap
LIBS += -lcrypto
LIBS += -lz
LIBS += -L$(XEN_XENSTORE) -lxenstore
-AIOLIBS := $(LIBAIO_DIR)/libaio.a
+AIOLIBS := -laio
BLK-OBJS := block-aio.o
BLK-OBJS += block-sync.o
diff -r 1f611b58729f tools/libaio/Makefile
--- a/tools/libaio/Makefile Wed Aug 09 18:53:00 2006 -0400
+++ b/tools/libaio/Makefile Thu Aug 10 15:16:17 2006 -0400
@@ -12,7 +12,7 @@ default: all
default: all
all:
- @$(MAKE) -C src
+ @$(MAKE)...
2008 Dec 21
0
build of 3.3.0rc2 on opensolaris 2008.11 causes ld usage error
...E_OFFSET_BITS=64 -Iinclude -I./include -I. -I. -I./lib/repl
ace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt -DSUNOS5
-I/include -I/export/home/zachw/samba-3.3.0rc2/source/lib -D_SAMBA_BUILD_=3
PICFLAG = -fPIC
LIBS = -lsendfile -lresolv -lnsl -lsocket -laio
LDFLAGS = -pie -lthread -L./bin
DYNEXP = -Wl,-E
LDSHFLAGS = -G -lthread -L./bin
SHLIBEXT = so
SONAMEFLAG = -Wl,-soname=
Linking shared library bin/libtalloc.so.1
usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VW:Y:?] file(s)
[-64]...
2013 Jun 15
1
Bug#712366: xen: FTBFS: configure: error: Could not find libcrypto
...g lzma.h usability... yes
> checking lzma.h presence... yes
> checking for lzma.h... yes
> checking for lzma_stream_decoder in -llzma... yes
> checking lzo/lzo1x.h usability... no
> checking lzo/lzo1x.h presence... no
> checking for lzo/lzo1x.h... no
> checking for io_setup in -laio... yes
> configure: error: Could not find libcrypto
> checking for MD5 in -lcrypto... no
> make[2]: *** [debian/stamps/setup-utils_amd64] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/06/09/xen_4.2.1-2_unstable.log
A list of current common pr...
2010 May 07
1
Fwd: RE: Problems 'make'ing on Solaris 9/10
...LE_SOURCE -D_REENTRANT
> -D_FILE_OFFSET_BITS=64 -DLDAP_DEPRECATED -DSUNOS5
> -I/export/home/cbaillie/samba/samba-3.4.7/source3/lib -I..
> -I../source4
> -D_SAMBA_BUILD_=3 -D_SAMBA_BUILD_=3
> PICFLAG = -fPIC
> LIBS = -lsendfile
> -lresolv -lrt -ldl -lnsl -lsocket -liconv -laio LDFLAGS = -pie
> -L/usr/local/lib -R/usr/local/lib -R/usr/lib -L/usr/openwin/lib
> -R/usr/openwin/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib
> -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.7/lib
> -lthread -L./bin DYNEXP = -Wl,-E LDSHFLAGS = -G -L/usr/local/lib
>...
2006 Jun 19
24
[PATCH] Blktap: Userspace file-based image support. (RFC)
Attached to this email is a patch containing the (new and improved)
blktap Linux driver and associated userspace tools for Xen. In
addition to being more flavourful, containing half the fat, and
removing stains twice as well as the old driver, this stuff adds a
userspace block backend and let you use raw (without loopback), qcow,
and vmdk-based image files for your domUs. There''s also a
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*
2013 Apr 30
5
Unaible to create DomU Guest
Hello.
First of all I ''m pretty new to Linux and this is my first install of Xen. So don''t mind me wrong if sometimes I don''t know which command is appropriate to fetch results.
I''m running a new Debian Squeeze release 2.6.32-5-xen-amd64 with minimal components. I''ve been going through install of Xen as per the documentation for the 4.2.1 release and
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with
updates coming from blktap2.5.
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
...her ACL support is available:
checking for acl_get_file in -lacl... no
checking for getxattr in -lattr... no
checking for POSIX ACL support... no
configure: ACL support is not avaliable
checking whether to support asynchronous io... yes
checking for aio_read in -lrt... yes
checking for aio_read in -laio... no
checking for asynchronous io support... yes
checking for 64-bit asynchronous io support... yes
checking for aio_read... yes
checking for aio_write... yes
checking for aio_fsync... yes
checking for aio_return... yes
checking for aio_error... yes
checking for aio_cancel... yes
checking for aio_...