<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://clonwiki0.jlab.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=129.57.121.200</id>
	<title>CLONWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://clonwiki0.jlab.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=129.57.121.200"/>
	<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=Special:Contributions/129.57.121.200"/>
	<updated>2026-05-07T11:08:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=MSQL&amp;diff=3415</id>
		<title>MSQL</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=MSQL&amp;diff=3415"/>
		<updated>2008-06-13T18:11:08Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mSQL database is used by CODA to store configurations.&lt;br /&gt;
There is a plan to move to mySQL. To dump mSQL following&lt;br /&gt;
command was used (in release 2.1 only !!!):&lt;br /&gt;
&lt;br /&gt;
 msqldump clasrun &amp;gt; clasrun.sql&lt;br /&gt;
 msqldump clasdev &amp;gt; clasdev.sql&lt;br /&gt;
 mysql -h clondb1 -u clasrun daq_clasrun &amp;lt; clasrun.sql&lt;br /&gt;
 mysql -h clondb1 -u clasrun daq_clasdev &amp;lt; clasdev.sql&lt;br /&gt;
&lt;br /&gt;
NOTE: databases &#039;daq_clasrun&#039; and &#039;daq_clasdev&#039; must be created and user &#039;clasrun&#039; must have an appropriate privileges to access those databases (normally &#039;ALL_PRIVILEGES&#039;). It can be useful to re-create entire database before filling it up, for example:&lt;br /&gt;
 mysql -h clondb1 -u clasrun&lt;br /&gt;
 mysql&amp;gt; drop database daq_clasrun;&lt;br /&gt;
 mysql&amp;gt; create database daq_clasrun;&lt;br /&gt;
 mysql&amp;gt; exit&lt;br /&gt;
&lt;br /&gt;
Observed problem: &#039;BONUS&#039; and &#039;bonus&#039; recognized by mySQL as identical key;&lt;br /&gt;
To fix it &#039;msqldump&#039; was modified to use VARCHAR() BINARY instead of CHAR()&lt;br /&gt;
for primary keys. Some other changes were applied as well (see code).&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=MSQL&amp;diff=3414</id>
		<title>MSQL</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=MSQL&amp;diff=3414"/>
		<updated>2008-06-11T16:27:46Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mSQL database is used by CODA to store configurations.&lt;br /&gt;
There is a plan to move to mySQL. To dump mSQL following&lt;br /&gt;
command was used (in release 2.1 only !!!):&lt;br /&gt;
&lt;br /&gt;
 msqldump clasrun &amp;gt; clasrun.sql&lt;br /&gt;
 msqldump clasdev &amp;gt; clasdev.sql&lt;br /&gt;
 mysql -h clondb1 -u clasrun daq_clasrun &amp;lt; clasrun.sql&lt;br /&gt;
 mysql -h clondb1 -u clasrun daq_clasdev &amp;lt; clasdev.sql&lt;br /&gt;
&lt;br /&gt;
NOTE: database &#039;daq_clasrun&#039; must be created and have appropriate privileges.&lt;br /&gt;
&lt;br /&gt;
Observed problem: &#039;BONUS&#039; and &#039;bonus&#039; recognized by mySQL as identical key;&lt;br /&gt;
To fix it &#039;msqldump&#039; was modified to use VARCHAR() BINARY instead of CHAR()&lt;br /&gt;
for primary keys. Some other changes were applied as well (see code).&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=MSQL&amp;diff=3413</id>
		<title>MSQL</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=MSQL&amp;diff=3413"/>
		<updated>2008-06-11T16:19:51Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mSQL database is used by CODA to store configurations.&lt;br /&gt;
There is a plan to move to mySQL. To dump mSQL following&lt;br /&gt;
command was used (in release 2.1 only !!!):&lt;br /&gt;
&lt;br /&gt;
 msqldump clasrun &amp;gt; clasrun.sql&lt;br /&gt;
 mysql -h clondb1 -u clasrun daq_clasrun &amp;lt; clasrun.sql&lt;br /&gt;
&lt;br /&gt;
NOTE: database &#039;daq_clasrun&#039; must be created and have appropriate privileges.&lt;br /&gt;
&lt;br /&gt;
Observed problem: &#039;BONUS&#039; and &#039;bonus&#039; recognized by mySQL as identical key;&lt;br /&gt;
To fix it &#039;msqldump&#039; was modified to use VARCHAR() BINARY instead of CHAR()&lt;br /&gt;
for primary keys. Some other changes were applied as well (see code).&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=MSQL&amp;diff=3412</id>
		<title>MSQL</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=MSQL&amp;diff=3412"/>
		<updated>2008-06-11T16:14:17Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mSQL database is used by CODA to store configurations.&lt;br /&gt;
There is a plan to move to mySQL. To dump mSQL following&lt;br /&gt;
command was used (in release 2.1 only !!!):&lt;br /&gt;
&lt;br /&gt;
 msqldump clasrun &amp;gt; msqldump.sql&lt;br /&gt;
 mysql -h clondb1 -u clasrun daq_clasrun &amp;lt; msqldump.sql&lt;br /&gt;
&lt;br /&gt;
Observed problem: &#039;BONUS&#039; and &#039;bonus&#039; recognized by mySQL as identical key;&lt;br /&gt;
To fix it &#039;msqldump&#039; was modified to use VARCHAR() BINARY instead of CHAR()&lt;br /&gt;
for primary keys. Some other changes were applied as well (see code).&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=Electronics_Documentation&amp;diff=3368</id>
		<title>Electronics Documentation</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=Electronics_Documentation&amp;diff=3368"/>
		<updated>2008-05-07T16:31:35Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_NIM_LVL1FWDCarriage.pdf ADC Gate Electronics (pdf)]&lt;br /&gt;
&lt;br /&gt;
[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_VME_FIFO_board.pdf JLAB VME FIFO Board (pdf)]&lt;br /&gt;
&lt;br /&gt;
[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_VME_Latch_driver.pdf JLAB VME Latch Driver Board (pdf)]&lt;br /&gt;
&lt;br /&gt;
[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_VME_MLU_board.pdf JLAB VME MLU Board (pdf)]&lt;br /&gt;
&lt;br /&gt;
[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_VME_OR_board.pdf JLAB VME OR Board (pdf)]&lt;br /&gt;
&lt;br /&gt;
[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_VME_ts2_board.doc JLAB VME TS2 Board (doc)]&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=Electronics_Documentation&amp;diff=3367</id>
		<title>Electronics Documentation</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=Electronics_Documentation&amp;diff=3367"/>
		<updated>2008-05-07T16:31:14Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_NIM_LVL1FWDCarriage.pdf ADC Gate Electronics (pdf)]&lt;br /&gt;
[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_VME_FIFO_board.pdf JLAB VME FIFO Board (pdf)]&lt;br /&gt;
[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_VME_Latch_driver.pdf JLAB VME Latch Driver Board (pdf)]&lt;br /&gt;
[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_VME_MLU_board.pdf JLAB VME MLU Board (pdf)]&lt;br /&gt;
[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_VME_OR_board.pdf JLAB VME OR Board (pdf)]&lt;br /&gt;
[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_VME_ts2_board.doc JLAB VME TS2 Board (doc)]&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=Electronics_Documentation&amp;diff=3366</id>
		<title>Electronics Documentation</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=Electronics_Documentation&amp;diff=3366"/>
		<updated>2008-05-07T16:22:47Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://clonwiki.jlab.org/wiki/clondocs/Docs/JLAB_NIM_LVL1FWDCarriage.pdf ADC Gate Electronics]&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=Electronics_Documentation&amp;diff=3365</id>
		<title>Electronics Documentation</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=Electronics_Documentation&amp;diff=3365"/>
		<updated>2008-05-07T16:20:34Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://clonwiki.jlab.org/]&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=CLON_Index&amp;diff=3364</id>
		<title>CLON Index</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=CLON_Index&amp;diff=3364"/>
		<updated>2008-05-07T16:19:58Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Apache]]&lt;br /&gt;
