By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1887

Summary: [stdout/stderr] kcmsambaconf: TQLayout "unnamed" added to SmbConfigConfigWidget "configWidget", which already has a layout
Product: TDE Reporter: Darrell <darrella>
Component: tdenetworkAssignee: Michele Calgaro <michele.calgaro>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, darrella, michele.calgaro
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2014    

Description Darrell 2014-01-31 14:59:48 CST
To view the error:

* Start tdecmshell kcmsambaconf

Likely related to bug 885..
Comment 1 Michele Calgaro 2014-03-16 09:53:17 CDT
Darrell,
is this bug still valid? If I run "tdecmshell kcmsambaconf" from CLI, I don't see that message...
Comment 2 Darrell 2014-03-16 12:37:55 CDT
Valid. Temporarily rename or delete /etc/samba/smb.conf.
Comment 3 Michele Calgaro 2014-03-16 21:55:17 CDT
(In reply to Darrell from comment #2)
Thanks Darrell, I can now reproduce the same behavior.
BTW, good to see you are still around :)
Comment 4 Michele Calgaro 2014-07-09 04:12:10 CDT
Fixed in commit fe3d0d2.
Comment 5 Darrell 2014-07-13 13:56:57 CDT
I am reopening this bug report rather than open a new report.

Same conditions, same method to test. Fixing the previous error message introduced or unmasked the following error message:

TQFile::open: No file name specified

The actual message is from (T)Qt3/src/tools/qfile_unix.cpp.

Resolving the new error message likely will lead to a similar or same resolution for bug 886.
Comment 6 Michele Calgaro 2014-07-14 07:40:04 CDT
(In reply to Darrell from comment #5)
> TQFile::open: No file name specified
Darrell, I can not see this message coming up in my system. Same conditions, same method to test.
How did you test?
Comment 7 Darrell 2014-07-14 12:25:55 CDT
* Open konsole.
* Run "tdecmshell kcmsambaconf"

I see the error message regardless of the existence of /etc/samba/smb.conf.
Comment 8 Michele Calgaro 2014-07-14 20:32:27 CDT
(In reply to Darrell from comment #7)
> * Open konsole.
> * Run "tdecmshell kcmsambaconf"
No error message here. Perhaps there is something else going on. Any chance you can run that in gdb, break on the error message, print out the call stack and report back here?
Comment 9 Darrell 2014-07-14 21:48:10 CDT
The /etc/samba/smb.conf file must exist to see the message. If smb.conf does not exist then there is no output at all and the new error message does not appear. When smb.conf exists then the output spew will look like this:

Load smb config files from /dev/null
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Loaded services file OK.
Server role: ROLE_STANDALONE
TQFile::open: No file name specified
Comment 10 Michele Calgaro 2014-07-15 07:36:31 CDT
(In reply to Darrell from comment #9)
Thanks, now I can reproduce that.
Comment 11 Michele Calgaro 2014-08-19 05:36:39 CDT
Fixed in commit 1396eea.