>> >> OK, have subscribed, but would prefer to subscribe via my RSS reader, >> similar to: >> >> https://www.mail-archive.com/[email protected]/maillist.xml > > >Archives of health@ are here: >https://lists.gnu.org/archive/html/health/ >
With respect, am aware of this mail list, but it would be a personal preference to be able to subscribe to messages via an RSS reader (e.g. newsbeuter), as possible with the health-dev archive xml file above. >> >> > Check that your server allows incoming connections on port 8000 (firewall >> > settings) >> Yes, ufw is configured to allow for this port > >That you can access the machine via ssh and the fact that the database is >running does not mean you can access it on port 8000 *and* that the gnuhealth >server is running. > OK, good to know; thanks for explanation. > >systemctl status gnuhealth Thanks. Command terminal output: " systemctl start gnuhealth systemctl status gnuhealth ● gnuhealth.service - GNU Health Server Loaded: loaded (/etc/systemd/system/gnuhealth.service; disabled; vendor preset: en Active: failed (Result: exit-code) since Tue 2020-04-14 11:26:13 BST; 5s ago Process: 12608 ExecStart=/home/gnuhealth/gnuhealth/start_gnuhealth.sh (code=e Main PID: 12608 (code=exited, status=203/EXEC) Apr 14 11:26:13 debian systemd[1]: Started GNU Health Server. Apr 14 11:26:13 debian systemd[12608]: gnuhealth.service: Failed to execute command: Apr 14 11:26:13 debian systemd[12608]: gnuhealth.service: Failed at step EXEC spawnin Apr 14 11:26:13 debian systemd[1]: gnuhealth.service: Main process exited, code=exite Apr 14 11:26:13 debian systemd[1]: gnuhealth.service: Failed with result 'exit-code'. " This reminds of some of the problems so far from reading the documentation (https://en.wikibooks.org/wiki/GNU_Health/Installation). It states that Tryton 5.0 is required. Tried that and: " /home/gnuhealth/gnuhealth/tryton/server/trytond-5.0.20/bin/trytondcould not load /root/gnuhealth/tryton/server/config/trytond.conf 13206 140324911970112 [2020-04-14 10:36:51,766] ERROR trytond.config could not load /root/gnuhealth/tryton/server/config/trytond.conf Traceback (most recent call last): File "/home/gnuhealth/gnuhealth/tryton/server/trytond-5.0.20/bin/trytond", line 24, in <module> from trytond.wsgi import app File "/home/gnuhealth/gnuhealth/tryton/server/trytond-5.0.20/trytond/wsgi.py", line 12, in <module> from werkzeug.contrib.fixers import ProxyFix ModuleNotFoundError: No module named 'werkzeug.contrib' " Python will not be updated to include this module because of any other problems that could occur with the server, so decided to try another version of GNU Health Tried: https://ftp.gnu.org/gnu/health/gnuhealth-control-3.6.2.tar.gz In this version, could not find the file 'trytond' which this error refers: " /home/gnuhealth/gnuhealth/start_gnuhealth.sh ls: cannot access '/root/gnuhealth/tryton/server/trytond-*': No such file or directory cat: /root/gnuhealth/version: No such file or directory 2020-04-14 10:30:29 [INFO] Starting GNU Health Server version ... /home/gnuhealth/gnuhealth/start_gnuhealth.sh: line 42: cd: /root/gnuhealth/tryton/server//bin: No such file or directory python3: can't open file './trytond': [Errno 2] No such file or directory 2020-04-14 10:30:29 [ERROR] Bailing out ! " Is there a version of GNU Health in the directory 'https://ftp.gnu.org/gnu/health/' that includes this 'trytond' requirement?
