What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.0.16
What app is this about: Jellyfin
Describe your issue
Installation of Jellyfin fails. See error messages please. I think there are some python problems on my machine. But how can i solve them?
Share relevant logs or error messages
https://paste.yunohost.org/raw/kudurequha
Aleks
2
Sounds like there’s something funky with your /etc/yunohost/firewall.yml
… can you share the output of
sudo cat /etc/yunohost/firewall.yml
?
ipv4:
TCP:
- 25
- 53
- 80
- 137
- 139
- 443
- 445
- 587
- 993
- 995
- 5222
- 5269
- 8080
- 8081
- 8182
- 8200
- 22000
- 27775
- 48200
UDP:
- 53
- 137
- 138
- 5353
- 8200
ipv6:
TCP:
- 25
- 53
- 80
- 137
- 139
- 443
- 587
- 993
- 995
- 5222
- 5269
- 8080
- 8081
- 8182
- 8200
- 27775
- 22000
- 445
- 48200
UDP:
- 53
- 137
- 138
- 5353
- 8200
uPnP:
TCP:
- 25
- 53
- 80
- 137
- 139
- 443
- 445
- 587
- 993
- 995
- 8080
- 8081
- 8182
- 8200
- 22000
- 48200
TCP_TO_CLOSE:
- 21115
UDP:
- 53
- 5353
- 8200
UDP_TO_CLOSE: null
enabled: false
Aleks
4
Hmokay, looks like a bug in the core possibly …
Anyway, as a workaround, if you’re comfortable with terminal stuff, you can manually edit the file with
sudo nano /etc/yunohost/firewall.yml
and near the end, replace UDP_TO_CLOSE: null
with UDP_TO_CLOSE: []
(or to simplify, replace null
with []
)
and you can save/exit with Ctrl+X, yes to validate, and enter to confirm again which file to write
1 Like
Thank You very much Aleks!
After repairing the firewall.yml installation of jellyfin was successfull!
system
Closed
6
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.