Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

git clone --recurse-submodules https://:@gitlab.cern.ch:8443/rce/pixelrce.git

cd pixelrce/rce

source /opt/rh/devtoolset-4/enable

source scripts/setup-dev.sh 

 

Setting up an RCE with static IP

make sure the ntp daemon is installed and enabled:

yum install ntp

systemctl start ntpd

systemctl start enable ntpd

Edit 

NAME=eth0
TYPE=ethernet
BOOTPROTO=none
DEVICE=eth0
NETMASK=255.255.252.0
IPADDR=172.27.104.46
DNS1=134.79.111.111
GATEWAY=172.27.104.1
ONBOOT=yes
NM_CONTROLLED=no
IPV4_FAILURE_FATAL=no
IPV6INIT=no(cd build.rce ; make -j4  ) && ( cd build.host; make -j4 )