search for: ufs_quota

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

2006 Apr 23
1
fsck_ufs locked in snaplk
Colleagues, one of my servers had to be rebooted uncleanly and then I have backgrounded fsck locked for more than an our in snaplk: 742 root 1 -4 4 1320K 688K snaplk 0:02 0.00% fsck_ufs File system in question is 200G gmirror on SATA. Usually making a snapshot (e.g., for making dumps) consumes 3-4 minutes for that fs, so it seems to me that filesystem is in a deadlock. Any
2006 Feb 21
2
building in AIXV5.3 using the IBM C for AIX compiler V6.0
...BM compiler is now know as xlc rather than xlC, and configure doesn't find it: checking for xlC_r... no checking for xlC... no and it isn't happy with the quota stuff: checking sys/quota.h usability... no checking sys/quota.h presence... no checking for sys/quota.h... no checking sys/fs/ufs_quota.h usability... no checking sys/fs/ufs_quota.h presence... no checking for sys/fs/ufs_quota.h... no checking ufs/ufs/quota.h usability... no checking ufs/ufs/quota.h presence... no checking for ufs/ufs/quota.h... no I guess this is because AIX has journalled filesystems and the quota.h stuff is und...
2005 Dec 15
2
Patch: More of kqueue() support.
...AC_PROG_CPP AC_HEADER_STDC AC_C_INLINE -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL AM_ICONV -AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h \ +AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h time.h \ sys/uio.h sys/sysmacros.h sys/resource.h sys/select.h libgen.h \ - sys/quota.h sys/fs/ufs_quota.h ufs/ufs/quota.h mntent.h sys/mnttab.h) - -# check posix headers -AC_CHECK_HEADERS(sys/time.h) + sys/quota.h sys/fs/ufs_quota.h ufs/ufs/quota.h mntent.h sys/mnttab.h \ + sys/event.h sys/time.h) AC_ARG_ENABLE(ipv6, [ --enable-ipv6 Enable IPv6 support (default)], @@ -54,13 +53,14 @@...
2005 Jul 09
1
More info on: Solaris 9 + quota = configure script error?
...uotas.c:1207: error: (Each undeclared identifier is reported only once smbd/quotas.c:1207: error: for each function it appears in.) *** Error code 1 --- When looking at this message and source, you'll see the wrong header file is included. This is 'sys/quota.h' and it should be: sys/fs/ufs_quota.h All this is caused because SUNOS5 is not defined. When defining it manually in include/config.h, the quota.c is compiled OK and I do not get an error message. Samba Team, could you guys please take a look at this? Kind regards, Remy Zandwijk
2006 Nov 05
1
RC11 Build Failure on FreeBSD 6.1
...ity... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking sys/quota.h usability... no checking sys/quota.h presence... no checking for sys/quota.h... no checking sys/fs/ufs_quota.h usability... no checking sys/fs/ufs_quota.h presence... no checking for sys/fs/ufs_quota.h... no checking ufs/ufs/quota.h usability... yes checking ufs/ufs/quota.h presence... yes checking for ufs/ufs/quota.h... yes checking jfs/quota.h usability... no checking jfs/quota.h presence... no checking...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed