Keine automatischen Aufgaben mehr  [GELÖST]

Haben Sie einen Bug entdeckt? Teilen Sie es uns mit.
User avatar
NicoMSH
Posts: 61
Joined: Sun 1. Jun 2025, 16:54
Location: nähe Halle

Keine automatischen Aufgaben mehr

Post by NicoMSH »

Ich bin sicher, dass die Ursache des Problems bei KeyHelp liegt
ja


Server-Betriebssystem + Version
Ubuntu 24.04


Eingesetzte Server-Virtualisierung-Technologie
nichts


KeyHelp-Version + Build-Nummer
25.1 (Build 3433)


Problembeschreibung / Fehlermeldungen
es funktionieren keine Keyhelp internen Aufgaben mehr.
Es betrifft Anwendungen installieren, Wartungsintervalle werden nicht mehr ausgeführt, eigentlich alles, was keyhelp innerhalb der 1 Minute ausführen soll.

Erwartetes Ergebnis


Tatsächliches Ergebnis


Schritte zur Reproduktion
nach einem manuellen "apt upgrade" in der Konsole stand dort das man mit "apt autoremove" alle nicht benötigten Pakete entfernen solle.
Gesagt getan, danach war php8.3 verschwunden und Keyhelp ging nicht mehr oO Habe php8.3 danach sofort neu installiert und Keyhelp war wieder erreichbar, allerdings mit dem oben beschriebenen Problem. Den Server habe ich noch nicht neu gestartet, weil ich Angst habe, das Keyyhelp dann garnicht mehr funktioniert :|

Zusätzliche Informationen
User avatar
Jolinar
Community Moderator
Posts: 4055
Joined: Sat 30. Jan 2016, 07:11
Location: Weimar (Thüringen)
Contact:

Re: Keine automatischen Aufgaben mehr

Post by Jolinar »

Schnellster Weg...System aus dem Backup wieder einspielen.
Wenn jemand inkompetent ist, dann kann er nicht wissen, daß er inkompetent ist. (David Dunning)

Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
  • In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
    In this color, I write as a moderator and provide moderative guidance or justify moderative interventions
  • In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
    In this color, I write as a community member and share my personal opinions and views
User avatar
Florian
Keyweb AG
Posts: 1703
Joined: Wed 20. Jan 2016, 02:28

Re: Keine automatischen Aufgaben mehr

Post by Florian »

Hallo,

eigentlich passiert das nicht, außer man hat wie es oft vorkommt Drittquellen im apt aktiv und darüber weitere PHP-Versionen installiert.

Was sagt php -v ?
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
NicoMSH
Posts: 61
Joined: Sun 1. Jun 2025, 16:54
Location: nähe Halle

Re: Keine automatischen Aufgaben mehr

Post by NicoMSH »

Florian wrote: Fri 4. Jul 2025, 10:10 Hallo,

eigentlich passiert das nicht, außer man hat wie es oft vorkommt Drittquellen im apt aktiv und darüber weitere PHP-Versionen installiert.

Was sagt php -v ?
omg ja hatte nextcloud installiert als Anwendung und es kamen ein haufen Fehlermeldungen im Adminbereich. Ich habe dann laut anleitung
die Repo "https://ppa.launchpadcontent.net/ondrej/php/ubuntu/" hinzugefügt um die Fehler auszumerzen (wie gesagt nach Anleitung, die im übrigen sehr chaotisch ist). Wie kann ich das wieder Rückgängig machen? Und nein ich habe noch kein Backup gemacht von keyhelp (ja ich schäme mich dafür), obwohl ich denke in diesem Fall würde ein Backup ja auch nichts bringen. Nextcloud kommt bei mir auf die Banliste -.-

Code: Select all

$ php -v
PHP 8.4.10 (cli) (built: Jul  3 2025 12:42:27) (NTS)
Copyright (c) The PHP Group
Built by Debian
Zend Engine v4.4.10, Copyright (c) Zend Technologies
    with Zend OPcache v8.4.10, Copyright (c), by Zend Technologies
