#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 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
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 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:4 by , 15 years ago
Milestone: | → Samba Server for eCS (OS/2) 1.0 |
---|
comment:5 by , 15 years ago
Version: | → 3.0.25rc3 |
---|
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.