search for: akash

Displaying 20 results from an estimated 47 matches for "akash".

2017 Dec 12
2
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
...DOM : range = 10000-999999 # Template settings for login shell and home directory winbind nss info = template template shell = /bin/bash template homedir = /home/%U Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Akash Jain via samba > Verzonden: dinsdag 12 december 2017 12:10 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Intermittent failure of net ads join > command with error "The transport connection is now disconnected" > > Hello All > > Can I get some response...
2018 Apr 09
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...ctly mapped ACEs in the Security Descriptor of a file in Windows Explorer but I will debug that little further and then come back with questions. I see only 1 entry of Everyone on Windows client side if there are added ACEs using nfs4_setfacl. Let me know if that works for you as expected. Thanks Akash On Mon, Apr 9, 2018 at 10:26 PM, Ralph Böhme <slow at samba.org> wrote: > On Mon, Apr 09, 2018 at 10:11:45PM +0530, Akash Jain wrote: > > There are not more than 4 ACEs on the root directory but we see naces = > 50. > > I feel that the encoding of ACL is not happening a...
2017 Dec 01
3
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
...ve_name: returning 1 addresses: <AD Controller IP> :0 ------------------------------------------------- Also, OIDs are different. Please help me understand in what scenarios does domain controller will revoke the transport connection with SPNEGO failed for same flags and same inputs Thanks Akash
2019 Jul 22
2
Run llvm pass from standalone project
...llvm::AAResults]: Assertion `AnalysisPasses.count(PassT::ID()) && "This analysis pass was not registered prior to being queried"' failed. Aborted (core dumped) Please point me towards some documentation that explains how to run llvm passes from a standalone project. Thanks, Akash Banerjee -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190722/5e72868a/attachment.html>
2020 Apr 04
2
Running opt O1 outside of llvm
...em from an out of tree project which uses llvm. I am using the following code snippet to do so but in some cases, my method is also vectorising the code, which doesn't happen when running the same sequence(-S -O1 -reg2mem) through opt. Can someone please help me find what I am missing? Thanks, Akash. * PassManagerBuilder PM; PM.OptLevel = 1; PM.SizeLevel = 0; legacy::FunctionPassManager FPM(&llvm_module); legacy::PassManager MPM; PM.Inliner = createAlwaysInlinerLegacyPass(); PM.DisableUnrollLoops = true; PM.populateFunctionPassManager(FPM); PM.populateModulePassManager(...
2018 Apr 10
0
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...o support the string identifiers and mapping to ids.* *</Ralph>* Can you please elaborate more on which extensions you referred to? What all basic things do we need to do to use nfs4acl_xattr module with native NFS4 export mounted locally and shared through samba to get/set NT ACLs? Thanks Akash On Mon, Apr 9, 2018 at 11:11 PM, Akash Jain <akash.jain110683 at gmail.com> wrote: > Hi Ralph > > Thanks a lot. With xattr_tdb I could at least list the files getting rid > of access denied error. > > I still do not see the exactly mapped ACEs in the Security Descriptor o...
2018 Apr 05
4
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...t it supposed to forward the request to local NFS client? I do not see any packets on NFS port of the local NFS client when this operation fails. Setup information: Samba Version: 4.6.2 CentOS Linux release 7.2.1511 (Core) 3.10.0-327.el7.x86_64 Any help on this issue is appreciated. Thanks ~ Akash
2020 Apr 04
4
Legality of transformation
...ssert might fail. I tried using clang to generate the executable, and the assert doesn't fail when using -O1 but fails with -O2 and -O3 in my setting. I also tried GCC and could not get it to hit an assert fail. Please help me in understanding the above transformation and its legality. Thanks, Akash. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200404/014bff91/attachment.html>
2015 Oct 14
3
Strange indexing behavior on HTML emails ..
...ehavior. I am using fts_lucene & following sequence of commands on a empty test account me at myself.com: doveadm expunge -u 'my at myself.com' mailbox 'INBOX' all cat test.eml | /usr/lib/dovecot/dovecot-lda -e -f you at yourself.com -d me at myself.com doveadm search -u 'akash at mailjol.in' mailbox 'INBOX' text ABCD Search command does or doesn't find the email with slight variation in the content of test.eml. Here are the results: test.eml content: ----------------------------- From: you at yourself.com To: me at myself.com Subject: Test Message Con...
2018 Apr 09
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...(SMBtrans2) NT_STATUS_ACCESS_DENIED* There are not more than 4 ACEs on the root directory but we see naces = 50. I feel that the encoding of ACL is not happening as expected. Can you please post what kind of basic tests that succeed with NFS4ACL_XATTR VFS module? I appreciate your help. Thanks Akash On Sat, Apr 7, 2018 at 1:16 AM, Jeremy Allison <jra at samba.org> wrote: > On Fri, Apr 06, 2018 at 09:28:16PM +0200, Ralph Böhme wrote: > > On Fri, Apr 06, 2018 at 12:40:31PM -0700, Jeremy Allison wrote: > > > On Fri, Apr 06, 2018 at 09:22:17PM +0200, Ralph Böhme wrote:...
2018 Apr 06
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...ugin. The name of the attribute for ACL as per strace output of nfs4_setfacl is *system.nfs4_acl.* The source code has defined it as #define NFS4ACL_XATTR_NAME ( "system.nfs4acl" ) Note there is missing underscore. After this, the EOPNOTSUPP error is not observed. Hope this helps Akash On Thu, Apr 5, 2018 at 11:43 PM, Jeremy Allison <jra at samba.org> wrote: > On Thu, Apr 05, 2018 at 04:09:26PM +0530, Akash Jain via samba wrote: > > > > Can someone help me understand, why following call may fail when the path > > is locally mounted NFS share and not a...
2013 Jan 12
0
[LLVMdev] Error for 'make'
...'in > tree'? (That is, within the source tree rather than in a build directory.) > You should build LLVM and Clang to, say, ~/llvm-build, and then go to > ~/llvm-build/tools/clang/examples/PrintFunctionNames and run make there. > > Stephen > > On 12 January 2013 16:41, Akash Gulhane <gulhane.akash at gmail.com> wrote: > >> Hello, >> I want to write my own plug-in. So when i tried to execute the >> PrintFumctionNames plug-in in llvm/tools/clang/examples/PrintFumctionNames >> i'm getting an error at first step of 'make' on...
2018 Apr 10
1
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
On Tue, Apr 10, 2018 at 04:28:10PM +0530, Akash Jain wrote: > Can you please elaborate more on which extensions you referred to? > What all basic things do we need to do to use nfs4acl_xattr module with > native NFS4 export mounted locally and shared through samba to get/set NT > ACLs? I guess you have to patch the code, or find som...
2016 Sep 14
0
Query regarding use of Opus codec in Java Programming
Hi, I want to know that which library I can use in my java program to use opus codec? Looking forward to your response. *Regards,* *Akash Sethiya** | Graduate Student | University of Massachusetts, Boston* *Mobile: +1(857)701-5225* *Email**: **akash.sethiya001 at umb.edu <akash.sethiya001 at umb.edu>* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attac...
2011 Jan 21
1
Information
...( X[k,j] != 0) { text( (xx+5),(y(j,k-1,X) + round(X[k,j])/2), a[k]) } } } } plot(c(0,10*8),c(0,abc), col="white") where "a" is sumthing which I have to put inside of those rows and columns Looking for your positive reply. Thanking You With Regards Akash [[alternative HTML version deleted]]
2017 Dec 06
0
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
...ils with windows AD server? SPNEGO login failed: The transport connection is now disconnected. error_string : 'failed to lookup DC info for domain ' DOMAIN.COM <http://domain.com/>' over rpc: The transport connection is now disconnected.' Thanks in Advance Akash On Fri, Dec 1, 2017 at 4:55 PM, Akash Jain <akash.jain110683 at gmail.com> wrote: > Hello All > > I am seeing following error intermittently when I try to join the samba > machine into AD controlled by windows machine. > > Failed to join domain: failed to lookup DC info fo...
2015 Oct 17
2
Order in which UIDs are assigned..
...ed into Maildir through a external mechanism by-passing LDA, by any means is it possible for IMAP to run seive on it when it migrates the files from new to cur and indexes them? I understand that this might not be a valid question as mail is delivered already so there is nothing to filter :-) -Akash
2018 Apr 06
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
On Fri, Apr 06, 2018 at 12:40:31PM -0700, Jeremy Allison wrote: > On Fri, Apr 06, 2018 at 09:22:17PM +0200, Ralph Böhme wrote: > > On Fri, Apr 06, 2018 at 10:27:32AM -0700, Jeremy Allison via samba wrote: > > > On Fri, Apr 06, 2018 at 01:44:50PM +0530, Akash Jain wrote: > > > > Hi All > > > > > > > > I found there is one bug in the plugin. The name of the attribute for ACL as > > > > per strace output of nfs4_setfacl is system.nfs4_acl. > > > > The source code has defined it as > > >...
2018 Apr 06
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
On Fri, Apr 06, 2018 at 10:27:32AM -0700, Jeremy Allison via samba wrote: > On Fri, Apr 06, 2018 at 01:44:50PM +0530, Akash Jain wrote: > > Hi All > > > > I found there is one bug in the plugin. The name of the attribute for ACL as > > per strace output of nfs4_setfacl is system.nfs4_acl. > > The source code has defined it as > > #define NFS4ACL_XATTR_NAME      ( "system.nfs4acl...
2018 Feb 01
2
Reload config with SIGHUP does not immediately revoke access to host removed from hosts allow
...bd process serving that host (which we see in smbstatus command) received the reload config with and logs show that it reads the latest configuration for that registry share, but we do not see the effect immediately. Any idea why is it happening so? Is it a known behaviour or known issue? Thanks, Akash