 <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.lhep.unibe.ch/index.php?action=history&amp;feed=atom&amp;title=Tips_and_Tricks</id>
	<title>Tips and Tricks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.lhep.unibe.ch/index.php?action=history&amp;feed=atom&amp;title=Tips_and_Tricks"/>
	<link rel="alternate" type="text/html" href="https://wiki.lhep.unibe.ch/index.php?title=Tips_and_Tricks&amp;action=history"/>
	<updated>2026-05-14T06:36:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.lhep.unibe.ch/index.php?title=Tips_and_Tricks&amp;diff=503&amp;oldid=prev</id>
		<title>Lhep: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.lhep.unibe.ch/index.php?title=Tips_and_Tricks&amp;diff=503&amp;oldid=prev"/>
		<updated>2015-03-18T07:49:29Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 09:49, 18 March 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Lhep</name></author>
	</entry>
	<entry>
		<id>https://wiki.lhep.unibe.ch/index.php?title=Tips_and_Tricks&amp;diff=502&amp;oldid=prev</id>
		<title>Lhep at 08:50, 18 July 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.lhep.unibe.ch/index.php?title=Tips_and_Tricks&amp;diff=502&amp;oldid=prev"/>
		<updated>2008-07-18T08:50:47Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Screen Function===&lt;br /&gt;
All the scanning processes should be started in a screen function in order to be able to access from everywhere. In addition, it&amp;#039;s very easy to kill an process when it hangs (just kill the screen).&lt;br /&gt;
&lt;br /&gt;
 - screen -S myscreen : create a new screen&lt;br /&gt;
 - screen -r : reattach to the screen&lt;br /&gt;
 - screen -x : additionally attach to the screen&lt;br /&gt;
 - inside the screen in order to deattach: Ctrl A D&lt;br /&gt;
 - inside the screen to close: exit&lt;br /&gt;
&lt;br /&gt;
===Avoid Odyssey Crashes===&lt;br /&gt;
Start process with a remote desktop and when it&amp;#039;s running, close the remote desktop.&lt;br /&gt;
&lt;br /&gt;
 rdesktop -g 1272x930 -k de-ch -u scanner lheppc9&lt;br /&gt;
&lt;br /&gt;
===NFS disks===&lt;br /&gt;
To access to a directory through NFS.&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;Example :&amp;#039;&amp;#039;&amp;#039;  &lt;br /&gt;
 You want to have access to &amp;#039;&amp;#039;/terabig from lheppc46&amp;#039;&amp;#039; on &amp;#039;&amp;#039;lheppc56&amp;#039;&amp;#039;&lt;br /&gt;
 In this case lheppc46 is the &amp;#039;&amp;#039;server&amp;#039;&amp;#039; and lheppc56 is the &amp;#039;&amp;#039;client&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;Server configuration :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 - As superuser open /etc/exports&lt;br /&gt;
 - Add    /terabig lheppc56(rw,all_squash,anonuid=1000,anongid=100,sync)     ( more details on [[http://doc.ubuntu-fr.org/nfs]] in french :-) )&lt;br /&gt;
   &amp;#039;&amp;#039;&amp;#039;Remark :   UID of scanner is 1000  &amp;amp; GUID of users is 100&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 - Do   &amp;#039;&amp;#039;exportfs -ra&amp;#039;&amp;#039;    to take into account your modifications&lt;br /&gt;
 - Start the NFS server :    /etc/init.d/nfsserver start&lt;br /&gt;
 - If all is fine go to  &amp;#039;&amp;#039;&amp;#039;Client configuration&amp;#039;&amp;#039;&amp;#039; ,  if not I&amp;#039;m sorry for you&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;Client configuration :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 - As superuser  mkdir /terabig_lheppc46&lt;br /&gt;
 - Open /etc/fstab  ( TAKE CARE of this file !!!! )&lt;br /&gt;
 - Add    &amp;#039;&amp;#039;lheppc46:/terabig /terabig_lheppc46       nfs     rw,hard,intr,timeo=10 0 0&amp;#039;&amp;#039;      ( more details on [[http://linux.die.net/man/5/nfs]] )&lt;br /&gt;
 - Start NFS client :   &amp;#039;&amp;#039;/etc/init.d/nfs start&amp;#039;&amp;#039;&lt;br /&gt;
 - Now you should see the lheppc46&amp;#039;s data on /terabig_lheppc46 ,  if not I&amp;#039;m sorry for you&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mount lhepsun6 &amp;amp; lhepsun15   -&amp;gt; WORK IN PROGRESS ===&lt;br /&gt;
SAMBA :&lt;br /&gt;
&lt;br /&gt;
As superuser do :     &lt;br /&gt;
 mount -t smbfs //lhepsun6/share /terabig/scan/lhepsun6&lt;br /&gt;
&lt;br /&gt;
For the moment no rw permissions, I have to check why&lt;br /&gt;
&lt;br /&gt;
Same problem with&lt;br /&gt;
 mount -t cifs //lhepsun6/share /terabig/scan/lhepsun6&lt;br /&gt;
And next line in /etc/fstab  doesn&amp;#039;t work&lt;br /&gt;
 //130.92.139.16/share            /terabig/scan/lhepsun6  smbfs rw,user,username=user,password=pass 0 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Remark :   The asked password is the password login for the user scanner&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Scanning efficiency issues ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Dear Francesco,&lt;br /&gt;
&lt;br /&gt;
this happens when you hit the tracking timeout. In this case, ZERO tracks&lt;br /&gt;
are generated.&lt;br /&gt;
Try increasing the timeout in SmartTracker8.xxx&lt;br /&gt;
Cheers&lt;br /&gt;
&lt;br /&gt;
Cristiano&lt;br /&gt;
&lt;br /&gt;
----- Original Message -----&lt;br /&gt;
From: &amp;quot;Francesco Di Capua&amp;quot; &amp;lt;fdicapua@mail.cern.ch&amp;gt;&lt;br /&gt;
To: &amp;lt;opera-scanonline@cern.ch&amp;gt;&lt;br /&gt;
Sent: Friday, July 18, 2008 10:38 AM&lt;br /&gt;
Subject: sysal with high fog&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt; Dear All,&lt;br /&gt;
&amp;gt; we received a brick (n.117472) related to the CC event 22877818 with very&lt;br /&gt;
&amp;gt; high level of fog,&lt;br /&gt;
&amp;gt; we located and reconstructed vertex in intercalibration areas (see&lt;br /&gt;
&amp;gt; picture),&lt;br /&gt;
&amp;gt; in order to have a reasonable scanning speed the intercalibration areas&lt;br /&gt;
&amp;gt; was done with high treshold (900,840) and slope tolerance to 0.4 rad.&lt;br /&gt;
&amp;gt; Quality of data is not very good, low efficiency and a lot of views with&lt;br /&gt;
&amp;gt; few tracks found (see surface plot).&lt;br /&gt;
&amp;gt; Trying to do a better quality volume for vertex analysis, we tried to&lt;br /&gt;
&amp;gt; decrease tresholds and increase slope tolerance to 0.6, but we found a&lt;br /&gt;
&amp;gt; strange behaviour of Sysal, the scanning seem to start but not microtracks&lt;br /&gt;
&amp;gt; at all are found during data taking.&lt;br /&gt;
&amp;gt; Do you have any suggestion for parameters to be used in this difficult&lt;br /&gt;
&amp;gt; conditions?&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt; Thanks&lt;br /&gt;
&amp;gt; Francesco&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lhep</name></author>
	</entry>
</feed>