Bearbeiten von „Diskussion:Server/srs1

Zur Navigation springen Zur Suche springen
Warnung: Du bist nicht angemeldet. Deine IP-Adresse wird bei Bearbeitungen öffentlich sichtbar. Melde dich an oder erstelle ein Benutzerkonto, damit Bearbeitungen deinem Benutzernamen zugeordnet werden. Ein eigenes Benutzerkonto hat eine ganze Reihe von Vorteilen.

Die Bearbeitung kann rückgängig gemacht werden. Bitte prüfe den Vergleich unten, um sicherzustellen, dass du dies tun möchtest, und veröffentliche dann unten deine Änderungen, um die Bearbeitung rückgängig zu machen.

Aktuelle Version Dein Text
Zeile 198: Zeile 198:
-rw-r-----  1 www-data adm    8821607 Oct  2 14:43 error.log
-rw-r-----  1 www-data adm    8821607 Oct  2 14:43 error.log
</pre>
</pre>
; einstweilige Behebung:
: <code>rm /var/log/nginx/access.log</code>
reboot
: <code>df -h /</code>
<pre>
Filesystem      Size  Used Avail Use% Mounted on
/dev/rbd5      2.0G  1.2G  610M  67% /
</pre>
: <code>nano /etc/nginx/nginx.conf</code>
<pre></pre>
<pre>
        ##
        # Logging Settings
        ##
</pre>
<pre></pre>
<pre>
#      access_log /var/log/nginx/access.log;
        access_log off;
#      error_log /var/log/nginx/error.log;
        error_log off;
</pre>
<pre></pre>
: <code>rm /var/log/nginx/error.log</code>
== (vorgeschaltete eigenständige) Instanz proxy für zeitgemäßes TLS lässt das Hochladen von großen Dateien nicht zu ==
<!--
'''Anpassung Upload-Limit auf 1 Gigabyte:
<code>client_max_body_size 1G;</code> in /etc/nginx/nginx.conf
!-->
: <code>nano /etc/nginx/nginx.conf</code>
<pre></pre>
<pre>
client_max_body_size 1G;
</pre>
<pre></pre>
== plone 4 auf debian 10 2021 ==
in Anlehnung an https://docs.plone.org/4/en/manage/installing/installation.html
: <code>apt -y install python-setuptools python-dev build-essential libssl-dev libxml2-dev libxslt1-dev libbz2-dev libz-dev</code>
''libjpeg62-dev'', wie bei Plone beschrieben, gibt es nicht.
Aber es gibt ''libjpeg62-turbo-dev''.
: <code>apt -y install libjpeg62-turbo-dev</code>
: <code>apt -y install libreadline-dev wv poppler-utils</code>
: <code>cd /tmp/</code>
: <code>wget --no-check-certificate https://launchpad.net/plone/4.3/4.3.9/+download/Plone-4.3.9-UnifiedInstaller.tgz</code>
: <code>tar -xf Plone-4.3.9-UnifiedInstaller.tgz</code>
: <code>cd Plone-4.3.9-UnifiedInstaller/</code>
: <code>./install.sh standalone</code>
: <code>apt -y install sudo</code>
: <code>./install.sh standalone</code>
: <code>/usr/local/Plone/zinstance && bin/buildout</code>
<pre>
Installing instance.
/usr/local/Plone/buildout-cache/eggs/setuptools-20.1.1-py2.7.egg/pkg_resources/__init__.py:192: RuntimeWarning: You have iterated over the result of pkg_resources.parse_version. This is a legacy behavior which is inconsistent with the new version class introduced in setuptools 8.0. In most cases, conversion to a tuple is unnecessary. For comparison of versions, sort the Version instances directly. If you have another use case requiring the tuple, please file a bug with the setuptools project describing that need.
  stacklevel=1,
Download error on http://download.zope.org/ppix/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727) -- Some packages may not be found!
Download error on http://download.zope.org/distribution/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727) -- Some packages may not be found!
Download error on http://effbot.org/downloads: hostname 'effbot.org' doesn't match either of 'www.github.com', '*.github.com', 'github.com', '*.github.io', 'github.io', '*.githubusercontent.com', 'githubusercontent.com' -- Some packages may not be found!
Getting distribution for 'lxml==2.3.6'.
Building lxml version 2.3.6.
Building without Cython.
Using build configuration of libxslt 1.1.32
</pre>
<pre>
x86_64-linux-gnu-gcc: fatal error: Killed signal terminated program cc1
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
An error occurred when trying to install lxml 2.3.6. Look above this message for any errors that were output by easy_install.
While:
  Installing instance.
  Getting distribution for 'lxml==2.3.6'.
Error: Couldn't install: lxml 2.3.6
</pre>
https://docs.plone.org/manage/troubleshooting/buildout.html#error-none
: <code>rm /usr/local/Plone/buildout-cache/downloads/dist/lxml-2.3.6.tar.gz</code>
?
: <code>apt -y install python-lxml</code>
https://access.redhat.com/articles/2039753

Bitte beachte, dass alle Beiträge zu Wiki StuRa HTW Dresden von anderen Mitwirkenden bearbeitet, geändert oder gelöscht werden können. Reiche hier keine Texte ein, falls du nicht willst, dass diese ohne Einschränkung geändert werden können.

Du bestätigst hiermit auch, dass du diese Texte selbst geschrieben hast oder diese von einer gemeinfreien Quelle kopiert hast (weitere Einzelheiten unter StuRa HTW Dresden:Urheberrechte). ÜBERTRAGE OHNE GENEHMIGUNG KEINE URHEBERRECHTLICH GESCHÜTZTEN INHALTE!

Bitte beantworte die folgende Frage, um diese Seite speichern zu können (weitere Informationen):

Abbrechen Bearbeitungshilfe (wird in einem neuen Fenster geöffnet)