Aufgabe #2597
offenUpdate von FreeBSD (Mail), pkg von 1.21.3 zu 2.2.2
0%
Beschreibung
[root@mail-2023-05 /]# pkg upgrade Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. New version of pkg detected; it needs to be installed first. The following 1 package(s) will be affected (of 0 checked): Installed packages to be UPGRADED: pkg: 1.21.3 -> 2.2.2 Number of packages to be upgraded: 1 10 MiB to be downloaded. Proceed with this action? [y/N]:
Das Update von 1.21.3 zu 2.2.2 ist ein relativ großer Schritt. Sollte hier auf irgendwas geachtet werden? Das Update wurde noch nicht durchgeführt
Dateien
Von GoeranHeinemann vor etwa 1 Monat aktualisiert · Edited
- Datei clipboard-202508271704-qvwwa.png clipboard-202508271704-qvwwa.png wurde hinzugefügt
ich hatte grad in ner mail geantwortet, keine ahnung, ob das hier ankommt...
an sich haben wir zfs snaphots, also wenn das upgrade schief geht kann man dann ja zurückrollen
grad geschaut, das base system hat keine autosnapshots, mach einfach einen!
in dem Screenshot markiert ist auch das relevante dataset - einfach `zfs snap -r zpool/iocage/jails/mail---2023-05@doung-pkg-upgrade-20250827` - oder so ähnlich
viel kritischer ist, dass wir heir auf truenas, also freebsd13.1 laufen und das ist EOL, wir sollten villeicht mal wie bei der Website neu installieren und das jail rüber kopieren.
Von GoeranHeinemann vor etwa 1 Monat aktualisiert
- Datei clipboard-202508271709-hmh0q.png clipboard-202508271709-hmh0q.png wurde hinzugefügt
kannst dir das mit -o auch z.B. mit genauem datum geben lassen, von wann die wirklich sind, nicht was da irgendwer mal reingeschrieben hat:
Von DuongVoTan vor 15 Tagen aktualisiert
Snapshot erstellt mit:
zfs snap -r zpool/iocage/jails/mail---2023-05@duong-pkg-upgrade-2025-09-24
Von DuongVoTan vor 15 Tagen aktualisiert
Upgrade durchgeführt
root@mail-2023-05:~ # pkg upgrade Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. New version of pkg detected; it needs to be installed first. The following 1 package(s) will be affected (of 0 checked): Installed packages to be UPGRADED: pkg: 1.21.3 -> 2.2.2 Number of packages to be upgraded: 1 10 MiB to be downloaded. Proceed with this action? [y/N]: y
Von DuongVoTan vor 15 Tagen aktualisiert
Output
Message from freetype2-2.13.3: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). You may need to manually remove /usr/local/etc/postsrsd.conf if it is no longer needed. You may need to manually remove /usr/local/etc/redis.conf if it is no longer needed. ===== Message from apr-1.7.5.1.6.3_5: -- The default BerkeleyDB implementation switched from deprecated version 5 from ports to BerkeleyDB 1 from base libc. Any BerkeleyDB databases created with apr-util MUST be rebuilt. Verify your database files using $ file file.dbm and check they report Berkeley DB 1.85 (Hash, version 2, native byte-order) other database formats (GDBM etc.) are not affected. ===== Message from python27-2.7.18_4: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: EOLed upstream. It is scheduled to be removed on or after 2020-12-31. ===== Message from py27-setuptools44-44.1.1_2: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. ===== Message from py27-dnspython1-1.16.0_1: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. ===== Message from python39-3.9.23: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Upgrade to a newer Python version. 3.9 is in maintenance status and gets security fixes only. End-of-Life: 2025-10. See https://devguide.python.org/versions/. It is scheduled to be removed on or after 2025-10-31. ===== Message from rspamd-3.12.1: -- Due to the issues with Hyperscan alignment, it is recommended to remove the existing cached files that might cause troubles from /var/db/rspamd by using the following command: "find /var/db/rspamd/ -type f -name '*.unser' -delete" This action is needed merely for this particular upgrade. ===== Message from apache24-2.4.65: -- The default database format was changed from BerkeleyDB 5 (deprecated) from ports to BerkeleyDB 1 from base libc. You must rebuild all your (RewriteMap) databases once after upgrading from 2.4.62 to 2.4.62_1 or later.
Von OliverMichaelFischer vor 14 Tagen aktualisiert
Es scheint was kaputt gegangen zu sein, weil E-Mail aktuell nicht im Mail Archiv landen und bei den Leuten wie bei mir die zum Beispiel verwaltung@ in cc setzen kommt auch nichts an.
Von GoeranHeinemann vor 14 Tagen aktualisiert · Edited
- Datei clipboard-202509242326-vx8ho.png clipboard-202509242326-vx8ho.png wurde hinzugefügt
dashier ist mein hotfix - testmail kommt jetzt wieder durch
also im maillog stand immer irgendwas von utf8mail nicht supportet, da im screenshot steht mit postconf auch mein fix für das problem
Von PaulRiegel vor 14 Tagen aktualisiert
- Status wurde von Neu zu In Bearbeitung geändert
GoeranHeinemann schrieb (#note-7):
dashier ist mein hotfix - testmail kommt jetzt wieder durchalso im maillog stand immer irgendwas von utf8mail nicht supportet, da im screenshot steht mit postconf auch mein fix für das problem
@GoeranHeinemann , dank dir fürs schnelle Klären vom Problem. (Ich hatte schon Sorge, dass das meinen heutigen Tag füllt.)
Details bequatschen wir dann mal, wenn du wieder vor Ort bist. (Ich wünsche dir noch schöne freie Tage. :-) )