search for: _contents

Displaying 4 results from an estimated 4 matches for "_contents".

Did you mean: contents
2018 Jan 25
1
Troubleshooting high CPU load
...mbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_ACCESS_DENIED] || at ../source3/smbd/smb2_sesssetup.c:134 [2018/01/24 18:28:37.934058, 2] ../source3/smbd/close.c:788(close_normal_file) STA\jimenez closed file 2017dwgs/17020/Revit/633 Folsom Street_TSE_Struct_backup/_contents.2154.dat (numopen=504) NT_STATUS_OK [2018/01/24 18:28:37.934320, 3] ../source3/smbd/server_exit.c:246(exit_server_common) [2018/01/24 18:28:37.934340, 3] ../source3/smbd/dir.c:656(dptr_create) Server exit (NT_STATUS_CONNECTION_RESET) The name STA\I7X4-42G-12$ is a machine name. Is this one of...
2011 Apr 29
4
You don't check for malloc failure
...LINELEN); + if (entry->line == NULL) { + abort(); + } len = snprintf (entry->line, LOG_MAXLINELEN, "%s%s\n", pre, line); entry->len = len; loglist [log_id].total += len; @@ -402,6 +405,9 @@ _lock_logger (); remain = loglist [log_id].total + 1; *_contents = malloc (remain); + if (*_contents == NULL) { + abort(); + } **_contents= '\0'; *_len = loglist [log_id].total; diff -ru icecast-2.3.2-ORIG/src/slave.c icecast-2.3.2/src/slave.c --- icecast-2.3.2-ORIG/src/slave.c Tue Nov 20 06:01:27 2007 +++ icecast-2.3.2/src/slave.c Thu...
2017 Aug 17
0
URGENT: Update issues from 3.6.6 to 3.10.2 Accessing files via samba come up with permission denied
...ami/04 REVIT AND CAD/02 CD REVIT/2017-08-15 -- Mercedes Benz of Miami_CDs_backup/contents.0037.dat (hash=export-replicate-0/cache=export-replicate-0) => /projects/ACTIVE/Automotive/MercedesBenz/AN Mercedes Benz of Miami/04 REVIT AND CAD/02 CD REVIT/2017-08-15 -- Mercedes Benz of Miami_CDs_backup/_contents.0037.dat (hash=export-replicate-0/cache=<nul>) [2017-08-16 20:09:08.168268] W [fuse-bridge.c:471:fuse_entry_cbk] 0-glusterfs-fuse: 643138194: LOOKUP() /etc/samba/locks => -1 (Permission denied) [2017-08-16 20:09:08.183241] W [fuse-bridge.c:471:fuse_entry_cbk] 0-glusterfs-fuse: 643138254: L...
2017 Jun 12
1
URGENT: Update issues from 3.6.6 to 3.10.2 Accessing files via samba come up with permission denied
Did the logs provide any hints as to what the issue may be? Diego On Sat, Jun 3, 2017 at 12:16 PM, Diego Remolina <dijuremo at gmail.com> wrote: > Thanks for taking the time to look into this. Since we needed downtime > due to the gluster update, we also updated the OS, including samba. We > went from 4.2.x to 4.4.4 and many other packages for CentOS were > updated as well. OS