Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#29 closed defect (fixed)

locking related output on screen for various Samba executables

Reported by: guest Owned by: Paul Smedley
Priority: minor Milestone: Samba Server for eCS (OS/2) 1.0
Component: Samba Server Version: 3.0.25rc3
Keywords: erronous output on screen smbpasswd.exe net.exe smbclient.exe Cc: herwig.bauernfeind@…

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 (5)

comment:1 Changed 17 years ago by Yuri Dario

Resolution: invalid
Status: newclosed

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.

comment:2 Changed 17 years ago by guest

Resolution: invalid
Status: closedreopened

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.

comment:3 Changed 17 years ago by guest

Resolution: fixed
Status: reopenedclosed

comment:4 Changed 15 years ago by Herwig Bauernfeind

Milestone: Samba Server for eCS (OS/2) 1.0

comment:5 Changed 15 years ago by Herwig Bauernfeind

Version: 3.0.25rc3
Note: See TracTickets for help on using tickets.