收起左侧

求救,关于talebook的问题

7
回复
201
查看
[ 复制链接 ]

1

主题

6

回帖

0

牛值

江湖小虾

2026-3-30 13:53:05 显示全部楼层 阅读模式
悬赏1飞牛币未解决

我用电脑主机(X86)搭建的飞牛,用docker安装talebook时,严格按照配置去设置了,镜像也拉下来了,docker运行后,用网页登录默认的8082端口,talebook一直显示“服务器正在启动中”,尝试多次也这,不知道问题出在哪里,哪位大佬能否帮帮忙指点一下,非常感谢!

1.jpg

附件: 您需要 登录 才可以下载或查看,没有账号?立即注册
收藏
送赞
分享

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

8

主题

68

回帖

0

牛值

初出茅庐

2026-3-30 14:46:41 显示全部楼层

看下docker 容器的运行日志 看下有报错吗

1

主题

2054

回帖

360

牛值

社区共建团

fnOS1.0上线纪念勋章社区共建团荣誉勋章飞牛百度网盘玩家

2026-3-30 15:32:00 显示全部楼层

先看下容器的运行日志,根据日志报错排查

冬眠~Connection refused.

1

主题

6

回帖

0

牛值

江湖小虾

2026-3-30 16:45:56 楼主 显示全部楼层

运行日志如下,麻烦各位大佬帮忙看看

====== Start Server ====

2026-03-30 13:41:02,683 INFO Included extra file "/etc/supervisor/conf.d/talebook.conf" during parsing

2026-03-30 13:41:02,683 INFO Set uid to user 0 succeeded

2026-03-30 13:41:02,687 INFO RPC interface 'supervisor' initialized

2026-03-30 13:41:02,687 CRIT Server 'unix_http_server' running without any HTTP authentication checking

2026-03-30 13:41:02,687 INFO supervisord started with pid 1

2026-03-30 13:41:03,692 INFO spawned: 'tornado' with pid 38

2026-03-30 13:41:03,699 INFO spawned: 'nginx' with pid 39

error: exec: "python3": executable file not found in $PATH

2026-03-30 13:41:03,712 WARN exited: tornado (exit status 1; not expected)

2026-03-30 13:41:04,737 INFO spawned: 'tornado' with pid 49

2026-03-30 13:41:04,738 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

error: exec: "python3": executable file not found in $PATH

2026-03-30 13:41:04,752 WARN exited: tornado (exit status 1; not expected)

2026-03-30 13:41:06,759 INFO spawned: 'tornado' with pid 55

error: exec: "python3": executable file not found in $PATH

2026-03-30 13:41:06,773 WARN exited: tornado (exit status 1; not expected)

2026-03-30 13:41:09,781 INFO spawned: 'tornado' with pid 61

error: exec: "python3": executable file not found in $PATH

2026-03-30 13:41:09,795 WARN exited: tornado (exit status 1; not expected)

2026-03-30 13:41:10,797 INFO gave up: tornado entered FATAL state, too many start retries too quickly

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
系统找不到 python3 命令,导致 tornado 服务启动失败。  详情 回复
2026-3-30 17:10

3

主题

76

回帖

0

牛值

初出茅庐

fnOS1.0上线纪念勋章

2026-3-30 17:10:57 显示全部楼层
lingfengok 发表于 2026-3-30 16:45
运行日志如下,麻烦各位大佬帮忙看看
====== Start Server ====
2026-03-30 13:41:02,683 INFO Included ex ...

系统找不到 python3 命令,导致 tornado 服务启动失败。

安装 python3 即可恢复正常。应用商店里有。

1

主题

6

回帖

0

牛值

江湖小虾

2026-3-30 19:22:14 楼主 显示全部楼层

我昨天已经安装了python3.1.0 和3.9版本,都不行,唉

1

主题

6

回帖

0

牛值

江湖小虾

2026-3-31 09:24:14 楼主 显示全部楼层

昨天晚上下载了talebook v3.38.0镜像,重新构建,还是显示“服务器正在启动中”,无法正常运行

运行日志如下:

updating '/data/' permission to 1000:1000

====== Check config ====

nginx: the configuration file /etc/nginx/nginx.conf syntax is ok

nginx: configuration file /etc/nginx/nginx.conf test is successful

====== Sync DB Scheme ====

error: exec failed: permission denied

====== Update Server Config ====

error: exec failed: permission denied

====== Start Server ====

2026-03-31 02:11:38,195 INFO Included extra file "/etc/supervisor/conf.d/talebook.conf" during parsing

2026-03-31 02:11:38,195 INFO Set uid to user 0 succeeded

2026-03-31 02:11:38,201 INFO RPC interface 'supervisor' initialized

2026-03-31 02:11:38,201 CRIT Server 'unix_http_server' running without any HTTP authentication checking

2026-03-31 02:11:38,202 INFO supervisord started with pid 1

2026-03-31 02:11:39,207 INFO spawned: 'tornado' with pid 46

2026-03-31 02:11:39,212 INFO spawned: 'nginx' with pid 47

error: exec: "python3": executable file not found in $PATH

2026-03-31 02:11:39,224 WARN exited: tornado (exit status 1; not expected)

2026-03-31 02:11:40,256 INFO spawned: 'tornado' with pid 57

2026-03-31 02:11:40,257 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

error: exec: "python3": executable file not found in $PATH

2026-03-31 02:11:40,270 WARN exited: tornado (exit status 1; not expected)

2026-03-31 02:11:42,274 INFO spawned: 'tornado' with pid 63

error: exec: "python3": executable file not found in $PATH

2026-03-31 02:11:42,282 WARN exited: tornado (exit status 1; not expected)

2026-03-31 02:11:45,292 INFO spawned: 'tornado' with pid 69

error: exec: "python3": executable file not found in $PATH

2026-03-31 02:11:45,307 WARN exited: tornado (exit status 1; not expected)

2026-03-31 02:11:46,308 INFO gave up: tornado entered FATAL state, too many start retries too quickly

1

主题

6

回帖

0

牛值

江湖小虾

2026-3-31 10:19:35 楼主 显示全部楼层

尝试过很多办法,还是这样的提示,很失望,因为囤着好多电子书,talebook是刚需,希望各位大佬能帮帮忙

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则