Recent content by RaHa

  1. RaHa

    Question mysql INSERT INTO

    I have a php-script with $ db->exec($ insertinto) and start from the shell. Exactly after 3000 data records the $ db->exec ($ insertinto) abort. If I start the script again, I can load another 3000 data records. The database can therefore be expanded. Where is the problem? Is there a limit to a...
  2. RaHa

    Resolved Error PhpMyAdmin on plesk (for all my domains)

    Fixed the problem! MANY THANKS!
  3. RaHa

    Issue docker.service failed

    I will do SNAPSHOTS in the future. Promised! Thanks!
  4. RaHa

    Issue docker.service failed

    I thought again about the removal of Docker. What I didn't do in all my attempts before was to delete the following lines in file /etc/apt/sources.list: deb [arch=amd64] Index of linux/ubuntu/ xenial stable # deb-src [arch=amd64] Index of linux/ubuntu/ xenial stable
  5. RaHa

    Issue docker.service failed

    #plesk bin extension --install docker 'docker' neither a valid package name or a path exit status 1 I think that's ok. I didn't buy this extension from Plesk. When trying to install Jitsi Docker was installed by the install tool. Since then, there have been errors when updating Plesk. I had...
  6. RaHa

    Issue docker.service failed

    # find / -name *docker* /var/lib/docker /etc/docker #ls /etc/docker key.json # ls /var/lib/docker containerd containers image plugins runtimes tmp trust vfs volumes Should I delete the above folders with content? #rm -fR /var/lib/docker rm: cannot remove '/var/lib/docker': Device or...
  7. RaHa

    Issue docker.service failed

    #apt-get clean # apt-get autoclean Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig # apt-get update: OK:1 Index of /NODE_0.0.2 all InRelease OK:2 Index of /PMM_0.1.11 xenial InRelease...
  8. RaHa

    Issue docker.service failed

    plesk installer install-all-updates: Datei wird heruntergeladen products.inf3: 0% Datei wird heruntergeladen products.inf3: 100% fertig. Datei wird heruntergeladen pool/PSA_18.0.25_2802/release.inf3: 0% Datei wird heruntergeladen pool/PSA_18.0.25_2802/release.inf3: 100% fertig. Datei wird...
  9. RaHa

    Issue docker.service failed

    plesk installer install-all-updates: BUSY: Die Update-Operation wurde durch einen anderen Update-Prozess gesperrt. exit status 1
  10. RaHa

    Issue docker.service failed

    Before I deletet this: /etc/apt/sources.list:deb [arch=amd64] Index of linux/ubuntu/ xenial stable /etc/apt/sources.list:# deb-src [arch=amd64] Index of linux/ubuntu/ xenial stable apt update: OK:1 Index of /NODE_0.0.2 all InRelease OK:2 Index of /PMM_0.1.11 xenial InRelease...
  11. RaHa

    Issue docker.service failed

    where/how to change to english? I found it: plesk bin admin -u -locale en_US
  12. RaHa

    Issue docker.service failed

    @AYamshanow apt-get remove docker docker-engine docker.io: Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Paket »docker-engine« ist nicht installiert, wird also auch nicht entfernt. Paket »docker« ist nicht...
  13. RaHa

    Issue docker.service failed

    @kirk dpkg --configure -a: docker-ce (5:19.03.8~3-0~ubuntu-xenial) wird eingerichtet ... Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. invoke-rc.d: initscript docker, action "start"...
  14. RaHa

    Issue docker.service failed

    Hi AYamshanov & Kirk, it will not work: ps -aux | grep docker: root 4683 1.7 2.7 378976 57520 ? Ssl 06:33 0:00 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock root 4693 0.0 0.0 14992 1052 pts/1 R+ 06:33 0:00 grep --color=auto docker...
  15. RaHa

    Issue docker.service failed

    Hi kirk, thanks! I do so.
Back
Top