search for: fs_data

Displaying 14 results from an estimated 14 matches for "fs_data".

Did you mean: us_data
2002 Feb 25
2
samba & solaris 8
...statfs function (DEC OSF/1)... no checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... no checking for four-argument statfs (AIX-3.2.5, SVR3)... no checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)... no checking for two-argument statfs with struct fs_data (Ultrix)... no checking if large file support can be enabled... no checking whether to support ACLs... no checking whether to build winbind... no, no unix domain socket support on solaris2.8 checking configure summary ERROR: No locking available. Running Samba would be unsafe configure: error: summ...
2002 Feb 27
2
problems builing mandrake rpm from 3.0 alpha15
building rpm for mandrake 8.1 gives me this error what should i try? checking for two-argument statfs with struct fs_data (Ultrix)... no checking if large file support can be enabled... yes checking whether to support ACLs... no checking whether to build winbind... yes checking for poptGetContext in -lpopt... no checking whether to use included popt... ./popt checking configure summary configure: error: summary failur...
2002 Aug 19
1
RPM build errors-Possible Bug?
...ent statfs function (DEC OSF/1)... no checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... no checking for four-argument statfs (AIX-3.2.5, SVR3)... no checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)..o checking for two-argument statfs with struct fs_data (Ultrix)... no checking if large file support can be enabled... yes checking whether to support ACLs... no checking whether to build winbind... yes checking whether to enable winbind auth challenge/response code... checking whes checking whether struct passwd has pw_comment... no checking whether s...
2001 May 03
2
configure problem
...statfs function (DEC OSF/1)... no checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... no checking for four-argument statfs (AIX-3.2.5, SVR3)... no checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)... no checking for two-argument statfs with struct fs_data (Ultrix)... no checking checking if large file support can be enabled... yes checking whether to support ACLs... no checking configure summary configure: error: summary failure. Aborting config cairo# uname -a SunOS cairo 5.7 Generic_106541-14 sun4m sparc SUNW,SPARCstation-5 Any ideas how to...
2002 Aug 05
1
cannot compile pam_winbind
...amba \ --with-quotas \ --with-smbmount \ --with-smbwrapper \ --with-automount \ --with-pam \ --with-winbind Error; ======================= [...] checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)... no checking for two-argument statfs with struct fs_data (Ultrix)... no checking if large file support can be enabled... yes checking whether to support ACLs... no checking whether to build winbind... yes checking whether or not getgroups returns EGID too many times... yes checking for poptGetContext in -lpopt... no checking whether to use included popt....
2002 Aug 16
0
RPM build errors:
...ent statfs function (DEC OSF/1)... no checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... no checking for four-argument statfs (AIX-3.2.5, SVR3)... no checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)..o checking for two-argument statfs with struct fs_data (Ultrix)... no checking if large file support can be enabled... yes checking whether to support ACLs... no checking whether to build winbind... yes checking whether to enable winbind auth challenge/response code... checking whes checking whether struct passwd has pw_comment... no checking whether s...
1999 Oct 01
3
Compiling SAMBA 2.0.5a on HP-UX 11
...PGP SIGNED MESSAGE----- Hash: SHA1 Trying to run ./configure and after a while of chugging along, I get this: checking for four-argument statfs (AIX-3.2.5, SVR3)... no checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)... no checking for two-argument statfs with struct fs_data (Ultrix)... no checking if large file support can be enabled no checking configure summary configure: error: summary failure. Aborting config system details: uname -a: HP-UX kb B.11.00 A 9000/819 71641391 two-user license gcc -v: Reading specs from /opt/cecs/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.8.1...
2023 Mar 24
1
[PATCH v8 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
...letions(-) ... > > > > @@ -1604,33 +1654,66 @@ int security_inode_init_security(struct inode *inode, struct inode *dir, > > > > const struct qstr *qstr, > > > > const initxattrs initxattrs, void *fs_data) > > > > { > > > > - struct xattr new_xattrs[MAX_LSM_EVM_XATTR + 1]; > > > > - struct xattr *lsm_xattr, *evm_xattr, *xattr; > > > > - int ret; > > > > + struct security_hook_list *P; > > > > + str...
2023 Mar 27
1
[PATCH v8 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
...> > > > > @@ -1604,33 +1654,66 @@ int security_inode_init_security(struct inode *inode, struct inode *dir, > > > > > const struct qstr *qstr, > > > > > const initxattrs initxattrs, void *fs_data) > > > > > { > > > > > - struct xattr new_xattrs[MAX_LSM_EVM_XATTR + 1]; > > > > > - struct xattr *lsm_xattr, *evm_xattr, *xattr; > > > > > - int ret; > > > > > + struct security_hook_list *P; > &...
2023 Mar 14
7
[PATCH v8 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
...hecked_xattrs parameter of security_check_compact_filled_xattrs() to num_filled_xattrs (suggested by Mimi) - Rename cur_xattrs variable in security_inode_init_security() to num_filled_xattrs (suggested by Mimi) v3: - Don't free the xattr name in reiserfs_security_free() - Don't include fs_data parameter in inode_init_security hook - Don't change evm_inode_init_security(), as it will be removed if EVM is stacked - Fix inode_init_security hook documentation - Drop lsm_find_xattr_slot(), use simple xattr reservation mechanism and introduce security_check_compact_xattrs() to compact...
2023 Mar 24
1
[PATCH v8 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
...tions(+), 38 deletions(-) ... > > > @@ -1604,33 +1654,66 @@ int security_inode_init_security(struct inode *inode, struct inode *dir, > > > const struct qstr *qstr, > > > const initxattrs initxattrs, void *fs_data) > > > { > > > - struct xattr new_xattrs[MAX_LSM_EVM_XATTR + 1]; > > > - struct xattr *lsm_xattr, *evm_xattr, *xattr; > > > - int ret; > > > + struct security_hook_list *P; > > > + struct xattr *new_xattrs; > &g...
2022 Dec 01
8
[PATCH v7 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
...hecked_xattrs parameter of security_check_compact_filled_xattrs() to num_filled_xattrs (suggested by Mimi) - Rename cur_xattrs variable in security_inode_init_security() to num_filled_xattrs (suggested by Mimi) v3: - Don't free the xattr name in reiserfs_security_free() - Don't include fs_data parameter in inode_init_security hook - Don't change evm_inode_init_security(), as it will be removed if EVM is stacked - Fix inode_init_security hook documentation - Drop lsm_find_xattr_slot(), use simple xattr reservation mechanism and introduce security_check_compact_xattrs() to compact...
2013 Mar 07
7
Fixes from the patch queue of the Debian package
Here are three patches that fix issues with out-of-tree building and one that uses Ruby's own autoconf stuff for determining how Ruby bindings should be built. Cheers, -Hilko
2014 Oct 02
4
[PATCH 0/3] RFC: appliance flavours
Hi, this is a prototype of something I've around for some time. Basically it is about adding new appliances in addition to the main one currently used and kept up-to-date automatically: this way it is possible to create new appliances with extra packages, to be used in specific contexts (like virt-rescue, with more network/recovery tools) without filling the main appliance. It's still