Displaying 17 results from an estimated 17 matches for "xqm".
Did you mean:
xm
2006 Jul 13
1
xfs quota support
...that i haven't these file #include <linux/dqblk_xfs.h> on my
system.
Solution is simple. After instalation xfsprogs-devel you get necessary
files, but you must use another header file in
dovecot/src/plugins/quota/quota-fs.c. Instead <linux/dqblk_xfs.h> you
should use <xfs/xqm.h>.
If you advise me, how can i detect if <xfs/xqm.h> exist instead
<linux/dqblk_xfs.h>, i can send patch back. I'm not familiar with
autotools.
existing code in dovecot/src/plugins/quota/quota-fs.c :
#ifdef HAVE_LINUX_DQBLK_XFS_H
# include <linux/dqblk_xfs.h>
#endi...
2004 Jan 15
2
Installation Problem !!!
...king sys/quota.h presence... yes
checking for sys/quota.h... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking linux/quota.h usability... yes
checking linux/quota.h presence... yes
checking for linux/quota.h... yes
checking linux/xqm.h usability... no
checking linux/xqm.h presence... no
checking for linux/xqm.h... no
checking linux/xfs_fs.h usability... no
checking linux/xfs_fs.h presence... no
checking for linux/xfs_fs.h... no
checking xfs/libxfs.h usability... no
checking xfs/libxfs.h presence... no
checking for xfs/libxfs.h....
2006 Nov 05
1
RC11 Build Failure on FreeBSD 6.1
...ng sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking linux/dqblk_xfs.h usability... no
checking linux/dqblk_xfs.h presence... no
checking for linux/dqblk_xfs.h... no
checking xfs/xqm.h usability... no
checking xfs/xqm.h presence... no
checking for xfs/xqm.h... no
checking sasl.h usability... no
checking sasl.h presence... no
checking for sasl.h... no
checking sasl/sasl.h usability... no
checking sasl/sasl.h presence... no
checking for sasl/sasl.h... no
checking for socket... ye...
2002 Dec 25
1
Trouble installing samba
...cking for sys/syscall.h... yes
> checking for sys/acl.h... no
> checking for sys/cdefs.h... yes
> checking for glob.h... yes
> checking for utmp.h... yes
> checking for utmpx.h... yes
> checking for lastlog.h... yes
> checking for sys/fs/vx_quota.h... no
> checking for linux/xqm.h... yes
> checking size of int... 4
> checking size of long... 4
> checking size of short... 2
> checking for working const... yes
> checking for inline... (cached) inline
> checking whether byte ordering is bigendian... no
> checking whether char is unsigned... no
> checki...
2002 Oct 21
1
compilation probs...
...... no
checking for syscall.h... yes
checking for sys/syscall.h... yes
checking for sys/acl.h... no
checking for sys/cdefs.h... yes
checking for glob.h... yes
checking for utmp.h... yes
checking for utmpx.h... yes
checking for lastlog.h... yes
checking for sys/fs/vx_quota.h... no
checking for linux/xqm.h... no
checking size of int... 4
checking size of long... 4
checking size of short... 2
checking for working const... yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... no
checking whether char is unsigned... no
checking return type of signal handlers... void...
2002 Oct 29
1
Problem running ./configure
...... no checking for syscall.h... yes
checking for sys/syscall.h... yes checking for sys/acl.h... no checking
for sys/cdefs.h... yes checking for glob.h... yes checking for utmp.h...
yes checking for utmpx.h... yes checking for lastlog.h... yes checking
for sys/fs/vx_quota.h... no checking for linux/xqm.h... yes checking
size of int... 4 checking size of long... 4 checking size of short... 2
checking for working const... yes checking for inline... (cached) inline
checking whether byte ordering is bigendian... no checking whether char
is unsigned... no checking return type of signal handlers... voi...
2003 Jun 02
2
./configure --with-pam fails allways
...2774: checking for sys/acl.h
configure:2774: checking for sys/cdefs.h
configure:2774: checking for glob.h
configure:2816: checking for utmp.h
configure:2816: checking for utmpx.h
configure:2816: checking for lastlog.h
configure:2858: checking for sys/fs/vx_quota.h
configure:2900: checking for linux/xqm.h
configure:2938: checking size of int
configure:2977: checking size of long
configure:3016: checking size of short
configure:3056: checking for working const
configure:3131: checking for inline
configure:3171: checking whether byte ordering is bigendian
configure:3261: checking whether char is uns...
2002 Nov 21
0
please can someone help me?
...h... no
checking for syscall.h... yes
checking for sys/syscall.h... yes
checking for sys/acl.h... yes
checking for sys/cdefs.h... no
checking for glob.h... yes
checking for utmp.h... yes
checking for utmpx.h... yes
checking for lastlog.h... no
checking for sys/fs/vx_quota.h... no
checking for linux/xqm.h... no
checking size of int... 4
checking size of long... 4
checking size of short... 2
checking for working const... no
checking for inline... (cached) no
checking whether byte ordering is bigendian... yes
checking whether char is unsigned... no
checking return type of signal handlers... void
che...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello,
I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting
the error that Samba can't
find the unicode_map.xxx file. Well, I notice that all I have in
/usr/local/samba/lib/codepages
is codepage type files, not unicode. Why do the binaries not include a
compiled make_unicodemap?
I did download the source and found the .c file for the command. When I try
to run
2006 Aug 21
2
Filesystem Quota Enhancement Patch
...include "quota-fs.h"
#ifdef HAVE_FS_QUOTA
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>
#ifdef HAVE_LINUX_DQBLK_XFS_H
# include <linux/dqblk_xfs.h>
# define HAVE_XFS_QUOTA
#elif defined (HAVE_XFS_XQM_H)
# include <xfs/xqm.h> /* CentOS 4.x at least uses this */
# define HAVE_XFS_QUOTA
#endif
#ifndef DEV_BSIZE
# define DEV_BSIZE 512
#endif
#ifdef HAVE_STRUCT_DQBLK_CURSPACE
# define dqb_curblocks dqb_curspace
#endif
/* Older sys/quota.h doesn't define _LINUX_QUOTA_VERSION at all,...
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
...ed) yes
checking for sys/acl.h... (cached) yes
checking for sys/cdefs.h... (cached) no
checking for glob.h... (cached) yes
checking for utmp.h... (cached) yes
checking for utmpx.h... (cached) yes
checking for lastlog.h... (cached) yes
checking for sys/fs/vx_quota.h... (cached) no
checking for linux/xqm.h... (cached) no
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of short... (cached) 2
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking whether char is unsigned...
2001 Jan 26
10
Please Help
I've downloaded the binary Samba 2.0.7 for AIX. I have no idea how to install this critter. Can anyone walk me thru this step by step? I think once i have
it running, I'll be able to configure it based on the info at samba.org. It's just getting it running that troubles me. I have some experience with *nix, but
not with compliling (sorry, no C compliler on system) and installing
2002 Jul 01
5
./configure --with-pam
...ed) yes
checking for sys/acl.h... (cached) no
checking for sys/cdefs.h... (cached) yes
checking for glob.h... (cached) yes
checking for utmp.h... (cached) yes
checking for utmpx.h... (cached) yes
checking for lastlog.h... (cached) yes
checking for sys/fs/vx_quota.h... (cached) no
checking for linux/xqm.h... (cached) yes
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of short... (cached) 2
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking whether char is unsigne...
2002 May 06
1
A make problem with Samba 2.2.4
...... no
checking for syscall.h... yes
checking for sys/syscall.h... yes
checking for sys/acl.h... yes
checking for sys/cdefs.h... no
checking for glob.h... yes
checking for utmp.h... yes
checking for utmpx.h... yes
checking for lastlog.h... yes
checking for sys/fs/vx_quota.h... no
checking for linux/xqm.h... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for uni...
2003 Jan 28
1
can't create user entries in smbpasswd
...ed) yes
checking for sys/acl.h... (cached) yes
checking for sys/cdefs.h... (cached) no
checking for glob.h... (cached) yes
checking for utmp.h... (cached) yes
checking for utmpx.h... (cached) yes
checking for lastlog.h... (cached) yes
checking for sys/fs/vx_quota.h... (cached) no
checking for linux/xqm.h... (cached) no
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of short... (cached) 2
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) yes
checking whether char is unsigne...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: ok
Checking for header sys/fs/vx_quota.h : no
Checking for header sys/quota.h : yes
Checking for header ufs/ufs/quota.h : no
Checking for header xfs/xqm.h : yes
Checking for member dqb_fsoftlimit in struct dqblk : no
Checking for member dqb_curbytes in struct dqblk : no
Checking for header rpcsvc/rquota.h...
2003 Apr 20
1
log of build of 2.2.8a on Solaris9 using SUN's studio7 cc.
...gt;conftest.out
"configure", line 2864: cannot find include file: <sys/fs/vx_quota.h>
cc: acomp failed for conftest.c
configure: failed program was:
#line 2863 "configure"
#include "confdefs.h"
#include <sys/fs/vx_quota.h>
configure:2900: checking for linux/xqm.h
configure:2910: /opt/SUNWspro/bin/cc -E -I/usr/local/include -I/usr/sfw/include -I/opt/sfw/include -I/usr/local/kde/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
"configure", line 2906: cannot find include file: <linux/xqm.h>
cc: aco...