Hello All,
Below is a copy of the out put from the plinth command.
There is some error messages in the logs about a program called cherrypy.
I hope that the info shown can help the resolve the issues I have with freedombox at the moment.
Regards: peter
`
root@Wireguard:~# plinth
INFO plinth.main FreedomBox Service (Plinth) version - 25.9.3
INFO plinth.main Script prefix - /plinth
INFO plinth.app Initialized apps - apache, names, dynamicdns, cockpit, storage, backups, diagnostics, help, first_boot, firewall, config, upgrades, security, avahi, networks, ssh, privacy, letsencrypt, users, datetime, power, snapshot, api, sso, radicale, bepasty, miniflux, quassel, sharing, featherwiki, privoxy, email, sogo, zoph, jsxc, samba, mediawiki, tiddlywiki, minidlna, calibre, bind, minetest, pagekite, ikiwiki, wordpress, searx, shadowsocksserver, tor, coturn, mumble, gnome, syncthing, matrixsynapse, gitweb, ejabberd, infinoted, kiwix, torproxy, openvpn, shaarli, shadowsocks, deluge, performance, roundcube, janus, nextcloud, ttrss, transmission, rssbridge, wireguard
INFO plinth.glib Started new thread for glib main loop.
INFO plinth.web_server Setting up CherryPy server
INFO plinth.network Creating network manager client
INFO plinth.modules.names Added domain Wireguard of type domain-type-static with services all
INFO plinth.modules.names Added domain wireguard.fbx.one of type domain-type-static with services all
INFO plinth.dbus D-Bus connection acquired: org.freedombox.Service
INFO plinth.dbus D-Bus name acquired: org.freedombox.Service
INFO plinth.network Created Network manager client
INFO cherrypy.error [30/Nov/2025:19:36:19] ENGINE Listening for SIGTERM.
INFO cherrypy.error [30/Nov/2025:19:36:19] ENGINE Listening for SIGHUP.
INFO cherrypy.error [30/Nov/2025:19:36:19] ENGINE Listening for SIGUSR1.
INFO cherrypy.error [30/Nov/2025:19:36:19] ENGINE Bus STARTING
INFO plinth.modules.names Added domain Wireguard.local of type domain-type-local with services all
INFO plinth.actions # ikiwiki..get_sites()
INFO plinth.modules.letsencrypt Checking if any Let’s Encrypt certificates got renewed.
INFO plinth.actions # letsencrypt..get_status()
ERROR cherrypy.error [30/Nov/2025:19:36:20] ENGINE Error in ‘start’ listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x7f3e2b7e5160>>
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/portend.py”, line 122, in free
Checker(timeout=0.1).assert_free(host, port)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/portend.py”, line 71, in assert_free
list(itertools.starmap(self._connect, info))
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/portend.py”, line 87, in _connect
raise PortNotFree(tmpl.format(**locals()))
portend.PortNotFree: Port 8000 is in use on 127.0.0.1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/cherrypy/process/wspbus.py”, line 229, in publish
output.append(listener(*args, **kwargs))
~~~~~~~~^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/cherrypy/_cpserver.py”, line 191, in start
super(Server, self).start()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File “/usr/lib/python3/dist-packages/cherrypy/process/servers.py”, line 176, in start
portend.free(*self.bind_addr, timeout=Timeouts.free)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/portend.py”, line 126, in free
raise Timeout(“Port {port} not free on {host}.”.format(**locals()))
portend.Timeout: Port 8000 not free on 127.0.0.1.
ERROR cherrypy.error [30/Nov/2025:19:36:20] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/cherrypy/process/wspbus.py”, line 267, in start
self.publish(‘start’)
~~~~~~~~~~~~^^^^^^^^^
File “/usr/lib/python3/dist-packages/cherrypy/process/wspbus.py”, line 247, in publish
raise exc
cherrypy.process.wspbus.ChannelFailures: Timeout(‘Port 8000 not free on 127.0.0.1.’)
INFO cherrypy.error [30/Nov/2025:19:36:20] ENGINE Bus STOPPING
INFO cherrypy.error [30/Nov/2025:19:36:20] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8000)) already shut down
INFO cherrypy.error [30/Nov/2025:19:36:20] ENGINE Bus STOPPED
INFO cherrypy.error [30/Nov/2025:19:36:20] ENGINE Bus EXITING
INFO cherrypy.error [30/Nov/2025:19:36:20] ENGINE Bus EXITED
root@Wireguard:~#
`