User avatar
Jolinar
Community Moderator
Posts: 4055
Joined: Sat 30. Jan 2016, 07:11
Location: Weimar (Thüringen)
Contact:

Re: Keine automatischen Aufgaben mehr

Post by Jolinar »

NicoMSH wrote: Fri 4. Jul 2025, 10:19 ich denke in diesem Fall würde ein Backup ja auch nichts bringen
Wie kommst du zu der Annahme?

NicoMSH wrote: Fri 4. Jul 2025, 10:19 Wie kann ich das wieder Rückgängig machen?
Wenn du sowieso noch kein Backup angelegt hast, dürfte der Server vermutlich eh noch nicht im Produktivbetrieb laufen.
Effektivster Weg:
Userdaten manuell sichern, System neu aufsetzen und Userdaten wieder einspielen.
So hast du auch für dich den größten Lerneffekt :ugeek:
Wenn jemand inkompetent ist, dann kann er nicht wissen, daß er inkompetent ist. (David Dunning)

Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
  • In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
    In this color, I write as a moderator and provide moderative guidance or justify moderative interventions
  • In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
    In this color, I write as a community member and share my personal opinions and views
User avatar
Florian
Keyweb AG
Posts: 1703
Joined: Wed 20. Jan 2016, 02:28

Re: Keine automatischen Aufgaben mehr

Post by Florian »

Hallo,

ja 8.4 ist natürlich die falsche Version.

Schick mal bitte die Ausgabe von

Code: Select all

dpkg -l | grep php
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
NicoMSH
Posts: 61
Joined: Sun 1. Jun 2025, 16:54
Location: nähe Halle

Re: Keine automatischen Aufgaben mehr

Post by NicoMSH »

Jolinar wrote: Fri 4. Jul 2025, 10:24 Wie kommst du zu der Annahme?
Naja weil eine andere PHP version aus dem Ondrej-Repo installiert wurde wie es scheint :?:
User avatar
NicoMSH
Posts: 61
Joined: Sun 1. Jun 2025, 16:54
Location: nähe Halle

Re: Keine automatischen Aufgaben mehr

Post by NicoMSH »

Florian wrote: Fri 4. Jul 2025, 10:27 Hallo,

ja 8.4 ist natürlich die falsche Version.

Schick mal bitte die Ausgabe von

Code: Select all

dpkg -l | grep php

Code: Select all

