Bug 4700 - smbcontrol doesn't change smbd debug/log level
Summary: smbcontrol doesn't change smbd debug/log level
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.4
Classification: Unclassified
Component: Client Tools (show other bugs)
Version: 3.4.0
Hardware: x86 Linux
: P3 normal
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-14 09:06 UTC by Paolo
Modified: 2009-08-31 04:17 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 Paolo 2007-06-14 09:06:15 UTC
here's what I get:

# smbcontrol smbd debug 3
Processing section "[modelli]"
Processing section "[printers]"
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED

# smbcontrol smbd debuglevel
Processing section "[modelli]"
Processing section "[printers]"
Registered MSG_REQ_POOL_USAGE
Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
PID 26368: all:0 tdb:0 printdrivers:0 lanman:0 smb:0 rpc_parse:0 rpc_srv:0 rpc_cli:0 passdb:0 sam:0 auth:0 winbind:0 v
fs:0 idmap:0 quota:0 acls:0 locking:0 msdfs:0 dmapi:0
...

ie nothing changes, but no error.
Comment 1 Karolin Seeger 2009-08-31 02:50:06 UTC
Is there a chance to check if that fixed with 3.4.1 (scheduled for thursday, September 3)?
Comment 2 Karolin Seeger 2009-08-31 02:51:47 UTC
As 3.0 is out of maintenance, there is no chance to fix that for 3.0.
Changing component and version.
Comment 3 Karolin Seeger 2009-08-31 04:17:20 UTC
Seems to be fixed with 86c1dbb473323ef9480cb57584be9e02363e80af.
Works for me in current v3-4-test branch:

host:/usr/local/samba # ./bin/smbcontrol smbd debuglevel
lp_load_ex: changing to config backend registry
PID 12791: all:1 tdb:1 printdrivers:1 lanman:1 smb:1 rpc_parse:1 rpc_srv:1 rpc_cli:1 passdb:1 sam:1 auth:1 winbind:1 vfs:1 idmap:1 quota:1 acls:1 locking:1 msdfs:1 dmapi:1 registry:1
host:/usr/local/samba # ./bin/smbcontrol smbd debug 10
lp_load_ex: changing to config backend registry
bando:/usr/local/samba # ./bin/smbcontrol smbd debuglevel
lp_load_ex: changing to config backend registry
PID 12791: all:10 tdb:10 printdrivers:10 lanman:10 smb:10 rpc_parse:10 rpc_srv:10 rpc_cli:10 passdb:10 sam:10 auth:10 winbind:10 vfs:10 idmap:10 quota:10 acls:10 locking:10 msdfs:10 dmapi:10 registry:10

Will be fixed in 3.4.1.
Closing out bug report.

Thanks!