Ticket #29 (closed defect: fixed)

Opened 15 months ago

Last modified 15 months ago

locking related output on screen for various Samba executables

Reported by: guest Owned by: psmedley
Priority: minor Milestone:
Component: Server Version:
Keywords: erronous output on screen smbpasswd.exe net.exe smbclient.exe Cc: herwig.bauernfeind@…
Blocking: Blocked By:

Description

Running smbpasswd.exe without parameters asks me for password twice, after entering them it displays:

tdb(D:/samba/var/locks/account_policy.tdb): tdb_brlock pid 6AB, failed (fd=5) at offset 1333 rw_type=2 lck_type=8 len=1
tdb(D:/samba/var/locks/account_policy.tdb): tdb_brlock pid 6AB, failed (fd=5) at offset 1398 rw_type=2 lck_type=8 len=1
tdb(D:/samba/var/locks/account_policy.tdb): tdb_brlock pid 6AB, failed (fd=5) at offset 1462 rw_type=2 lck_type=8 len=1
tdb(D:/samba/var/locks/account_policy.tdb): tdb_brlock pid 6AB, failed (fd=5) at offset 1526 rw_type=2 lck_type=8 len=1
tdb(D:/samba/var/locks/account_policy.tdb): tdb_brlock pid 6AB, failed (fd=5) at offset 1590 rw_type=2 lck_type=8 len=1
tdb(D:/samba/var/locks/account_policy.tdb): tdb_brlock pid 6AB, failed (fd=5) at offset 1654 rw_type=2 lck_type=8 len=1

For smbpasswd.exe this 100% reproducible.

Other Samba executables such as net.exe, smbclient.exe produce similar output (other .tdb file, variable length, sometimes nothing).

The same output is also found in the logfiles.

Only the latest official build shows this behaviour, prior builds did not.

I see this behaviour on 2 machines.

Change History

Changed 15 months ago by ydario

  • status changed from new to closed
  • resolution set to invalid

This is not an error, rw_type=2 is an unlock operation.

It could be an error if program executions gives different behaviour than expected one.

Changed 15 months ago by guest

  • status changed from closed to reopened
  • resolution invalid deleted

I did not mean that the text indicates an error (you already told me, that this is no error), but the fact that it appears on screen is the error.

Changed 15 months ago by guest

  • status changed from reopened to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.