User Tools

Site Tools


open_suse12.1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
open_suse12.1 [2012/02/10 09:20]
wolfbardo [opsi stuff]
— (current)
Line 1: Line 1:
  
-====== openSUSE 12.1 ====== 
-opsi40-testing Installation 
- 
-supplementing doc in  
-http://download.uib.de/opsi4.0/doc/opsi-getting-started-en.pdf 
-===== basic install ===== 
-<code "bash"> 
-# 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 
-</code> 
- 
-===== missing packages ===== 
-<code "bash"> 
-zypper install python-pyasn1 
-</code> 
-===== 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 
- 
-<code "bash"> 
-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 
-</code> 
-===== Configure with Yast Samba / tftpd / ssh / Firewall  ===== 
-===== opsi stuff  ===== 
-<code "bash"> 
-opsi-setup --set-rights 
-opsi-setup --auto-configure-samba 
-opsi-setup --init-current-config 
-/etc/init.d/opsiconfd restart 
-/etc/init.d/opsipxeconfd restart 
-</code> 
-===== miscellaneous   ===== 
- 
-edit /etc/nsswitch.conf 
-<code "bash"> 
-/etc # diff /etc/nsswitch.conf /etc/nsswitch.conf.org 
-32c32 
-< hosts:        files dns 
---- 
-> hosts:        files mdns4_minimal [NOTFOUND=return] dns 
-</code> 
open_suse12.1.1328865634.txt.gz ยท Last modified: 2021/08/23 08:37 (external edit)