Displaying 20 results from an estimated 100 matches similar to: "Directory rename problem with smbclient"
2003 Sep 05
1
Problem with Win95 + DFS clients (fwd)
Hi,
I've found a problem with samba when printing from a client running win95
+ DFS. The print fails with a segmentation fault. The problem is that
Win95 does not return the proper file_fsp( smb_vwv0) when doing an IOCTL
request.This causes the file_fsp call in reply_ioctl (smbd/reply.c) to
fail cause a segmentation fault.
I do not understand how samba work, but here is my working patch
2005 Dec 06
4
Joining Samba3 to NT4 domain problem
Hi all,
I try to join samba3 to NT4 domain:
My smb.conf is following:
[global]
workgroup = MYDOM
netbios name = LANSERVER
server string = Samba Server
security = domain
hosts allow = 10. 127.
log file = /var/log/samba/log.%m
max log size = 50
password server = PDC
#encrypt passwords = yes
#winbind uid = 10000-20000
#winbind gid = 10000-20000
idmap uid = 15000-20000
idmap gid =
2007 Nov 16
1
3.0.27a out monday.
Just spoke to Jerry, we'll be doing
a 3.0.27a on Monday to fix a regression
that broke smbfs mounts from Linux.
Sorry for the problem.
Jeremy.
1998 Mar 12
0
Code to check Password Server Group Memberships
I am not a member of the samba listserv, but I wanted to contribute
the following code to the samba effort.
The following is clipped from some experimental
changes I have made to my own copy of the samba
source. I have not included all of the changes
because I don't have the time to. But someone should
be able to properly do the integration without too
much effort.
Summary, these
2000 Jan 05
1
Signal 11 in attempt_netbios_session_request
> I have just upgraded to Samba 2.0.6 and can no longer connect to Samba
> shares on my FreeBSD 3.4-RELEASE machine. When I attempt to connect, the
> smb.log contains the following information:
>
> [2000/01/04 17:54:42, 3] libsmb/namequery.c:resolve_lmhosts(566)
> resolve_lmhosts: Attempting lmhosts lookup for name
> NTWEB2.AIS.MSU.EDU<0x20>
> [2000/01/04
2005 May 30
2
smbclient hangs
Hello,
I'm having problems with using smbclient on a win2k share. The server runs samba 3.0.14a on Solaris 9.
I want to tar the whole directory of a share. Into a file on the server
What I found out so far is, that it works until a maximum file count of 35. It is not size dependant but if the file count in that share exceeds more than 35 the smbclient hangs for ever and with the time is
2009 Mar 25
2
Dotfiles with multiple dots not marked as hidden
I have "hide dot files" on, but I have noticed that while files with a
single dot are hidden, files with multiple dots are not:
".foo" - hidden
"...foo" - not hidden
Is this by design? *nix certainly hide such files by default...
-- Barry
--
http://barrkel.blogspot.com/
2002 Dec 20
1
smbclient and large file support
smbclient (and smbtar) in version 2.2.7a (and prior) has problems with
large files (> 4GB). The following patch (against 2.2.7a) fixes all
known problems with this. This code has been checked into the CVS tree
in all branches as well.
--
======================================================================
Herb Lewis Silicon Graphics
Networking Engineer
2002 Mar 15
1
disabling offline caching from samba
I'm preparing to roll out a bunch of win XP clients and and am running
down all the quirks
that come up in the application log on my test box.
1) AutoEnrollement fails - samba is not an active directory so this
makes sense
it must be disabled by editing the group policy
with gpedit.msc
computer configuration->windows settings -> security settings -> public
key policies ->
2005 Jan 02
1
sendfile questions...
Why in smbd/reply.c does send_file_readX only use sendfile if write cache
size is 0?
<snip>
if (chain_size ==0 && (CVAL(inbuf,smb_vwv0) == 0xFF) && lp_use_sendfile(
SNUM(conn)) &&
(lp_write_cache_size(SNUM(conn)) == 0) ) {
</snip>
While its true send_file_readX works regardless of the state of oplocks
(which is cool!) the smb.conf.5
2011 Jul 11
1
Password Resets as root
I've got a cluster of Samba servers with security=user and a ctdb passdb
backend. I need to keep the passwords for the users in sync with another
system, which will pass me userid and password for each change and reset.
My question is what is the simplest way to do the password reset for a
user as root on one of the Samba servers. I need to allow the user to
change their password
2013 Jul 22
1
Errors in parse_share_modes Testing CTDB 2.3 and Samba 4.0.7
I'm working on building a CTDB/Samba cluster on AIX 7.1 with the latest
levels to replace an older one running CTDB 1.0.113 and Samba 3.6.1. I
have the new servers up and running and they seem to work, but I'm worried
about some messages in the logs. I run with log level 1 on the servers so
that the connection details are logged. On the old cluster there were
only connection/closed
2005 Dec 09
0
Samba3 in NT4 domain
Still having problem with NT4 domain.
I have Samba 3.0.20 on FreeBSD 5.3
My configuration looks like:
[global]
workgroup = DOM
netbios name = lanserver
server string = Samba Server
security = domain
hosts allow = 10.200.4. 10.200.5. 127.
log file = /var/log/samba/log.%m
max log size = 50
password server = PDC
encrypt passwords = yes
winbind uid = 15000-20000
winbind gid =
2007 Jan 29
1
Fw: Question regarding samba with DFS support
Hello all,
We have a Samba environment to provide DFS access to Windows users.
Most of the users can work with their files in DFS with no problems.
However, at least one of them can not delete his own files in a shared
directory. The following is the setup we have:
OS : AIX 5.3.04
Samba : 3.0.23c-1
Clients : Windows XP Professional
Filesystem: DFS 3.1 at ptfset10 (DCE
2014 Oct 29
1
smbstatus hang with CTDB 2.5.4 and Samba 4.1.13
Can anyone help with some pointers to debug a problem with Samba and CTDB
with smbstatus traversing the connections tdb? I've got a new two node
cluster with Samba and CTDB on AIX. If I run smbstatus when the server
has much user activity it hangs and the node it was run on gets banned. I
see the following in the ctdb log:
2014/10/29 11:12:45.374580 [3932342]:
2002 Sep 10
2
Who may delete a file ?
Hi All,
I was checking the access rights and a problem (hence a question)
appeared: Who can delete a file through Samba ?
Suppose we have the following situation:
drwxrwxrwx john finance directory
-rw-r--r-- jack finance directory/file
Under unix everyone can delete the file.
Under Samba, the documentation says (due to the Windows sementic) you
also need the write access to the
2002 Jun 10
0
Hylafax printer for Respond
Hello,
I have Hylafax set up on a RedHat 7.3 server (which uses Samba 2.3b, IIRC).
I am trying to get Respond[http://www.boerde.de/~horstf/], a Windows client
program, to work with it. The way it works is that samba shares a postscript
printer, which calls a perl script on the print command. The network is a
Win 2k network, and I want samba to verify with the lan server (or have open
access
2000 Jun 28
1
[Patch] Shorter patch for smbfs 2.2.16
Am 27.06.2000 19:58:44 schrieb urban:
> On Tue, 27 Jun 2000 klaus-georg.adams@rwg.de wrote:
>
> >
> > Hi Andrew,
> > your patch from 2.2.15 to 2.2.16, backing out the older protocol levels
breaks
> > reading from an OS/2 LAN Server.
> > The appended patch fixes things for me (against 2.2.16).
>
> This backs out a lot of desired changes. For example I think
2003 Jul 18
0
patch: smbclient lost some files
Dear developers,
I found a problem that 'smbclient' loses some files when it's creating
a tar ball. A patch attached this message is for samba 2.2.8a and
fixes this problem. Would you please check it?
I think there is a protocol mismatch with Windows 2000 at
cli_list_new() in libsmb/clilist.c (FIND FIRST2/FIND NEXT2). Samba
assumes that 'Last Name Offset' response field is
1999 Dec 30
0
SAMBA digest 2359
Hello Samba,
???????, 30 ??????? 99, you wrote:
sso> SAMBA Digest 2359
sso> For information on unsubscribing see http://lists.samba.org/
sso> Topics covered in this issue include:
sso> 1) Re: Unix .TXT vs DOS .TXT files
sso> by Gerry Creager N5JXS <gerry@cs.tamu.edu>
sso> 2) Switching user share on NT and smbd spawning
sso>