&lt;br /&gt;
[[Bootp]]&lt;br /&gt;
&lt;br /&gt;
[[CAEN SY527 Mainframe]]&lt;br /&gt;
&lt;br /&gt;
[[Capfast]]&lt;br /&gt;
&lt;br /&gt;
[[Cisco Switches]]&lt;br /&gt;
&lt;br /&gt;
[[Clasweb]]&lt;br /&gt;
&lt;br /&gt;
[[Clon00]]&lt;br /&gt;
&lt;br /&gt;
[[Clon01]]&lt;br /&gt;
&lt;br /&gt;
[[Clon02]]&lt;br /&gt;
&lt;br /&gt;
[[Clon03]]&lt;br /&gt;
&lt;br /&gt;
[[Clon04]]&lt;br /&gt;
&lt;br /&gt;
[[Clon05]]&lt;br /&gt;
&lt;br /&gt;
[[Clon06]]&lt;br /&gt;
&lt;br /&gt;
[[Clon10]]&lt;br /&gt;
&lt;br /&gt;
[[Clondaq1]]&lt;br /&gt;
&lt;br /&gt;
[[Clondaq2]]&lt;br /&gt;
&lt;br /&gt;
[[Clondb1]]&lt;br /&gt;
&lt;br /&gt;
[[Clonfs]] Main RAID System&lt;br /&gt;
&lt;br /&gt;
[[Clonfs2]]&lt;br /&gt;
&lt;br /&gt;
[[Clonmon]]&lt;br /&gt;
&lt;br /&gt;
[[Clonmon1]]&lt;br /&gt;
&lt;br /&gt;
[[Clonpc2]]&lt;br /&gt;
&lt;br /&gt;
[[Clonweb]]&lt;br /&gt;
&lt;br /&gt;
[[Clonwiki]]&lt;br /&gt;
&lt;br /&gt;
[[clonhp]]&lt;br /&gt;
&lt;br /&gt;
[[clonhp2]]&lt;br /&gt;
&lt;br /&gt;
[[CycladesTS1000]]&lt;br /&gt;
&lt;br /&gt;
[[DNS server]]&lt;br /&gt;
&lt;br /&gt;
[[Electronics Documentation]]&lt;br /&gt;
&lt;br /&gt;
[[EtherLite32]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS Base Installation]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: Software IOC]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: vxWorks IOC]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: Software IOC for CAEN HV]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: generation of DBs and GUIs for HV]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: CVS usage examples]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: Gamma Profiler]]&lt;br /&gt;
&lt;br /&gt;
[[Fiber Channel Switches]]&lt;br /&gt;
&lt;br /&gt;
[[Foundry BigIron 15000 Switch]]&lt;br /&gt;
&lt;br /&gt;
[[Foundry Switches]]&lt;br /&gt;
&lt;br /&gt;
[[JAVA installation]]&lt;br /&gt;
&lt;br /&gt;
[[JLAB Discriminators]]&lt;br /&gt;
&lt;br /&gt;
[[Labeling Machines]]&lt;br /&gt;
&lt;br /&gt;
[[Linux Installation Procedure]]&lt;br /&gt;
&lt;br /&gt;
[[Linux Customization on CLON Cluster]]&lt;br /&gt;
&lt;br /&gt;
[[Lnf cluster]]&lt;br /&gt;
&lt;br /&gt;
[[Mac OS X Installation Procedure]]&lt;br /&gt;
&lt;br /&gt;
[[MRTG]]&lt;br /&gt;
&lt;br /&gt;
[[mSQL]]&lt;br /&gt;
&lt;br /&gt;
[[MySQL Installation]]&lt;br /&gt;
&lt;br /&gt;
[[MySQL Usage]]&lt;br /&gt;
&lt;br /&gt;
[[Nagios]]&lt;br /&gt;
&lt;br /&gt;
[[Nagios Plugins]]&lt;br /&gt;
&lt;br /&gt;
[[NFS]]&lt;br /&gt;
&lt;br /&gt;
[[NIS server]]&lt;br /&gt;
&lt;br /&gt;
[[Nrpe]]&lt;br /&gt;
&lt;br /&gt;
[[Ntp]]&lt;br /&gt;
&lt;br /&gt;
[[OpenSSL]]&lt;br /&gt;
&lt;br /&gt;
[[PERL]]&lt;br /&gt;
&lt;br /&gt;
[[Procmail]]&lt;br /&gt;
&lt;br /&gt;
[[Routing]]&lt;br /&gt;
&lt;br /&gt;
[[Rrdtool]]&lt;br /&gt;
&lt;br /&gt;
[[Serial Connections from Computer Ports]]&lt;br /&gt;
&lt;br /&gt;
[[Slow Controls Time History]]&lt;br /&gt;
&lt;br /&gt;
[[SmartSockets]]&lt;br /&gt;
&lt;br /&gt;
[[SNMP]]&lt;br /&gt;
&lt;br /&gt;
[[Solaris Installation Procedure]]&lt;br /&gt;
&lt;br /&gt;
[[Solaris Customization on CLON Cluster]]&lt;br /&gt;
&lt;br /&gt;
[[Sudo]]&lt;br /&gt;
&lt;br /&gt;
[[SUN Microsystems]]&lt;br /&gt;
&lt;br /&gt;
[[Tcl/Tk]]&lt;br /&gt;
&lt;br /&gt;
[[Tftp]]&lt;br /&gt;
&lt;br /&gt;
[[Troubleshooting printing]]&lt;br /&gt;
&lt;br /&gt;
[[UNIX Automount on CLON Cluster]]&lt;br /&gt;
&lt;br /&gt;
[[UPS (Uninterruptible Power Supplies)]]&lt;br /&gt;
&lt;br /&gt;
[[UPS CHB1]]&lt;br /&gt;
&lt;br /&gt;
[[UPS CHB2]]&lt;br /&gt;
&lt;br /&gt;
[[UPS Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
[[VNC]]&lt;br /&gt;
&lt;br /&gt;
[[WIENER]]&lt;br /&gt;
&lt;br /&gt;
[[Wiki]]&lt;br /&gt;
&lt;br /&gt;
[[Wiring]]&lt;br /&gt;
&lt;br /&gt;
[[X server]]&lt;br /&gt;
&lt;br /&gt;
[[ZFS]]&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=ERROR_Book&amp;diff=3363</id>
		<title>ERROR Book</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=ERROR_Book&amp;diff=3363"/>
		<updated>2008-05-07T15:03:52Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Sergey B. 7-may-2008: EB1 crashed, last messages:&lt;br /&gt;
&lt;br /&gt;
 EB: WARNING - resyncronization in crate controller number  5 ...  fixed&lt;br /&gt;
 .&lt;br /&gt;
 EB: WARNING - resyncronization in crate controller number  6 ...  fixed&lt;br /&gt;
 .&lt;br /&gt;
 EB: WARNING - resyncronization in crate controller number  6 ...  fixed&lt;br /&gt;
 .&lt;br /&gt;
 ERROR: lfmt=0 bankid=0&lt;br /&gt;
&lt;br /&gt;
Found that tage2 and tage3 must be rebooted&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 5-may-2008: polar crate turned off; turn it back on, but notice that&lt;br /&gt;
one of str7201 scalers has all lights on; scaler was replaced in 2 days, everything&lt;br /&gt;
works fine&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 30-apr-2008: gam_server on clon04 takes 100% CPU&lt;br /&gt;
&lt;br /&gt;
Found on the web that creating file &#039;/etc/gamin/gaminrc&#039; with following contents will help:&lt;br /&gt;
&lt;br /&gt;
 #configuration for gamin&lt;br /&gt;
 # Can be used to override the default behaviour.&lt;br /&gt;
 # notify filepath(s) : indicate to use kernel notification&lt;br /&gt;
 # poll filepath(s)   : indicate to use polling instead&lt;br /&gt;
 # fsset fsname method poll_limit : indicate what method of notification for the filesystem&lt;br /&gt;
 #                                  kernel - use the kernel for notification&lt;br /&gt;
 #                                  poll - use polling for notification&lt;br /&gt;
 #                                  none - don&#039;t use any notification&lt;br /&gt;
 #&lt;br /&gt;
 #                                  the poll_limit is the number of seconds&lt;br /&gt;
 #                                  that must pass before a resource is polled again.&lt;br /&gt;
 #                                  It is optional, and if it is not present the previous&lt;br /&gt;
 #                                  value will be used or the default.&lt;br /&gt;
 fsset nfs poll 10&lt;br /&gt;
 # use polling on nfs mounts and poll once every 10 seconds&lt;br /&gt;
 # This will limit polling to every 10 seconds and seams to prevent it from running away&lt;br /&gt;
&lt;br /&gt;
Created file, will see if it helped ..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 20-apr-2008: sc2pmc1 error message (during &amp;quot;end run&#039; ???)&lt;br /&gt;
&lt;br /&gt;
 .................................................&lt;br /&gt;
 write_thread: wait=    135 send=     28 microsec per event (nev=12351)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=4)&lt;br /&gt;
 proc_thread: wait=    130 send=     31 microsec per event (nev=14709)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=10)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=15)&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print: 252148 20&lt;br /&gt;
 write_thread: about to print: 252148 20&lt;br /&gt;
 write_thread: about to print: 252148 20&lt;br /&gt;
 write_thread: wait=    135 send=     31 microsec per event (nev=12607)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=19)&lt;br /&gt;
 proc_thread: wait=    135 send=     31 microsec per event (nev=14739)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=19)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=14)&lt;br /&gt;
  ERROR: bufout overflow - skip the rest ...&lt;br /&gt;
         bufout=485322144 hit=485387636 endofbufout=485387680&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print: 255564 20&lt;br /&gt;
 write_thread: about to print: 255564 20&lt;br /&gt;
 write_thread: about to print: 255564 20&lt;br /&gt;
 write_thread: wait=    128 send=     42 microsec per event (nev=12778)&lt;br /&gt;
 proc_thread: wait=    371 send=     31 microsec per event (nev=6291)&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000140 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x0150107F -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x015810DC -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x02B80FD6 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x02A010BE -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 .................................................. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At the same time at sc2:&lt;br /&gt;
&lt;br /&gt;
 ......................................&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=14)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=4)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=17)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=1)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=17)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=0)&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 ................................&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 220 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 692 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 544 log messages lost.&lt;br /&gt;
 ..................................&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 562 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 0] slot=16 error_flag=1 - clear&lt;br /&gt;
 logTask: 707 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 3] slot=19 error_flag=1 - clear&lt;br /&gt;
 logTask: 517 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 4] slot=20 error_flag=1 - clear&lt;br /&gt;
 logTask: 620 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 5] slot=21 error_flag=1 - clear&lt;br /&gt;
 logTask: 559 log messages lost.&lt;br /&gt;
 interrupt: SYNC: scan_flag=0x00390000&lt;br /&gt;
 logTask: 512 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 671 log messages lost.&lt;br /&gt;
 ......................................&lt;br /&gt;
 logTask: 563 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 385 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 codaExecute reached, message &amp;gt;end&amp;lt;, len=3&lt;br /&gt;
 codaExecute: &#039;end&#039; transition&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 .......................................&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: TRIGGER ERROR: no pool buffer available&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 .....................................&lt;br /&gt;
&lt;br /&gt;
Note: sc2 never warn about wrong slot number before that moment.&lt;br /&gt;
&lt;br /&gt;
FIX: it seems there is a bug in 1190/1290-related rols and library: NBOARDS set to 21 and several arrays allocated with that length, but actual board maximum number is 21; NBOARDS was set to 22 everywhere, will test next time&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 31-mar-2008: CC scans CODA !!! messages from EB:&lt;br /&gt;
&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=59063&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60187&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60295&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60418&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60823&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=32961&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33122&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33795&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=34251&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=34529&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=35811&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=36134&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=41569&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=53913&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=57701&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33357&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=36136&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=39509&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=39900&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=45174&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=45909&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=34521&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=49023&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=49526&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=53555&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=55694&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=56833&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=58251&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=59023&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33687&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=35731&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=51581&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=18, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=41371&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=6, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=43198&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=10, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=55260&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 clasprod::EB1&amp;gt; ^C&lt;br /&gt;
&lt;br /&gt;
Similar messages were coming from ER.&lt;br /&gt;
&lt;br /&gt;
ET reported following:&lt;br /&gt;
&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure  &lt;br /&gt;
&lt;br /&gt;
and another ET:&lt;br /&gt;
 .......&lt;br /&gt;
 et_start: pthread_create(0x0000000d,...) done&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 et INFO: et_sys_heartmonitor, kill bad process (2,3063)&lt;br /&gt;
 et INFO: et_sys_heartmonitor, cleanup process 2&lt;br /&gt;
 et INFO: set_fix_nprocs, change # of ET processes from 2 to 2&lt;br /&gt;
 et INFO: set_fix_natts, station GRAND_CENTRAL has 0 attachments&lt;br /&gt;
 et INFO: set_fix_natts, station LEVEL3 has 1 attachments&lt;br /&gt;
 et INFO: set_fix_natts, station ET2ER has 1 attachments&lt;br /&gt;
 et INFO: set_fix_natts, # total attachments 2 -&amp;gt; 2&lt;br /&gt;
 et INFO: set_fix_natts, proc 0 has 1 attachments&lt;br /&gt;
 et INFO: set_fix_natts, proc 1 has 1 attachments &lt;br /&gt;
