From 3b3e146b776651f6bb3214511bbb79d597385480 Mon Sep 17 00:00:00 2001 From: thierry Date: Fri, 1 Jun 2007 10:21:09 +0000 Subject: [PATCH] updated to reflect actual setup of kruder - fc6 --- tunings-myplc-devel/installation-notes.txt | 12 ++++++++++++ tunings-myplc-devel/resolv.conf | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 tunings-myplc-devel/resolv.conf diff --git a/tunings-myplc-devel/installation-notes.txt b/tunings-myplc-devel/installation-notes.txt index 0dc1840..23fbfa1 100644 --- a/tunings-myplc-devel/installation-notes.txt +++ b/tunings-myplc-devel/installation-notes.txt @@ -41,3 +41,15 @@ chown -R build:onelab bin otherwise we get messages from sudo, complaining about not having a tty - confusing btw *) for safety, manually set HOSTNAME in /etc/sysconfig/network because our dhcp setup results in hostname without fqdn + +---- +*) NOTE: although it is listed in chkconfig, the plc-devel service does *not* seem to start at boot-time + +*) under /plc/devel/root chroot : create symlink /build -> /data/build +*) under /plc/devel/root chroot : yum -y install subversion openssh-clients +*) under /plc/devel/root chroot : manually install /etc/resolv.conf +*) duplicated ssh keys in /plc/devel/data/root/ +*) changed build's hoemdir in the devel chroot jail to /home/build + do not want to expose ssh keys under /build aka /data/build that is the build index - http accessible +*) needed to fix /data/build ownership to build (was 200) +*) duplicated ssh keys in /plc/devel/root/home/build diff --git a/tunings-myplc-devel/resolv.conf b/tunings-myplc-devel/resolv.conf new file mode 100644 index 0000000..96d1d50 --- /dev/null +++ b/tunings-myplc-devel/resolv.conf @@ -0,0 +1,4 @@ +; generated by /sbin/dhclient-script +search inria.fr +nameserver 138.96.0.10 +nameserver 138.96.0.11 -- 2.43.0