Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 292)

Ticket Resolution Summary Owner Reporter
#181 fixed Codepage directory definition is a mess with Samba 3.3 Silvan Scherrer Herwig Bauernfeind
Description

In Samba 3.3 the location definition of the codepage files (upcase.dat, lowcase.dat and valid.dat) results in a mess:

We define the codepages directory to be a directory named "codepages" as a subdirectory of the executable directory.

The result is that depending upon which component is looking for the files they are searched in the following places:

ndpsmb.dll via EVFSCTL.EXE: x:\ecs\bin\codepages\*
ndpsmb.dll via NetDrive:    %NDFSDIR%\codepages\*
Any Samba executable:       exedir\codepages\*

Considering there are likely the commandline utilities installed another set is searched at x:\ecs\system\samba\codepages\*

Proposed solution: Let's move the codepages directory to %ETC%\samba\codepages similar to the way we have done it for other Samba data files.

#184 wontfix cdrecord can't sort samba dirs Silvan Scherrer infinity
Description

If you use cdrecord to burn an audio CD it will automatically sort all *.wav files before burning. This works without any probs on HPFS or JFS (with the original order on disk being unsorted). Same command using a netdrive based samba share with exactly the same files always comes out unsorted - leaving quite a mess on the CD. Using the latest Cdrecord-ProDVD-ProBD-Clone 2.01.01a59. Interestingly the dir command on the other hand is able to sort the output.

#186 duplicate smbd blocks after 25.000 files Silvan Scherrer Leo123
Description

I am trying to use Samba for the backup of my system. I use a scsi tapedrive in a client for that. The samba server get into problems after about 25.000 files. I get:

From log.smbd.leo.10.0.0.153:

Killed by SIGFPE pid=0x00bb ppid=0x008a tid=0x0001 slot=0x00c0 pri=0x0400 mc=0x0001 D:\PROGRAMS\SAMBA\SMBD.EXE LIBC064X 0:00035096 cs:eip=005b:11125096 ss:esp=0053:0061f240 ebp=0061f278

ds=0053 es=0053 fs=150b gs=0000 efl=00010293

eax=00000000 ebx=00000000 ecx=0061f260 edx=00000018 edi=113d8a10 esi=00000000 Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it. -toezichthouders/slides/P3270104.JPG read=Yes write=No (numopen=1) [2012/02/01 14:52:03, 1] lib/util_tdb.c:tdb_wrap_log(886)

tdb(D:\MPTN\ETC\samba\lock/locking.tdb): tdb_lock failed on list -1 ltype=3 (Invalid argument)

[2012/02/01 14:52:03, 0] locking/locking.c:share_mode_lock_destructor(747)

store returned NT_STATUS_UNSUCCESSFUL

[2012/02/01 14:52:03, 0] lib/util.c:smb_panic(1686)

PANIC (pid 391): could not store share mode entry

[2012/02/01 14:52:03, 0] lib/util.c:log_stack_trace(1840)

unable to produce a stack trace on this platform

[2012/02/01 14:52:03, 0] lib/fault.c:dump_core(235)

dumping core in D:\MPTN\ETC/samba/log/cores/smbd

Killed by SIGABRT pid=0x0187 ppid=0x008a tid=0x0001 slot=0x00b4 pri=0x0400 mc=0x0001 D:\PROGRAMS\SAMBA\SMBD.EXE Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it. [2012/02/01 14:52:06, 2] auth/auth.c:check_ntlm_password(308)

and so on.

I canot find anyting about this in the samba info on www.samba.org so it may be abug in the eCS version of smbd.exe

Greetings Leo Koelemij

Note: See TracQuery for help on using queries.