User Tools

Site Tools


informatica:hp_z230t_400wb_topspin327

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
informatica:hp_z230t_400wb_topspin327 [2019/08/19 16:03]
miquel [ld: /usr/lib32/crti.o: unrecognized relocation (0x2b) in section `.init']
informatica:hp_z230t_400wb_topspin327 [2020/08/12 12:21] (current)
miquel [ld: /usr/lib32/crti.o: unrecognized relocation (0x2b) in section `.init']
Line 418: Line 418:
   * libxi6 [i386]   * libxi6 [i386]
  
-<WRAP center round important 80%>+<WRAP important>
 Els missatges "libjvm.so => not found" es poden ignorar ja que la biblioteca "libjvm.so" està disponible al TopSpin (///opt/topspin3.2/jre/lib/i386/[client|server]/libjvm.so//). Els missatges "libjvm.so => not found" es poden ignorar ja que la biblioteca "libjvm.so" està disponible al TopSpin (///opt/topspin3.2/jre/lib/i386/[client|server]/libjvm.so//).
 </WRAP> </WRAP>
Line 513: Line 513:
 Trio la segona opció i s'obre la finestra //edprosol// però l'únic puls que apareix és el de 90 graus per protó amb Pulse Width [us] = 5,50 i Att. Lvl. [-dbW] = -0.00. Trio la segona opció i s'obre la finestra //edprosol// però l'únic puls que apareix és el de 90 graus per protó amb Pulse Width [us] = 5,50 i Att. Lvl. [-dbW] = -0.00.
  
-<WRAP center round todo 80%>+<WRAP todo>
 Comprovar els valors d'edprosol a l'anterior instal·lació del TopSpin. Comprovar els valors d'edprosol a l'anterior instal·lació del TopSpin.
 </WRAP> </WRAP>
Line 542: Line 542:
 ==== Restriccions a l'usuari 'nmrsu' ==== ==== Restriccions a l'usuari 'nmrsu' ====
  
-<WRAP center round todo 80%>+<WRAP todo>
 Caldrà restringir l'usuari //mrsu// Caldrà restringir l'usuari //mrsu//
   * <del>que no surti a la finestra de login (gdm3)</del>   * <del>que no surti a la finestra de login (gdm3)</del>
Line 606: Line 606:
 ===== Adreces IP dels mòduls de la consola ===== ===== Adreces IP dels mòduls de la consola =====
  
-<WRAP center round important 80%>+<WRAP important>
 Aquestes adreces només donen accés als mòduls de la consola si es visiten des de l'ordinador de l'espectròmetre. Des de qualsevol altre ordinador, en la major part dels casos no porten enlloc (són adreces de xarxa local) o a altres ordinadors/dispositius que no tenen res a veure amb els indicats aquí. Aquestes adreces només donen accés als mòduls de la consola si es visiten des de l'ordinador de l'espectròmetre. Des de qualsevol altre ordinador, en la major part dels casos no porten enlloc (són adreces de xarxa local) o a altres ordinadors/dispositius que no tenen res a veure amb els indicats aquí.
 </WRAP> </WRAP>
Line 694: Line 694:
   * [[https://queue.acm.org/detail.cfm?id=1142044 | The Rise and Fall of CORBA.]] There’s a lot we can learn from CORBA’s mistakes. MICHI HENNING, ZeroC. Component Technologies, ACMQUEUE June 30, 2006, Volume 4, issue 5.   * [[https://queue.acm.org/detail.cfm?id=1142044 | The Rise and Fall of CORBA.]] There’s a lot we can learn from CORBA’s mistakes. MICHI HENNING, ZeroC. Component Technologies, ACMQUEUE June 30, 2006, Volume 4, issue 5.
   * [[https://queue.acm.org/detail.cfm?id=1388786 | Corba: Gone But (Hopefully) Not Forgotten.]] There is no magic and the lessons of the past apply just as well today. Terry Coatta. Component Technologies, ACMQUEUE June 30, 2006, Volume 4, issue 5.   * [[https://queue.acm.org/detail.cfm?id=1388786 | Corba: Gone But (Hopefully) Not Forgotten.]] There is no magic and the lessons of the past apply just as well today. Terry Coatta. Component Technologies, ACMQUEUE June 30, 2006, Volume 4, issue 5.
 +
 +===== Java JAR Depdendencies =====
 +
 +Cal instal·lar el paquet
 +  * default-jdk-headless
 +per tenir accés al programa ''jdeps'' i poder trobar les dependències d'un fitxer JAR.
 +
 +  * [[https://blog.codefx.org/tools/jdeps-tutorial-analyze-java-project-dependencies/ | A JDeps Tutorial – Analyze Your Project’s Dependencies]]
 +  * [[https://examples.javacodegeeks.com/core-java/java-9-jdeps-example/ | Java 9 JDeps Example]]
 +
  
  
Line 741: Line 751:
 # #
 </file> </file>
 +
 +
 +==== Configuració de LD_LIBRARY_PATH  ====
 +
 +Few hints:
 +
 +Use the ldconfig command to show the dynamic linker/loader (ldd) paths:
 +   ldconfig -v | grep -v ^$'\t'
 +
 +The ldd paths are set in ///etc/ld.so.conf// and ///etc/ld.so.conf.d//.
 +
 +If your libraries are not on standard path then either you need to add them to the path or add non-standard path to LD_LIBRARY_PATH
 +   export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<Your_non-Standard_path>
 +Once you done any one of above things then you need to update the dynamic linker run-time binding by executing below command:
 +   sudo ldconfig
 +
 +Per més informació consultar:
 +
 +  * [[https://unix.stackexchange.com/questions/279397/ldd-does-not-find-path-how-to-add | ldd does not find path, How to add]]
 +  * [[https://serverfault.com/questions/480008/finding-ldd-search-path | finding ldd search path]]
 +
 +
 +
  
  
Line 801: Line 834:
 </file> </file>
  
-que està causat per //using a older version of ld to link a library that had been built with a newer version// i la solució és //The fix is either to build the library that you want to link with a older version of the binutils suite, or to upgrade ld on the machine that wants to link that library.//+que està causat per 
 + 
 +<blockquote> 
 +using a older version of ld to link a library that had been built with a newer version 
 +<cite> 
 +[[https://stackoverflow.com/questions/46058050/unable-to-compile-unrecognized-relocation | Unable to compile: unrecognized relocation]] 
 +</cite> 
 +</blockquote> 
 + 
 +i la solució és 
 + 
 +<blockquote> 
 +The fix is either to build the library that you want to link with a older version of the binutils suite, or to upgrade ld on the machine that wants to link that library. 
 +<cite> 
 +[[https://stackoverflow.com/questions/46058050/unable-to-compile-unrecognized-relocation | Unable to compile: unrecognized relocation]] 
 +</cite> 
 +</blockquote> 
 + 
 +Per més informació consultar:
  
   * [[https://stackoverflow.com/questions/46058050/unable-to-compile-unrecognized-relocation | Unable to compile: unrecognized relocation]]   * [[https://stackoverflow.com/questions/46058050/unable-to-compile-unrecognized-relocation | Unable to compile: unrecognized relocation]]
 +
 +==== Multiarchitecture cross-compilation ====
 +
 +  * [[https://wiki.debian.org/Multiarch/Implementation | Debian Multiarch Implementation]]
 +  * [[https://debian-administration.org/article/531/Using_proprietary_i386_apps_on_an_amd64_system | Debian Administrator - Using proprietary i386 apps on an amd64 system]]
 +
 +
 +
  
informatica/hp_z230t_400wb_topspin327.1566223402.txt.gz · Last modified: 2019/08/19 16:03 by miquel