&lt;br /&gt;
Also noticed that CODAs (production and test setup) do not like each other: reported following during &#039;configure&#039;:&lt;br /&gt;
&lt;br /&gt;
  Query test_ts2 table failed: Error reading table&#039;test_ts2&#039; definition&lt;br /&gt;
         ec3                                        ec3&lt;br /&gt;
&lt;br /&gt;
If one runcontrol is restarted, then it works, but another one complains !!!&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 31-mar-2008: &#039;run_log_comment.tcl&#039; and &#039;rlComment&#039; cannot recognize xml comments when extraction level1 trigger file name from &amp;lt;l1trig&amp;gt; tag, it seems using first line after &amp;lt;l1trig&amp;gt; tag without looking into &amp;quot;&amp;lt;!-- xxx --&amp;gt;&amp;quot; comment sign.&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 10-mar-2008: seems found error in run control: Xui/src.s/rcMenuWindow.cc parameters&lt;br /&gt;
XmNpaneMinimum and XmNpaneMaximum were both set to 480, as result run control gui area above log messages window&lt;br /&gt;
was not big enough; set to 100 and 900 respectively, will ask Jie&lt;br /&gt;
&lt;br /&gt;
* 23-jan-2008: ER3 crashed several times during last 3 weeks, mostly (only ?) during &#039;End&#039; transition; todays core file:&lt;br /&gt;
 (dbx) where&lt;br /&gt;
   [1] 0xfe9e4c20(0x8068f9d), at 0xfe9e4c20 &lt;br /&gt;
   [2] codaExecute(0xce4fdbc0, 0xce4fdbc0, 0x1, 0x8068c39), at 0x8068f9d &lt;br /&gt;
   [3] CODAtcpServerWorkTask(0x811fa00, 0x0, 0x0, 0xce4fdff8, 0xfea60020, 0xfe591400), at 0x8068d3a &lt;br /&gt;
   [4] 0xfea5fd36(0xfe591400, 0x0, 0x0, ), at 0xfea5fd36 &lt;br /&gt;
   [5] 0xfea60020(), at 0xfea60020 &lt;br /&gt;
 (dbx)&lt;br /&gt;
&lt;br /&gt;
* 14-nov-2007: first week of running G9A: crashes observed in ec1 (twice), tage3, scaler1, clastrig2, EB; no feather details were obtained so far&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 3-nov-2007: after about 26Mevents during the run sc2pmc1 started to print following:&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000080 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x03C80ADD -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x8A90097F -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00680BD9 -&amp;gt; resyncronize !!!&lt;br /&gt;
end run failed. Reboot sc2.&lt;br /&gt;
During end transition ec2 froze with message:&lt;br /&gt;
 interrupt: timer: 32 microsec (min=19 max=86 rms**2=18)&lt;br /&gt;
 0x1a05fdf0 (twork0005): sfiUserEnd: INFO: Last Event 26723663, status=0 (0x1ca648c8 0x1ca648c0)&lt;br /&gt;
 0x1a05fdf0 (twork0005): data: 0x00000003 0x0007014f 0x00120000 0x00000000 0xc8009181 0xc0001181&lt;br /&gt;
 0x1a05fdf0 (twork0005): jw1 : 0x00000000 0x0197c54f 0x00000003 0x0007014f 0x00120000 0x00000000&lt;br /&gt;
 0x1a05fdf0 (twork0005): Last DMA status = 0x200000b count=11 blen=11&lt;br /&gt;
 0x1a05fdf0 (twork0006): sfiUserEnd: ERROR: Last Transfer Event NUMBER 26723663, status = 0x1a000 (0x90001181 0x88001181 0x80009181  0x78001181)&lt;br /&gt;
 0x1a05fdf0 (twork0006): SFI_SEQ_ERR: Sequencer not Enabled&lt;br /&gt;
Reboot ec2. Started new run 55463, everything looks normal.&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 2-nov-2007: during the run ec2 started to print on tsconnect screen:&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
data taking continues, but runcontrol printed message:&lt;br /&gt;
 WARN   : ec2 has not reported status for 1516 seconds&lt;br /&gt;
 ERROR  : ec2 is in state disconnected should be active&lt;br /&gt;
ec2pmc1 looked fine; end run failed, need to reboot ec2&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=ERROR_Book&amp;diff=3362</id>
		<title>ERROR Book</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=ERROR_Book&amp;diff=3362"/>
		<updated>2008-05-07T14:58:25Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Sergey B. 7-may-2008: EB1 crashed, last messages:&lt;br /&gt;
&lt;br /&gt;
 EB: WARNING - resyncronization in crate controller number  5 ...  fixed&lt;br /&gt;
 .&lt;br /&gt;
 EB: WARNING - resyncronization in crate controller number  6 ...  fixed&lt;br /&gt;
 .&lt;br /&gt;
 EB: WARNING - resyncronization in crate controller number  6 ...  fixed&lt;br /&gt;
 .&lt;br /&gt;
 ERROR: lfmt=0 bankid=0&lt;br /&gt;
&lt;br /&gt;
Found that tage2 and tage3 must be rebooted&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 30-apr-2008: gam_server on clon04 takes 100% CPU&lt;br /&gt;
&lt;br /&gt;
Found on the web that creating file &#039;/etc/gamin/gaminrc&#039; with following contents will help:&lt;br /&gt;
&lt;br /&gt;
 #configuration for gamin&lt;br /&gt;
 # Can be used to override the default behaviour.&lt;br /&gt;
 # notify filepath(s) : indicate to use kernel notification&lt;br /&gt;
 # poll filepath(s)   : indicate to use polling instead&lt;br /&gt;
 # fsset fsname method poll_limit : indicate what method of notification for the filesystem&lt;br /&gt;
 #                                  kernel - use the kernel for notification&lt;br /&gt;
 #                                  poll - use polling for notification&lt;br /&gt;
 #                                  none - don&#039;t use any notification&lt;br /&gt;
 #&lt;br /&gt;
 #                                  the poll_limit is the number of seconds&lt;br /&gt;
 #                                  that must pass before a resource is polled again.&lt;br /&gt;
 #                                  It is optional, and if it is not present the previous&lt;br /&gt;
 #                                  value will be used or the default.&lt;br /&gt;
 fsset nfs poll 10&lt;br /&gt;
 # use polling on nfs mounts and poll once every 10 seconds&lt;br /&gt;
 # This will limit polling to every 10 seconds and seams to prevent it from running away&lt;br /&gt;
&lt;br /&gt;
Created file, will see if it helped ..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 20-apr-2008: sc2pmc1 error message (during &amp;quot;end run&#039; ???)&lt;br /&gt;
&lt;br /&gt;
 .................................................&lt;br /&gt;
 write_thread: wait=    135 send=     28 microsec per event (nev=12351)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=4)&lt;br /&gt;
 proc_thread: wait=    130 send=     31 microsec per event (nev=14709)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=10)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=15)&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print: 252148 20&lt;br /&gt;
 write_thread: about to print: 252148 20&lt;br /&gt;
 write_thread: about to print: 252148 20&lt;br /&gt;
 write_thread: wait=    135 send=     31 microsec per event (nev=12607)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=19)&lt;br /&gt;
 proc_thread: wait=    135 send=     31 microsec per event (nev=14739)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=19)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=14)&lt;br /&gt;
  ERROR: bufout overflow - skip the rest ...&lt;br /&gt;
         bufout=485322144 hit=485387636 endofbufout=485387680&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print: 255564 20&lt;br /&gt;
 write_thread: about to print: 255564 20&lt;br /&gt;
 write_thread: about to print: 255564 20&lt;br /&gt;
 write_thread: wait=    128 send=     42 microsec per event (nev=12778)&lt;br /&gt;
 proc_thread: wait=    371 send=     31 microsec per event (nev=6291)&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000140 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x0150107F -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x015810DC -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x02B80FD6 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x02A010BE -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 .................................................. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At the same time at sc2:&lt;br /&gt;
&lt;br /&gt;
 ......................................&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=14)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=4)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=17)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=1)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=17)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=0)&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 ................................&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 220 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 692 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 544 log messages lost.&lt;br /&gt;
 ..................................&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 562 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 0] slot=16 error_flag=1 - clear&lt;br /&gt;
 logTask: 707 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 3] slot=19 error_flag=1 - clear&lt;br /&gt;
 logTask: 517 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 4] slot=20 error_flag=1 - clear&lt;br /&gt;
 logTask: 620 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 5] slot=21 error_flag=1 - clear&lt;br /&gt;
 logTask: 559 log messages lost.&lt;br /&gt;
 interrupt: SYNC: scan_flag=0x00390000&lt;br /&gt;
 logTask: 512 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 671 log messages lost.&lt;br /&gt;
 ......................................&lt;br /&gt;
 logTask: 563 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 385 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 codaExecute reached, message &amp;gt;end&amp;lt;, len=3&lt;br /&gt;
 codaExecute: &#039;end&#039; transition&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 .......................................&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: TRIGGER ERROR: no pool buffer available&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 .....................................&lt;br /&gt;
