search for: naga_kishore_kommuri

Displaying 10 results from an estimated 10 matches for "naga_kishore_kommuri".

2011 Jun 20
2
How do i get file attributes using samba.
Hi, I need to extract the following attributes of a file in Windows share using samba. /* FileAttributesField */ #define FILE_ATTRIBUTE_READONLY???????? 0x001L #define FILE_ATTRIBUTE_HIDDEN?????????? 0x002L #define FILE_ATTRIBUTE_SYSTEM?????????? 0x004L #define FILE_ATTRIBUTE_DIRECTORY??????? 0x010L #define FILE_ATTRIBUTE_ARCHIVE????????? 0x020L #define FILE_ATTRIBUTE_NORMAL?????????? 0x080L
2008 Dec 17
2
Segmentation fault in smbc_getxattr()->...->convert_sid_to_string() in samba-3.2.6
Hi, Got segmentation fault with the follwoing stacktrace while running "examples/libsmbclient/testacl13.c". #0 0x00000033a866f200 in strlen () from /lib64/tls/libc.so.6 #1 0x00000033a8642c51 in vfprintf () from /lib64/tls/libc.so.6 #2 0x00000033a8661bb4 in vsnprintf () from /lib64/tls/libc.so.6 #3 0x00000033a86481a1 in snprintf () from /lib64/tls/libc.so.6 #4 0x00002aaaaaaebf36
2011 Jun 21
0
[jra@samba.org: Re: How do i get file attributes using samba.]
Keeping the list informed also... ----- Forwarded message from Jeremy Allison <jra at samba.org> ----- Date: Tue, 21 Jun 2011 13:46:18 -0700 From: Jeremy Allison <jra at samba.org> To: naga_kishore_kommuri at yahoo.com Cc: Jeremy Allison <jra at samba.org> Subject: Re: [Samba] How do i get file attributes using samba. User-Agent: Mutt/1.5.20 (2009-06-14) On Mon, Jun 20, 2011 at 09:23:25PM -0700, naga_kishore_kommuri at yahoo.com wrote: > Hi Allison, > Thanks for the reply. > Yes I tri...
2009 Apr 06
2
Query related to samba-3.2.6 and Last Access Time stamp.
Hi, I've installed samba-3.2.6 libraries on my linux box. >From the linux machine, I've transfered/copied some files from a share on windows machine. This operation has changed the 'last access date' of the files(which I've copied) on the windows machine. I want to avoid this and I do not have administrator permission of the windows machine. Is there any client side
2009 Jun 12
1
cli_read() is stuck in select() with the following stack trace
(gdb) bt #0 0x00000033a86bcc36 in select () from /lib64/tls/libc.so.6 #1 0x00002aaaaae5c108 in sys_select () from /usr/lib/libsmbclient.so.0 #2 0x00002aaaaae64027 in event_loop_once () from /usr/lib/libsmbclient.so.0 #3 0x00002aaaaae8556b in cli_pull () from /usr/lib/libsmbclient.so.0 #4 0x00002aaaaae85626 in cli_read () from /usr/lib/libsmbclient.so.0 #5 0x00002aaaaae0866a in SMBC_read_ctx
2009 Nov 19
1
SET_PATH_INFO is not working on NetApp Filer
Hi, I'm using samba-3.2.6 on linux. Using this, I'm trying to update/modify Last Access Time(atime) of a file on CIFS share(on NetApp Filer). But not able to do so. I could successfully update atimes on windows server, but NOT on NetApp Filer. Is SET_PATH_INFO supported by NetApp filer(7.2 version)? Any help is greatly appreciated. thanks, -Kishore
2011 Jun 13
1
Out of memory error while calling smbc_getxattr().
Hi, I'm using samba 3.2.6 and getting the following error whille calling? smbc_getxattr(). cli_lsa_lookup_sids_noalloc(): out of memory Here is the relavent code snippet of the function cli_lsa_lookup_sids_noalloc()... if (dom_idx != 0xffffffff) { ??????????????????????? dom_name = ref_domains->domains[dom_idx].name.string; ??????????????????????? name =
2012 Aug 31
1
Does samba-3.6.7's libsmbclient supports SMB2 protocol?
Hi, I'm using libsmbclient library built from source3 directory of samba-3.6.7. When I connect to a vista/2008 server using this libsmbclient library, communication is happening in SMB1 protocol and NOT in SMB2. Please note that I've enabled SMB2 by adding following line to smb.conf max protocol = SMB2 Does libsmbclient library built from source3 directory of samba-3.6.7 supports SMB2?
2012 Sep 13
1
Permission denied error while connecting to EMC CIFS server
Hi, I'm getting "Permission denied" error while connecting to a EMC cifs share from samba client on unix machine. Looking at the packet capture it is observed that ?samba client is authenticating with "anonymous" instead of the user name that has been provided. Here are flags received from EMC server as part of ?"Session Setup AndX Response, NTLMSSP_CHALLENGE,
2010 Mar 04
0
NTLM V2 authentication problem with samba-3.2.6
Hi, I'm using samba-3.2.6. Got the following error while connecting to a server which supports ntlm v2 only. NT_STATUS_LOGON_FAILURE Then I changed /etc/samba/smb.conf to include the following line.. client NTLMv2 auth = yes Even then I got the same error. Then recompiled the samba source by making the following change.. < Globals.bClientNTLMv2Auth = False; ------