如题,原来是1.2.4版本,直接在面板点更新到1.3.2版本后就挂了,现在怎么使都起不来。
[root@ ~]# cat /etc/os-release
NAME=“Fedora Linux”
VERSION=“37 (Thirty Seven)”
ID=fedora
VERSION_ID=37
VERSION_CODENAME=“”
PLATFORM_ID=“platform:f37”
PRETTY_NAME=“Fedora Linux 37 (Thirty Seven)”
ANSI_COLOR=“0;38;2;60;110;180”
LOGO=fedora-logo-icon
CPE_NAME=“cpe:/o:fedoraproject:fedora:37”
DEFAULT_HOSTNAME=“fedora”
HOME_URL=“https://fedoraproject.org/”
DOCUMENTATION_URL=“System Administrator’s Guide :: Fedora Docs”
SUPPORT_URL=“https://ask.fedoraproject.org/”
BUG_REPORT_URL=“https://bugzilla.redhat.com/”
REDHAT_BUGZILLA_PRODUCT=“Fedora”
REDHAT_BUGZILLA_PRODUCT_VERSION=37
REDHAT_SUPPORT_PRODUCT=“Fedora”
REDHAT_SUPPORT_PRODUCT_VERSION=37
SUPPORT_END=2023-11-14
[root@ ~]# arch
x86_64
[root@ ~]# 1pctl status
● 1panel.service - 1Panel, a modern open source linux panel
Loaded: loaded (/etc/systemd/system/1panel.service; enabled; preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Tue 2023-06-13 16:56:10 CST; 1s ago
Process: 6327 ExecStart=/usr/bin/1panel (code=exited, status=2)
Main PID: 6327 (code=exited, status=2)
CPU: 446ms
opt面板日志:
[2023-06-13 00:00:00] [INFO] The scheduled certificate update task is currently in progress …
[2023-06-13 00:00:00] [INFO] The scheduled certificate update task has completed
[2023-06-13 00:00:00] [INFO] Website scheduled task in progress …
[2023-06-13 00:00:00] [INFO] Website scheduled task has completed
[2023-06-13 16:01:09] [INFO] init logger successfully
[2023-06-13 16:01:14] [INFO] init db successfully
[2023-06-13 16:01:14] [INFO] Migration run successfully
[2023-06-13 16:01:14] [INFO] init cache successfully
[2023-06-13 16:01:14] [INFO] init session successfully
[2023-06-13 16:01:14] [INFO] no need to sync
[2023-06-13 16:01:14] [INFO] server run success on 25888 with https
[2023-06-13 16:36:59] [INFO] start to upgrade now…
[2023-06-13 16:37:03] [INFO] download all file successful!
[2023-06-13 16:37:03] [DEBUG] tar zxvfC /opt/1panel/tmp/upgrade_20230613163659/downloads/1panel-v1.3.2-linux-amd64.tar.gz /opt/1panel/tmp/upgrade_20230613163659/downloads
[2023-06-13 16:37:05] [INFO] backup original data successful, now start to upgrade!
[2023-06-13 16:37:05] [INFO] upgrade successful!
[2023-06-13 16:37:06] [INFO] init logger successfully
[2023-06-13 16:37:06] [INFO] init db successfully
[2023-06-13 16:37:07] [INFO] Migration run successfully
[2023-06-13 16:37:07] [INFO] init cache successfully
[2023-06-13 16:37:07] [INFO] init session successfully
[2023-06-13 16:37:07] [INFO] sync app start…
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x1d4580 pc=0x7fdfd13f6b96]
王贺
3
可能是 CGO 的问题,我们后续版本尝试优化一下。
王贺
5
v1.2.4 版本离线包下载地址:
https://resource-fit2cloud-com.oss-cn-hangzhou.aliyuncs.com/1panel/package/stable/v1.2.4/release/1panel-v1.2.4-linux-amd64.tar.gz
解压后,手动运行 install.sh 脚本:
直接不需要卸载新版的情况下进行下载旧版解压执行安装脚本吗?