商店安装rustfs一直重启中

提问之前请先在 1Panel 问题排查思路 找一下有没有解决方案
提需求请在 GitHub · Where software is built 这里提 100% 回复

如题,应该是有问题的,等会准备去看官方直接docker启动了

反馈问题【BUG】请附带以下信息
1Panel 版本:社区版v2.0.13
操作系统(设备): ubuntu
关键截图:

日志: API: http://172.18.0.3:9000 http://127.0.0.1:90001Panel-rustfs-SxKc | Console WebUI available at: http://172.18.0.3:9001/rustfs/console/index.html1Panel-rustfs-SxKc | Console WebUI (localhost): http://127.0.0.1:9001/rustfs/console/index.html1Panel-rustfs-SxKc | Error: Custom { kind: Other, error: Io(Custom { kind: Other, error: Os { code: 13, kind: PermissionDenied, message: “Permission denied” } }) }
1Panel-rustfs-SxKc | Initializing data directories: /data1Panel-rustfs-SxKc | Initializing log directory: /logs1Panel-rustfs-SxKc | !!!WARNING: Using default RUSTFS_ACCESS_KEY or RUSTFS_SECRET_KEY. Override them in production!
没有上述信息的问题很有可能不被回答

你看一下安装目录里面的 data 目录权限


这是安装目录的权限,我刚刚删除了,创建还是这样,对比了其他应用的data目录权限,除了用户组不一致,目前的权限都一样,是否需要我全给权限?但是这个商店的应该还是算有问题,默认配置都安装不上?其他应用目前没出现

rustfs 的用户和用户组的 ID 为 1000:1000 我们写脚本改的 正常安装应该没问题的
你可以手动把目录权限改为 7777

感谢,手动改完可以了,不过你们安装脚本应该有点问题的,反正我卸载了几次都是这个问题,另外现在是更新了吗?因为我是本地安装,ipv4配置的内网,本来之前可以转跳的,现在提示我服务器配置的是ipv4,不转跳了