【问题标题】:Internal 500 error on Google Compute Engine, installing littlest jupyterGoogle Compute Engine 上的内部 500 错误,安装最小的 jupyter
【发布时间】:2020-06-29 19:27:49
【问题描述】:

VM 运行一两天后出现“Internal 500 server error”。

这是第二次发生,我启动实例,安装最小的 Jupyterhub (详见下文)。我可以登录外部IP一天,但它停止了 出现内部 500 错误。我无法 ssh 或进入实例,唯一的替代方法是 创建一个新实例并重新执行。有什么问题?

我在这个实例上安装了最小的 jupyterhub,使用 #!/bin/bash 卷曲https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py | sudo python3 - --admin master

【问题讨论】:

    标签: google-compute-engine internal-server-error jupyterhub


    【解决方案1】:

    我建议您在您的实例上启用对串行控制台 [1] 的访问。 您还需要按照本文档 [2] 为您的用户设置密码。

    完成这两个步骤后,您应该能够在您被锁定后重新连接到您的实例,就像您按照此 [3] 提到的那样。

    然后您应该能够调查实例中发生的情况。

    然后尝试验证您的应用程序是否仍在运行,SSH 服务器是否仍在运行等。

    弗雷德里克

    [1]https://cloud.google.com/compute/docs/instances/interacting-with-serial-console#enable_instance_access
    [2]https://cloud.google.com/compute/docs/instances/interacting-with-serial-console#setting_up_a_local_password
    [3]https://cloud.google.com/compute/docs/instances/interacting-with-serial-console#connectserialconsole

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2014-12-13
      • 1970-01-01
      • 1970-01-01
      • 2015-10-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多