The samba man pages do not work on Solaris 10. The problem is likely to be that the man pages now use mandoc macros instead of man. Solaris does not ship with mandoc macros. Example: % nroff -man smb.conf.5 nroff: Out of temp file space; line 3339, file smb.conf.5 File Formats and Conventions SMB.CONF(5) This error seems to be due to the .de toupper macro definition. Other manpages just appear as blank. A further problem when using groff (version 1.20.1) to convert the smb.conf.5 page to postscript, the font is not restored after the homedir map section, i.e. the remainder of the page is in typewriter font.
Jelmer, do you have an idea how to fix that properly?
Tom, can you confirm that removing the .de toupper macro definition fixes the issue?
Hello Jelmer, No, removing the .de toupper definition doesn't fix it. I think there's more than just one problem macro. The manpages won't work on Solaris because they're designed to use the -mandoc macro set. Solaris uses the -man macro set.
Hello again, Just for reference, the man pages from samba-3.0.20 work OK. Tom.
We haven't changed much in this regard though, so I would expect this to be an upstream docbook change. I'll ask upstream.
This happens for us as well with Samba 3.0.37 on Solaris 10 (Sun bundled version). The problem began occurring when we applied the following patches: 122676-04: SunOS 5.10_x86: SunFreeware samba man pages patch 122675-04: SunOS 5.10: SunFreeware samba man pages patch I opened SR #72407588 with Sun for this issue but will point them to this bug as well. Should I open another bug for the 3.0.x branch?
(In reply to comment #6) > This happens for us as well with Samba 3.0.37 on Solaris 10 (Sun bundled > version). The problem began occurring when we applied the following patches: > > 122676-04: SunOS 5.10_x86: SunFreeware samba man pages patch > 122675-04: SunOS 5.10: SunFreeware samba man pages patch > > I opened SR #72407588 with Sun for this issue but will point them to this bug > as well. Should I open another bug for the 3.0.x branch? 3.0 is out of maintenance, so it does not make sense to open another bug report.
The smb.conf(5) from Samba 3.5.11 and 3.6.3 are useable on Solaris 10. I think this bug was gone.
Thanks for your feedback! Closing out bug report. Karolin
*** Bug 6831 has been marked as a duplicate of this bug. ***