search for: smbc

Displaying 20 results from an estimated 28 matches for "smbc".

Did you mean: smb
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 smb://... Am I the only person still downloading files from Win'98 shares? I tried downloading &amp...
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 f...
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 up...
2004 May 09
1
Samba 2.2.9 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is the latest stable release of the Samba 2.2 code base. This is a maintenance release of Samba 2.2.8a to address the problem with user password changes after applying the Microsoft hotfix described in KB282741 to Windows NT 4.0/200x/XP clients. No other changes have been applied since Samba 2.2.8a. There are no further Samba 2.2.x releases
1999 Jun 30
0
How to backup from Win to Linux using smb
...pacity work nicely for us. We also do incrementals on most of the Unix systems, and avoid making copies of program files on the Win systems. Here's the script: -------------- next part -------------- #! /bin/csh if ($#argv == 0) then set fileno = 0 else set fileno = $1 endif set SMBC=/usr/local/samba/bin/smbclient cd /backup set TAPE=/dev/nrst0 set EXCLUDE=(windows winnt dos xnfs orcadwin MAXPLUS2 emacs OmniX OmniNFSXe \ MSOffice Office wpwin60 Acrobat3 engr wpc20 DMI ATI PAGEMGR KPCMS OPLIMIT \ wpwin60 dell mouse vibra16 teac winmcad win32app acroread acrobat3 \ b...
2004 May 09
1
Samba 2.2.9 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is the latest stable release of the Samba 2.2 code base. This is a maintenance release of Samba 2.2.8a to address the problem with user password changes after applying the Microsoft hotfix described in KB282741 to Windows NT 4.0/200x/XP clients. No other changes have been applied since Samba 2.2.8a. There are no further Samba 2.2.x releases
2010 Aug 04
1
'force create mode' not working when 'unix extensions = yes'
...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, 2.6.26-2-amd64 dpkg -l |grep smbii libsmbclient 2:3.2.5-4lenny12 shared library that allows applications to talk to SMB/CIFS seii libsmbios2 2.0.3.dfsg-1 Provide access to (SM)BIOS information -- dynamic libraryii smbclient 2:3.2.5-4lenny1...
2020 Sep 07
4
NT_STATUS_NETWORK_SESSION_EXPIRED
...r, no issues seen. Everything appears to be working. Linux desktops map shares using GVFS `gio mount` command and authenticate with user's kerberos ticket. After 10 hours or so, the gio mounts become inaccessible. GNOME Nautilus gives error "invalid argument". GVFS debug log shows smbc_stat(smb://fileserver.domain.co.uk/share) SMBC_getatr: sending qpathinfo map_errno_from_nt_status: 32 bit codes: code=c000035c smbc errno NT_STATUS_NETWORK_SESSION_EXPIRED -> 22 smb: send_reply(0x7fb930002840), failed=1 (Invalid argument) smb: backend_dbus_handler org.gtk.vfs.Mount:QueryInfo (pi...
1998 Nov 18
5
PC Backup Script?
I am trying to setup my Sun running samba 1.9.18p10 so that it can backup my dept's PCs. I can get it to work manually using the smbclient command with no problem. What I would like to do is have a script that is able to take a list of PCs, determine if a PC is online, backup that PC, then move on to the next one. If a PC is down, it can report an error to the admin to state that the backup was not performed. Does anybody out...
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 th...
2011 Jun 03
2
missing symbols talloc_* (opensuse 11.4/samba 3.5.7-xxx)
...versions: > rpm -qa --qf "%-40{NVR}\t%{DISTRIBUTION}\n" |sort|grp 'sa?mb|cif|alloc|wbcl' cifs-utils-4.6-3.6.1 openSUSE 11.4 fusesmb-0.8.7-110.1 openSUSE 11.4 ldapsmb-1.34b-298.17.1 openSUSE 11.4 libsmbclient0-32bit-3.5.7-1.17.1 openSUSE 11.4 libsmbclient0-3.5.7-1.17.1 openSUSE 11.4 libsmbios2-2.0.2-21.1 openSUSE 11.4 libsmbios-bin-2.0.2-21.1 openSUSE 11.4 libtalloc2-2.0.1-2.17.1 openSUSE 11...
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 problem. If any password is given along with user smbc_opend...
2020 Sep 07
0
NT_STATUS_NETWORK_SESSION_EXPIRED
...rking. > > Linux desktops map shares using GVFS `gio mount` command and > authenticate with user's kerberos ticket. > > After 10 hours or so, the gio mounts become inaccessible. GNOME > Nautilus gives error "invalid argument". > > GVFS debug log shows > > smbc_stat(smb://fileserver.domain.co.uk/share) > SMBC_getatr: sending qpathinfo > map_errno_from_nt_status: 32 bit codes: code=c000035c > smbc errno NT_STATUS_NETWORK_SESSION_EXPIRED -> 22 > smb: send_reply(0x7fb930002840), failed=1 (Invalid argument) > smb: backend_dbus_handler org.gt...
2020 Sep 07
0
NT_STATUS_NETWORK_SESSION_EXPIRED
...g. > > Linux desktops map shares using GVFS `gio mount` command and > authenticate with user's kerberos ticket. > > After 10 hours or so, the gio mounts become inaccessible. GNOME > Nautilus gives error "invalid argument". > > GVFS debug log shows > > smbc_stat(smb://fileserver.domain.co.uk/share) > SMBC_getatr: sending qpathinfo > map_errno_from_nt_status: 32 bit codes: code=c000035c > smbc errno NT_STATUS_NETWORK_SESSION_EXPIRED -> 22 > smb: send_reply(0x7fb930002840), failed=1 (Invalid argument) > smb: backend_dbus_handler org.gt...
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 af...
2005 Dec 11
0
libsmbclient smbc_context problems.
Hello all! I have a problem/question regarding sambas context caching. I have a little C module which uses some basic functions from libsmbclient. I.e smbc.opendir(). When I use this from a linux terminal and supply a user/pass it works as it should. (Access granted when right user/pass and access denied when wrong pass. Obviously! :)) The problem is that if I use the module from a web application the context gets cached in some...
2008 Jul 01
13
[ANNOUNCE] Samba 3.2.0 Available for Download
.../announcements/samba_gplv3/ New Security Defaults for Authentication ======================================== Support for LanMan passwords is now disabled in both client and server applications. Additionally, clear text authentication requests are disabled by default in client utilities such as smbclient and all libsmbclient based applications. This will affect connection both to and from hosts running DOS, Windows 9x/ME, and OS/2. Please refer to the "Changes" section for details on the exact parameters that were updated. Registry Configuration Backend ==========================...
2008 Jul 01
13
[ANNOUNCE] Samba 3.2.0 Available for Download
.../announcements/samba_gplv3/ New Security Defaults for Authentication ======================================== Support for LanMan passwords is now disabled in both client and server applications. Additionally, clear text authentication requests are disabled by default in client utilities such as smbclient and all libsmbclient based applications. This will affect connection both to and from hosts running DOS, Windows 9x/ME, and OS/2. Please refer to the "Changes" section for details on the exact parameters that were updated. Registry Configuration Backend ==========================...
2019 Aug 22
3
New Domain can't connect to localhost
I've just provisioned the new AD DC domain following the steps on the wiki.? Using Debian Buster but with samba and kerberos packages from unstable.? Everything seems fine but when I do (entering the password): smbclient //localhost/netlogon -UAdministrator -c 'ls'? I get: tree connect failed: NT_STATUS_BAD_NETWORK_NAME What could be the problem here? -- Bob Wooldridge EDM Incorporated
2005 Mar 08
2
Unable to set ACLs with Samba 3.0.11, near publication deadline
...Directory domain The share in question looks like this on the server: [root@ADSambaFP1 samba]# !ls ls -l /research total 16 -rw-r--r-- 1 AD\marketperson1 10003 33 Feb 21 21:16 research1.txt -rw-r--r-- 1 AD\marketperson1 10003 34 Feb 21 21:16 research2.txt I can reproduce the problem using the smbcacls tool. There's quite a bit of debugging information included below. At the end of this message you will also find: * The relevant part of "getent passwd" * The relevant part of "getent group" If you need any further information or assistance from me to resolve this ple...