Megatest

Diff
Login

Differences From Artifact [0cd20b4ff2]:

To Artifact [7f90bd66bf]:


633
634
635
636
637
638
639



640

641
642
643
644
645
646
647
633
634
635
636
637
638
639
640
641
642

643
644
645
646
647
648
649
650







+
+
+
-
+







			    #f
			    (caar servers)))
	     (my-index  (list-index (lambda (x)
				      (equal? (list-ref x 6)
					      (tt-servinf-file ttdat)))
				    servers))
	     (ok         (cond
			  ((not (number? my-index))
			   (debug:print 0 *default-log-port* "ERROR: bad server data in "servers", might be due to host misconfiguration such as bad IP address in /etc/hosts.")
			   #f)
			  ((not *server-run*)
			   ((not *server-run*)
			   (debug:print 0 *default-log-port* "WARNING: received a stop server from client by remote request.")
			   #f)
			  ((null? servers)
			   (debug:print 0 *default-log-port* "WARNING: no servinfo files found, this cannot be.")
			   #f) ;; not ok
			  ((> my-index 2)
			   (debug:print 0 *default-log-port* "WARNING: there are more than two servers ahead of me, I'm not needed, exiting.")