From: Michael Traxler Date: Mon, 10 Apr 2017 17:53:47 +0000 (+0200) Subject: small corrections, mt X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=311328fd9c11d34248d78e970a26be34729d08bc;p=daqdocu.git small corrections, mt --- diff --git a/trb3/CodeRepository.tex b/trb3/CodeRepository.tex index 1637015..e0657b1 100644 --- a/trb3/CodeRepository.tex +++ b/trb3/CodeRepository.tex @@ -10,7 +10,7 @@ \item[Trb3 Documentation]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/daqdocu.git \item[Trb3 SlowControl Software]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/daqtools.git \item[Trbnet Software Library]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/trbnettools.git - \item[Data Server (Eventbuilder)]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/daqdata.git + \item[Data Server (Eventbuilder)]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/daqdata.git~\\only needed if DABC is not used. DABC is recommened to use. \end{description*} \subsection{Additional Resources} diff --git a/trb3/trb3qs_suse.tex b/trb3/trb3qs_suse.tex index 1faa286..f5c04f6 100644 --- a/trb3/trb3qs_suse.tex +++ b/trb3/trb3qs_suse.tex @@ -1,6 +1,6 @@ -\subsection{How to set up SUSE 13.2 (64bit) on a PC} +\subsection{How to set up SUSE Tumbleweed (64bit) on a PC} -This is a short overview how you set up SUSE 13.2 (64bit). 32-bit will not +This is a short overview how you set up SUSE Tumbleweed (64bit). 32-bit will not work with our software. Due to the many dependencies we recommend to use the proposed system for your @@ -15,7 +15,7 @@ distribution. PC (with registered MAC adress) 2 network cards (one for TRB3 communication and one for your institute-network) 2 HDD with the same size for RAID-1 (mirroring) -SUSE 13.2 bootable USB stick for network installation +SUSE bootable USB stick for network installation \end{lstlisting} Now you can start with the installation of SUSE. Connect the registered @@ -56,11 +56,11 @@ QT 4 Development Tel/Tk Development \end{lstlisting} -Now you can press \textbf{INSTALL}. After some time there a some self-explanatory steps again. After that you have successfully installed an SUSE 13.2 on a machine. +Now you can press \textbf{INSTALL}. After some time there a some self-explanatory steps again. After that you have successfully installed an SUSE on a machine. Some additional packages you need: \begin{lstlisting}[label=,caption=Additional Packages] -sudo zypper ar http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_13.2/ "devel_perl" +sudo zypper ar http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_Tumbleweed// "devel_perl" sudo zypper ref sudo zypper install perl-Parallel-ForkManager perl-IPC-ShareLite perl-Log-Log4perl perl-Log-Dispatch perl-Data-TreeDumper perl-File-chdir perl-Hash-FieldHash perl-Text-TabularDisplay perl-Text-TabularDisplay perl-CGI perl-JSON perl-qt4-devel perl-Gtk2 gnuplot perl-Config-Auto automake autoconf gcc gcc-c++ make dhcp-server rcs git tcl-devel libqt4-devel xorg-x11-devel rpcbind emacs subversion @@ -73,16 +73,6 @@ Optional good stuff: sudo zypper install MozillaFirefox tmux x11vnc openbox lxpanel parcellite rxvt-unicode wireshark htop iptraf nmap iftop gkrellm xkill ncdu dnsmasq socat \end{lstlisting} -Unfortunately, the perl-package-manager for the module Data::TreeDumper -(perl-Data-TreeDumper) couldn't agree with the SuSE-Team, so from SuSE 13.2 -this module is missing in the standard installation and has to be installed -``by hand''. - -\begin{lstlisting}[label=,caption=Additional Installations] - As root user: -$ perl -MCPAN -e 'install Data::TreeDumper' -\end{lstlisting} - Now you can open a shell and make a full system update. Use the package manager \verb+zypper+. \begin{lstlisting}[label=,caption=Update SUSE]