From: Debian QA Group Date: Thu, 17 Mar 2016 22:00:48 +0000 (+0000) Subject: ignore-netstat-failure X-Git-Tag: archive/raspbian/6.1.6+dfsg2-4+rpi1~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d53a09a749e5c977fd7521506a49a782b1c866d4;p=virtuoso-opensource.git ignore-netstat-failure Gbp-Pq: Name ignore-netstat-failure.patch --- diff --git a/appsrc/ODS-Addressbook/make_vad.sh b/appsrc/ODS-Addressbook/make_vad.sh index 756dd3a2..759dcc3e 100755 --- a/appsrc/ODS-Addressbook/make_vad.sh +++ b/appsrc/ODS-Addressbook/make_vad.sh @@ -170,8 +170,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-Blog/make_vad.sh b/appsrc/ODS-Blog/make_vad.sh index 9559f777..81c77e4b 100755 --- a/appsrc/ODS-Blog/make_vad.sh +++ b/appsrc/ODS-Blog/make_vad.sh @@ -140,8 +140,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-Bookmark/make_vad.sh b/appsrc/ODS-Bookmark/make_vad.sh index fa6b1e7d..fa9b2431 100755 --- a/appsrc/ODS-Bookmark/make_vad.sh +++ b/appsrc/ODS-Bookmark/make_vad.sh @@ -170,8 +170,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-Briefcase/make_vad.sh b/appsrc/ODS-Briefcase/make_vad.sh index 89e01eaa..c59e5ec8 100755 --- a/appsrc/ODS-Briefcase/make_vad.sh +++ b/appsrc/ODS-Briefcase/make_vad.sh @@ -181,8 +181,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-Calendar/make_vad.sh b/appsrc/ODS-Calendar/make_vad.sh index 3149aae6..93d6fd52 100755 --- a/appsrc/ODS-Calendar/make_vad.sh +++ b/appsrc/ODS-Calendar/make_vad.sh @@ -169,8 +169,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-Community/make_vad.sh b/appsrc/ODS-Community/make_vad.sh index fa444170..56e916c4 100755 --- a/appsrc/ODS-Community/make_vad.sh +++ b/appsrc/ODS-Community/make_vad.sh @@ -165,8 +165,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-Discussion/make_vad.sh b/appsrc/ODS-Discussion/make_vad.sh index 307d69ec..3c665847 100755 --- a/appsrc/ODS-Discussion/make_vad.sh +++ b/appsrc/ODS-Discussion/make_vad.sh @@ -137,8 +137,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-FeedManager/make_vad.sh b/appsrc/ODS-FeedManager/make_vad.sh index a4ab1e47..df4da726 100755 --- a/appsrc/ODS-FeedManager/make_vad.sh +++ b/appsrc/ODS-FeedManager/make_vad.sh @@ -169,8 +169,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-Framework/make_vad.sh b/appsrc/ODS-Framework/make_vad.sh index 6abbd541..2a4ae244 100755 --- a/appsrc/ODS-Framework/make_vad.sh +++ b/appsrc/ODS-Framework/make_vad.sh @@ -167,8 +167,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-Framework/oauth/make_vad.sh b/appsrc/ODS-Framework/oauth/make_vad.sh index ae1d0851..ea8e982a 100755 --- a/appsrc/ODS-Framework/oauth/make_vad.sh +++ b/appsrc/ODS-Framework/oauth/make_vad.sh @@ -215,8 +215,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-Gallery/make_vad.sh b/appsrc/ODS-Gallery/make_vad.sh index 81989fba..cb59b6db 100755 --- a/appsrc/ODS-Gallery/make_vad.sh +++ b/appsrc/ODS-Gallery/make_vad.sh @@ -153,8 +153,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-Polls/make_vad.sh b/appsrc/ODS-Polls/make_vad.sh index 364062e5..5836fab9 100755 --- a/appsrc/ODS-Polls/make_vad.sh +++ b/appsrc/ODS-Polls/make_vad.sh @@ -157,8 +157,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-WebMail/make_vad.sh b/appsrc/ODS-WebMail/make_vad.sh index 391032e9..b3d987a7 100755 --- a/appsrc/ODS-WebMail/make_vad.sh +++ b/appsrc/ODS-WebMail/make_vad.sh @@ -168,8 +168,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/appsrc/ODS-Wiki/make_vad.sh b/appsrc/ODS-Wiki/make_vad.sh index 9529747a..18479eaf 100755 --- a/appsrc/ODS-Wiki/make_vad.sh +++ b/appsrc/ODS-Wiki/make_vad.sh @@ -159,8 +159,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/b3s/make_vad.sh b/binsrc/b3s/make_vad.sh index 9504d807..3ee5879e 100755 --- a/binsrc/b3s/make_vad.sh +++ b/binsrc/b3s/make_vad.sh @@ -231,8 +231,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/bpel/make_vad.sh b/binsrc/bpel/make_vad.sh index 58d245bc..9a996e11 100755 --- a/binsrc/bpel/make_vad.sh +++ b/binsrc/bpel/make_vad.sh @@ -281,8 +281,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/dbpedia/make_vad.sh b/binsrc/dbpedia/make_vad.sh index 2bb89038..a94f1753 100755 --- a/binsrc/dbpedia/make_vad.sh +++ b/binsrc/dbpedia/make_vad.sh @@ -223,8 +223,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/hosting/mono/tests/tclrsrv.sh b/binsrc/hosting/mono/tests/tclrsrv.sh index f3685af6..8f3237fa 100755 --- a/binsrc/hosting/mono/tests/tclrsrv.sh +++ b/binsrc/hosting/mono/tests/tclrsrv.sh @@ -241,8 +241,8 @@ START_SERVER () nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/isparql/make_vad.sh b/binsrc/isparql/make_vad.sh index 310cf06c..e0e13d79 100755 --- a/binsrc/isparql/make_vad.sh +++ b/binsrc/isparql/make_vad.sh @@ -144,8 +144,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/binsrc/rdb2rdf/make_vad.sh b/binsrc/rdb2rdf/make_vad.sh index ad98e236..bc06df8b 100755 --- a/binsrc/rdb2rdf/make_vad.sh +++ b/binsrc/rdb2rdf/make_vad.sh @@ -150,8 +150,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/binsrc/rdf_mappers/make_vad.sh b/binsrc/rdf_mappers/make_vad.sh index 1128298b..3555b0e0 100755 --- a/binsrc/rdf_mappers/make_vad.sh +++ b/binsrc/rdf_mappers/make_vad.sh @@ -278,8 +278,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/samples/demo/make_vad.sh b/binsrc/samples/demo/make_vad.sh index 230ee371..5a4abc50 100755 --- a/binsrc/samples/demo/make_vad.sh +++ b/binsrc/samples/demo/make_vad.sh @@ -142,8 +142,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/binsrc/samples/demo/mkdemo.sh b/binsrc/samples/demo/mkdemo.sh index 33d91191..353fa6c1 100755 --- a/binsrc/samples/demo/mkdemo.sh +++ b/binsrc/samples/demo/mkdemo.sh @@ -170,8 +170,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - ECHO "***FAILED: Could not start Virtuoso DEMO Server within $timeout seconds" - exit 1 + ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/samples/demo/mkdoc.sh b/binsrc/samples/demo/mkdoc.sh index f3136409..9a840755 100755 --- a/binsrc/samples/demo/mkdoc.sh +++ b/binsrc/samples/demo/mkdoc.sh @@ -191,8 +191,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - ECHO "***FAILED: Could not start Virtuoso DOC Server within $timeout seconds" - exit 1 + ECHO "***WARNING: Could not start Virtuoso DOC Server within $timeout seconds" + return 1 fi done fi diff --git a/binsrc/samples/sparql_demo/make_vad.sh b/binsrc/samples/sparql_demo/make_vad.sh index 57c4e8bb..ece25b28 100755 --- a/binsrc/samples/sparql_demo/make_vad.sh +++ b/binsrc/samples/sparql_demo/make_vad.sh @@ -141,8 +141,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/binsrc/samples/xpath/files2dav.sh b/binsrc/samples/xpath/files2dav.sh index 3c55f8fb..edcf6a98 100755 --- a/binsrc/samples/xpath/files2dav.sh +++ b/binsrc/samples/xpath/files2dav.sh @@ -121,8 +121,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - ECHO "***FAILED: Could not start Virtuoso DEMO Server within $timeout seconds" - exit 1 + ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/samples/xquery/files2dav.sh b/binsrc/samples/xquery/files2dav.sh index ef428166..1cf39814 100755 --- a/binsrc/samples/xquery/files2dav.sh +++ b/binsrc/samples/xquery/files2dav.sh @@ -121,8 +121,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - ECHO "***FAILED: Could not start Virtuoso DEMO Server within $timeout seconds" - exit 1 + ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/sync/make_vad.sh b/binsrc/sync/make_vad.sh index 996e5775..0e621772 100755 --- a/binsrc/sync/make_vad.sh +++ b/binsrc/sync/make_vad.sh @@ -131,8 +131,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/tests/biftest/thook.sh b/binsrc/tests/biftest/thook.sh index b5fffc18..2f9e46e9 100755 --- a/binsrc/tests/biftest/thook.sh +++ b/binsrc/tests/biftest/thook.sh @@ -154,8 +154,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/tests/suite/test_fn.sh b/binsrc/tests/suite/test_fn.sh index 3e05cfe7..c1d92310 100755 --- a/binsrc/tests/suite/test_fn.sh +++ b/binsrc/tests/suite/test_fn.sh @@ -334,8 +334,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/tutorial/make_vad.sh b/binsrc/tutorial/make_vad.sh index 4bfd89ac..4042e069 100755 --- a/binsrc/tutorial/make_vad.sh +++ b/binsrc/tutorial/make_vad.sh @@ -131,8 +131,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start $SERVER within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start $SERVER within $timeout seconds" + return 1 fi done } diff --git a/binsrc/vsp/admin/debug/make_vad.sh b/binsrc/vsp/admin/debug/make_vad.sh index 6611d63b..9d672d77 100755 --- a/binsrc/vsp/admin/debug/make_vad.sh +++ b/binsrc/vsp/admin/debug/make_vad.sh @@ -97,8 +97,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/vspx/suite/vspx_suite.sh b/binsrc/vspx/suite/vspx_suite.sh index a398cdd6..84ebe5d3 100755 --- a/binsrc/vspx/suite/vspx_suite.sh +++ b/binsrc/vspx/suite/vspx_suite.sh @@ -66,8 +66,8 @@ virtuoso_start() { nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done } diff --git a/binsrc/yacutia/mkvad.sh b/binsrc/yacutia/mkvad.sh index e85718c3..3036991e 100755 --- a/binsrc/yacutia/mkvad.sh +++ b/binsrc/yacutia/mkvad.sh @@ -178,8 +178,8 @@ START_SERVER() nows=`expr $nows + $nowh \* 60` if test $nows -ge $timeout then - ECHO "***FAILED: Could not start Virtuoso Server within $timeout seconds" - exit 1 + ECHO "***WARNING: Could not start Virtuoso Server within $timeout seconds" + return 1 fi done }