~$ dpkg -l | grep ph
ii  gpg-agent                            2.4.4-2ubuntu17.2                                         amd64        GNU privacy guard - cryptographic agent
ii  i965-va-driver:amd64                 2.4.1+dfsg1-1build2                                       amd64        VAAPI driver for Intel G45 & HD Graphics family
ii  intel-media-va-driver:amd64          24.1.0+dfsg1-1                                            amd64        VAAPI driver for the Intel GEN8+ Graphics family
ii  libapache2-mod-php8.3                8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        server-side, HTML-embedded scripting language (Apache 2 module)
ii  libapache2-mod-php8.4                8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        server-side, HTML-embedded scripting language (Apache 2 module)
ii  libbs2b0:amd64                       3.1.0+dfsg-7build1                                        amd64        Bauer stereophonic-to-binaural DSP library
ii  libcairo-gobject2:amd64              1.18.0-3build1                                            amd64        Cairo 2D vector graphics library (GObject library)
ii  libcairo2:amd64                      1.18.0-3build1                                            amd64        Cairo 2D vector graphics library
ii  libgd3:amd64                         2.3.3-13+ubuntu24.04.1+deb.sury.org+1                     amd64        GD Graphics Library
ii  libgraphite2-3:amd64                 1.3.14-2build1                                            amd64        Font rendering engine for Complex Scripts -- library
ii  libgtk-3-0t64:amd64                  3.24.41-4ubuntu1.3                                        amd64        GTK graphical user interface library
ii  libgtk-3-bin                         3.24.41-4ubuntu1.3                                        amd64        programs for the GTK graphical user interface library
ii  libgtk-3-common                      3.24.41-4ubuntu1.3                                        all          common files for the GTK graphical user interface library
ii  libhogweed6t64:amd64                 3.9.1-2.2build1.1                                         amd64        low level cryptographic library (public-key cryptos)
ii  libigdgmm12:amd64                    22.3.17+ds1-1                                             amd64        Intel Graphics Memory Management Library -- shared library
ii  libnetpbm11t64:amd64                 2:11.05.02-1.1build1                                      amd64        Graphics conversion tools shared libraries
ii  libnettle8t64:amd64                  3.9.1-2.2build1.1                                         amd64        low level cryptographic library (symmetric and one-way cryptos)
ii  libplymouth5:amd64                   24.004.60-1ubuntu7.1                                      amd64        graphical boot animation and logger - shared libraries
ii  libpocketsphinx3:amd64               0.8.0+real5prealpha+1-15ubuntu5                           amd64        Speech recognition tool - front-end library
ii  libsodium23:amd64                    1.0.18-1build3                                            amd64        Network communication, cryptography and signaturing library
ii  libsphinxbase3t64:amd64              0.8+5prealpha+1-17build2                                  amd64        Speech recognition tool - shared library
ii  libwebp7:amd64                       1.3.2-0.4build3                                           amd64        Lossy compression of digital photographic images
ii  libwebpdemux2:amd64                  1.3.2-0.4build3                                           amd64        Lossy compression of digital photographic images.
ii  libwebpmux3:amd64                    1.3.2-0.4build3                                           amd64        Lossy compression of digital photographic images
ii  libxxf86dga1:amd64                   2:1.1.5-1build1                                           amd64        X11 Direct Graphics Access extension library
ii  mesa-vulkan-drivers:amd64            24.2.8-1ubuntu1~24.04.1                                   amd64        Mesa Vulkan graphics drivers
ii  netpbm                               2:11.05.02-1.1build1                                      amd64        Graphics conversion tools between image formats
ii  openssl                              3.0.13-0ubuntu3.5                                         amd64        Secure Sockets Layer toolkit - cryptographic utility
ii  php                                  2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          server-side, HTML-embedded scripting language (default)
ii  php-auth-sasl                        1.2.0-1                                                   all          Abstraction of various SASL mechanism responses
ii  php-bcmath                           2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          Bcmath module for PHP [default]
ii  php-common                           2:96+ubuntu24.04.1+deb.sury.org+1                         all          Common files for PHP packages
ii  php-curl                             2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          CURL module for PHP [default]
ii  php-fpm                              2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          server-side, HTML-embedded scripting language (FPM-CGI binary) (default)
ii  php-gd                               2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          GD module for PHP [default]
ii  php-gmp                              2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          GMP module for PHP [default]
ii  php-imagick                          3.8.0-1+ubuntu24.04.1+deb.sury.org+1                      all          Provides a wrapper to the ImageMagick library
ii  php-intl                             2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          Internationalisation module for PHP [default]
ii  php-mail-mime                        1.10.11-1                                                 all          PHP PEAR module for creating MIME messages
ii  php-mbstring                         2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          MBSTRING module for PHP [default]
ii  php-mysql                            2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          MySQL module for PHP [default]
ii  php-net-sieve                        1.4.6-1                                                   all          Handles talking to a sieve server
ii  php-net-smtp                         1.11.1-1                                                  all          PHP PEAR module implementing SMTP protocol
ii  php-net-socket                       1.2.2-2                                                   all          Network Socket Interface
ii  php-pear                             1:1.10.16+submodules+notgz-2+ubuntu24.04.1+deb.sury.org+1 all          PEAR Base System
ii  php-pspell                           2:8.3+95+ubuntu24.04.1+deb.sury.org+2                     all          pspell module for PHP [default]
ii  php-readline                         2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          readline module for PHP [default]
ii  php-redis                            6.2.0-1+ubuntu24.04.1+deb.sury.org+1                      all          PHP extension for interfacing with Redis
ii  php-soap                             2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          SOAP module for PHP [default]
ii  php-xml                              2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default]
ii  php-zip                              2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          Zip module for PHP [default]
ii  php8.3                               8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     all          server-side, HTML-embedded scripting language (metapackage)
ii  php8.3-bcmath                        8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Bcmath module for PHP
ii  php8.3-cli                           8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        command-line interpreter for the PHP scripting language
ii  php8.3-common                        8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        documentation, examples and common module for PHP
ii  php8.3-curl                          8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        CURL module for PHP
ii  php8.3-fpm                           8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
ii  php8.3-gd                            8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        GD module for PHP
ii  php8.3-gmp                           8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        GMP module for PHP
ii  php8.3-igbinary                      3.2.16-3+ubuntu24.04.1+deb.sury.org+1                     amd64        igbinary PHP serializer
ii  php8.3-imagick                       3.8.0-1+ubuntu24.04.1+deb.sury.org+1                      amd64        Provides a wrapper to the ImageMagick library
ii  php8.3-intl                          8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Internationalisation module for PHP
ii  php8.3-mbstring                      8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        MBSTRING module for PHP
ii  php8.3-mysql                         8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        MySQL module for PHP
ii  php8.3-opcache                       8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Zend OpCache module for PHP
ii  php8.3-pspell                        8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        pspell module for PHP
ii  php8.3-readline                      8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        readline module for PHP
ii  php8.3-redis                         6.2.0-1+ubuntu24.04.1+deb.sury.org+1                      amd64        PHP extension for interfacing with Redis
ii  php8.3-soap                          8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        SOAP module for PHP
ii  php8.3-xml                           8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        DOM, SimpleXML, XML, and XSL module for PHP
ii  php8.3-zip                           8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Zip module for PHP
ii  php8.4                               8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     all          server-side, HTML-embedded scripting language (metapackage)
ii  php8.4-bcmath                        8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Bcmath module for PHP
ii  php8.4-cli                           8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        command-line interpreter for the PHP scripting language
ii  php8.4-common                        8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        documentation, examples and common module for PHP
ii  php8.4-curl                          8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        CURL module for PHP
ii  php8.4-fpm                           8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
ii  php8.4-gd                            8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        GD module for PHP
ii  php8.4-gmp                           8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        GMP module for PHP
ii  php8.4-igbinary                      3.2.16-3+ubuntu24.04.1+deb.sury.org+1                     amd64        igbinary PHP serializer
ii  php8.4-imagick                       3.8.0-1+ubuntu24.04.1+deb.sury.org+1                      amd64        Provides a wrapper to the ImageMagick library
ii  php8.4-intl                          8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Internationalisation module for PHP
ii  php8.4-mbstring                      8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        MBSTRING module for PHP
ii  php8.4-mysql                         8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        MySQL module for PHP
ii  php8.4-opcache                       8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Zend OpCache module for PHP
ii  php8.4-phpdbg                        8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        server-side, HTML-embedded scripting language (PHPDBG binary)
ii  php8.4-readline                      8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        readline module for PHP
ii  php8.4-redis                         6.2.0-1+ubuntu24.04.1+deb.sury.org+1                      amd64        PHP extension for interfacing with Redis
ii  php8.4-soap                          8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        SOAP module for PHP
ii  php8.4-xml                           8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        DOM, SimpleXML, XML, and XSL module for PHP
ii  php8.4-zip                           8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Zip module for PHP
ii  pinentry-curses                      1.2.1-3ubuntu5                                            amd64        curses-based PIN or pass-phrase entry dialog for GnuPG
ii  pocketsphinx-en-us                   0.8.0+real5prealpha+1-15ubuntu5                           all          Speech recognition tool - US English language model
ii  python3-cryptography                 41.0.7-4ubuntu0.1                                         amd64        Python library exposing cryptographic recipes and primitives (Python 3)

