source: hybrid/branches/releng-11/nanobsd/cfg/nanobsd.wleiden@ 13911

Last change on this file since 13911 was 13771, checked in by rick, 8 years ago

Trying monit as micro-monitoring daemon, support restarts of failed services

File size: 15.1 KB
Line 
1## Dit is een NanoBSD configuratie-template voor WirelessLeiden.
2## Instellingen weergegeven binnen dit bestand gelden als
3## standaard binnen de organisatie.
4
5# Little hack to allow proper secify of KERNL/PKG location
6if [ -n "$NANO_CFG_FILE" ]; then
7 NANO_CONF_DIR=$(cd $(dirname $NANO_CFG_FILE); pwd -P)
8else
9 NANO_CONF_DIR=$(cd $(dirname $2); pwd -P)
10fi
11
12# object naam in /usr/obj/nanobsd.{obj}
13NANO_NAME=wleiden-hybrid
14NANO_SRC=/usr/src # nanobsd source tree
15NANO_TOOLS=$(pwd)
16NANO_KERNEL=$NANO_CONF_DIR/kernel.wleiden # naam van het kernel configuratiebestand
17NANO_IMAGES=2 # aantal nanobsd code slices/installs (1/2)
18
19NANO_CONFSIZE=20480 # Volume van de config slice (10MB) in 512bs
20NANO_DATASIZE=0 # volume van de data slice, 0 = not configured
21NANO_CODESIZE=819200 # Let buildscript the operating system slice as large as posible
22
23# Size of the /etc ramdisk in 512 bytes sectors
24NANO_RAM_ETCSIZE=20480
25
26NANO_RAM_TMPVARSIZE=102400 # Volume of combined var & tmp slice (50MB) in 512bs
27
28NANO_LABEL=WLIMG
29NANO_NEWFS="-b 4096 -f 512 -i 8192" # Overwrite the default stettings to disable Soft-updates
30
31
32#XXX: Eeks, fixed packages, needs building a hook to allow building the package
33# of the shelfs if needed, copy to right directory, done. With only input needed
34# a list of ports in the format like net/net-snmp
35NANO_PACKAGE_DIR=$NANO_CONF_DIR/../pkg/All
36NANO_PACKAGE_LIST="*"
37
38VERSION=$(uname -r | sed -e 's/-.*//g' -e 's/\./_/')
39NANO_PACKAGE_REPOS="/usr/local/poudriere/data/packages/wlpkgbuild${VERSION}-default-node/"
40
41
42# Wireless Leiden ports from $WL_PORTSDIR are copied OVER $PORTSDIR
43PORTSDIR='/usr/ports'
44WL_PORTSDIR="$NANO_CONF_DIR/../ports/"
45
46# Dirty quirk to allow comments in part below
47PACKAGE_LIST=`cat <<EOF | sed -e 's/#.*$//g' | xargs
48benchmarks/iperf
49devel/py-Jinja2
50devel/py-yaml
51editors/vim-lite
52dns/dnsmasq
53dns/nsd
54dns/unbound
55ftp/curl
56lang/python2
57lang/python
58net/ladvd
59net-mgmt/iftop
60net-mgmt/net-snmp
61net/mtr
62net/isc-dhcp43-server
63net/pen
64net/py-speedtest-cli
65ports-mgmt/pkg
66security/sudo
67security/ca_root_nss
68shells/bash-static
69sysutils/daemontools
70sysutils/monit
71sysutils/screen
72sysutils/ucspi-tcp
73sysutils/wait_on
74www/apache24
75www/tinyproxy
76
77# Extra WL ports
78net/lvrouted
79`
80# Package target
81PKG_MAKE_ARGS="PACKAGES=$(dirname $NANO_PACKAGE_DIR) BATCH=yes PACKAGE_BUILDING=yes"
82
83PKG_MAKE_CONF="
84# www/py-cherrypy - include apache templating
85# net-mgmt/net-snmp - no perl please (size)
86# net-mgmt/nagios-plugins - no threading (single CPU)
87# shells/bash-static - logging via syslog
88# net/mtr - no X11 (no screen)
89# lang/ocaml - no TK support (requires X11)
90# devel/ocaml-findlib - no TOOLBOX support (requires ocaml with TK support)
91OPTIONS_SET= APACHE FPING SYSLOG
92OPTIONS_UNSET= PERL PERL_EMBEDDED X11 TK TOOLBOX
93"
94
95##NANO_PACKAGE_LIST=
96
97# Warning: set to 1 to debug make build errors
98# Number of recurrent parrallel make builds
99if `grep -q 'acpi0: <PRLS PRLS_OEM> on motherboard' /var/run/dmesg.boot`; then
100 # Mac OS X Parallels virtual machine
101 NANO_PMAKE="make -B"
102else
103 # Default 2 times number of CPU's inside machine
104 NANO_PARALLEL_MAKE=`expr $(sysctl -n hw.ncpu) \* 2`
105 NANO_PMAKE="make -j ${NANO_PARALLEL_MAKE}"
106fi
107
108# Starting from soekris bios version 1.31 upwards boot0sio does not seems work
109# anymore, but boot0 does (weird)
110NANO_BOOTLOADER="boot/boot0"
111
112# Strip down to a more acceptable size
113# hints from http://people.freebsd.org/~phk/nanobsd/soekris_4x26/make.soekris_4x26.conf (46MB)
114NANO_PRUNE="$NANO_PRUNE usr/share/examples"
115NANO_PRUNE="$NANO_PRUNE usr/share/syscons"
116NANO_PRUNE="$NANO_PRUNE usr/share/calendar"
117# NB! usr/share/misc contains termcap, vi(1) etc fails to work without it.
118# NANOBSD_PRUNE += usr/share/misc
119NANO_PRUNE="$NANO_PRUNE usr/share/pcvt"
120NANO_PRUNE="$NANO_PRUNE usr/share/me"
121NANO_PRUNE="$NANO_PRUNE usr/share/doc"
122# Debugging removal
123NANO_PRUNE="$NANO_PRUNE usr/lib/debug"
124NANO_PRUNE="$NANO_PRUNE usr/tests"
125# Installed ports strip down
126NANO_PRUNE="$NANO_PRUNE usr/local/share/doc"
127NANO_PRUNE="$NANO_PRUNE usr/local/share/examples"
128
129
130
131
132
133# Opties parsed gedurende build & install world
134# Also check man 5 src.conf for details
135# Some flags are misleading, e.g. could only be installworld (e.g.), for details:
136# http://phk.freebsd.dk/misc/build_options/
137# For details on make options also check:
138# /usr/src/share/mk/bsd.own.mk
139CONF_COMMON='
140# Specific enabled options
141#WITHOUT_ACPI=YES # geen advanced configuration power interface
142#WITHOUT_BIND=YES # geen bind tools, dns/named geinstalleerd
143#WITHOUT_CXX=YES # Set to not build g++(1) and related libraries.
144#WITHOUT_GROFF=YES # Set to not build groff(1).
145#WITHOUT_INET6=YES # geen ondersteuning inet versie 6 architectuur
146#WITHOUT_INFO=YES # geen info bestanden, readable online docs
147#WITHOUT_IPFILTER=YES # geen ip filtering geinstalleerd
148#WITHOUT_KLDLOAD=YES # do not allow loading of kernel modules
149#WITHOUT_MAILWRAPPER=YES # geen mailwrapper bij gebruik sendmail
150#WITHOUT_MAN=YES # geen handleidingen gecompileerd
151#WITHOUT_MISC=YES # geen misc sub directory
152#WITHOUT_MODULES=YES # geen ondersteuning toevoegen modules
153#WITHOUT_PAM=YES # geen ondersteuning pa modules
154#WITHOUT_PF=YES # geen packet filtering geinstalleerd
155#WITHOUT_SHARE=YES # geen share sub directory
156#WITHOUT_USB=YES # geen ondersteuning usb modules
157# Specific disabled options
158WITHOUT_ATM=YES # geen ondersteuning Asynchronous Transfer Mode
159WITHOUT_AUDIT=YES # geen event auditing / audit trails
160WITHOUT_AUTHPF=YES # geen authenticating gateway user shell
161WITHOUT_BLUETOOTH=YES # geen ondersteuning Bluetooth modules
162WITHOUT_CALENDAR=YES # geen calendar reminder service gecompileerd
163WITHOUT_CDDL=YES # Set to not build code licensed under Sun CDDL. (also ZFS)
164WITHOUT_CPP=YES # Set to not build cpp(1).
165WITHOUT_CXX=YES # Set to not build c++(1) and related libraries.
166WITHOUT_CLANG=YES # Set to not build the Clang C/C++ compiler.
167WITHOUT_CVS=YES # geen cvs tools geinstalleerd
168WITHOUT_DICT=YES # geen dictionary ondersteuning
169WITHOUT_EXAMPLES=YES # geen voorbeeld configuratiebestanden
170WITHOUT_FORTRAN=YES # geen ondersteuning fortran compilers
171WITHOUT_GAMES=YES # geen games gecompileerd
172WITHOUT_GCOV=YES # geen gcov test coverage program
173WITHOUT_GDB=YES # geen gnu debugger gecompileerd
174WITHOUT_GPIB=YES # geen ondersteuning gpib kaarten
175WITHOUT_HTML=YES # geen html help bestanden gecompileerd
176WITHOUT_I4B=YES # geen ondersteuning voor isdn
177WITHOUT_ICONV=YES # No iconv support (no need to support native files)
178WITHOUT_IPX=YES # geen ondersteuning ipx protocols
179WITHOUT_KERBEROS=YES # geen ondersteuning Kerberos authenticatie
180WITHOUT_LOCALES=YES # geen ondersteuning lokalisatie
181WITHOUT_LPR=YES # geen ondersteuning print services
182WITHOUT_NIS=YES # geen ondersteuning network information system
183WITHOUT_PROFILE=YES # Set to avoid compiling profiled libraries.
184WITHOUT_RCMDS=YES # geen ondersteuning rcmds,
185WITHOUT_RESCUE=YES # geen rescue bestanden gecompileerd
186WITHOUT_SENDMAIL=YES # geen sendmail geinstalleerd
187WITHOUT_SHAREDOCS=YES # geen share/docs directories
188WITHOUT_SSP=YES # Set to not build world with propolice stack smashing protection.
189WITHOUT_SYSCONS=YES # geen syscon devices gecompileerd
190WITHOUT_UNBOUND=YES # Port version will be used if any is used
191WITHOUT_LOCALES=YES # No localization support
192'
193
194CONF_BUILD="
195${CONF_COMMON}
196"
197
198CONF_INSTALL="
199${CONF_COMMON}
200WITHOUT_TOOLCHAIN=YES # geen freebsd toolchain
201"
202
203
204# Flash disks arrived, sandisk 1g seems to match the geometry of the (blanc) cards
205#FlashDevice sandisk 1g # nanobsd flashdevice entry
206#FlashDevice sandisk 512mb # nanobsd flashdevice entry
207#FlashDevice transcend 2g # nanobsd flashdevice entry
208# Calculated value of PEAK hardware 1GB CF card
209# C/H/S phys 1954/16/63, logical 977/32/63
210# Mediasize is calculated as C*H*S*512
211
212# Using logical values reported by ALIX board
213# values for PCEngines blanc 1 GB cards
214# C/H/S phys 1966/16/63, logical 983/32/63
215NANO_MEDIASIZE=`expr 1008451584 / 512`
216NANO_HEADS=32
217NANO_SECTS=63
218
219
220# Version tagging
221cust_version_tag() (
222 VERSION_FILE="${NANO_WORLDDIR}/tools/wl-release.txt"
223 (
224 echo "Generated by `id -un`@`hostname -f` at `date`"
225 echo ""
226 echo "=== CONFIG specifics ==="
227 svn info ${NANO_CONF_DIR}/../ || exit 0
228 svn diff ${NANO_CONF_DIR}/../ || exit 0
229 echo "=== BEGIN CONFIG specifics ==="
230 ) > $VERSION_FILE
231)
232
233# Takes a very long time (10+) minutes to generate this file on an ALIX board,
234# not practical for quick debugging and configuration.
235cust_openvpn_dhparam() (
236 if [ -r ${NANO_CONF_DIR}/usr/local/bin/openvpn ]; then
237 DHFILE=${NANO_WORLDDIR}/etc/easy-rsa-keys/dh1024.pem
238 mkdir -p `dirname $DHFILE`
239 openssl dhparam -out $DHFILE 1024
240 fi
241)
242
243# Unbound is running in alternative chroot location (port default) how-ever
244# this directory needs to be writeable by unbound for key generation etc.
245cust_unbound_rights() (
246 if [ -r ${NANO_WORLDDIR}/usr/local/etc/unbound ]; then
247 chroot ${NANO_WORLDDIR} sh -c "chown unbound:unbound /usr/local/etc/unbound"
248 fi
249)
250
251
252# Assuming we are running a safe envirionment where snooping could occur during or after the build
253cust_set_root_password() (
254 if [ -n "${CFG_ROOT_PASSWORD}" ]; then
255 pprint 2 "Set root password using CFG_ROOT_PASSWORD variable"
256 chroot ${NANO_WORLDDIR} sh -c "echo '${CFG_ROOT_PASSWORD}' | pw usermod -h 0 -n root"
257 else
258 pprint 2 "Root password is <blank>, no password provided at variable CFG_ROOT_PASSWORD"
259 fi
260)
261
262
263
264# EXPERIMENTAL patch like envirionment
265# Using '*-nanobsd.patch' files to only specify the bare differences between the base/default file to
266# keep us as close as possible to the base OS
267# Patches are applied to the directory they live in
268#cust_apply_nanobsd_patches() (
269# for PATCHFILE in `find ${NANO_WORLDDIR} -regex '.*-nanobsd\.patch$'`; do
270# cd `dirname ${PATCHFILE}`
271# patch -t -N -p0 -i `basename ${PATCHFILE}`
272# #XX: What to with installed patch files? Delete them for the time beeing
273# rm -v ${PATCHFILE}
274#done
275
276
277
278#)
279
280
281
282# Customize ntpd
283cust_ntpd() (
284 chroot ${NANO_WORLDDIR} sh -c "ln -fs /usr/local/etc/ntp.drift /var/db/ntp.drift"
285)
286
287
288# Enable Serial TTYs
289cust_serial_ttys() (
290 chroot ${NANO_WORLDDIR} sed -i '' -e '/ttyv[0-9]/s/on /off/' -e '/ttyu0/s/off/on/' -e '/ttyu0/s/dialup/ansi/' /etc/ttys
291
292 # Serial login is consided to be phycically secured, so no credentials are required
293 chroot ${NANO_WORLDDIR} sed -i '' -e '/ttyu0/s/std.9600/al.9600/' /etc/ttys
294)
295
296# Customize sudoers files
297cust_sudo_rules() {
298 chroot ${NANO_WORLDDIR} find /usr/local/etc/sudoers.d/ -type f -exec chmod 0640 {} \+
299}
300
301
302# Update databases of tooling like locate and apropos
303cust_update_databases() {
304 chroot ${NANO_WORLDDIR} sh -c '/usr/libexec/makewhatis.local `/usr/bin/manpath -q`'
305 chroot ${NANO_WORLDDIR} "/usr/libexec/locate.updatedb"
306}
307
308# Install files from specific relative location
309cust_install_files () (
310 cd ${NANO_CONF_DIR}/../files
311 find . -print | grep -v -e /CVS -e .svn | cpio -dumpv ${NANO_WORLDDIR}
312)
313
314
315# Make tools available for root by default
316cust_root_bin_to_tools() {
317 ln -s /tools ${NANO_WORLDDIR}/root/bin
318}
319
320
321# Prune no needed directories of image
322cust_nano_prune () (
323 cd ${NANO_WORLDDIR}
324 for ENTRY in ${NANO_PRUNE}; do
325 rm -vfR ${ENTRY}
326 done
327)
328
329# We actually do need an seperate /tmp, so undo the symlinking done in
330# setup_nanobsd()
331late_cust_unset_common_var_and_tmp() (
332 cd ${NANO_WORLDDIR}
333 rm tmp
334 mkdir -m 1777 tmp
335)
336
337
338# Fill /cfg wmth custom files, based on 'create_i386_diskimage ( )'
339last_nano_fill_cfg () (
340 # Variables to be used
341 IMG=${NANO_DISKIMGDIR}/${NANO_IMGNAME}
342 MNT=${MAKEOBJDIRPREFIX}/_.mnt
343
344 # Mount '/cfg' slize in image
345 MD=`mdconfig -a -t vnode -f ${IMG}`
346 mount /dev/${MD}s3 ${MNT}
347
348 # Location of '/cfg' directory
349 cd ${NANO_CONF_DIR}/../cfg-files
350 find . -print | grep -v -e /CVS -e .svn | cpio -dumpv ${MNT}
351
352
353 # Leave in nice end state
354 umount ${MNT}
355 mdconfig -d -u ${MD}
356) > ${MAKEOBJDIRPREFIX}/_.fc 2>&1
357
358last_nano_disk_usage () (
359 # Variables to be used
360 IMG=${NANO_DISKIMGDIR}/${NANO_IMGNAME}
361 MNT=${MAKEOBJDIRPREFIX}/_.mnt
362
363 # Mount root slize
364 MD=`mdconfig -a -t vnode -f ${IMG}`
365 mount /dev/${MD}s1a ${MNT}
366
367 # Show disk usage (percent free) inc header
368 pprint 2 $(df -h | head -1)
369 pprint 2 "$(df -h | grep /dev/${MD})"
370
371 # Leave in nice end state
372 umount ${MNT}
373 mdconfig -d -u ${MD}
374)
375
376
377cust_pkgng () (
378
379 # If the package directory doesn't exist, we're done.
380 if [ ! -d ${NANO_PACKAGE_REPOS} ]; then
381 echo "DONE 0 packages"
382 return 0
383 fi
384
385 # Find a pkg-* package
386 if [ -z "${NANO_PACKAGE_REPOS}/Latest/pkg.txz" ]; then
387 echo "FAILED: need a pkg/ package for bootstrapping"
388 exit 2
389 fi
390
391 # Replicate the packages into the NanoBSD world (as hard links) so we can
392 # access them from the chroot in which pkg is being run.
393 cp -lpR ${NANO_PACKAGE_REPOS} ${NANO_WORLDDIR}/Repos
394
395 #Bootstrap pkg
396 CR env ASSUME_ALWAYS_YES=YES SIGNATURE_TYPE=none /usr/sbin/pkg add /Repos/Latest/pkg.txz
397 CR pkg -N >/dev/null 2>&1
398 if [ "$?" -ne "0" ]; then
399 echo "FAILED: pkg bootstrapping faied"
400 exit 2
401 fi
402
403 mkdir -p ${NANO_WORLDDIR}/usr/local/etc/pkg/repos
404 echo "FreeBSD: { enabled: no }" > ${NANO_WORLDDIR}/usr/local/etc/pkg/repos/FreeBSD.conf
405
406 # Generate a reference to our local repository
407 cat > ${NANO_WORLDDIR}/usr/local/etc/pkg/repos/LOCAL.conf <<-EOF
408 LOCAL: {
409 url : file:///Repos
410 enabled : yes
411 mirror_type : none
412 signature_type : none
413 }
414 EOF
415
416
417 # Count & report how many we have to install
418 todo=`echo ${PACKAGE_LIST} | /usr/bin/wc -l`
419 todo=$(expr $todo + 1) # add one for pkg since it is installed already
420 echo "=== TODO: $todo"
421 echo "${PACKAGE_LIST}"
422 echo "==="
423 for PKG in ${PACKAGE_LIST}
424 do
425 CR env ASSUME_ALWAYS_YES=YES /usr/sbin/pkg install $PKG
426 done
427 rm -rf ${NANO_WORLDDIR}/Repos
428)
429
430last_orders () (
431 last_nano_fill_cfg
432 last_nano_disk_usage
433)
434
435# Ugly hack to 'escaping' pprint from inside a customize_cmd to output
436# instead of a file
437exec 3>/dev/stdout
438# Progress Print
439# Print $2 at level $1
440pprint() {
441 if [ "$1" -le $PPLEVEL ]; then
442 printf "%.${1}s %s\n" "#####" "$2" 1>&3
443 fi
444}
445
446# Cust macro`s gestart in onderstaande volgorde
447# XXX: Determine size before installing all find of additions to see how much
448# base we are actually using ## du -h -d 0
449customize_cmd cust_pkgng
450customize_cmd cust_install_files
451customize_cmd cust_ntpd
452customize_cmd cust_serial_ttys
453customize_cmd cust_version_tag
454customize_cmd cust_root_bin_to_tools
455customize_cmd cust_allow_ssh_root
456customize_cmd cust_openvpn_dhparam
457customize_cmd cust_nano_prune
458customize_cmd cust_set_root_password
459customize_cmd cust_sudo_rules
460customize_cmd cust_unbound_rights
461customize_cmd cust_update_databases
462#customize_cmd cust_apply_nanobsd_patches
463late_customize_cmd late_cust_unset_common_var_and_tmp
464
465# Standard overwrite
466if [ -r "$NANO_CONF_DIR/nanobsd.local" ]; then
467 . $NANO_CONF_DIR/nanobsd.local
468fi
469
470# Extra config if existing is not suffient
471if [ -n "$EXTRA_NANOBSD_CONFIG" ]; then
472 for FILE in $EXTRA_NANOBSD_CONFIG; do
473 # File relative to config directory
474 if [ "`echo $FILE | cut -c1`" != "/" ]; then
475 FILE=$NANO_CONF_DIR/$FILE
476 fi
477 pprint 1 "Loading $FILE"
478 . $FILE || exit 1
479 done
480fi
Note: See TracBrowser for help on using the repository browser.