&lt;br /&gt;
Note: sc2 never warn about wrong slot number before that moment.&lt;br /&gt;
&lt;br /&gt;
FIX: it seems there is a bug in 1190/1290-related rols and library: NBOARDS set to 21 and several arrays allocated with that length, but actual board maximum number is 21; NBOARDS was set to 22 everywhere, will test next time&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 31-mar-2008: CC scans CODA !!! messages from EB:&lt;br /&gt;
&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=59063&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60187&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60295&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60418&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60823&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=32961&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33122&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33795&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=34251&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=34529&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=35811&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=36134&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=41569&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=53913&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=57701&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33357&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=36136&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=39509&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=39900&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=45174&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=45909&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=34521&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=49023&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=49526&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=53555&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=55694&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=56833&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=58251&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=59023&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33687&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=35731&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=51581&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=18, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=41371&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=6, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=43198&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=10, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=55260&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 clasprod::EB1&amp;gt; ^C&lt;br /&gt;
&lt;br /&gt;
Similar messages were coming from ER.&lt;br /&gt;
&lt;br /&gt;
ET reported following:&lt;br /&gt;
&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure  &lt;br /&gt;
&lt;br /&gt;
and another ET:&lt;br /&gt;
 .......&lt;br /&gt;
 et_start: pthread_create(0x0000000d,...) done&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 et INFO: et_sys_heartmonitor, kill bad process (2,3063)&lt;br /&gt;
 et INFO: et_sys_heartmonitor, cleanup process 2&lt;br /&gt;
 et INFO: set_fix_nprocs, change # of ET processes from 2 to 2&lt;br /&gt;
 et INFO: set_fix_natts, station GRAND_CENTRAL has 0 attachments&lt;br /&gt;
 et INFO: set_fix_natts, station LEVEL3 has 1 attachments&lt;br /&gt;
 et INFO: set_fix_natts, station ET2ER has 1 attachments&lt;br /&gt;
 et INFO: set_fix_natts, # total attachments 2 -&amp;gt; 2&lt;br /&gt;
 et INFO: set_fix_natts, proc 0 has 1 attachments&lt;br /&gt;
 et INFO: set_fix_natts, proc 1 has 1 attachments &lt;br /&gt;
&lt;br /&gt;
Also noticed that CODAs (production and test setup) do not like each other: reported following during &#039;configure&#039;:&lt;br /&gt;
&lt;br /&gt;
  Query test_ts2 table failed: Error reading table&#039;test_ts2&#039; definition&lt;br /&gt;
         ec3                                        ec3&lt;br /&gt;
&lt;br /&gt;
If one runcontrol is restarted, then it works, but another one complains !!!&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 31-mar-2008: &#039;run_log_comment.tcl&#039; and &#039;rlComment&#039; cannot recognize xml comments when extraction level1 trigger file name from &amp;lt;l1trig&amp;gt; tag, it seems using first line after &amp;lt;l1trig&amp;gt; tag without looking into &amp;quot;&amp;lt;!-- xxx --&amp;gt;&amp;quot; comment sign.&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 10-mar-2008: seems found error in run control: Xui/src.s/rcMenuWindow.cc parameters&lt;br /&gt;
XmNpaneMinimum and XmNpaneMaximum were both set to 480, as result run control gui area above log messages window&lt;br /&gt;
was not big enough; set to 100 and 900 respectively, will ask Jie&lt;br /&gt;
&lt;br /&gt;
* 23-jan-2008: ER3 crashed several times during last 3 weeks, mostly (only ?) during &#039;End&#039; transition; todays core file:&lt;br /&gt;
 (dbx) where&lt;br /&gt;
   [1] 0xfe9e4c20(0x8068f9d), at 0xfe9e4c20 &lt;br /&gt;
   [2] codaExecute(0xce4fdbc0, 0xce4fdbc0, 0x1, 0x8068c39), at 0x8068f9d &lt;br /&gt;
   [3] CODAtcpServerWorkTask(0x811fa00, 0x0, 0x0, 0xce4fdff8, 0xfea60020, 0xfe591400), at 0x8068d3a &lt;br /&gt;
   [4] 0xfea5fd36(0xfe591400, 0x0, 0x0, ), at 0xfea5fd36 &lt;br /&gt;
   [5] 0xfea60020(), at 0xfea60020 &lt;br /&gt;
 (dbx)&lt;br /&gt;
&lt;br /&gt;
* 14-nov-2007: first week of running G9A: crashes observed in ec1 (twice), tage3, scaler1, clastrig2, EB; no feather details were obtained so far&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 3-nov-2007: after about 26Mevents during the run sc2pmc1 started to print following:&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000080 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x03C80ADD -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x8A90097F -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00680BD9 -&amp;gt; resyncronize !!!&lt;br /&gt;
end run failed. Reboot sc2.&lt;br /&gt;
During end transition ec2 froze with message:&lt;br /&gt;
 interrupt: timer: 32 microsec (min=19 max=86 rms**2=18)&lt;br /&gt;
 0x1a05fdf0 (twork0005): sfiUserEnd: INFO: Last Event 26723663, status=0 (0x1ca648c8 0x1ca648c0)&lt;br /&gt;
 0x1a05fdf0 (twork0005): data: 0x00000003 0x0007014f 0x00120000 0x00000000 0xc8009181 0xc0001181&lt;br /&gt;
 0x1a05fdf0 (twork0005): jw1 : 0x00000000 0x0197c54f 0x00000003 0x0007014f 0x00120000 0x00000000&lt;br /&gt;
 0x1a05fdf0 (twork0005): Last DMA status = 0x200000b count=11 blen=11&lt;br /&gt;
 0x1a05fdf0 (twork0006): sfiUserEnd: ERROR: Last Transfer Event NUMBER 26723663, status = 0x1a000 (0x90001181 0x88001181 0x80009181  0x78001181)&lt;br /&gt;
 0x1a05fdf0 (twork0006): SFI_SEQ_ERR: Sequencer not Enabled&lt;br /&gt;
Reboot ec2. Started new run 55463, everything looks normal.&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 2-nov-2007: during the run ec2 started to print on tsconnect screen:&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
data taking continues, but runcontrol printed message:&lt;br /&gt;
 WARN   : ec2 has not reported status for 1516 seconds&lt;br /&gt;
 ERROR  : ec2 is in state disconnected should be active&lt;br /&gt;
ec2pmc1 looked fine; end run failed, need to reboot ec2&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=ERROR_Book&amp;diff=3361</id>
		<title>ERROR Book</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=ERROR_Book&amp;diff=3361"/>
		<updated>2008-05-07T14:53:46Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Sergey B. 7-may-2008: EB1 crashed, last messages:&lt;br /&gt;
&lt;br /&gt;
 EB: WARNING - resyncronization in crate controller number  5 ...  fixed&lt;br /&gt;
 .&lt;br /&gt;
 EB: WARNING - resyncronization in crate controller number  6 ...  fixed&lt;br /&gt;
 .&lt;br /&gt;
 EB: WARNING - resyncronization in crate controller number  6 ...  fixed&lt;br /&gt;
 .&lt;br /&gt;
 ERROR: lfmt=0 bankid=0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 30-apr-2008: gam_server on clon04 takes 100% CPU&lt;br /&gt;
&lt;br /&gt;
Found on the web that creating file &#039;/etc/gamin/gaminrc&#039; with following contents will help:&lt;br /&gt;
&lt;br /&gt;
 #configuration for gamin&lt;br /&gt;
 # Can be used to override the default behaviour.&lt;br /&gt;
 # notify filepath(s) : indicate to use kernel notification&lt;br /&gt;
 # poll filepath(s)   : indicate to use polling instead&lt;br /&gt;
 # fsset fsname method poll_limit : indicate what method of notification for the filesystem&lt;br /&gt;
 #                                  kernel - use the kernel for notification&lt;br /&gt;
 #                                  poll - use polling for notification&lt;br /&gt;
 #                                  none - don&#039;t use any notification&lt;br /&gt;
 #&lt;br /&gt;
 #                                  the poll_limit is the number of seconds&lt;br /&gt;
 #                                  that must pass before a resource is polled again.&lt;br /&gt;
 #                                  It is optional, and if it is not present the previous&lt;br /&gt;
 #                                  value will be used or the default.&lt;br /&gt;
 fsset nfs poll 10&lt;br /&gt;
 # use polling on nfs mounts and poll once every 10 seconds&lt;br /&gt;
 # This will limit polling to every 10 seconds and seams to prevent it from running away&lt;br /&gt;
&lt;br /&gt;
Created file, will see if it helped ..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 20-apr-2008: sc2pmc1 error message (during &amp;quot;end run&#039; ???)&lt;br /&gt;
&lt;br /&gt;
 .................................................&lt;br /&gt;
 write_thread: wait=    135 send=     28 microsec per event (nev=12351)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=4)&lt;br /&gt;
 proc_thread: wait=    130 send=     31 microsec per event (nev=14709)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=10)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=15)&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print: 252148 20&lt;br /&gt;
 write_thread: about to print: 252148 20&lt;br /&gt;
 write_thread: about to print: 252148 20&lt;br /&gt;
 write_thread: wait=    135 send=     31 microsec per event (nev=12607)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=19)&lt;br /&gt;
 proc_thread: wait=    135 send=     31 microsec per event (nev=14739)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=19)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=14)&lt;br /&gt;
  ERROR: bufout overflow - skip the rest ...&lt;br /&gt;
         bufout=485322144 hit=485387636 endofbufout=485387680&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print: 255564 20&lt;br /&gt;
 write_thread: about to print: 255564 20&lt;br /&gt;
 write_thread: about to print: 255564 20&lt;br /&gt;
 write_thread: wait=    128 send=     42 microsec per event (nev=12778)&lt;br /&gt;
 proc_thread: wait=    371 send=     31 microsec per event (nev=6291)&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000140 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x0150107F -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x015810DC -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x02B80FD6 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x02A010BE -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 .................................................. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At the same time at sc2:&lt;br /&gt;
&lt;br /&gt;
 ......................................&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=14)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=4)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=17)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=1)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=17)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=0)&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 ................................&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 220 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 692 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 544 log messages lost.&lt;br /&gt;
 ..................................&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 562 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 0] slot=16 error_flag=1 - clear&lt;br /&gt;
 logTask: 707 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 3] slot=19 error_flag=1 - clear&lt;br /&gt;
 logTask: 517 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 4] slot=20 error_flag=1 - clear&lt;br /&gt;
 logTask: 620 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 5] slot=21 error_flag=1 - clear&lt;br /&gt;
 logTask: 559 log messages lost.&lt;br /&gt;
 interrupt: SYNC: scan_flag=0x00390000&lt;br /&gt;
 logTask: 512 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 671 log messages lost.&lt;br /&gt;
 ......................................&lt;br /&gt;
 logTask: 563 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 385 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 codaExecute reached, message &amp;gt;end&amp;lt;, len=3&lt;br /&gt;
 codaExecute: &#039;end&#039; transition&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 .......................................&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: TRIGGER ERROR: no pool buffer available&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 .....................................&lt;br /&gt;
