> From: Harry Jede [mailto:[email protected]] > Sent: 04 October 2011 23:06 > > OS: Debian squeeze > Samba: 3.5.6 > > # testparm --section-name=global -s 2>&1|grep ALIX > returns nothing > > # grep ALIX /etc/samba/smb.conf > netbios name = ALIX > works
The example testparm command you give works for me on CentOS 5.2 with samba3-3.4.9-42.el5 and on CentOS 5.6 with samba3-3.5.11-44.el5. Build the command up slowly and try to identify where it is failing: # testparm -s # Do you get any output? # testparm --section-name=global -s # Do you get the right section? # testparm --section-name=global -s | grep ALIX # Does grep work? Moray. "To err is human; to purr, feline." -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
