fscarmen2 / Argo-Nezha-Service-Container

Nezha server over Argo tunnel 使用 Argo 隧道的哪吒服务端
641 stars 396 forks source link

哪吒面板更新后无法启动 #117

Closed guoshang105 closed 1 hour ago

guoshang105 commented 6 hours ago

IMG_20241106_074049

出现spawnerr: command at '/dashboard/app' is not executable

ShAlIow commented 4 hours ago

有同样问题

scarlett518 commented 4 hours ago

我的也在哪吒更新后无法使用

Eternal-Future commented 4 hours ago

同样问题🌚

liulisanwan commented 4 hours ago

一样

kadidala commented 4 hours ago

同样的问题

mouse0232 commented 4 hours ago

同样的问题 不知道手动如何修改

zylf00 commented 3 hours ago

一样,救命

zhaozongwen commented 3 hours ago

VPS部署发生同样问题,面板无法启动 ERR failed to serve incoming request error="Failed to proxy HTTP: Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:5001: connect: connection refused"

huha121 commented 3 hours ago

下载中, 请稍等 Created symlink /etc/systemd/system/multi-user.target.wants/nezha-dashboard.service → /etc/systemd/system/nezha-dashboard.service.

安装 fscarmen 的 VPS argo 带远程备份版 (https://github.com/fscarmen2/Argo-Nezha-Service-Container) 失败!

flowiceeos commented 3 hours ago

在koyeb部署的,原来一直好使,昨天开始失败了。

moneytree520 commented 2 hours ago

都出问题我就放心了,在线等修复

Guciliang commented 2 hours ago

同样问题,vps部署面板 ERR failed to serve incoming request error="Failed to proxy HTTP: Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp [::1]:5001: connect: connection refused

Maxrxf commented 2 hours ago

官方项目也有issue,可能都有问题,不只是argo版 https://github.com/naiba/nezha/issues/469

emengweb commented 2 hours ago

同样的问题,应该是nezha最新版本出问题了。 希望可以增加一个变量,允许通过变量手动指定版本号(方便docker部署时自定义版本) 临时解决方案,进入docker容器中,执行:

WORK_DIR=/dashboard
ARCH=amd64
  wget -O /tmp/dashboard.zip https://github.com/naiba/nezha/releases/download/v0.20.8/dashboard-linux-amd64.zip
  unzip -o /tmp/dashboard.zip -d /tmp
  mv -f /tmp/dashboard-linux-$ARCH $WORK_DIR/app

supervisorctl reload
ShAlIow commented 2 hours ago

@emengweb 这个提议好 可以指定特定版本 方便很多

kkkkxl commented 2 hours ago

是的指定版本就不更新了,或者加个禁止更新的命令

nap0o commented 2 hours ago

简单修一下

chmod +x /dashboard/app && supervisorctl restart nezha
kkkkxl commented 2 hours ago

简单修一下

chmod +x /dashboard/app && supervisorctl restart nezha

koyeb进不去后台...

nap0o commented 2 hours ago

简单修一下

chmod +x /dashboard/app && supervisorctl restart nezha

koyeb进不去后台...

image
kkkkxl commented 2 hours ago

简单修一下

chmod +x /dashboard/app && supervisorctl restart nezha

koyeb进不去后台...

image

启动失败的情况下是没有后台的console进不去

kkkkxl commented 2 hours ago

简单修一下

chmod +x /dashboard/app && supervisorctl restart nezha

koyeb进不去后台...

image

image

kkkkxl commented 1 hour ago

简单修一下

chmod +x /dashboard/app && supervisorctl restart nezha

koyeb进不去后台...

image

image

这样子,只好等F大修了。

嗯嗯~ o( ̄▽ ̄)o