&lt;br /&gt;
Note: sc2 never warn about wrong slot number before that moment.&lt;br /&gt;
&lt;br /&gt;
FIX: it seems there is a bug in 1190/1290-related rols and library: NBOARDS set to 21 and several arrays allocated with that length, but actual board maximum number is 21; NBOARDS was set to 22 everywhere, will test next time&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 31-mar-2008: CC scans CODA !!! messages from EB:&lt;br /&gt;
&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=59063&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60187&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60295&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60418&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60823&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=32961&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33122&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33795&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=34251&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=34529&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=35811&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=36134&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=41569&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=53913&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=57701&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33357&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=36136&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=39509&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=39900&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=45174&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=45909&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=34521&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=49023&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=49526&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=53555&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=55694&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=56833&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=58251&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=59023&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33687&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=35731&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=51581&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=18, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=41371&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=6, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=43198&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=10, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=55260&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 clasprod::EB1&amp;gt; ^C&lt;br /&gt;
&lt;br /&gt;
Similar messages were coming from ER.&lt;br /&gt;
&lt;br /&gt;
ET reported following:&lt;br /&gt;
&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure  &lt;br /&gt;
&lt;br /&gt;
and another ET:&lt;br /&gt;
 .......&lt;br /&gt;
 et_start: pthread_create(0x0000000d,...) done&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 et INFO: et_sys_heartmonitor, kill bad process (2,3063)&lt;br /&gt;
 et INFO: et_sys_heartmonitor, cleanup process 2&lt;br /&gt;
 et INFO: set_fix_nprocs, change # of ET processes from 2 to 2&lt;br /&gt;
 et INFO: set_fix_natts, station GRAND_CENTRAL has 0 attachments&lt;br /&gt;
 et INFO: set_fix_natts, station LEVEL3 has 1 attachments&lt;br /&gt;
 et INFO: set_fix_natts, station ET2ER has 1 attachments&lt;br /&gt;
 et INFO: set_fix_natts, # total attachments 2 -&amp;gt; 2&lt;br /&gt;
 et INFO: set_fix_natts, proc 0 has 1 attachments&lt;br /&gt;
 et INFO: set_fix_natts, proc 1 has 1 attachments &lt;br /&gt;
&lt;br /&gt;
Also noticed that CODAs (production and test setup) do not like each other: reported following during &#039;configure&#039;:&lt;br /&gt;
&lt;br /&gt;
  Query test_ts2 table failed: Error reading table&#039;test_ts2&#039; definition&lt;br /&gt;
         ec3                                        ec3&lt;br /&gt;
&lt;br /&gt;
If one runcontrol is restarted, then it works, but another one complains !!!&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 31-mar-2008: &#039;run_log_comment.tcl&#039; and &#039;rlComment&#039; cannot recognize xml comments when extraction level1 trigger file name from &amp;lt;l1trig&amp;gt; tag, it seems using first line after &amp;lt;l1trig&amp;gt; tag without looking into &amp;quot;&amp;lt;!-- xxx --&amp;gt;&amp;quot; comment sign.&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 10-mar-2008: seems found error in run control: Xui/src.s/rcMenuWindow.cc parameters&lt;br /&gt;
XmNpaneMinimum and XmNpaneMaximum were both set to 480, as result run control gui area above log messages window&lt;br /&gt;
was not big enough; set to 100 and 900 respectively, will ask Jie&lt;br /&gt;
&lt;br /&gt;
* 23-jan-2008: ER3 crashed several times during last 3 weeks, mostly (only ?) during &#039;End&#039; transition; todays core file:&lt;br /&gt;
 (dbx) where&lt;br /&gt;
   [1] 0xfe9e4c20(0x8068f9d), at 0xfe9e4c20 &lt;br /&gt;
   [2] codaExecute(0xce4fdbc0, 0xce4fdbc0, 0x1, 0x8068c39), at 0x8068f9d &lt;br /&gt;
   [3] CODAtcpServerWorkTask(0x811fa00, 0x0, 0x0, 0xce4fdff8, 0xfea60020, 0xfe591400), at 0x8068d3a &lt;br /&gt;
   [4] 0xfea5fd36(0xfe591400, 0x0, 0x0, ), at 0xfea5fd36 &lt;br /&gt;
   [5] 0xfea60020(), at 0xfea60020 &lt;br /&gt;
 (dbx)&lt;br /&gt;
&lt;br /&gt;
* 14-nov-2007: first week of running G9A: crashes observed in ec1 (twice), tage3, scaler1, clastrig2, EB; no feather details were obtained so far&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 3-nov-2007: after about 26Mevents during the run sc2pmc1 started to print following:&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000080 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x03C80ADD -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x8A90097F -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00680BD9 -&amp;gt; resyncronize !!!&lt;br /&gt;
end run failed. Reboot sc2.&lt;br /&gt;
During end transition ec2 froze with message:&lt;br /&gt;
 interrupt: timer: 32 microsec (min=19 max=86 rms**2=18)&lt;br /&gt;
 0x1a05fdf0 (twork0005): sfiUserEnd: INFO: Last Event 26723663, status=0 (0x1ca648c8 0x1ca648c0)&lt;br /&gt;
 0x1a05fdf0 (twork0005): data: 0x00000003 0x0007014f 0x00120000 0x00000000 0xc8009181 0xc0001181&lt;br /&gt;
 0x1a05fdf0 (twork0005): jw1 : 0x00000000 0x0197c54f 0x00000003 0x0007014f 0x00120000 0x00000000&lt;br /&gt;
 0x1a05fdf0 (twork0005): Last DMA status = 0x200000b count=11 blen=11&lt;br /&gt;
 0x1a05fdf0 (twork0006): sfiUserEnd: ERROR: Last Transfer Event NUMBER 26723663, status = 0x1a000 (0x90001181 0x88001181 0x80009181  0x78001181)&lt;br /&gt;
 0x1a05fdf0 (twork0006): SFI_SEQ_ERR: Sequencer not Enabled&lt;br /&gt;
Reboot ec2. Started new run 55463, everything looks normal.&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 2-nov-2007: during the run ec2 started to print on tsconnect screen:&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
data taking continues, but runcontrol printed message:&lt;br /&gt;
 WARN   : ec2 has not reported status for 1516 seconds&lt;br /&gt;
 ERROR  : ec2 is in state disconnected should be active&lt;br /&gt;
ec2pmc1 looked fine; end run failed, need to reboot ec2&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=ERROR_Book&amp;diff=3360</id>
		<title>ERROR Book</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=ERROR_Book&amp;diff=3360"/>
		<updated>2008-04-30T21:30:47Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Sergey B. 30-apr-2008: gam_server on clon04 takes 100% CPU&lt;br /&gt;
&lt;br /&gt;
Found on the web that creating file &#039;/etc/gamin/gaminrc&#039; with following contents will help:&lt;br /&gt;
&lt;br /&gt;
 #configuration for gamin&lt;br /&gt;
 # Can be used to override the default behaviour.&lt;br /&gt;
 # notify filepath(s) : indicate to use kernel notification&lt;br /&gt;
 # poll filepath(s)   : indicate to use polling instead&lt;br /&gt;
 # fsset fsname method poll_limit : indicate what method of notification for the filesystem&lt;br /&gt;
 #                                  kernel - use the kernel for notification&lt;br /&gt;
 #                                  poll - use polling for notification&lt;br /&gt;
 #                                  none - don&#039;t use any notification&lt;br /&gt;
 #&lt;br /&gt;
 #                                  the poll_limit is the number of seconds&lt;br /&gt;
 #                                  that must pass before a resource is polled again.&lt;br /&gt;
 #                                  It is optional, and if it is not present the previous&lt;br /&gt;
 #                                  value will be used or the default.&lt;br /&gt;
 fsset nfs poll 10&lt;br /&gt;
 # use polling on nfs mounts and poll once every 10 seconds&lt;br /&gt;
 # This will limit polling to every 10 seconds and seams to prevent it from running away&lt;br /&gt;
&lt;br /&gt;
Created file, will see if it helped ..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 20-apr-2008: sc2pmc1 error message (during &amp;quot;end run&#039; ???)&lt;br /&gt;
&lt;br /&gt;
 .................................................&lt;br /&gt;
 write_thread: wait=    135 send=     28 microsec per event (nev=12351)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=4)&lt;br /&gt;
 proc_thread: wait=    130 send=     31 microsec per event (nev=14709)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=10)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=15)&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print: 252148 20&lt;br /&gt;
 write_thread: about to print: 252148 20&lt;br /&gt;
 write_thread: about to print: 252148 20&lt;br /&gt;
 write_thread: wait=    135 send=     31 microsec per event (nev=12607)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=19)&lt;br /&gt;
 proc_thread: wait=    135 send=     31 microsec per event (nev=14739)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=19)&lt;br /&gt;
 0x19c18050 (coda_proc): timer: 23 microsec (min=8 max=2161 rms**2=14)&lt;br /&gt;
  ERROR: bufout overflow - skip the rest ...&lt;br /&gt;
         bufout=485322144 hit=485387636 endofbufout=485387680&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print&lt;br /&gt;
 write_thread: about to print: 255564 20&lt;br /&gt;
 write_thread: about to print: 255564 20&lt;br /&gt;
 write_thread: about to print: 255564 20&lt;br /&gt;
 write_thread: wait=    128 send=     42 microsec per event (nev=12778)&lt;br /&gt;
 proc_thread: wait=    371 send=     31 microsec per event (nev=6291)&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000140 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x0150107F -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x015810DC -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x02B80FD6 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x02A010BE -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 .................................................. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At the same time at sc2:&lt;br /&gt;
&lt;br /&gt;
 ......................................&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=14)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=4)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=17)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=1)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=17)&lt;br /&gt;
 interrupt: timer: 33 microsec (min=6 max=401 rms**2=0)&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 ................................&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 220 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 692 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 544 log messages lost.&lt;br /&gt;
 ..................................&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=1, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 562 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 0] slot=16 error_flag=1 - clear&lt;br /&gt;
 logTask: 707 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 3] slot=19 error_flag=1 - clear&lt;br /&gt;
 logTask: 517 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 4] slot=20 error_flag=1 - clear&lt;br /&gt;
 logTask: 620 log messages lost.&lt;br /&gt;
 interrupt: SYNC: ERROR: [ 5] slot=21 error_flag=1 - clear&lt;br /&gt;
 logTask: 559 log messages lost.&lt;br /&gt;
 interrupt: SYNC: scan_flag=0x00390000&lt;br /&gt;
 logTask: 512 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 671 log messages lost.&lt;br /&gt;
 ......................................&lt;br /&gt;
 logTask: 563 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 logTask: 385 log messages lost.&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 codaExecute reached, message &amp;gt;end&amp;lt;, len=3&lt;br /&gt;
 codaExecute: &#039;end&#039; transition&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 .......................................&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 interrupt: WARN: [ 0] slotnums=0, tdcslot=16 -&amp;gt; use slotnums&lt;br /&gt;
 interrupt: TRIGGER ERROR: no pool buffer available&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 .....................................&lt;br /&gt;
