Author: vlendec
Date: 2006-08-28 07:56:15 +0000 (Mon, 28 Aug 2006)
New Revision: 17880

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17880

Log:
On host "tridge" in the build farm the tests fail because smbd hangs in in
'connecting to cups server on localhost'. There is no cups on that host, but
the TCP connection hangs in SYN_SENT. Probably some firewall rule.

Work around that.

Volker


Modified:
   branches/SAMBA_3_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/selftest.sh  2006-08-28 05:41:32 UTC 
(rev 17879)
+++ branches/SAMBA_3_0/source/script/tests/selftest.sh  2006-08-28 07:56:15 UTC 
(rev 17880)
@@ -117,6 +117,9 @@
 
        kernel oplocks = no
 
+       printing = bsd
+       printcap name = /dev/null
+
 [tmp]
        path = $PREFIX_ABS/tmp
        read only = no

Reply via email to