User avatar
Jolinar
Community Moderator
Posts: 4055
Joined: Sat 30. Jan 2016, 07:11
Location: Weimar (Thüringen)
Contact:

Re: Keine automatischen Aufgaben mehr

Post by Jolinar »

Code: Select all

dpkg -l | grep ph
Müssen wir sogar Copy/Paste üben...? :o
Wenn jemand inkompetent ist, dann kann er nicht wissen, daß er inkompetent ist. (David Dunning)

Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
  • In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
    In this color, I write as a moderator and provide moderative guidance or justify moderative interventions
  • In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
    In this color, I write as a community member and share my personal opinions and views
User avatar
NicoMSH
Posts: 61
Joined: Sun 1. Jun 2025, 16:54
Location: nähe Halle

Re: Keine automatischen Aufgaben mehr

Post by NicoMSH »

Jolinar wrote: Fri 4. Jul 2025, 10:32

Code: Select all

dpkg -l | grep ph
Müssen wir sogar Copy/Paste üben...? :o
ich glaube habs wieder hinbekommen mit:

Code: Select all

sudo a2dismod php8.4
danach

Code: Select all

sudo a2enmod php8.3
sudo systemctl restart apache2
sudo update-alternatives --set php /usr/bin/php8.3
zumindest legt er jetzt wieder neue User an und auch die wartungsintervalle scheinen zu laufen laut log
Woah war der Schreck jetzt groß...
Ich hoffe das war es und es funktioniert noch alles nach einem Serverneustart :lol:

