====== openSUSE 12.2 ====== opsi40 Installation ( opsi Featurepack 4.0.2-2 Testing Release ) supplementing doc in http://download.uib.de/opsi4.0/doc/opsi-getting-started-en.pdf ===== basic install ===== # Check the opsi-server entry in /etc/hosts or the output of getent hosts $(hostname -f) # should be like # 192.168.1.1 server.domain.tld server # # zypper up ===== install opsi40 ===== zypper ar --refresh "http://download.opensuse.org/repositories/home:/uibmz:/opsi:/opsi40-testing/openSUSE_12.2/home:uibmz:opsi:opsi40-testing.repo" # zypper mr -p 50 home_uibmz_opsi_opsi40-testing # zypper refresh # zypper -v install opsi-depotserver opsi-configed ===== Configure with Yast Samba / tftpd / ssh / Firewall ===== ===== miscellaneous ===== edit /etc/nsswitch.conf /etc # diff /etc/nsswitch.conf /etc/nsswitch.conf.org 32c32 < hosts: files dns mdns4_minimal [NOTFOUND=return] --- > hosts: files mdns4_minimal [NOTFOUND=return] dns ===== tested with ===== lsb-release -a LSB Version: n/a Distributor ID: SUSE LINUX Description: openSUSE 12.2 (x86_64) # AND openSUSE 12.2 (i586) Release: 12.2 Codename: Mantis rpm -q -a | grep opsi opsiconfd-4.0.2.3-1.1.noarch python-opsi-4.0.2.3-1.1.noarch opsi-depotserver-4.0.2.2-1.1.noarch opsi-configed-4.0.2.5.6-1.1.noarch opsi-utils-4.0.2.2-1.1.noarch opsi-linux-bootimage-20120728-1.1.noarch opsi-atftp-0.7.dfsg-2.1.x86_64 # AND opsi-atftp-0.7.dfsg-2.1.i586 opsipxeconfd-4.0.2.2-1.1.noarch