Displaying 20 results from an estimated 100 matches similar to: "Signal 11 in attempt_netbios_session_request"
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
2000 Mar 20
0
smbfs patch - listing large direcories from an OS/2 server
Hi!
Here's a patch that allows Linux smbfs to list large directories (i.e. > 100
items) when talking to an OS/2 server. There is a misunderstanding about the
flags sent in the FINDFIRST request which causes the OS/2 server to indicate an
EOS (end of search) in the FINDFIRST response, even when there are more items
to be listed. The result is that smbfs will display only the first ~120
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
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
2002 Jun 25
1
RE: [PATCH] smbfs readdir fix (CFT: NetApp, OS/2)
Can someone share the smbfs-2.4.19-pre9-readdir.patch.
-----Original Message-----
From: David.Lee@bisus.com [mailto:David.Lee@bisus.com]
Sent: Tuesday, June 25, 2002 4:21 PM
To: vlads@sympatico.ca; urban@teststation.com
Cc: samba@lists.samba.org; David.Lee@bisus.com
Subject: [Samba] RE: [PATCH] smbfs readdir fix (CFT: NetApp, OS/2)
Vlad.
I still got the same problem - 'ls | wc -l'
1999 Dec 28
2
Directory rename problem with smbclient
I am trying to use smbclient to migrate data from OS/2 LanServers to a
filesystem on an AIX 4.3.1 machine. Everything works great except renaming
directories on the OS/2 LanServer. I get the error ERRDOS - ERRbadfile
(File not found.) renaming files when I do a "rename <existing_dir_name>
<new_dir_name>" at the prompt, but <existing_dir_name> exists. I connected
to a
2004 Nov 10
1
Samba 3.0.8 breaks all printing from Windows 98
We have small panic here as we've just put samba 3.0.8 up to fix the DoS
attack but all printing from Windows 98 has now broken. Printing from
Windows XP is still working fine.
We're running on Fedora 2 using LPRng. Everything was working fine under
3.0.7 and no changes to the OS or the config files was made. Samba was
upgraded to 3.0.8 using the configure line from the 3.0.7
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
1999 Oct 23
0
smbfs: patch for directory listing
Hello everyone
I have recently reported problems reading a certain directory from an NT
server on this list (and speculated in causes). I have a few workarounds
and now I'm looking for some feedback on what the proper fix is and for
people to test if my patch works for them.
Please test smbfs with and without the patch on the directory in this
zipfile (all files are empty):
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 ->
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
2003 Dec 12
1
CUPS + SAMBA3 +attempt_nebios_session_request:
Hello everyone,
When anyone of my users prints to a CUPS printer shared on a SAMBA 3 I
get the following error in the log of the machine creating the
printjob. I am running the following software SAMBA-3.0.1rc2 and
CUPS-1.1.17-13 with the following config:
[global]
.......
printing = cups
.....
[printers]
comment = All Printers
path = /var/spool/samba
printer admin =
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
2002 Feb 22
1
Samba 223a, internal error
Hi,
I try to configure printers drivers on a samba server named lct8
(i read the printing support in samba 2.2.x), the smb.conf
looks like :
[global]
secutity = SERVER
passwd server = PDC
(...)
printer admin = @sysadmin, guy
[print$]
path = /usr/local/samba/printers
write list = @sysadmin, guy
create mask = 0644
guest ok = Yes
[hpcolor]
path = /tmp
printable = Yes
With win2k (host
2003 Sep 16
2
adding printer driver to a printer
Hi,
I'm using debian woody with samba (2.2.3a-12.3). After installing
2.2.8a everything that worked, still works. What didn't work, still
doesn't work.
Sharing files works properly.
I'd like to share a printer via the samba server. When I go to the
printers&faxes share in explorer, no printers are shown.
Hereunder is my smb.conf, /etc/lprng/printcap, and the logfile
2004 Aug 03
1
Problems with Samba ver 3.0.5
Hello Everyone,
I recently upgraded from ver 2.0.7 to 3.0.5. Some of Xp clients had
problems with connecting to Unix drives and printing. The following are
the error messages,
"lib/substitute.c:alloc_sub_basic(505)
alloc_sub_basic: NULL source string! This should not happen"
" libsmb/cliconnect.c:attempt_netbios_session_request(1543)
attempt_netbios_session_request:
2000 Jan 26
2
[2.0.6] doesn't run under Solaris 7/sparc, Internal Error
Is the following a known problem:
===============================================================
[2000/01/26 09:41:03, 0] lib/fault.c:fault_report(41)
INTERNAL ERROR: Signal 11 in pid 22273 (2.0.6)
Please read the file BUGS.txt in the distribution
[2000/01/26 09:41:03, 0] lib/fault.c:fault_report(43)
===============================================================
This is using the same
2002 Jun 10
1
Samba 2.2.4 and Printing with W2K
Firstly, apologies for asking this again, I see that it cause a mail loop
lasttime.
We've setup samba(2.2.4, no patches) and installed the printer drivers using
the methods decribed in the printer_driver2.html. The drivers have appeared
to have install correctly, we you right click on the printer share and select
properties the relevent tabs for the printer driver appear. However, once
2002 Mar 15
0
logon home with ldap under win98
Hello,
I hope this is the correct place for this mail... I have found that
samba-2.2.3a (--with-ldapsam) gives the correct logon home for win2k,
but not for win98. Obviously the two systems request the information in
a different way.
For win98 machines, in lanman.c, the information is taken only from
smb.conf, and not from ldap (or other backends).
I have attached a small patch that yields