der Richtigkeit halber (ja copy paste ist doch eine geniale erfindung :D )

Code: Select all

~$ dpkg -l | grep ph
ii  gpg-agent                            2.4.4-2ubuntu17.2                                         amd64        GNU privacy guard - cryptographic agent
ii  i965-va-driver:amd64                 2.4.1+dfsg1-1build2                                       amd64        VAAPI driver for Intel G45 & HD Graphics family
ii  intel-media-va-driver:amd64          24.1.0+dfsg1-1                                            amd64        VAAPI driver for the Intel GEN8+ Graphics family
ii  libapache2-mod-php8.3                8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        server-side, HTML-embedded scripting language (Apache 2 module)
ii  libapache2-mod-php8.4                8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        server-side, HTML-embedded scripting language (Apache 2 module)
ii  libbs2b0:amd64                       3.1.0+dfsg-7build1                                        amd64        Bauer stereophonic-to-binaural DSP library
ii  libcairo-gobject2:amd64              1.18.0-3build1                                            amd64        Cairo 2D vector graphics library (GObject library)
ii  libcairo2:amd64                      1.18.0-3build1                                            amd64        Cairo 2D vector graphics library
ii  libgd3:amd64                         2.3.3-13+ubuntu24.04.1+deb.sury.org+1                     amd64        GD Graphics Library
ii  libgraphite2-3:amd64                 1.3.14-2build1                                            amd64        Font rendering engine for Complex Scripts -- library
ii  libgtk-3-0t64:amd64                  3.24.41-4ubuntu1.3                                        amd64        GTK graphical user interface library
ii  libgtk-3-bin                         3.24.41-4ubuntu1.3                                        amd64        programs for the GTK graphical user interface library
ii  libgtk-3-common                      3.24.41-4ubuntu1.3                                        all          common files for the GTK graphical user interface library
ii  libhogweed6t64:amd64                 3.9.1-2.2build1.1                                         amd64        low level cryptographic library (public-key cryptos)
ii  libigdgmm12:amd64                    22.3.17+ds1-1                                             amd64        Intel Graphics Memory Management Library -- shared library
ii  libnetpbm11t64:amd64                 2:11.05.02-1.1build1                                      amd64        Graphics conversion tools shared libraries
ii  libnettle8t64:amd64                  3.9.1-2.2build1.1                                         amd64        low level cryptographic library (symmetric and one-way cryptos)
ii  libplymouth5:amd64                   24.004.60-1ubuntu7.1                                      amd64        graphical boot animation and logger - shared libraries
ii  libpocketsphinx3:amd64               0.8.0+real5prealpha+1-15ubuntu5                           amd64        Speech recognition tool - front-end library
ii  libsodium23:amd64                    1.0.18-1build3                                            amd64        Network communication, cryptography and signaturing library
ii  libsphinxbase3t64:amd64              0.8+5prealpha+1-17build2                                  amd64        Speech recognition tool - shared library
ii  libwebp7:amd64                       1.3.2-0.4build3                                           amd64        Lossy compression of digital photographic images
ii  libwebpdemux2:amd64                  1.3.2-0.4build3                                           amd64        Lossy compression of digital photographic images.
ii  libwebpmux3:amd64                    1.3.2-0.4build3                                           amd64        Lossy compression of digital photographic images
ii  libxxf86dga1:amd64                   2:1.1.5-1build1                                           amd64        X11 Direct Graphics Access extension library
ii  mesa-vulkan-drivers:amd64            24.2.8-1ubuntu1~24.04.1                                   amd64        Mesa Vulkan graphics drivers
ii  netpbm                               2:11.05.02-1.1build1                                      amd64        Graphics conversion tools between image formats
ii  openssl                              3.0.13-0ubuntu3.5                                         amd64        Secure Sockets Layer toolkit - cryptographic utility
ii  php                                  2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          server-side, HTML-embedded scripting language (default)
ii  php-auth-sasl                        1.2.0-1                                                   all          Abstraction of various SASL mechanism responses
ii  php-bcmath                           2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          Bcmath module for PHP [default]
ii  php-common                           2:96+ubuntu24.04.1+deb.sury.org+1                         all          Common files for PHP packages
ii  php-curl                             2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          CURL module for PHP [default]
ii  php-fpm                              2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          server-side, HTML-embedded scripting language (FPM-CGI binary) (default)
ii  php-gd                               2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          GD module for PHP [default]
ii  php-gmp                              2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          GMP module for PHP [default]
ii  php-imagick                          3.8.0-1+ubuntu24.04.1+deb.sury.org+1                      all          Provides a wrapper to the ImageMagick library
ii  php-intl                             2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          Internationalisation module for PHP [default]
ii  php-mail-mime                        1.10.11-1                                                 all          PHP PEAR module for creating MIME messages
ii  php-mbstring                         2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          MBSTRING module for PHP [default]
ii  php-mysql                            2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          MySQL module for PHP [default]
ii  php-net-sieve                        1.4.6-1                                                   all          Handles talking to a sieve server
ii  php-net-smtp                         1.11.1-1                                                  all          PHP PEAR module implementing SMTP protocol
ii  php-net-socket                       1.2.2-2                                                   all          Network Socket Interface
ii  php-pear                             1:1.10.16+submodules+notgz-2+ubuntu24.04.1+deb.sury.org+1 all          PEAR Base System
ii  php-pspell                           2:8.3+95+ubuntu24.04.1+deb.sury.org+2                     all          pspell module for PHP [default]
ii  php-readline                         2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          readline module for PHP [default]
ii  php-redis                            6.2.0-1+ubuntu24.04.1+deb.sury.org+1                      all          PHP extension for interfacing with Redis
ii  php-soap                             2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          SOAP module for PHP [default]
ii  php-xml                              2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default]
ii  php-zip                              2:8.4+96+ubuntu24.04.1+deb.sury.org+1                     all          Zip module for PHP [default]
ii  php8.3                               8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     all          server-side, HTML-embedded scripting language (metapackage)
ii  php8.3-bcmath                        8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Bcmath module for PHP
ii  php8.3-cli                           8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        command-line interpreter for the PHP scripting language
ii  php8.3-common                        8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        documentation, examples and common module for PHP
ii  php8.3-curl                          8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        CURL module for PHP
ii  php8.3-fpm                           8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
ii  php8.3-gd                            8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        GD module for PHP
ii  php8.3-gmp                           8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        GMP module for PHP
ii  php8.3-igbinary                      3.2.16-3+ubuntu24.04.1+deb.sury.org+1                     amd64        igbinary PHP serializer
ii  php8.3-imagick                       3.8.0-1+ubuntu24.04.1+deb.sury.org+1                      amd64        Provides a wrapper to the ImageMagick library
ii  php8.3-intl                          8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Internationalisation module for PHP
ii  php8.3-mbstring                      8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        MBSTRING module for PHP
ii  php8.3-mysql                         8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        MySQL module for PHP
ii  php8.3-opcache                       8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Zend OpCache module for PHP
ii  php8.3-pspell                        8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        pspell module for PHP
ii  php8.3-readline                      8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        readline module for PHP
ii  php8.3-redis                         6.2.0-1+ubuntu24.04.1+deb.sury.org+1                      amd64        PHP extension for interfacing with Redis
ii  php8.3-soap                          8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        SOAP module for PHP
ii  php8.3-xml                           8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        DOM, SimpleXML, XML, and XSL module for PHP
ii  php8.3-zip                           8.3.23-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Zip module for PHP
ii  php8.4                               8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     all          server-side, HTML-embedded scripting language (metapackage)
ii  php8.4-bcmath                        8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Bcmath module for PHP
ii  php8.4-cli                           8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        command-line interpreter for the PHP scripting language
ii  php8.4-common                        8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        documentation, examples and common module for PHP
ii  php8.4-curl                          8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        CURL module for PHP
ii  php8.4-fpm                           8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
ii  php8.4-gd                            8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        GD module for PHP
ii  php8.4-gmp                           8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        GMP module for PHP
ii  php8.4-igbinary                      3.2.16-3+ubuntu24.04.1+deb.sury.org+1                     amd64        igbinary PHP serializer
ii  php8.4-imagick                       3.8.0-1+ubuntu24.04.1+deb.sury.org+1                      amd64        Provides a wrapper to the ImageMagick library
ii  php8.4-intl                          8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Internationalisation module for PHP
ii  php8.4-mbstring                      8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        MBSTRING module for PHP
ii  php8.4-mysql                         8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        MySQL module for PHP
ii  php8.4-opcache                       8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Zend OpCache module for PHP
ii  php8.4-phpdbg                        8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        server-side, HTML-embedded scripting language (PHPDBG binary)
ii  php8.4-readline                      8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        readline module for PHP
ii  php8.4-redis                         6.2.0-1+ubuntu24.04.1+deb.sury.org+1                      amd64        PHP extension for interfacing with Redis
ii  php8.4-soap                          8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        SOAP module for PHP
ii  php8.4-xml                           8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        DOM, SimpleXML, XML, and XSL module for PHP
ii  php8.4-zip                           8.4.10-1+ubuntu24.04.1+deb.sury.org+1                     amd64        Zip module for PHP
ii  pinentry-curses                      1.2.1-3ubuntu5                                            amd64        curses-based PIN or pass-phrase entry dialog for GnuPG
ii  pocketsphinx-en-us                   0.8.0+real5prealpha+1-15ubuntu5                           all          Speech recognition tool - US English language model
ii  python3-cryptography                 41.0.7-4ubuntu0.1                                         amd64        Python library exposing cryptographic recipes and primitives (Python 3)
User avatar
Florian
Keyweb AG
Posts: 1703
Joined: Wed 20. Jan 2016, 02:28

