Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with forked-daapd and aflnet #22

Closed
songxpu opened this issue May 30, 2022 · 2 comments
Closed

Problem with forked-daapd and aflnet #22

songxpu opened this issue May 30, 2022 · 2 comments

Comments

@songxpu
Copy link

songxpu commented May 30, 2022

I built docker and ran the command directly from the tutorial and then showed aflnet timeout according to docker logs.
image

Further, I went inside docker and ran the forked-daapd program directly and it prompted an assert error
image

How should this issue be addressed?

@rnatella
Copy link
Collaborator

Depending on your system, you may need to configure a longer timeout. By default, it is set to 3 seconds, but more time may be needed in your case. This seeds includes many HTTP requests.

If you want to run the server from a shell within the container, you need to start the network daemons needed by the server (see also the "run.sh" script):

sudo /etc/init.d/dbus start
sudo /etc/init.d/avahi-daemon start

@songxpu
Copy link
Author

songxpu commented May 30, 2022

根据您的系统,您可能需要配置更长的超时时间。默认情况下,它设置为 3 秒,但在您的情况下可能需要更多时间。此种子包括许多 HTTP 请求。

如果要从容器内的 shell 运行服务器,则需要启动服务器所需的网络守护程序(另请参见“run.sh”脚本):

sudo /etc/init.d/dbus start sudo /etc/init.d/avahi-daemon start

Great, I tried your solution way of running the server from docker inside and it solved the problem successfully : )

@songxpu songxpu closed this as completed May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants