Aufgabe #1615
offenAufgabe #1474: testweise Erstellung einer neuen Instanz vom arg veralteten FreeBSD 9.3
ersatzweises Erstellen einer Instanz (Virtualisierung) mit FreeBSD 10 für eine mögliche Migration der Website (Plone)
0%
Beschreibung
Die Erstellung von einer Instanz (Virtualisierung) von FreeBSD 9.3 funktioniert nicht richtig. (Die Installation von FreeBSD 9 ab FreeBSD 9.1 ist mit der bei PVE verwendeten Virtualisierung nicht einfach möglich. (FreeBSD 9.0 funktioniert noch einfach, aber die Versionen danach irgendwie nicht.))
Jedoch bot FreeBSD 10 das Paket Plone (4.3.9) auch noch an. Die Erstellung von einer Instanz von FreeBSD 10 (10.4 als letzte verfügbare Version von FreeBSD 10) funktioniert.
https://mirrors.xtom.ee/freebsd-pkg/FreeBSD%3A10%3Aamd64/latest/All/
Die damalige Datei, die für die Installation von FreeBSD 10 (10.4) verwendet wurde, ist noch an einer Vielzahl von vertrauenswürdigen Orten im Internet zu finden.
http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/ISO-IMAGES/10.4/FreeBSD-10.4-RELEASE-amd64-dvd1.iso
und
http://ftp.aha.ru/pub/FreeBSD/ISO-IMAGES-amd64/10.4/FreeBSD-10.4-RELEASE-amd64-dvd1.iso
Belegung der Tastatur
"german iso"
Name im Netzwerk
website_freebsd-10
Gliederung Massenspeicher für die Installation
Auto (ZFS)
…
Konfiguration für IPv4
141.056.051.321
255.255.255.000
141.056.051.254
Erstellung Konto Bereich Administration Rechentechnik StuRa HTW Dresden
Neustart am Ende der Installation
freebsd-version
10.4-RELEASE
$EDITOR etc/pkg/FreeBSD.conf
FreeBSD: { # url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", url: "pkg+http://mirrors.xtom.ee/freebsd-pkg/${ABI}/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes }
pkg upd
freebsd-update fetch
freebsd-update install
Neustart
freebsd-update fetch
src component not installed, skipped Looking up update.FreeBSD.org mirrors... 2 mirrors found. Fetching metadata signature for 10.4-RELEASE from update1.freebsd.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. No updates needed to update system to 10.4-RELEASE-p13. WARNING: FreeBSD 10.4-RELEASE-p13 HAS PASSED ITS END-OF-LIFE DATE. Any security issues discovered after Thu Nov 1 00:00:00 UTC 2018 will not have been corrected.
Von PaulRiegel vor mehr als 1 Jahr aktualisiert
pkg ins -y zsh
zsh
pkg ins -y tmux
tmux
pkg ins -y plone
=========================================================================== Message from zope213-2.13.24_1: ********************************************************************** Zope Successfull installed. To create an instance of Zope using the default location, please run: /usr/local/bin/mkzopeinstance --dir /usr/local/www/Zope213/ chown www:www /usr/local/www/Zope213/var chown www:www /usr/local/www/Zope213/log Command-line options to 'mkzopeinstance' are available, and can be investigated by running 'mkzopeinstance --help'. Zope instances, created by mkzopeinstance, will not be removed when the package is deinstalled. You'll have to delete them yourself. If you are not using the default instance location, please use the desired paths during creation and add this line to /etc/rc.conf: zope213_instances="<INSTANCEDIR>" Additional Zope instances have to be added to zope213_instances separated by a space. If Zope should get started automatically when the system starts, please add the following line to /etc/rc.conf: zope213_enable="YES"
pkg ins -y apache24
Message from apache24-2.4.35: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! mod_http2 on FreeBSD with OpenSSL from base results in a mostly !! !! functionally unusable module due to lack of "Upgrade" !! !! capability in OpenSSL 1.0.1. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Von PaulRiegel vor mehr als 1 Jahr aktualisiert
mkdir -p /usr/local/www
/usr/local/bin/mkzopeinstance --dir /usr/local/www/Zope213
pkg_resources.DistributionNotFound: The 'html5lib>=0.999999999' distribution was not found and is required by mechanize
pkg ins -y py27-html5lib
/usr/local/bin/mkzopeinstance --dir /usr/local/www/Zope213
Please choose a username and password for the initial user. These will be the credentials you use to initially manage your new Zope instance. Username: admin Password: Verify password:
chown www:www /usr/local/www/Zope213/var
chown www:www /usr/local/www/Zope213/log
$EDITOR /etc/rc.conf
zope213_instances="/usr/local/www/Zope213/" zope213_enable="YES"
Neustart
Von PaulRiegel vor mehr als 1 Jahr aktualisiert
- Beziehung mit Aufgabe #1622: Website (Plone) "bearbeitbar" machen wurde hinzugefügt