Re: Keine automatischen Aufgaben mehr  [GELÖST]

Post by Florian »

Hallo,

1. Fremdquelle im APT deaktivieren
2. apt-get update
3. apt-get remove php*

Die Liste der Pakete, die er entferne will genau anschauen, dass er auch nur PHP Pakete entfernt

4. apt-get install -y php php-curl php-gd imagemagick php-imagick php-mail-mime php-net-sieve php-pspell php-net-socket php-auth-sasl php-intl php-net-smtp php-zip php-bcmath php-gmp php-soap php-mbstring php8.3-mysql php8.3-readline php-fpm

5. so solte es dann am Ende aussehen

Code: Select all

 php -v
PHP 8.3.6 (cli) (built: Mar 19 2025 10:08:38) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.6, Copyright (c) Zend Technologies
    with the ionCube PHP Loader v14.4.0, Copyright (c) 2002-2025, by ionCube Ltd.
    with SourceGuardian v16.0.2, Copyright (c) 2000-2025, by SourceGuardian Ltd.
    with Zend OPcache v8.3.6, Copyright (c), by Zend Technologies
Wichtig ist der Ioncube Loader

Dann sollte es normalerweise wieder funktionieren.
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
NicoMSH
Posts: 61
Joined: Sun 1. Jun 2025, 16:54
Location: nähe Halle

