Seite 1 von 1

2019-02-23 - Kernels, Systemd, Browsers, Plasma5, Python, Haskell (Stable Update)

Verfasst: Samstag 23. Februar 2019, 12:05
von Blueriver
Hi community,

Welcome to our seventh stable update for 2019. Theses are additional package needed to our last update. So what do we have with this one?

we updated systemd to v241 - we added 244 additional patches 3 so far to v241 series. This also completes the needed parts to fix CVE-2019-6454
most of the kernels got renewed
latest brave, firefox and palemoon browsers got added
Plasma5 got updated to 5.15.1
the usual python and haskell updates

We hope with all these changes Manjaro to be more efficient for you all.


CLT19
Manjaro will take part on the Chemnitz Linux Days in March this year. You may want to visit our booth with the latest Manjaro hardware and Core Developers present to answer your questions. Feel free to bring your devices if you want to have Manjaro installed on them or problems fixed from our experts.


Partnership with FCS Linux Aarhus
We are happy to announce a new partnership with FCS Linux Aarhus owned by @fhdk. This enables us to offer you Laptops with Manjaro pre-installed and Manjaro Stickers you can use on your own hardware or gift them to a friend. For each sale FCS will donate a percentage to the Manjaro project.


Manjaro v18.0.3 released!
We updated our flagship ISOs of Manjaro Illyria with the latest packages. It comes with refreshed packages and updated tools. You may want to download our XFCE Edition with the latest 4.13 packages, aswell as our most recent styling efforts. Our KDE fans may try our KDE Edition with the latest KDE v5.15 instead. And our GNOME fans may try our Gnome Edition with the latest GNOME v3.30.

Current supported Kernels
linux316 3.16.62
linux318 3.18.135 [EOL]
linux44 4.4.167 [FZN]
linux49 4.9.159
linux414 4.14.102
linux419 4.19.24
linux420 4.20.11
linux414-rt 4.14.93_rt53
linux418-rt 4.18.16_rt9

Quelle

Re: 2019-02-23 - Kernels, Systemd, Browsers, Plasma5, Python, Haskell (Stable Update)

Verfasst: Samstag 23. Februar 2019, 14:04
von Eifelquelle
Völlig problemlos durchgelaufen.
Update via TTY (STRG+ALT+F2) mit pamac update.

Re: 2019-02-23 - Kernels, Systemd, Browsers, Plasma5, Python, Haskell (Stable Update)

Verfasst: Samstag 23. Februar 2019, 19:37
von Blueriver
Ohne Probleme! :)

Re: 2019-02-23 - Kernels, Systemd, Browsers, Plasma5, Python, Haskell (Stable Update)

Verfasst: Samstag 23. Februar 2019, 23:54
von Benutzer 468 gelöscht
schönen späten guten Abend
gerade Update durchlaufen lassen.
Keine Fehler festgestellt, läuft und startet wie gehabt.
aber trotzdem eine Meldung.

Code: Alles auswählen

Incombatible libdevmapper 1.02.154 (2018-12-07) and kernel driver  (unknown version) . )

Sollte ich eingreifen ?
vG

Re: 2019-02-23 - Kernels, Systemd, Browsers, Plasma5, Python, Haskell (Stable Update)

Verfasst: Sonntag 24. Februar 2019, 08:08
von Jean-Paul
XFCE - Update Problemlos installiert, System läuft..... :)

Re: 2019-02-23 - Kernels, Systemd, Browsers, Plasma5, Python, Haskell (Stable Update)

Verfasst: Montag 25. Februar 2019, 08:57
von m-bostaurus
Bei meinen sieben Betriebssystemen hat insgesamt gesehen alles geklappt. Ich habe bei meinem Desktop-Rechner via chroot und mittels pacman -Syyu gearbeitet. Bei meinem Laptop hat das nicht geklappt, weil ich eine gesonderte var-Partition habe und es nicht schaffe, sie in den chroot-Befehl zu integrieren. Vor dem Anmelden in der grafischen Oberfläche bin ich mittels Strg+Alt+F3 in die Konsole gewechselt und habe dann den Befehl pacman -Syyu gegeben.

Einmal gab es ein Problem, das auch im internationalen Forum angesprochen wurde.

Code: Alles auswählen

Fehler: Konnte den Vorgang nicht durchführen (In Konflikt stehende Dateien)
python-pyqt5: /usr/lib/python3.7/site-packages/PyQt5/__pycache__/__init__.cpython-37.pyc existiert im Dateisystem
Fehler sind aufgetreten, keine Pakete wurden aktualisiert.
Der vorgeschlagene Befehl hat nicht geholfen;

Code: Alles auswählen

pacman -S python-pyqt5 --overwrite ‘*’
also habe ich die Datei umbenannt.
Am Tag vorher hatte ich einen Netzwerkdrucker HP HP_ColorLaserJet_MFP_M278-M281 eingerichtet. Der Scanner ließ sich nicht mehr ansprechen nach dem Update. Durch Zufall stieß ich darauf, dass er ein neuere Version eines Plugins brauchte: hplip-3.19.1-plugin.run Man erhält es auf der Webseite von HP.

[Veröffentlicht auf https://forum.manjaro.org/, https://de.manjaro.org/ und https://www.manjaro-forum.de/]

Re: 2019-02-23 - Kernels, Systemd, Browsers, Plasma5, Python, Haskell (Stable Update)

Verfasst: Dienstag 26. Februar 2019, 08:58
von ManjaroHans
Bei mir lief es super auf dem Test-USB-Stick und meiner lokalen Installation (beide Manjaro mit KDE).

Re: 2019-02-23 - Kernels, Systemd, Browsers, Plasma5, Python, Haskell (Stable Update)

Verfasst: Dienstag 26. Februar 2019, 14:03
von Benutzer 334 gelöscht
m-bostaurus hat geschrieben: Montag 25. Februar 2019, 08:57 Der vorgeschlagene Befehl hat nicht geholfen;
Der Vorschlag ist falsch.

Code: Alles auswählen

pacman -S --overwrite PAKETNAME
wäre zwar richtig, funktioniert aber nicht wunschgemäß und stiftet zusätzliche Verwirrung:
Fehler: Keine Ziel-Dateien spezifiziert (benutzen Sie -h für Hilfe)
Abhilfe schafft:

Code: Alles auswählen

pacman -S --force PAKETNAME
die folgende:
Warnung: Option --force ist überholt; stattdessen benutze --overwrite
ignoriert man einfach.

MfG