Displaying 5 results from an estimated 5 matches for "entry_p".
Did you mean:
entry_b
2002 Feb 25
3
PATCH: Samba/Win2K renaming bug
...num_share_modes = get_share_modes(conn, dev, inode, &old_shares);
+ DEBUG(3, ("check_file_sharing: num_share_modes: %d\n", num_share_modes));
+
+ /* This code was shamelessly lifted from locking/locking.c. */
+ for (i = 0; i < num_share_modes; i++) {
+ share_mode_entry *entry_p = &old_shares[i];
+
+ DEBUG(5, ("check_file_sharing: share mode [%d]:\n"
+ " pid = %u, share_mode = 0x%x, port = 0x%x, type = 0x%x,\n"
+ " file_id = %lu, dev = 0x%x, inode = %.0f\n",
+ i, entry_p->pid, entry_p->shar...
2013 Jan 24
0
64 Bit Build 3.6.11 on AIX 6 with acls enabled dumps core,
...?) at 0x900000000116eb0
system.system(??) at 0x9000000001e3b00
smb_panic(why =
"===============================================================\n"), line
1123 in "util.c"
fault_report(sig = 0), line 53 in "fault.c"
sys_acl_get_entry(acl_d = (nil), entry_id = 268435455, entry_p =
0x0fffffffffffcc08), line 84 in "sysacls.c"
vfswrap_sys_acl_get_entry(handle = 0x00000001000a204c, theacl =
0x0fffffffffffcdc0, entry_id = 268435455, entry_p = 0x0000000110092ca0),
line 1376 in "vfs_default.c"
smb_vfs_call_sys_acl_get_entry(handle = 0x0000000110141dad, theacl...
2002 Oct 22
1
2.2.6 configure problems
...0.o(.text+0xa): undefined reference to `acl_get_entry'
collect2: ld returned 1 exit status
configure: failed program was:
#line 13211 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/acl.h>
int main() {
acl_t acl; int entry_id; acl_entry_t *entry_p; return acl_get_entry(
acl, entry_id, entry_p);
; return 0; }
// simply an undefined reference....
The first one will compile fine if I add in -lattr. The second one will
result in the same error as the first if I only include -lacl. If I
include both -lattr and -lacl then the second one will a...
2005 Apr 15
17
still ACL bug in 3.0.14a
Sparc Solaris / UFS file system. I have some ACL's set up for a handful
of users and its all worked flawlessly with every incarnation of Samba
I've used over the past couple years, which would be most.
Last Friday evening I upgraded from 3.0.11 to 3.0.13 and some of the users
I have some ACL's set up for promptly found Monday that they couldn't save
new Excel files, they'd be
2012 Sep 09
8
bsnmpd always died on HDD detach
I am running bsnmpd with basic snmpd.config (only community and location
changed).
When there is a problem with HDD and disk disapeared from ATA channel
(eg.: disc physically removed) the bsnmpd always dumps core:
kernel: pid 1188 (bsnmpd), uid 0: exited on signal 11 (core dumped)
I see this for a long rime on all releases of 7.x and 8.x branches (i386
and amd64). I did not tested 9.x.
Is