Re: Keine automatischen Aufgaben mehr

Post by NicoMSH »

Florian wrote: Fri 4. Jul 2025, 10:40 Hallo,

1. Fremdquelle im APT deaktivieren
2. apt-get update
3. apt-get remove php*

Die Liste der Pakete, die er entferne will genau anschauen, dass er auch nur PHP Pakete entfernt

4. apt-get install -y php php-curl php-gd imagemagick php-imagick php-mail-mime php-net-sieve php-pspell php-net-socket php-auth-sasl php-intl php-net-smtp php-zip php-bcmath php-gmp php-soap php-mbstring php8.3-mysql php8.3-readline php-fpm

5. so solte es dann am Ende aussehen

Code: Select all

 php -v
PHP 8.3.6 (cli) (built: Mar 19 2025 10:08:38) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.6, Copyright (c) Zend Technologies
    with the ionCube PHP Loader v14.4.0, Copyright (c) 2002-2025, by ionCube Ltd.
    with SourceGuardian v16.0.2, Copyright (c) 2000-2025, by SourceGuardian Ltd.
    with Zend OPcache v8.3.6, Copyright (c), by Zend Technologies
Wichtig ist der Ioncube Loader

Dann sollte es normalerweise wieder funktionieren.
habe es so wie ich oben geschrieben habe gemacht

