Open aksiere opened 1 month ago
Hmm. No panel log file? The service hasn't been started at all then.
Is systemd working? Run sudo systemctl status libertea-panel
and post the output.
We can't reproduce this atm, perhaps some weird configuration of os on your server provider's side is causing that. Would you mind sharing where you're getting your servers from?
Hmm. No panel log file? The service hasn't been started at all then.
Is systemd working? Run
sudo systemctl status libertea-panel
and post the output.We can't reproduce this atm, perhaps some weird configuration of os on your server provider's side is causing that. Would you mind sharing where you're getting your servers from?
Ubuntu 22 this time:
ERROR: Timeout while waiting for panel to start.
Please open an issue on https://github.com/VZiChoushaDui/Libertea/issues/new
and include the following information:
- component name: libertea-panel
- OS: "Ubuntu"
- OS version: "22.04"
- Docker version: Docker version 27.2.1, build 9e34c9b
- Panel listening: False
- Panel root status code: 000
- Panel admin status code: 000
Also include the output of the following command:
tail -n 100 /tmp/libertea-panel.log
root@ubuntu:~# sudo systemctl status libertea-panel
● libertea-panel.service - LiberteaPanel
Loaded: loaded (/etc/systemd/system/libertea-panel.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2024-09-16 00:40:52 UTC; 7s ago
Process: 19345 ExecStart=/bin/bash /root/libertea/panel/serve.sh (code=exited, status=208/STDIN)
Main PID: 19345 (code=exited, status=208/STDIN)
CPU: 1ms
VPS at hostup.se
Please also post the output of this command:
tail -n 100 /tmp/libertea-panel.init.log
Please also post the output of this command:
tail -n 100 /tmp/libertea-panel.init.log
root@ubuntu:~# tail -n 100 /tmp/libertea-panel.init.log
tail: cannot open '/tmp/libertea-panel.init.log' for reading: No such file or directory
there are no any relevant logs in the /tmp folder
Tested on Ubuntu 20/22 and Debian 12. The result is the same. I tried it on two different servers.