&lt;br /&gt;
Note: sc2 never warn about wrong slot number before that moment.&lt;br /&gt;
&lt;br /&gt;
FIX: it seems there is a bug in 1190/1290-related rols and library: NBOARDS set to 21 and several arrays allocated with that length, but actual board maximum number is 21; NBOARDS was set to 22 everywhere, will test next time&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 31-mar-2008: CC scans CODA !!! messages from EB:&lt;br /&gt;
&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=59063&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60187&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60295&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60418&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=60823&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=32961&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33122&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33795&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=34251&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=34529&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=35811&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=36134&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=41569&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=53913&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=57701&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33357&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=36136&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=39509&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=39900&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=45174&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=45909&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=34521&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=49023&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=49526&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=53555&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=55694&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=56833&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=58251&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=59023&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=33687&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=35731&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=51581&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=18, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=41371&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=6, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=43198&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=10, must be 1032&lt;br /&gt;
 CODAtcpServer: start work thread&lt;br /&gt;
 befor: socket=5 address&amp;gt;129.57.71.38&amp;lt; port=55260&lt;br /&gt;
 wait: coda request in progress&lt;br /&gt;
 Error(old rc): nRead=0, must be 1032&lt;br /&gt;
 clasprod::EB1&amp;gt; ^C&lt;br /&gt;
&lt;br /&gt;
Similar messages were coming from ER.&lt;br /&gt;
&lt;br /&gt;
ET reported following:&lt;br /&gt;
&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure  &lt;br /&gt;
&lt;br /&gt;
and another ET:&lt;br /&gt;
 .......&lt;br /&gt;
 et_start: pthread_create(0x0000000d,...) done&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 TCP server got a connection so spawn thread&lt;br /&gt;
 et ERROR: et_client_thread: read failure&lt;br /&gt;
 et INFO: et_sys_heartmonitor, kill bad process (2,3063)&lt;br /&gt;
 et INFO: et_sys_heartmonitor, cleanup process 2&lt;br /&gt;
 et INFO: set_fix_nprocs, change # of ET processes from 2 to 2&lt;br /&gt;
 et INFO: set_fix_natts, station GRAND_CENTRAL has 0 attachments&lt;br /&gt;
 et INFO: set_fix_natts, station LEVEL3 has 1 attachments&lt;br /&gt;
 et INFO: set_fix_natts, station ET2ER has 1 attachments&lt;br /&gt;
 et INFO: set_fix_natts, # total attachments 2 -&amp;gt; 2&lt;br /&gt;
 et INFO: set_fix_natts, proc 0 has 1 attachments&lt;br /&gt;
 et INFO: set_fix_natts, proc 1 has 1 attachments &lt;br /&gt;
&lt;br /&gt;
Also noticed that CODAs (production and test setup) do not like each other: reported following during &#039;configure&#039;:&lt;br /&gt;
&lt;br /&gt;
  Query test_ts2 table failed: Error reading table&#039;test_ts2&#039; definition&lt;br /&gt;
         ec3                                        ec3&lt;br /&gt;
&lt;br /&gt;
If one runcontrol is restarted, then it works, but another one complains !!!&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 31-mar-2008: &#039;run_log_comment.tcl&#039; and &#039;rlComment&#039; cannot recognize xml comments when extraction level1 trigger file name from &amp;lt;l1trig&amp;gt; tag, it seems using first line after &amp;lt;l1trig&amp;gt; tag without looking into &amp;quot;&amp;lt;!-- xxx --&amp;gt;&amp;quot; comment sign.&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 10-mar-2008: seems found error in run control: Xui/src.s/rcMenuWindow.cc parameters&lt;br /&gt;
XmNpaneMinimum and XmNpaneMaximum were both set to 480, as result run control gui area above log messages window&lt;br /&gt;
was not big enough; set to 100 and 900 respectively, will ask Jie&lt;br /&gt;
&lt;br /&gt;
* 23-jan-2008: ER3 crashed several times during last 3 weeks, mostly (only ?) during &#039;End&#039; transition; todays core file:&lt;br /&gt;
 (dbx) where&lt;br /&gt;
   [1] 0xfe9e4c20(0x8068f9d), at 0xfe9e4c20 &lt;br /&gt;
   [2] codaExecute(0xce4fdbc0, 0xce4fdbc0, 0x1, 0x8068c39), at 0x8068f9d &lt;br /&gt;
   [3] CODAtcpServerWorkTask(0x811fa00, 0x0, 0x0, 0xce4fdff8, 0xfea60020, 0xfe591400), at 0x8068d3a &lt;br /&gt;
   [4] 0xfea5fd36(0xfe591400, 0x0, 0x0, ), at 0xfea5fd36 &lt;br /&gt;
   [5] 0xfea60020(), at 0xfea60020 &lt;br /&gt;
 (dbx)&lt;br /&gt;
&lt;br /&gt;
* 14-nov-2007: first week of running G9A: crashes observed in ec1 (twice), tage3, scaler1, clastrig2, EB; no feather details were obtained so far&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 3-nov-2007: after about 26Mevents during the run sc2pmc1 started to print following:&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000040 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000080 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x03C80ADD -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x8A90097F -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00000060 -&amp;gt; resyncronize !!!&lt;br /&gt;
 ROC # 22 Event # 0 :  Bad Block Read signature 0x00680BD9 -&amp;gt; resyncronize !!!&lt;br /&gt;
end run failed. Reboot sc2.&lt;br /&gt;
During end transition ec2 froze with message:&lt;br /&gt;
 interrupt: timer: 32 microsec (min=19 max=86 rms**2=18)&lt;br /&gt;
 0x1a05fdf0 (twork0005): sfiUserEnd: INFO: Last Event 26723663, status=0 (0x1ca648c8 0x1ca648c0)&lt;br /&gt;
 0x1a05fdf0 (twork0005): data: 0x00000003 0x0007014f 0x00120000 0x00000000 0xc8009181 0xc0001181&lt;br /&gt;
 0x1a05fdf0 (twork0005): jw1 : 0x00000000 0x0197c54f 0x00000003 0x0007014f 0x00120000 0x00000000&lt;br /&gt;
 0x1a05fdf0 (twork0005): Last DMA status = 0x200000b count=11 blen=11&lt;br /&gt;
 0x1a05fdf0 (twork0006): sfiUserEnd: ERROR: Last Transfer Event NUMBER 26723663, status = 0x1a000 (0x90001181 0x88001181 0x80009181  0x78001181)&lt;br /&gt;
 0x1a05fdf0 (twork0006): SFI_SEQ_ERR: Sequencer not Enabled&lt;br /&gt;
Reboot ec2. Started new run 55463, everything looks normal.&lt;br /&gt;
&lt;br /&gt;
* Sergey B. 2-nov-2007: during the run ec2 started to print on tsconnect screen:&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
 Unknown error errno=65&lt;br /&gt;
data taking continues, but runcontrol printed message:&lt;br /&gt;
 WARN   : ec2 has not reported status for 1516 seconds&lt;br /&gt;
 ERROR  : ec2 is in state disconnected should be active&lt;br /&gt;
ec2pmc1 looked fine; end run failed, need to reboot ec2&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=New_CLAS_Level1_Trigger_System&amp;diff=3359</id>
		<title>New CLAS Level1 Trigger System</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=New_CLAS_Level1_Trigger_System&amp;diff=3359"/>
		<updated>2008-04-23T16:27:52Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;During G12 run preparations on spring 2008 we decided to upgrade photon part of CLAS Level1 trigger system using CAEN v1495 logic unit. Eventually those efforts resulted in full Level1 system replacement: 6 level1 router boards and event processor board were replaced with one single v1495 unit equipped with 2 extra daughter modules. Trigger was commissioned during first phase of G12 run, last significant change was applied April 20, 2008. Most of the job was completed by Ben Raydo from Fast Electronics group. Valery Kubarovsky and Pawel Nadel-Turonski made generic trigger design and conducted trigger testing. Sergey Boyarinov, Ivan Bedlinskiy, Nerses Gevorgyan and Hovanes Egiyan integrated new hardware and software components into CLAS online and slow control systems. Technical assistance was provided by Fast Electronic Group and CODA Group personal. Current document contains basic information about the system.&lt;br /&gt;