Code: Select all

~$ php -v
PHP 8.3.23 (cli) (built: Jul  3 2025 16:11:22) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.23, Copyright (c) Zend Technologies
    with the ionCube PHP Loader v14.4.0, Copyright (c) 2002-2025, by ionCube Ltd.
    with SourceGuardian v16.0.2, Copyright (c) 2000-2025, by SourceGuardian Ltd.
    with Zend OPcache v8.3.23, Copyright (c), by Zend Technologies
Tut mir leid für meine Panik und das ich Euch Kopfzerbrechen mache. Aber ich lerne gern dazu und danke Euch Herzlichst für die Unterstützung <3
gleich mal schauen wo ich diesen Post bookmarken kann um in Notfall Florians Anweisungen zu befolgen. Nochmals herzlichen Dank :)
Last edited by NicoMSH on Fri 4. Jul 2025, 10:48, edited 1 time in total.
User avatar
Florian
Keyweb AG
Posts: 1703
Joined: Wed 20. Jan 2016, 02:28

Re: Keine automatischen Aufgaben mehr

Post by Florian »

Hallo,

dein Weg funktioniert sicher erstmal, ändert aber nichts an der Tatsache dass es nicht die Original Pakete von Ubuntu sind und solange die Quelle aktiv ist, kann es immer wieder passieren, dass es dir die Konfig ändert.
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
Jolinar
Community Moderator
Posts: 4055
Joined: Sat 30. Jan 2016, 07:11
Location: Weimar (Thüringen)
Contact:

Re: Keine automatischen Aufgaben mehr

Post by Jolinar »

Dir dürfte klar sein, was der nächste sinnvolle Schritt sein sollte...?
NicoMSH wrote: Fri 4. Jul 2025, 10:19 Und nein ich habe noch kein Backup gemacht
Korrigiere das, falls du mal wieder straucheln solltest...
Wenn jemand inkompetent ist, dann kann er nicht wissen, daß er inkompetent ist. (David Dunning)

Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
  • In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
    In this color, I write as a moderator and provide moderative guidance or justify moderative interventions
  • In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
    In this color, I write as a community member and share my personal opinions and views
User avatar
NicoMSH
Posts: 61
Joined: Sun 1. Jun 2025, 16:54
Location: nähe Halle

Re: Keine automatischen Aufgaben mehr

Post by NicoMSH »

Florian wrote: Fri 4. Jul 2025, 10:48 Hallo,

dein Weg funktioniert sicher erstmal, ändert aber nichts an der Tatsache dass es nicht die Original Pakete von Ubuntu sind und solange die Quelle aktiv ist, kann es immer wieder passieren, dass es dir die Konfig ändert.
deshalb habe ich den Post gebookmarked. werde es später dann umsetzen. Vielen Dank noch einmal :)
Post Reply