similar to: libsmbclient smbc_context problems.

Displaying 20 results from an estimated 700 matches similar to: "libsmbclient smbc_context problems."

2009 Feb 04
1
libsmbclient: readdir caches dirents?
I'm using libsmbclient with smbc contexts. If I do an smbc_readdir() of a directory X then I get a bunch of (correct) dirents. I then smbc_rmdir() a subdirectory X/Y, which succeeds. A subsequent smbc_readdir(), using the same smbc context, still gives a dirent for X/Y. I've observed this with libsmbclient from Samba 3.2.4, 3.2.7 and 3.3.0, talking to Samba and Win2K3 servers. Two
2007 May 10
2
programming libsmbclient
hi all, I have a strange problem using the libsmbclient api.. retrieving or stating files named with percents in is for some of them impossible. Example: a file located at "smb://test/test/%7C2.txt" cannot be retrieved with my code, smbc_open fails with the code NT_STATUS_OBJECT_NAME_INVALID. I am not sure but, url encoding/decoding that would escape strings with "percent"
2014 Mar 24
0
Cannot list directory with smbclient
I'm using BackupPC to back up a windows server 2008 R2 machine using smb (which invokes the smbclient program). I'm aware that junction points give errors during the backup as in NT_STATUS_ACCESS_DENIED listing \Documents and Settings\* but I'm fine with that. The problem I'm having is not about a junction point, but with a normal directory. This directory is not being backed
1999 Jun 30
0
How to backup from Win to Linux using smb
> I have big problem: I need to automaticaly copy files from Win'pc to Linux > server. I submitted this one to the mailing list awhile back, but I've made some improvements, so here it is again. We have cron run a script every night that backs up all the systems (Win and Unix) to a single tape. Naturally, the tape capacity needs to be large enough for all the systems involved.
2008 Aug 22
2
smbclient 3.2: smbc errno NT_STATUS_OK -> 22
As I was upgrading other things, the Debian package management system required me to upgrade Samba, from 3.0.24-6 to 3.2.0-4. All the sudden it quit working, which means I can't run an smbget or smbclient will allow DIR and CD but not GET. Either way with the new version I get (debugging on at level 10) smbc errno NT_STATUS_OK -> 22 followed by Can't read 64000 bytes at offset 0, file
2006 Jun 13
1
Will 200KB/s drive access be OK for voicemailstorage?
Its slow :) It will give you some delays but it will not be noticeable (most voice files are 5-100kb, so it should be ok... But writing to them.. Not sure.. It should be ok as well I'm guessing as kernel will provide some caching (since you have G and not GS it has less ram, so maybe chaching is not an option) Best would be to get WL-500G. It has a USB port so you can plug a USB memory stick
2005 Jan 16
3
i cant make samba work!!
hi! i've been working with samba for one 25days yet i cant make it work. i am configuring samba for a board which is on mips-linux. all i want to have is when i will try to access my mips-linux board, it will ask me for a username and password. but what was happening is - WHEN I TRY TO ACCESS MY MIPS-LINUX BOARD, IT WILL ASK ME FOR A USERNAME AND PASSWROD, THEN I WILL TRY TO INPUT A
2005 Nov 02
2
libsmbclient.c changes in 3.21-pre ?
Hi all! I'm using an interface module towards the libsmbclient.c/h and I've noticed that I get weird results regarding filecreation and accesstimes after upgrading to latest libsmbclient. Can someone confirm that there are changes in this code regarding the File::Stat methods. Regards, Henrik
2010 Aug 04
1
'force create mode' not working when 'unix extensions = yes'
The parameters 'force create mode' and 'force directory mode' have no effect when the option 'unix extensions' is active. The documentation does not report any interaction between the unix extensions and the forced modes, so I'm assuming it's a bug.I'd like to know if it is a known bug ?Has it been solved, if so in which version ? My server runs Debian lenny,
2001 Jun 20
0
behaviour of sshd in debug mode
Hi, I tried searching openssh docs and the archives but could not get much info on this problem i am facing with openssh. When i run the sshd on the remote machine(OpenSSH_2.9p1) in debug mode and try to login from local host(OpenSSH_2.3.0), I get into the remote host with public key authnetication.But if i run sshd without debug mode, I am prompted for passwrod authentication and eventhough i
2004 Dec 02
2
passing ssh password to rsync without prompting it
Greetings ! how to disable ssh password for rysnc without generating ssh keys, - then i tried using "--password-file" option but it is not picking password from "password" file
2004 Jul 12
0
Re: Problem upgrading to 3.0.4 and ArcServe
Hi, Now it was my turn to get hit by the problem .... The arcserv is running on windows server is W2003, the samba is 3.0.4a. Winbind is not in use. I'm was to connect to and to browse samba server using windows shell (explorer), but using arcserv I failed to connect/browse the samba shares. The security context for both operations was the same. Besides the interesting message "Error
2001 Jun 20
0
FW: FW: behaviour of sshd in debug mode
Whoever can help me... pls find attached the loggings for the openssh sessions from local(host=keg;redhat linux) to remote (host=ben;lynxos) The issue is when I run sshd in debug mode and try to logon from local, password authentication succeeds, but if I run sshd as a daemon, it fails. sshlocal.txt >>> logging at local when sshd is not run with debug option sshlocal...txt >>
2006 Jan 06
1
Folder with a questionmark "?mnt1"
Hey guys, i had a folder ~/mnt1 where a smbmount was mounted in. I browsed the subnet with smbc as normal user, than my ssh connection crashed because of disconnecting my remote wlan. :-/ Now i cannot access to mnt1, even root can't. The folder listing needs a lot of time and does not list mnt1 anymore. The midnight comander (mc) shows that folder in red color with the name ?mnt1 also after
2017 May 29
1
samba-4.5.x Doesn't work against Anonymous login to windows
Hi List, I have samba-4.1.x and samba-4.5.x. Windows 7 has an user with no password (anonymous login allowed). I am trying to connect to windows 7 from smbc calls. call smbc_opendir() with username and empty password. When smbc_opendir() is called from samba-4.5.x "SPNEGO(ntlmssp) login failed: NT_STATUS_WRONG_CREDENTIAL_HANDLE" is returned. But the same call from samba-4.1.x is no
2020 Sep 07
0
NT_STATUS_NETWORK_SESSION_EXPIRED
On 07/09/2020 09:51, David Mace via samba wrote: > Hi, > > Looking for some help with this issue, been struggling for a few weeks > > We run a file server using Samba 4.9.5 (openSUSE Leap 15.2 > 4.9.5+git.343.4bc358522a9-lp151.2.27.1). > > Active Directory using Windows Server 2016. The Samba server is a > member of the domain. Windows 10 desktops and Linux desktops are
2020 Sep 07
0
NT_STATUS_NETWORK_SESSION_EXPIRED
Check /etc/krb5.conf [libdefaults] default_realm = YOUR.INTERNAL.REALM # The following krb5.conf variables are only for MIT Kerberos. kdc_timesync = 1 ccache_type = 4 < this one best is to match the windows defaults. (see: https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/maximum-lifetime-for-service-ticket )
2020 Sep 07
4
NT_STATUS_NETWORK_SESSION_EXPIRED
Hi, Looking for some help with this issue, been struggling for a few weeks We run a file server using Samba 4.9.5 (openSUSE Leap 15.2 4.9.5+git.343.4bc358522a9-lp151.2.27.1). Active Directory using Windows Server 2016. The Samba server is a member of the domain. Windows 10 desktops and Linux desktops are also domain members. Windows 10 desktops map network drives to the Samba server, no issues
2011 Jun 03
2
missing symbols talloc_* (opensuse 11.4/samba 3.5.7-xxx)
I just recently upgraded to opensuse 11.4. basic smbd is running mostly fine (some name res-errors, login server missing, (can't connect to Domain service). Notably nmbd won't start due to undefined symbols: /usr/sbin/nmbd: symbol lookup error: /usr/sbin/nmbd: undefined symbol: _talloc_realloc_array. ldd -r shows a bunch of similar undefined symbols (shown further below). my samba rpm
2005 Mar 08
2
Unable to set ACLs with Samba 3.0.11, near publication deadline
Hello, Jeremy and Jerry, I met both of you at LinuxWorld in Boston, where I learned tons and tons of great stuff from your presentations. I'm writing on deadline for publication and would really, really, really like to show off Samba's ability to map NT ACLs to POSIX ACLs. But right now, I can't make them work. I've spent some time on the Samba list trying to make this work, but