&lt;br /&gt;
* [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/V1495largekit.jpg boards pictures],  [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/layout.jpg general layout]&lt;br /&gt;
&lt;br /&gt;
* v1495-based logic: see GUI snapshots below; total propagation time is about 75ns, similar to old Level1 system&lt;br /&gt;
&lt;br /&gt;
* Windows-based control GUI (see [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_gui_1.jpg snapshot1], [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_gui_2.jpg snapshot2] and [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_gui_3.jpg snapshot3]) were developed by Ben Raydo; it displays basic trigger logic and allows user to control and monitor various parts of the system using controlled logic elements, delays and lookup tables; built-in scalers are providing useful information about system functionality; system includes an multi-channel logic analyzer which was extremely useful to set appropriate delays (see [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_display_1.jpg snapshot1], [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_display_2.jpg snapshot2], [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_display_3.jpg snapshot3] and [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_display_4.jpg snapshot4])&lt;br /&gt;
&lt;br /&gt;
* system incorporation into CLAS Online and Slow control: 9 OR modules were installed in sc2 crate, controlling script was provided to set appropriate masks into those units; v1495 was installed into clastrig2 trigger supervisor crate, and tcp server was developed and started under vxWorks to provide communication with Windows GUI and any other control and monitoring software running on UNIX machines; vxWorks timer-driven process is reading and reseting v1495 scalers every second placing data into semaphore-protected memory, so EPICS-related functions can extract necessary information from there; to provide EPICS support EPICS IOC was lunched along with CODA in clastrig2 crate, both systems are running together without problems (clastrig2 &#039;i&#039; command [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/clastrig2_i.txt snapshot]); EPICS GUIs were developed (see [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/ts_bits.png snapshot1] and [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/ts_st_view.png snapshot2]) to display trigger system scalers; Windows-based GUI was installed on clonwin2 desktop which was accessed using remote desktop software from clon04 Linux machine&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=April_23,_2008_online_meeting_minutes&amp;diff=3358</id>
		<title>April 23, 2008 online meeting minutes</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=April_23,_2008_online_meeting_minutes&amp;diff=3358"/>
		<updated>2008-04-23T16:26:30Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;present: Sergey Boyarinov, Sergey Pozdnyakov, David Abbott&lt;br /&gt;
&lt;br /&gt;
1. G12 run finally have new v1495-based level1 trigger commissioned, it is running at 8kHz with 12% deadtime and 35MB/s data rate. Level2 is used as well. DAQ looks stable. EPICS histograms for new trigger system were reportedly implemented by Nerses, we&#039;ll activate them shortly.&lt;br /&gt;
&lt;br /&gt;
New Scintillator Hodoscope ADCs, TDCs and discriminators were connected and programmed, still need to finisg scalers wiring. Data need to be analysed to make sure everything connected properly. Discriminators control is in &#039;dimanv&#039;, Sergey P. will send to Stepan short instruction howto use it.&lt;br /&gt;
&lt;br /&gt;
Inventory database was presented on last Monday meeting. More improvements needed for front end, in particular the date of last change must be implemented, and search for the range of those dates will be useful. It is probably a good idea to make separate maintenance history table instead of ascii records.&lt;br /&gt;
&lt;br /&gt;
2. We discussed our experience with [[New CLAS Level1 Trigger System]] implementation. David will create generic library for v1495 which can be used by other Halls personal. We need to create an documentation and provide basic training (if Ben have a time !) so people can use those boards for at least simple applications. Appropriate machine and lincensed software from Altera maybe necessary as well, although free versions (including simulation tools) can be used on Windows machines.&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=April_23,_2008_online_meeting_minutes&amp;diff=3357</id>
		<title>April 23, 2008 online meeting minutes</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=April_23,_2008_online_meeting_minutes&amp;diff=3357"/>
		<updated>2008-04-23T16:21:40Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;present: Sergey Boyarinov, Sergey Pozdnyakov, David Abbott&lt;br /&gt;
&lt;br /&gt;
1. G12 run finally have new v1495-based level1 trigger commissioned, it is running at 8kHz with 12% deadtime and 35MB/s data rate. Level2 is used as well. DAQ looks stable. EPICS histograms for new trigger system were reportedly implemented by Nerses, we&#039;ll activate them shortly.&lt;br /&gt;
&lt;br /&gt;
New Scintillator Hodoscope ADCs, TDCs and discriminators were connected and programmed, still need to finisg scalers wiring. Data need to be analysed to make sure everything connected properly. Discriminators control is in &#039;dimanv&#039;, Sergey P. will send to Stepan short instruction howto use it.&lt;br /&gt;
&lt;br /&gt;
Inventory database was presented on last Monday meeting. More improvements needed for front end, in particular the date of last change must be implemented, and search for the range of those dates will be useful. It is probably a good idea to make separate maintenance history table instead of ascii records.&lt;br /&gt;
&lt;br /&gt;
2. We discussed our experience with [[New CLAS Level1 Trigger System]] implementation.&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=April_23,_2008_online_meeting_minutes&amp;diff=3356</id>
		<title>April 23, 2008 online meeting minutes</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=April_23,_2008_online_meeting_minutes&amp;diff=3356"/>
		<updated>2008-04-23T16:20:51Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;present: Sergey Boyarinov, Sergey Pozdnyakov, David Abbott&lt;br /&gt;
&lt;br /&gt;
1. G12 run finally have new v1495-based level1 trigger commissioned, it is running at 8kHz with 12% deadtime and 35MB/s data rate. Level2 is used as well. DAQ looks stable. EPICS histograms for new trigger system were reportedly implemented by Nerses, we&#039;ll activate them shortly.&lt;br /&gt;
&lt;br /&gt;
New Scintillator Hodoscope ADCs, TDCs and discriminators were connected and programmed, still need to finisg scalers wiring. Data need to be analysed to make sure everything connected properly. Discriminators control is in &#039;dimanv&#039;, Sergey P. will send to Stepan short instruction howto use it.&lt;br /&gt;
&lt;br /&gt;
Inventory database was presented on last Monday meeting. More improvements needed for front end, in particular the date of last change must be implemented, and search for the range of those dates will be useful. It is probably a good idea to make separate maintenance history table instead of ascii records.&lt;br /&gt;
&lt;br /&gt;
2. We discussed our experience with [New CLAS Level1 Trigger System] implementation.&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=April_23,_2008_online_meeting_minutes&amp;diff=3355</id>
		<title>April 23, 2008 online meeting minutes</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=April_23,_2008_online_meeting_minutes&amp;diff=3355"/>
		<updated>2008-04-23T16:18:26Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;present: Sergey Boyarinov, Sergey Pozdnyakov, David Abbott&lt;br /&gt;
&lt;br /&gt;
1. G12 run finally have new v1495-based level1 trigger commissioned, it is running at 8kHz with 12% deadtime and 35MB/s data rate. Level2 is used as well. DAQ looks stable. EPICS histograms for new trigger system were reportedly implemented by Nerses, we&#039;ll activate them shortly.&lt;br /&gt;
&lt;br /&gt;
New Scintillator Hodoscope ADCs, TDCs and discriminators were connected and programmed, still need to finisg scalers wiring. Data need to be analysed to make sure everything connected properly. Discriminators control is in &#039;dimanv&#039;, Sergey P. will send to Stepan short instruction howto use it.&lt;br /&gt;
&lt;br /&gt;
Inventory database was presented on last Monday meeting. More improvements needed for front end, in particular the date of last change must be implemented, and search for the range of those dates will be useful. It is probably a good idea to make separate maintenance history table instead of ascii records.&lt;br /&gt;
&lt;br /&gt;
2. We discussed an experience with new v1495-based trigger system development and implementation, it can be found [[here]].&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=April_23,_2008_online_meeting_minutes&amp;diff=3354</id>
		<title>April 23, 2008 online meeting minutes</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=April_23,_2008_online_meeting_minutes&amp;diff=3354"/>
		<updated>2008-04-23T16:13:57Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;present: Sergey Boyarinov, Sergey Pozdnyakov, David Abbott&lt;br /&gt;
&lt;br /&gt;
1. G12 run finally have new v1495-based level1 trigger commissioned, it is running at 8kHz with 12% deadtime and 35MB/s data rate. Level2 is used as well. DAQ looks stable. EPICS histograms for new trigger system were reportedly implemented by Nerses, we&#039;ll activate them shortly.&lt;br /&gt;
&lt;br /&gt;
New Scintillator Hodoscope ADCs, TDCs and discriminators were connected and programmed, still need to finisg scalers wiring. Data need to be analysed to make sure everything connected properly. Discriminators control is in &#039;dimanv&#039;, Sergey P. will send to Stepan short instruction howto use it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=April_23,_2008_online_meeting_minutes&amp;diff=3353</id>
		<title>April 23, 2008 online meeting minutes</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=April_23,_2008_online_meeting_minutes&amp;diff=3353"/>
		<updated>2008-04-23T16:12:39Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;present: Sergey Boyarinov, Sergey Pozdnyakov, David Abbott&lt;br /&gt;
&lt;br /&gt;
1. G12 run finally have new v1495-based level1 trigger commissioned, it is running at 8kHz with 12% deadtime and 35MB/s data rate. Level2 is used as well. DAQ looks stable. EPICS histograms for new trigger system were reportedly implemented by Nerses, we&#039;ll activate them shortly.&lt;br /&gt;
&lt;br /&gt;
New Scintillator Hodoscope ADCs, TDCs and discriminators were connected and programmed, still need to finisg scalers wiring. Data need to be analysed to make sure everything connected properly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=New_CLAS_Level1_Trigger_System&amp;diff=3352</id>
		<title>New CLAS Level1 Trigger System</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=New_CLAS_Level1_Trigger_System&amp;diff=3352"/>
		<updated>2008-04-23T16:06:11Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;During G12 run preparations on spring 2008 we decided to upgrade photon part of CLAS Level1 trigger system using CAEN v1495 logic unit. Eventually those efforts resulted in full Level1 system replacement: 6 level1 router boards and event processor board were replaced with one single v1495 unit equipped with 2 extra daughter modules. Trigger was commissioned during first phase of G12 run, last significant change was applied April 20, 2008. Most of the job was completed by Ben Raydo from Fast Electronics group. Valery Kubarovsky and Pawel Nadel-Turonski made generic trigger design and conducted trigger testing. Sergey Boyarinov, Ivan Bedlinskiy, Nerses Gevorgyan and Hovanes Egiyan integrated new hardware and software components into CLAS online and slow control systems. Technical assistance was provided by Fast Electronic Group and CODA Group personal. Current document contains basic information about the system.&lt;br /&gt;
&lt;br /&gt;
* [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/V1495largekit.jpg boards pictures],  [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/layout.jpg general layout]&lt;br /&gt;
&lt;br /&gt;
* v1495-based logic: see GUI snapshots below&lt;br /&gt;
&lt;br /&gt;
* Windows-based control GUI (see [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_gui_1.jpg snapshot1], [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_gui_2.jpg snapshot2] and [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_gui_3.jpg snapshot3]) were developed by Ben Raydo; it displays basic trigger logic and allows user to control and monitor various parts of the system using controlled logic elements, delays and lookup tables; built-in scalers are providing useful information about system functionality; system includes an multi-channel logic analyzer which was extremely useful to set appropriate delays (see [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_display_1.jpg snapshot1], [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_display_2.jpg snapshot2], [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_display_3.jpg snapshot3] and [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/trig_display_4.jpg snapshot4])&lt;br /&gt;
&lt;br /&gt;
* system incorporation into CLAS Online and Slow control: 9 OR modules were installed in sc2 crate, controlling script was provided to set appropriate masks into those units; v1495 was installed into clastrig2 trigger supervisor crate, and tcp server was developed and started under vxWorks to provide communication with Windows GUI and any other control and monitoring software running on UNIX machines; vxWorks timer-driven process is reading and reseting v1495 scalers every second placing data into semaphore-protected memory, so EPICS-related functions can extract necessary information from there; to provide EPICS support EPICS IOC was lunched along with CODA in clastrig2 crate, both systems are running together without problems (clastrig2 &#039;i&#039; command [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/clastrig2_i.txt snapshot]); EPICS GUIs were developed (see [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/ts_bits.png snapshot1] and [https://clonwiki.jlab.org/wiki/clondocs/V1495CLASTrigger/ts_st_view.png snapshot2]) to display trigger system scalers; Windows-based GUI was installed on clonwin2 desktop which was accessed using remote desktop software from clon04 Linux machine&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=April_16,_2008_online_meeting_minutes&amp;diff=3307</id>
		<title>April 16, 2008 online meeting minutes</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=April_16,_2008_online_meeting_minutes&amp;diff=3307"/>
		<updated>2008-04-17T18:38:17Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;present: Sergey Boyarinov, Chris Cuevas, Ben Raydo, Sergey Pozdnyakov&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=CLON_meeting_April_16,_2008&amp;diff=3306</id>
		<title>CLON meeting April 16, 2008</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=CLON_meeting_April_16,_2008&amp;diff=3306"/>
		<updated>2008-04-17T18:37:31Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Clas On-line Meeting, Wednesday, April 16 at 10am in Room A110&lt;br /&gt;
------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
1. CLAS12 electronics&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=CLON_Group_Meetings&amp;diff=3305</id>
		<title>CLON Group Meetings</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=CLON_Group_Meetings&amp;diff=3305"/>
		<updated>2008-04-17T18:36:12Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CLON meeting December 13, 2006]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[December 13, 2006 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
==== 2007&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting September 5, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[September 5, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting September 12, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[September 12, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting September 19, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[September 19, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting September 26, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[September 26, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting October 3, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[October 3, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting October 10, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[October 10, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting October 17, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[October 17, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting October 24, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[October 24, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting October 31, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[October 31, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting November 7, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[November 7, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting November 14, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[November 14, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting November 28, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[November 28, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting December 12, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[December 12, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
==== 2008&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting January 16, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[January 16, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting January 23, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[January 23, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting January 30, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[January 30, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting February 13, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[February 13, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting March 5, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[March 5, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting March 12, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[March 12, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting March 26, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[March 26, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting April 16, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[April 16, 2008 online meeting minutes]]&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=MSQL&amp;diff=3255</id>
		<title>MSQL</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=MSQL&amp;diff=3255"/>
		<updated>2008-03-11T16:38:42Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mSQL database is used by CODA to store configurations.&lt;br /&gt;
There is a plan to move to mySQL. To dump mSQL following&lt;br /&gt;
command was used:&lt;br /&gt;
&lt;br /&gt;
 msqldump clasrun &amp;gt; msqldump.sql&lt;br /&gt;
 mysql -h clondb1 -u clasrun daq_clasrun &amp;lt; msqldump.sql&lt;br /&gt;
&lt;br /&gt;
Observed problem: &#039;BONUS&#039; and &#039;bonus&#039; recognized by mySQL as identical key;&lt;br /&gt;
To fix it &#039;msqldump&#039; was modified to use VARCHAR() BINARY instead of CHAR()&lt;br /&gt;
for primary keys. Some other changes were applied as well (see code).&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=MSQL&amp;diff=3254</id>
		<title>MSQL</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=MSQL&amp;diff=3254"/>
		<updated>2008-03-11T16:08:49Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;mSQL database is used by CODA to store configurations.&lt;br /&gt;
There is a plan to move to mySQL. To dimp mSQL following&lt;br /&gt;
command can be used:&lt;br /&gt;
&lt;br /&gt;
 msqldump -c clasrun &amp;gt; msqldump.sql&lt;br /&gt;
 mysql -h clondb1 -u clasrun daq_clasrun &amp;lt; msqldump.sql&lt;br /&gt;
&lt;br /&gt;
Observed problem: &#039;BONUS&#039; and &#039;bonus&#039; recognized by mySQL as identical key;&lt;br /&gt;
probably &#039;msqldump&#039; must be modified to use VARCHAR() BINARY instead of CHAR().&lt;br /&gt;
Also, index is not defined ???&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=CLON_Index&amp;diff=3253</id>
		<title>CLON Index</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=CLON_Index&amp;diff=3253"/>
		<updated>2008-03-11T16:05:10Z</updated>

		<summary type="html">&lt;p&gt;129.57.121.200: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Apache]]&lt;br /&gt;
&lt;br /&gt;
[[Bootp]]&lt;br /&gt;
&lt;br /&gt;
[[CAEN SY527 Mainframe]]&lt;br /&gt;
&lt;br /&gt;
[[Cisco Switches]]&lt;br /&gt;
&lt;br /&gt;
[[Clasweb]]&lt;br /&gt;
&lt;br /&gt;
[[Clon00]]&lt;br /&gt;
&lt;br /&gt;
[[Clon01]]&lt;br /&gt;
&lt;br /&gt;
[[Clon02]]&lt;br /&gt;
&lt;br /&gt;
[[Clon03]]&lt;br /&gt;
&lt;br /&gt;
[[Clon04]]&lt;br /&gt;
&lt;br /&gt;
[[Clon05]]&lt;br /&gt;
&lt;br /&gt;
[[Clon06]]&lt;br /&gt;
&lt;br /&gt;
[[Clon10]]&lt;br /&gt;
&lt;br /&gt;
[[Clondaq1]]&lt;br /&gt;
&lt;br /&gt;
[[Clondaq2]]&lt;br /&gt;
&lt;br /&gt;
[[Clondb1]]&lt;br /&gt;
&lt;br /&gt;
[[Clonfs]] Main RAID System&lt;br /&gt;
&lt;br /&gt;
[[Clonfs2]]&lt;br /&gt;
&lt;br /&gt;
[[Clonmon]]&lt;br /&gt;
&lt;br /&gt;
[[Clonmon1]]&lt;br /&gt;
&lt;br /&gt;
[[Clonpc2]]&lt;br /&gt;
&lt;br /&gt;
[[Clonweb]]&lt;br /&gt;
&lt;br /&gt;
[[Clonwiki]]&lt;br /&gt;
&lt;br /&gt;
[[clonhp]]&lt;br /&gt;
&lt;br /&gt;
[[clonhp2]]&lt;br /&gt;
&lt;br /&gt;
[[CycladesTS1000]]&lt;br /&gt;
&lt;br /&gt;
[[DNS server]]&lt;br /&gt;
&lt;br /&gt;
[[EtherLite32]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS Base Installation]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: Software IOC]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: vxWorks IOC]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: Software IOC for CAEN HV]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: generation of DBs and GUIs for HV]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: CVS usage examples]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: Gamma Profiler]]&lt;br /&gt;
&lt;br /&gt;
[[Fiber Channel Switches]]&lt;br /&gt;
&lt;br /&gt;
[[Foundry BigIron 15000 Switch]]&lt;br /&gt;
&lt;br /&gt;
[[Foundry Switches]]&lt;br /&gt;
&lt;br /&gt;
[[JAVA installation]]&lt;br /&gt;
&lt;br /&gt;
[[JLAB Discriminators]]&lt;br /&gt;
&lt;br /&gt;
[[Labeling Machines]]&lt;br /&gt;
&lt;br /&gt;
[[Linux Installation Procedure]]&lt;br /&gt;
&lt;br /&gt;
[[Linux Customization on CLON Cluster]]&lt;br /&gt;
&lt;br /&gt;
[[Lnf cluster]]&lt;br /&gt;
&lt;br /&gt;
[[Mac OS X Installation Procedure]]&lt;br /&gt;
&lt;br /&gt;
[[MRTG]]&lt;br /&gt;
&lt;br /&gt;
[[mSQL]]&lt;br /&gt;
&lt;br /&gt;
[[MySQL Installation]]&lt;br /&gt;
&lt;br /&gt;
[[MySQL Usage]]&lt;br /&gt;
&lt;br /&gt;
[[Nagios]]&lt;br /&gt;
&lt;br /&gt;
[[Nagios Plugins]]&lt;br /&gt;
&lt;br /&gt;
[[NFS]]&lt;br /&gt;
&lt;br /&gt;
[[NIS server]]&lt;br /&gt;
&lt;br /&gt;
[[Nrpe]]&lt;br /&gt;
&lt;br /&gt;
[[Ntp]]&lt;br /&gt;
&lt;br /&gt;
[[OpenSSL]]&lt;br /&gt;
&lt;br /&gt;
[[PERL]]&lt;br /&gt;
&lt;br /&gt;
[[Procmail]]&lt;br /&gt;
&lt;br /&gt;
[[Routing]]&lt;br /&gt;
&lt;br /&gt;
[[Rrdtool]]&lt;br /&gt;
&lt;br /&gt;
[[Serial Connections from Computer Ports]]&lt;br /&gt;
&lt;br /&gt;
[[Slow Controls Time History]]&lt;br /&gt;
&lt;br /&gt;
[[SmartSockets]]&lt;br /&gt;
&lt;br /&gt;
[[SNMP]]&lt;br /&gt;
&lt;br /&gt;
[[Solaris Installation Procedure]]&lt;br /&gt;
&lt;br /&gt;
[[Solaris Customization on CLON Cluster]]&lt;br /&gt;
&lt;br /&gt;
[[Sudo]]&lt;br /&gt;
&lt;br /&gt;
[[SUN Microsystems]]&lt;br /&gt;
&lt;br /&gt;
[[Tcl/Tk]]&lt;br /&gt;
&lt;br /&gt;
[[Tftp]]&lt;br /&gt;
&lt;br /&gt;
[[Troubleshooting printing]]&lt;br /&gt;
&lt;br /&gt;
[[UNIX Automount on CLON Cluster]]&lt;br /&gt;
&lt;br /&gt;
[[UPS (Uninterruptible Power Supplies)]]&lt;br /&gt;
&lt;br /&gt;
[[UPS CHB1]]&lt;br /&gt;
&lt;br /&gt;
[[UPS CHB2]]&lt;br /&gt;
&lt;br /&gt;
[[UPS Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
[[VNC]]&lt;br /&gt;
&lt;br /&gt;
[[WIENER]]&lt;br /&gt;
&lt;br /&gt;
[[Wiki]]&lt;br /&gt;
&lt;br /&gt;
[[Wiring]]&lt;br /&gt;
&lt;br /&gt;
[[X server]]&lt;br /&gt;
&lt;br /&gt;
[[ZFS]]&lt;/div&gt;</summary>
		<author><name>129.57.121.200</name></author>
	</entry>
</feed>