On 06/23/2017 02:01 PM, A. F. Cano wrote:
> [2017-06-23 13:18:05,341] plinth.actions INFO     Executing command - 
> ['sudo', '-n', '/usr/share/plinth/actions/firewall', 'get-status']
> [2017-06-23 13:18:07,245] django.request ERROR    Internal Server Error: 
> /plinth/sys/firewall/
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/core/handlers/exception.py", 
> line 42, in inner
>     response = get_response(request)
>   File "/usr/lib/python3/dist-packages/django/core/handlers/base.py", line 
> 249, in _legacy_get_response
>     response = self._get_response(request)
>   File "/usr/lib/python3/dist-packages/django/core/handlers/base.py", line 
> 187, in _get_response
>     response = self.process_exception_by_middleware(e, request)
>   File "/usr/lib/python3/dist-packages/django/core/handlers/base.py", line 
> 185, in _get_response
>     response = wrapped_callback(request, *callback_args, **callback_kwargs)
>   File "/usr/lib/python3/dist-packages/plinth/modules/firewall/views.py", 
> line 30, in index
>     if not firewall.get_enabled_status():
>   File "/usr/lib/python3/dist-packages/plinth/modules/firewall/__init__.py", 
> line 68, in get_enabled_status
>     return output.split()[0] == 'running'
> IndexError: list index out of range

This error means that the firewalld is not running. (There was a recent
fix [1] to avoid the 500 error page.)

Perhaps try "sudo systemctl status firewalld" and see if it lists a
reason for firewalld failing to start.

[1]
https://github.com/freedombox/Plinth/commit/2406b144fa0573264e1559bcf573982f789627b5

--
James

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Freedombox-discuss mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss

Reply via email to