Bug 1713 - locking.tdb no such file or directory
Summary: locking.tdb no such file or directory
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.4
Hardware: Sparc Solaris
: P3 regression
Target Milestone: none
Assignee: Gerald (Jerry) Carter (dead mail address)
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-03 01:55 UTC by stephan theiler
Modified: 2005-11-14 09:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stephan theiler 2004-09-03 01:55:24 UTC
Environement
5.9 Generic_112233-06 sun4us sparc FJSV,GPUZC-L
gcc 3.3
samba version 3.04

Symptom:

User can not connect a Networkshare and no conncet is possible with smbclient 
such as smbclient -L //homeasrv -U %

log.smbd

[2004/09/01 20:02:57, 0] smbd/server.c:main(757)
  smbd version 3.0.4 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2004
[2004/09/03 07:35:01, 0] smbd/tdbutil.c:smbd_tdb_log(42)
  tdb(/var/log/css/samba_rza/locks/locking.tdb): tdb_reopen: open failed (No suc
h file or directory)
[2004/09/03 07:35:01, 0] smbd/server.c:open_sockets_smbd(419)
  tdb_reopen_all failed.
[2004/09/03 07:35:01, 0] lib/util.c:smb_panic2(1398)
  PANIC: tdb_reopen_all failed.
[2004/09/03 07:35:01, 0] lib/fault.c:fault_report(36)
  ===============================================================
[2004/09/03 07:35:01, 0] lib/fault.c:fault_report(37)
  INTERNAL ERROR: Signal 6 in pid 25173 (3.0.4)
  Please read the appendix Bugs of the Samba HOWTO collection
[2004/09/03 07:35:01, 0] lib/fault.c:fault_report(39)
  ===============================================================



Append:

We don't have made a rm on this file.
Comment 1 Gerald (Jerry) Carter (dead mail address) 2004-10-29 07:42:10 UTC
wer have to abort if we can't openb the locking tdb.

Make sure that teh directory exists, has room on the fs, is
on a local file system, and smbd has permissionb to write.