linux - 密码安装失败 : usermod www-data is currently used by process 875

标签 linux ubuntu user-interface mariadb failed-installation

我按照安装教程运行了这些命令:

    wget -O passbolt-ce-installer-ubuntu-18.04.tar.gz https://www.passbolt.com/ce/download/installers/ubuntu/latest
    wget -O passbolt-installer-checksum https://www.passbolt.com/ce/download/installers/ubuntu/latest-checksum
    sha512sum -c passbolt-installer-checksum
    tar -xzf passbolt-ce-installer-ubuntu-18.04.tar.gz
    sudo ./passbolt_ce_ubuntu_installer.sh
  • 设置 MariaDB
  • 配置 Passbolt 与 Havege
  • 一起安装
  • 设置主机名
  • 使用 LetsEncrypt
  • 将 SSL 设置为“自动”配置

    输入 Let's Encrypt 的电子邮件后,我收到错误消息:usermod: user www-data is currently used by process 875
    我不确定这是否有帮助,但我第一次尝试安装。再次运行后,我遇到了这个问题。
    我试图解决这个问题:
  • 杀死进程,进程刚刚重新启动
  • 重启同上。该过程会自行重新启动,我发现自己
    同样的问题
  • 尝试在没有 HavegeStill 的情况下安装以相同的错误结束任何帮助将不胜感激!
  • 最佳答案

    我不得不停止 Apache 2 服务来解决这个问题。

    systemctl stop apache2
    
    之后,安装过程开始工作。
    编辑:找到解决方案here .

    关于linux - 密码安装失败 : usermod www-data is currently used by process 875,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63318684/

    相关文章:

    python - subprocess.Popen() : OSError: [Errno 8] Exec format error in python?

    php - 我如何让 SublimeCodeIntel 跳转到适用于 php 的符号

    javascript - 如何在输入文本字段中使占位符闪烁到 focusout

    java - 关于javaFX,需要将 ListView 内的节点与最右侧对齐

    linux - 为什么在中断中使用 mutex_trylock 不安全?

    linux - 生成 Sencha Touch 2 应用程序空指针错误

    linux - 如何在Linux终端中恢复 "doskey"功能?

    windows - 如何在 Windows 上重置 Ubuntu 的管理员密码

    ubuntu - ubuntu AMI 是否比 AWS 上的 Windows AMI 慢

    python-3.x - Pyautogui 不会移动实际的鼠标指针