search for: enodata

Displaying 20 results from an estimated 46 matches for "enodata".

Did you mean: nodata
2004 Jul 24
2
acl handling on delete (performance problem)
.../mnt/test/test/0220", {st_mode=S_IFDIR|0755, st_size=6, ...}) = 0 gettimeofday({1090703949, 903367}, NULL) = 0 stat("/mnt/test/test/0220", {st_mode=S_IFDIR|0755, st_size=6, ...}) = 0 getxattr("/mnt/test/test/0220", "system.posix_acl_access", 0x11fffe940, 132) = -1 ENODATA (No data available) stat("/mnt/test/test/0220", {st_mode=S_IFDIR|0755, st_size=6, ...}) = 0 getxattr("/mnt/test/test/0220", "system.posix_acl_default", 0x11fffe940, 132) = -1 ENODATA (No data available) stat("/mnt/test/test/0220", {st_mode=S_IFDIR|0755, st_si...
2018 Jul 16
0
smb2 create
...= 0 > geteuid32() = 1002 > stat64(".", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 > stat64(".", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 > getxattr(".", "system.posix_acl_access", 0xbe92eee0, 132) = -1 > ENODATA (No data available) stat64(".", {st_mode=S_IFDIR|0777, > st_size=4096, ...}) = 0 getxattr(".", "system.posix_acl_default", > 0xbe92eee0, 132) = -1 ENODATA (No data available) stat64(".", > {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 > > &g...
2009 Jul 13
1
[PATCH] Fix compilation warning for fs/ocfs2/xattr.c
...net.ibm.com>, --- --- a/fs/ocfs2/xattr.c 2009-06-17 17:47:21.000000000 +0530 +++ b/fs/ocfs2/xattr.c 2009-07-14 01:02:22.000000000 +0530 @@ -1052,7 +1052,8 @@ static int ocfs2_xattr_block_get(struct struct ocfs2_xattr_block *xb; struct ocfs2_xattr_value_root *xv; size_t size; - int ret = -ENODATA, name_offset, name_len, block_off, i; + int ret = -ENODATA, name_offset, name_len, i; + int uninitialized_var(block_off); xs->bucket = ocfs2_xattr_bucket_new(inode); if (!xs->bucket) { --- Regards-- Subrata
2012 Jul 21
1
[PATCH] fuse:remove the unused macro when fuse is not available
...hanged, 1 insertion(+), 1 deletion(-) diff --git a/src/fuse.c b/src/fuse.c index 2bd6787..349a5b9 100644 --- a/src/fuse.c +++ b/src/fuse.c @@ -25,6 +25,7 @@ #include <sys/types.h> #include <sys/wait.h> +#if HAVE_FUSE /* See <attr/xattr.h> */ #ifndef ENOATTR #define ENOATTR ENODATA @@ -32,7 +33,6 @@ #define FUSE_USE_VERSION 26 -#if HAVE_FUSE #include <fuse.h> #include <fuse_lowlevel.h> #endif -- 1.7.11.2.249.g31c7954
2011 May 27
0
[PATCH] Btrfs: try to only do one btrfs_search_slot in do_setxattr
...e want create only exit */ - if (flags & XATTR_CREATE) { - ret = -EEXIST; + if (flags & XATTR_REPLACE) { + di = btrfs_lookup_xattr(trans, root, path, inode->i_ino, name, + strlen(name), -1); + if (IS_ERR(di)) { + ret = PTR_ERR(di); + goto out; + } else if (!di) { + ret = -ENODATA; goto out; } - ret = btrfs_delete_one_dir_name(trans, root, path, di); - BUG_ON(ret); - btrfs_release_path(root, path); - - /* if we don''t have a value then we are removing the xattr */ - if (!value) + if (ret) goto out; - } else { btrfs_release_path(root, path); - -...
2005 Sep 20
2
Nulls instead of data
In short: Platform: linux with 2.4 kernel Version: rsync 2.6.6 Command line: rsync266 -av -W --bwlimit=1 /mnt/somedir/rsync-2.6.6.tar.gz ./ Destination: local disk Source: file on a smbfs mounted filesystem; share is exported on a NT 4.0 workstation over a very slow and unstable link Result: Rsync completes operation with no special message, but the resulting file is damaged, large
2018 Dec 12
4
vfs_fruit causes delay in listing directories for Windows clients
...l_start=8368, l_len=1}) = 0 <0.000009> stat("stroth/testfiles_10000-50000/10000/03915", {st_mode=S_IFREG|0660, st_size=1265, ...}) = 0 <0.000312> getxattr("stroth/testfiles_10000-50000/10000/03915", "user.org.netatalk.Metadata", 0x55803d5c9a90, 402) = -1 ENODATA (No data available) <0.000348> listxattr("testfiles_10000-50000/10000/03915", "", 1024) = 0 <0.000345> a trace of the same directory listing with vfs_fruit disabled is faster and doesn't show the getxattr call: newfstatat(36, "03239", {st_mode=S_IFR...
2008 Oct 27
3
ocfs2: add security EA support v4
Hi, I split the previous support security EA patch into four patches for review. Them besed on joel's xattr-28 branch and tao's patch "Merge xattr set transaction". 1: move new_inode out of the transaction. 2: add ocfs2_xattr_set_handle. 3: add security xattr APIs 4: add init_security in mknod. Best regards, tiger
2004 Nov 16
1
Samba 3.0.4 and DOS 6.2.2 - MSDOS Copy problem
...4294967295) = 0 geteuid() = 107 stat("3277/TEST/DEFAULT.PLP", {st_mode=S_IFREG|0764, st_size=600, ...}) = 0 gettimeofday({1100611783, 894905}, NULL) = 0 getxattr("3277/TEST/DEFAULT.PLP", "user.DOSATTRIB", 0x7fbffff180, 256) = -1 ENODATA (No data available) fcntl(11, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=428, len=1}) = 0 open("3277/TEST/DEFAULT.PLP", O_RDONLY) = 27 time([1100611783]) = 1100611783 rt_sigaction(SIGPIPE, {0x2a96c00940, [], 0x4000000}, {SIG_DFL}, 8) = 0 sendto(18, "<13&...
2018 Nov 22
1
[PATCH] Fix include for xattr.h
...stfs.h> #include "guestfs-utils.h" diff --git a/lib/fuse.c b/lib/fuse.c index 1ac42330d3e7..52dc0bd99d11 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -35,7 +35,7 @@ #endif #if HAVE_FUSE -/* See <attr/xattr.h> */ +/* See <sys/xattr.h> */ #ifndef ENOATTR #define ENOATTR ENODATA #endif diff --git a/m4/guestfs-libraries.m4 b/m4/guestfs-libraries.m4 index 095dd38bf43b..6b2e8db9456d 100644 --- a/m4/guestfs-libraries.m4 +++ b/m4/guestfs-libraries.m4 @@ -36,7 +36,6 @@ AC_DEFINE_UNQUOTED([host_cpu],["$host_cpu"],[Host architecture.]) dnl Headers. AC_CHECK_HEADERS(...
2018 Jul 02
0
Samba 4.3.11 accessing disk every minute
...1002, 1002, -1) = 0 geteuid32() = 1002 stat64(".", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 stat64(".", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 getxattr(".", "system.posix_acl_access", 0xbeb26ee0, 132) = -1 ENODATA (No data available) stat64(".", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 getxattr(".", "system.posix_acl_default", 0xbeb26ee0, 132) = -1 ENODATA (No data available) stat64(".", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 gettimeofday({1530539063, 614...
2018 Jul 16
3
smb2 create
Why is a windows 10 pro system issuing a sequence of smb2 commands every 30 seconds or so? SMB2:C CREATE(0x5), Sh(None), QFid, File=NULL@#15679 followed by SMB2:C QUERY INFORMATION(0x10),Class=Query FS Full Size, FID=0xB7CD3148(NULL@#15679) Folowed by SMB2:C CLOSE(0x6),FID=0xB7CD3148(NULL@#15679 Not sure why this sequence starts or stops. But it can run for hours at a time. This is happening
2012 Nov 23
14
extended attributes wiredness
Hi, I am using kernel 3.7-rc6. I have written a test application for extended attributes and have for some folders a wired behaviour: #include <stdio.h> #include <string.h> #include <attr/xattr.h> char attrs[1024]; ssize_t attrslen; int i; char value[1024]; ssize_t valuelen; int main(int argc, char *argv[]) { if (argc != 2) { fprintf(stderr, "Syntax: testxattr
2017 Sep 12
3
SMB data transfer performance on AD mode
Hi Everyone ! I note that all of samba AD server that i maintain are not so fast in terms of data transfer, more specifically none of them go over 40 MB/s , one particularly which i'm trying to find out why doesn't go over 20 MB/s , transfering data using other protocols like FTP , rsync , rsync over ssh on any of these machines i can easily achieve 80 MB/s ,i also can get the same on
2008 Oct 17
3
[PATCH 0/3] ocfs2: add security EA and ACL support v3
Hi, These three patches fix the problems in the version two. And them base on the Tao's patches: ocfs2/xattr: xattr improvement The first patch fix some problem in xattr code. The second patch add security EA support. The third patch add ACL support. Best regards, tiger
2004 Jul 14
3
hosting library (ie. PVCS) on Samba
Hello. I believe that I've done my due diligence in researching what info. is currently available on this issue. I have been jacking with this for days, & believe that I have tried all possible solutions. I am basically trying to move a [Merant] PVCS installation from an OS/2 file server to a SuSE/Samba file server. This installation consists of 'standard' source archives,
2017 Sep 12
0
SMB data transfer performance on AD mode
...asily achieve 80 MB/s ,i also can get the same on Samba if i run it as a basic standalone file server or classic pdc nt4 mode, is this normal ? I didn't try yet to deploy a basic file server and join a samba AD , is this better than use AD server itself in terms of data transfer performance ? ENODATA :-). We need much more information on your setup in order to help. Otherwise, this is equivalent to "my car won't go faster than 40 mph, what's wrong ?" There are a multitude of possible problems :-).
2018 Dec 12
0
vfs_fruit causes delay in listing directories for Windows clients
...;0.000009> > stat("stroth/testfiles_10000-50000/10000/03915", > {st_mode=S_IFREG|0660, > st_size=1265, ...}) = 0 <0.000312> > getxattr("stroth/testfiles_10000-50000/10000/03915", > "user.org.netatalk.Metadata", 0x55803d5c9a90, 402) = -1 > ENODATA (No data > available) <0.000348> > listxattr("testfiles_10000-50000/10000/03915", "", 1024) = 0 > <0.000345> > > a trace of the same directory listing with vfs_fruit disabled > is faster > and doesn't show the getxattr call: > > n...
2017 Jul 24
0
Bug 1473150 - features/shard:Lookup on shard 18 failed. Base file gfid = b00f5de2-d811-44fe-80e5-1f382908a55a [No data available], the [No data available]
...for your email. I am currently looking into a customer issue. I > will get back to you as soon as I'm done with it. > > -Krutika > > On Thu, Jul 20, 2017 at 2:17 PM, Pranith Kumar Karampuri < > pkarampu at redhat.com> wrote: > >> Krutika is working on a similar ENODATA bug with distribute xlator. This >> bug looks similar to it. Krutika knows more details about this issue. >> This is lunch time in India. Expect some delay. >> >> On Thu, Jul 20, 2017 at 1:08 PM, ??? <zhangjianwei1216 at 163.com> wrote: >> >>> Hi, >&...
2009 Dec 04
1
DO NOT REPLY [Bug 6965] New: truncated files and exit code 23
...s files are created, deleted and truncated all the time. Unfortunately the code 23 cannot just be ignored, as it also may indicate that there was an actual "real" IO error during the backup. And without reading rsync output there is no way to tell. So the proposal is to avoid generating ENODATA for truncated files and treat them similarly to vanished files. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.