Diskussion:Server/srs1
post deployment installing
- zsh
- tmux
post installation debugging
Seit der Migration im Sommer 2017 ist die Website (Plone) arg langsam. Der für den Betrieb maßgebliche Prozess benötigt arg (mehr) Rechenleistung (etwa sichtbar als (W)CPU in top
).
(Dokumentation von) Tests und Maßnahmen (des Versuches das Problem zu beheben) sind kurz in den nachfolgenden Abschnitten benannt.
einzelne Instanz Plone für die Website
- Konfiguration
- Sichten, Prüfen, Testen
- Erweiterungen
- Dexterity Inhaltstypen
- Unterstützung für Diazo Designs
- Dropdown menu
- HTTP caching support
- Unterstützung für Arbeitskopien
- pdftotext
Unable to find binary "pdftotext" in /sbin:/bin:/usr/sbin:/usr/bin
pkg install -y xpdf
ln -s /usr/local/libexec/xpdf/pdftotext /usr/bin/pdftotext
fixed!
- wvHtml
MissingBinary: Unable to find binary "wvHtml" in /sbin:/bin:/usr/sbin:/usr/bin
pkg install -y wv
ln -s /usr/local/bin/wvHtml /usr/bin/wvHtml
- .../stura/ref/verwaltung/mails/lists/listinfo
An error was encountered while publishing this resource.
Cannot locate object
???
- zope management foo
- /portal_catalog/manage_catalogAdvanced
- Update Catalog
- /portal_catalog/manage_catalogAdvanced
- Clear and Rebuild
- keine Verbesserung wahrgenommen (nicht schneller und falsche Referenzen gibt es immer noch)
- /portal_javascripts/manage_jsForm
- Development mode ausgeschaltet
- wozu auch immer zur Hölle das angeschaltet war
- Development mode ausgeschaltet
gesamte Instanz Plone in Zope im Ganzen
zusätzlicher Vorgang zur Migration der Kommentare für die Bereitstellung der Funktionalität für Kommentare
Kurz nach der Migration fiel auf, dass die Funktion für Kommentar - obwohl sie angeschaltet war - nicht in Betrieb war. Grund dafür war, dass es einem eigenständigen Vorgang für das Migrieren der Kommentare bedarf.
http://www.stura.htw-dresden.de:8080/Plone/@@comment-migration
Found 13924 content objects. Found 0 Discussion Item objects. Found 0 old discussion items. Found 1119 plone.app.discussion comments. Start comment migration. Comment migration finished. 0 of 0 comments migrated.
Nach einem Neustart vom Dienst Plone (service plone restart
) waren alle früheren Kommentare da und es konnten nun neue Kommentare hinzugefügt werden.
Module zope.tales.tales, line 696, in evaluate URL: file:/usr/local/lib/python2.7/site-packages/Products/Archetypes/skins/archetypes/widgets/rich.pt Line 21, Column 12 Expression: <PathExpr standard:u'accessor'> Names: {'container': <PloneSite at /Plone>, 'context': <ATDocument at /Plone/members/PaulRiegel/taste>, 'default': <object object at 0x80069e580>, 'here': <ATDocument at /Plone/members/PaulRiegel/taste>, 'loop': {}, 'nothing': None, 'options': {'args': ()}, 'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x8356f1cb0>, 'request': <HTTPRequest, URL=http://www.stura.htw-dresden.de/members/PaulRiegel/taste/document_view>, 'root': <Application at >, 'template': <FSPageTemplate at /Plone/document_view used for /Plone/members/PaulRiegel/taste>, 'traverse_subpath': [], 'user': <PloneUser 'PaulRiegel'>}
ValueError: Invalid IPv6 URL
pkg install -y py27-html5lib
customized dehydrated (Server/Transport Layer Security#Probleme bei Plone)
cd /usr/local/etc/apache24/ && ./dehydrated_script.sh && cd -
Performing sanity check on apache24 configuration: Syntax OK Stopping apache24. Waiting for PIDS: 5771. Performing sanity check on apache24 configuration: Syntax OK Starting apache24. # INFO: Using main config file /usr/local/etc/dehydrated/config Processing www.stura.htw-dresden.de with alternative names: stura-dresden.de www.stura-dresden.de stura.htw-dresden.de + Checking domain name(s) of existing cert... unchanged. + Checking expire date of existing cert... + Valid till Nov 26 10:04:45 2018 GMT (Less than 30 days). Renewing! + Signing domains... + Generating private key... + Generating signing request... + Requesting challenge for www.stura.htw-dresden.de... + Requesting challenge for stura-dresden.de... + Requesting challenge for www.stura-dresden.de... + Requesting challenge for stura.htw-dresden.de... + Responding to challenge for www.stura.htw-dresden.de... + Challenge is valid! + Responding to challenge for stura-dresden.de... + Challenge is valid! + Responding to challenge for www.stura-dresden.de... + Challenge is valid! + Responding to challenge for stura.htw-dresden.de... + Challenge is valid! + Requesting certificate... + Checking certificate... + Done! + Creating fullchain.pem... + Done! Performing sanity check on apache24 configuration: Syntax OK Stopping apache24. Waiting for PIDS: 66646. Performing sanity check on apache24 configuration: Syntax OK Starting apache24. /
Kommentar-foo angemacht!
https://www.stura.htw-dresden.de/@@discussion-settings
com.web@stura.…
Paul 01:52, 30. Nov. 2019 (CET)
(vorgeschaltete eigenständige) Instanz proxy für zeitgemäßes TLS läuft wegen (versehentlich nicht ausgeschalteten) logging über
df -h /
Filesystem Size Used Avail Use% Mounted on /dev/rbd5 2.0G 1.8G 71M 97% /
ls -al /var/log/nginx/
total 621996 drwxr-xr-x 2 root adm 4096 Aug 19 14:47 . drwxr-xr-x 11 root root 4096 Aug 19 15:07 .. -rw-r----- 1 www-data adm 628081770 Oct 2 14:44 access.log -rw-r--r-- 1 root root 0 Oct 2 12:35 adminer-error.log -rw-r----- 1 www-data adm 8821607 Oct 2 14:43 error.log
- einstweilige Behebung
rm /var/log/nginx/access.log
reboot
df -h /
Filesystem Size Used Avail Use% Mounted on /dev/rbd5 2.0G 1.2G 610M 67% /
nano /etc/nginx/nginx.conf
## # Logging Settings ##
# access_log /var/log/nginx/access.log; access_log off; # error_log /var/log/nginx/error.log; error_log off;
rm /var/log/nginx/error.log
Anpassung Upload-Limit auf 1 Gigabyte:
client_max_body_size 1G;
in /etc/nginx/nginx.conf