User Tools

Site Tools


open_suse12.1

This is an old revision of the document!


openSUSE 12.1

opsi40-testing Installation

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 from testing
zypper ar --refresh "http://download.opensuse.org/repositories/home:/uibmz:/opsi:/opsi40-testing/openSUSE_12.1/home:uibmz:opsi:opsi40-testing.repo"
# 
zypper mr -p 50 home_uibmz_opsi_opsi40-testing
# 
zypper refresh
#
zypper -v install opsi-depotserver opsi-configed

missing packages

zypper install python-pyasn1

working around python-newt Bug

https://bugzilla.novell.com/show_bug.cgi?id=734171

https://forum.opsi.org/viewtopic.php?f=7&t=3141&p=14955&hilit=lifetime#p14955

zypper ar --refresh "http://download.opensuse.org/repositories/devel:/libraries:/c_c++/openSUSE_12.1/devel:libraries:c_c++.repo"
zypper refresh
zypper install python-newt-0.52.14-22.2.x86_64

Configure with Yast Samba / tftpd / ssh / Firewall

opsi stuff

opsi-setup --set-rights
opsi-setup opsi-setup --auto-configure-samba
opsi-setup --init-current-config
/etc/init.d/opsiconfd restart
/etc/init.d/opsipxeconfd restart

miscellaneous

edit /etc/nsswitch.conf

/etc # diff /etc/nsswitch.conf /etc/nsswitch.conf.org
32c32
< hosts:        files dns
---
> hosts:        files mdns4_minimal [NOTFOUND=return] dns
open_suse12.1.1328819550.txt.gz ยท Last modified: 2021/08/23 08:37 (external edit)