health-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Health-dev] access database on own domain name via gnu health clien


From: ourdiaspora
Subject: Re: [Health-dev] access database on own domain name via gnu health client
Date: Wed, 15 Apr 2020 11:39:12 +0000

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Wednesday, April 15, 2020 11:42 AM, Luis Falcon <address@hidden> wrote:

> Hi there
>
> I think you're mixing the vanilla installation and the packages. That
> is calling for trouble.
>
> The standard / vanilla installation will never install trytond in a
> system directory as /usr/local/bin
>
> If trytond is in that dir, it means you used a package.
>
> Choose one or the other, but don't mix them up.
>
> I highly suggest you start from scratch, in a clean system the
> installation as described in the guide.
>
> https://en.wikibooks.org/wiki/GNU_Health/Installation
>

Description below of problems discovered. It assumes the server has many things 
installed. The document gives a list of requirements so the logical start is to 
check each requirement is installed:

gunicorn not installed, tried, but requires pip, also not installed
apt install python3-venv python3-pip
pip3 install gunicorn

This causes problems because python installs all sorts of dependencies. It 
broke the firewall, causing 'ufw' to be installed to re-configure the server 
again

from documentation:

        wget -qO- https://ftp.gnu.org/gnu/health/gnuhealth-setup-latest.tar.gz 
| tar -xzvf -

fails, instead avoid '-q0-' then extract setup tar ball then install

'editconf' seems to be some sort of file accessible only via vim? No 
explanation, no desire to learn vim!

Exit from user gnuhealth

        exit

su - postgres
createdb healthtrial

'cdexe' not explained, does not exist on Debian system

Assumption made about trytond-admin
        python3 ./trytond-admin --all --database=health

Causes error; according to Tryton forum, need to create 'trytond.cfg' file. 
Repeat error occurs. Repeat with full path
        
/home/gnuhealth/gnuhealth/tryton/server/trytond-5.0.20/bin/trytond-admin -c 
/home/tmp/trytond.cfg -d healthtrial --all

Repeat error occurs. Then dependency for 'psycoppg2'. Further python errors
        apt-get install python-psycopg2
        apt-get install libpq-dev
        pip3 install psycopg2

Further python errors occurred, just like the bad old RPM dependency hell...

apt install python3-gi gobject-introspection gir1.2-gtk-3.0

Patience with python has ended at this point. Reverted to 
'https://ftp.gnu.org/gnu/health/'

The problem with the later files in the gnu repository seems to be tryton 
dowloading all sorts of dependencies during the 'setup' from the shell script 
in 3.6.2

find ./ -name '*trydond*':

/home/gnuhealth/gnuhealth/tryton/server/config/trytond.conf
/home/gnuhealth/gnuhealth/tryton/server/modules/trytond_party-5.0.3
/home/gnuhealth/gnuhealth/tryton/server/modules/trytond_party-5.0.3/trytond_party.egg-info
/home/gnuhealth/gnuhealth/tryton/server/modules/trytond_stock_supply-5.0.5
/home/gnuhealth/gnuhealth/tryton/server/modules/trytond_stock_supply-5.0.5/trytond_stock_supply.egg-info
/home/gnuhealth/gnuhealth/tryton/server/modules/trytond_account-5.0.11
/home/gnuhealth/gnuhealth/tryton/server/modules/trytond_account-5.0.11/trytond_account.egg-info
/home/gnuhealth/gnuhealth/tryton/server/modules/trytond_product-5.0.3
/home/gnuhealth/gnuhealth/tryton/server/modules/trytond_product-5.0.3/trytond_product.egg-info
/home/gnuhealth/gnuhealth/tryton/server/modules/trytond_purchase-5.0.3
/home/gnuhealth/gnuhealth/tryton/server/modules/trytond_purchase-5.0.3/trytond_purchase.egg-info
/home/gnuhealth/gnuhealth/tryton/server/modules/trytond_company-5.0.2
/home/gnuhealth/gnuhealth/tryton/server/modules/trytond_company-5.0.2/trytond_company.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_stock_supply-5.0.5
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_stock_supply-5.0.5/trytond_stock_supply.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_account-5.0.11
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_account-5.0.11/trytond_account.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_product-5.0.3
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_product-5.0.3/trytond_product.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_purchase-5.0.3
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_purchase-5.0.3/trytond_purchase.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_company-5.0.2
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_company-5.0.2/trytond_company.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_account_invoice_stock-5.0.2
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_account_invoice_stock-5.0.2/trytond_account_invoice_stock.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_account_product-5.0.4
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_account_product-5.0.4/trytond_account_product.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_stock_lot-5.0.2
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_stock_lot-5.0.2/trytond_stock_lot.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_currency-5.0.4
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_currency-5.0.4/trytond_currency.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_account_invoice-5.0.8
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_account_invoice-5.0.8/trytond_account_invoice.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_purchase_request-5.0.4
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_purchase_request-5.0.4/trytond_purchase_request.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_stock-5.0.9
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_stock-5.0.9/trytond_stock.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_country-5.0.2
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_country-5.0.2/trytond_country.egg-info
/home/gnuhealth/gnuhealthold/tryton/server/modules/trytond_country-5.0.2/scripts/trytond_import_zip
/home/gnuhealth/gnuhealthold/tryton/server/trytond-5.0.20
/home/gnuhealth/gnuhealthold/tryton/server/trytond-5.0.20/bin/trytond-admin
/home/gnuhealth/gnuhealthold/tryton/server/trytond-5.0.20/bin/trytond-worker
/home/gnuhealth/gnuhealthold/tryton/server/trytond-5.0.20/bin/trytond
/home/gnuhealth/gnuhealthold/tryton/server/trytond-5.0.20/bin/trytond-cron
/home/gnuhealth/gnuhealthold/tryton/server/trytond-5.0.20/trytond
/home/gnuhealth/gnuhealthold/tryton/server/trytond-5.0.20/trytond.egg-info
/home/gnuhealth/gnuhealth-3.6.3/config/trytond.conf
/home/gnuhealth/gnuhealth-3.6.3/patches/security/get_login_trytond-46.patch.asc
/home/gnuhealth/gnuhealth362/config/trytond.conf
/home/gnuhealth/gnuhealth362/patches/security/get_login_trytond-46.patch.asc
/usr/local/lib/python3.7/dist-packages/trytond_health-3.2.10.dist-info
/usr/local/lib/python3.7/dist-packages/trytond_country-4.2.0.dist-info
/usr/local/lib/python3.7/dist-packages/trytond_party-4.2.5.dist-info
/usr/local/lib/python3.7/dist-packages/trytond_currency-4.2.2.dist-info
/usr/local/lib/python3.7/dist-packages/trytond_product-4.2.2.dist-info
/usr/local/lib/python3.7/dist-packages/trytond_company-4.2.2.dist-info
/usr/local/lib/python3.7/dist-packages/trytond
/usr/local/lib/python3.7/dist-packages/trytond_health_lab-3.2.10.dist-info
/usr/local/lib/python3.7/dist-packages/trytond-3.8.18.dist-info
/usr/local/bin/trytond
/usr/local/bin/trytond_import_zip

It is not understood how to "clean" the server system

Now after sign in to server, receive:

"
ls: cannot access '/root/gnuhealth/tryton/server/trytond-*': No such file or 
directory
cat: /root/gnuhealth/version: No such file or directory
"

What script is causing this?

Output below from the installation script:

./gnuhealth-setup install

2020-04-15 07:44:22 [INFO] Starting GNU Health HMIS node 3.6.2 
installation...
2020-04-15 07:44:22 [INFO] Checking requirements
 -> Looking for wget... wget is /usr/bin/wget
 -> Looking for patch... patch is /usr/bin/patch
 -> Looking for the Python Interpreter command... python3 is /usr/bin/python3
2020-04-15 07:44:22 [INFO] Found Python 3.7.3
 -> Looking for PIP command...
2020-04-15 07:44:22 [INFO] Running on GNU/LINUX
 -> Looking for lsb_release ... lsb_release is /usr/bin/lsb_release
2020-04-15 07:44:22 [INFO] GNU / Linux distro: Debian
2020-04-15 07:44:22 [INFO] OK.
2020-04-15 07:44:22 [INFO] Creating temporary directory...
2020-04-15 07:44:22 [INFO] OK.
2020-04-15 07:44:22 [INFO] Creating destination directories...
2020-04-15 07:44:22 [INFO] OK.
2020-04-15 07:44:22 [INFO] Updating Python dependencies...
2020-04-15 07:44:22 [INFO] Checking requirements
 -> Looking for wget... wget is /usr/bin/wget
 -> Looking for patch... patch is /usr/bin/patch
 -> Looking for the Python Interpreter command... python3 is /usr/bin/python3
2020-04-15 07:44:22 [INFO] Found Python 3.7.3
 -> Looking for PIP command...
2020-04-15 07:44:22 [INFO] Running on GNU/LINUX
 -> Looking for lsb_release ... lsb_release is /usr/bin/lsb_release
2020-04-15 07:44:22 [INFO] GNU / Linux distro: Debian
2020-04-15 07:44:22 [INFO] OK.
2020-04-15 07:44:25 [WARNING] Skipping local PYTHON-LDAP installation. 
Please refer to the Wikibook to install it
2020-04-15 07:44:25 [INFO] Installing python dependencies with pip-18.1 
...
Requirement already up-to-date: numpy in 
/home/gnuhealth/.local/lib/python3.7/site-packages (1.18.2)
Requirement already up-to-date: pytz in 
/home/gnuhealth/.local/lib/python3.7/site-packages (2019.3)
Requirement already up-to-date: wrapt in 
/home/gnuhealth/.local/lib/python3.7/site-packages (1.12.1)
Requirement already up-to-date: werkzeug in 
/home/gnuhealth/.local/lib/python3.7/site-packages (1.0.1)
Requirement already up-to-date: six in 
/home/gnuhealth/.local/lib/python3.7/site-packages (1.14.0)
Requirement already up-to-date: lxml in 
/home/gnuhealth/.local/lib/python3.7/site-packages (4.5.0)
Requirement already up-to-date: relatorio in 
/home/gnuhealth/.local/lib/python3.7/site-packages (0.9.1)
Requirement already satisfied, skipping upgrade: Genshi>=0.5 in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from relatorio) (0.7.3)
Requirement already satisfied, skipping upgrade: lxml>=2.0 in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from relatorio) (4.5.0)
Requirement already up-to-date: python-dateutil in 
/usr/local/lib/python3.7/dist-packages (2.8.1)
Requirement already satisfied, skipping upgrade: six>=1.5 in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from python-dateutil) 
(1.14.0)
Requirement already up-to-date: psycopg2-binary in 
/home/gnuhealth/.local/lib/python3.7/site-packages (2.8.5)
Requirement already up-to-date: vobject==0.9.5 in 
/home/gnuhealth/.local/lib/python3.7/site-packages (0.9.5)
Requirement already satisfied, skipping upgrade: python-dateutil>=2.4.0 in 
/usr/local/lib/python3.7/dist-packages (from vobject==0.9.5) (2.8.1)
Requirement already satisfied, skipping upgrade: six>=1.5 in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from 
python-dateutil>=2.4.0->vobject==0.9.5) (1.14.0)
Requirement already up-to-date: qrcode in 
/home/gnuhealth/.local/lib/python3.7/site-packages (6.1)
Requirement already satisfied, skipping upgrade: six in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from qrcode) (1.14.0)
Requirement already up-to-date: python-barcode in 
/home/gnuhealth/.local/lib/python3.7/site-packages (0.11.0)
Requirement already up-to-date: Pillow in 
/home/gnuhealth/.local/lib/python3.7/site-packages (7.1.1)
Requirement already up-to-date: caldav in 
/home/gnuhealth/.local/lib/python3.7/site-packages (0.6.2)
Requirement already satisfied, skipping upgrade: six in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from caldav) (1.14.0)
Requirement already satisfied, skipping upgrade: lxml in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from caldav) (4.5.0)
Requirement already satisfied, skipping upgrade: vobject in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from caldav) (0.9.5)
Requirement already satisfied, skipping upgrade: requests in 
/usr/lib/python3/dist-packages (from caldav) (2.21.0)
Requirement already satisfied, skipping upgrade: python-dateutil>=2.4.0 in 
/usr/local/lib/python3.7/dist-packages (from vobject->caldav) (2.8.1)
Requirement already up-to-date: polib in 
/home/gnuhealth/.local/lib/python3.7/site-packages (1.1.0)
Requirement already up-to-date: python-sql in 
/home/gnuhealth/.local/lib/python3.7/site-packages (1.1.0)
Requirement already up-to-date: python-stdnum in 
/home/gnuhealth/.local/lib/python3.7/site-packages (1.13)
Requirement already up-to-date: simpleeval in 
/home/gnuhealth/.local/lib/python3.7/site-packages (0.9.10)
Requirement already up-to-date: configparser in 
/home/gnuhealth/.local/lib/python3.7/site-packages (5.0.0)
Requirement already up-to-date: pywebdav3-gnuhealth in 
/home/gnuhealth/.local/lib/python3.7/site-packages (0.10.3)
Requirement already up-to-date: bcrypt in 
/home/gnuhealth/.local/lib/python3.7/site-packages (3.1.7)
Requirement already satisfied, skipping upgrade: six>=1.4.1 in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from bcrypt) (1.14.0)
Requirement already satisfied, skipping upgrade: cffi>=1.1 in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from bcrypt) (1.14.0)
Requirement already satisfied, skipping upgrade: pycparser in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from cffi>=1.1->bcrypt) 
(2.20)
Requirement already up-to-date: unoconv in 
/home/gnuhealth/.local/lib/python3.7/site-packages (0.9.0)
Requirement already up-to-date: python-magic in 
/home/gnuhealth/.local/lib/python3.7/site-packages (0.4.15)
Requirement already up-to-date: passlib in 
/home/gnuhealth/.local/lib/python3.7/site-packages (1.7.2)
Requirement already up-to-date: beren in 
/home/gnuhealth/.local/lib/python3.7/site-packages (0.6.2)
Requirement already satisfied, skipping upgrade: apiron>=2.5.0 in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from beren) (5.0.0)
Requirement already satisfied, skipping upgrade: requests<3,>=2.11.1 in 
/usr/lib/python3/dist-packages (from apiron>=2.5.0->beren) (2.21.0)
Requirement already up-to-date: pendulum in 
/home/gnuhealth/.local/lib/python3.7/site-packages (2.1.0)
Requirement already satisfied, skipping upgrade: pytzdata>=2018.3 in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from pendulum) (2019.3)
Requirement already satisfied, skipping upgrade: python-dateutil<3.0,>=2.6 in 
/usr/local/lib/python3.7/dist-packages (from pendulum) (2.8.1)
Requirement already satisfied, skipping upgrade: six>=1.5 in 
/home/gnuhealth/.local/lib/python3.7/site-packages (from 
python-dateutil<3.0,>=2.6->pendulum) (1.14.0)
2020-04-15 07:45:28 [INFO] Getting list of lastest Tryton packages...
2020-04-15 07:45:30 [INFO] OK.
2020-04-15 07:45:30 [INFO] Changing to temporary directory.
2020-04-15 07:45:30 [INFO] Downloading the Tryton server...
--2020-04-15 08:45:30--  http://downloads.tryton.org/5.0/trytond-5.0.20.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 649402 (634K) [application/octet-stream]
Saving to: ‘trytond-5.0.20.tar.gz’

     0K .......... .......... .......... .......... ..........  7% 2.14M 0s
    50K .......... .......... .......... .......... .......... 15% 3.97M 0s
   100K .......... .......... .......... .......... .......... 23% 8.56M 0s
   150K .......... .......... .......... .......... .......... 31% 7.63M 0s
   200K .......... .......... .......... .......... .......... 39% 7.32M 0s
   250K .......... .......... .......... .......... .......... 47% 9.30M 0s
   300K .......... .......... .......... .......... .......... 55% 8.30M 0s
   350K .......... .......... .......... .......... .......... 63% 9.57M 0s
   400K .......... .......... .......... .......... .......... 70% 8.58M 0s
   450K .......... .......... .......... .......... .......... 78% 8.32M 0s
   500K .......... .......... .......... .......... .......... 86% 8.56M 0s
   550K .......... .......... .......... .......... .......... 94% 5.86M 0s
   600K .......... .......... .......... ....                 100% 16.6M=0.1s

2020-04-15 08:45:30 (6.34 MB/s) - ‘trytond-5.0.20.tar.gz’ saved [649402/649402]

2020-04-15 07:45:30 [INFO] OK.
2020-04-15 07:45:30 [INFO] Downloading Tryton modules...
--2020-04-15 08:45:30--  
http://downloads.tryton.org/5.0/trytond_account-5.0.11.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 399642 (390K) [application/octet-stream]
Saving to: ‘trytond_account-5.0.11.tar.gz’

     0K .......... .......... .......... .......... .......... 12% 2.16M 0s
    50K .......... .......... .......... .......... .......... 25% 3.72M 0s
   100K .......... .......... .......... .......... .......... 38% 9.86M 0s
   150K .......... .......... .......... .......... .......... 51% 7.46M 0s
   200K .......... .......... .......... .......... .......... 64% 9.32M 0s
   250K .......... .......... .......... .......... .......... 76% 6.71M 0s
   300K .......... .......... .......... .......... .......... 89% 9.73M 0s
   350K .......... .......... .......... ..........           100% 7.61M=0.07s

2020-04-15 08:45:30 (5.45 MB/s) - ‘trytond_account-5.0.11.tar.gz’ saved 
[399642/399642]

--2020-04-15 08:45:30--  
http://downloads.tryton.org/5.0/trytond_account_invoice-5.0.8.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 163625 (160K) [application/octet-stream]
Saving to: ‘trytond_account_invoice-5.0.8.tar.gz’

     0K .......... .......... .......... .......... .......... 31% 2.08M 0s
    50K .......... .......... .......... .......... .......... 62% 4.48M 0s
   100K .......... .......... .......... .......... .......... 93% 8.17M 0s
   150K .........                                             100% 9.33M=0.04s

2020-04-15 08:45:30 (3.77 MB/s) - ‘trytond_account_invoice-5.0.8.tar.gz’ saved 
[163625/163625]

--2020-04-15 08:45:30--  
http://downloads.tryton.org/5.0/trytond_account_product-5.0.4.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 40619 (40K) [application/octet-stream]
Saving to: ‘trytond_account_product-5.0.4.tar.gz’

     0K .......... .......... .......... .........            100% 2.70M=0.01s

2020-04-15 08:45:30 (2.70 MB/s) - ‘trytond_account_product-5.0.4.tar.gz’ saved 
[40619/40619]

--2020-04-15 08:45:30--  
http://downloads.tryton.org/5.0/trytond_company-5.0.2.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 47739 (47K) [application/octet-stream]
Saving to: ‘trytond_company-5.0.2.tar.gz’

     0K .......... .......... .......... .......... ......    100% 2.00M=0.02s

2020-04-15 08:45:30 (2.00 MB/s) - ‘trytond_company-5.0.2.tar.gz’ saved 
[47739/47739]

--2020-04-15 08:45:30--  
http://downloads.tryton.org/5.0/trytond_country-5.0.2.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 1423640 (1.4M) [application/octet-stream]
Saving to: ‘trytond_country-5.0.2.tar.gz’

     0K .......... .......... .......... .......... ..........  3% 2.15M 1s
    50K .......... .......... .......... .......... ..........  7% 4.35M 0s
   100K .......... .......... .......... .......... .......... 10% 10.5M 0s
   150K .......... .......... .......... .......... .......... 14% 7.29M 0s
   200K .......... .......... .......... .......... .......... 17% 6.96M 0s
   250K .......... .......... .......... .......... .......... 21% 9.34M 0s
   300K .......... .......... .......... .......... .......... 25% 7.71M 0s
   350K .......... .......... .......... .......... .......... 28% 6.99M 0s
   400K .......... .......... .......... .......... .......... 32% 9.67M 0s
   450K .......... .......... .......... .......... .......... 35% 8.68M 0s
   500K .......... .......... .......... .......... .......... 39% 9.04M 0s
   550K .......... .......... .......... .......... .......... 43% 9.73M 0s
   600K .......... .......... .......... .......... .......... 46% 9.20M 0s
   650K .......... .......... .......... .......... .......... 50% 9.34M 0s
   700K .......... .......... .......... .......... .......... 53% 9.85M 0s
   750K .......... .......... .......... .......... .......... 57% 7.22M 0s
   800K .......... .......... .......... .......... .......... 61% 9.37M 0s
   850K .......... .......... .......... .......... .......... 64% 9.84M 0s
   900K .......... .......... .......... .......... .......... 68% 7.34M 0s
   950K .......... .......... .......... .......... .......... 71% 9.42M 0s
  1000K .......... .......... .......... .......... .......... 75% 9.93M 0s
  1050K .......... .......... .......... .......... .......... 79% 9.14M 0s
  1100K .......... .......... .......... .......... .......... 82% 9.56M 0s
  1150K .......... .......... .......... .......... .......... 86% 10.0M 0s
  1200K .......... .......... .......... .......... .......... 89% 9.46M 0s
  1250K .......... .......... .......... .......... .......... 93% 9.52M 0s
  1300K .......... .......... .......... .......... .......... 97% 9.87M 0s
  1350K .......... .......... .......... ..........           100% 9.24M=0.2s

2020-04-15 08:45:31 (7.72 MB/s) - ‘trytond_country-5.0.2.tar.gz’ saved 
[1423640/1423640]

--2020-04-15 08:45:31--  
http://downloads.tryton.org/5.0/trytond_currency-5.0.4.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 73457 (72K) [application/octet-stream]
Saving to: ‘trytond_currency-5.0.4.tar.gz’

     0K .......... .......... .......... .......... .......... 69% 2.17M 0s
    50K .......... .......... .                               100% 5.83M=0.03s

2020-04-15 08:45:31 (2.68 MB/s) - ‘trytond_currency-5.0.4.tar.gz’ saved 
[73457/73457]

--2020-04-15 08:45:31--  
http://downloads.tryton.org/5.0/trytond_party-5.0.3.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 79205 (77K) [application/octet-stream]
Saving to: ‘trytond_party-5.0.3.tar.gz’

     0K .......... .......... .......... .......... .......... 64% 2.06M 0s
    50K .......... .......... .......                         100% 6.75M=0.03s

2020-04-15 08:45:31 (2.73 MB/s) - ‘trytond_party-5.0.3.tar.gz’ saved 
[79205/79205]

--2020-04-15 08:45:31--  
http://downloads.tryton.org/5.0/trytond_product-5.0.3.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 65026 (64K) [application/octet-stream]
Saving to: ‘trytond_product-5.0.3.tar.gz’

     0K .......... .......... .......... .......... .......... 78% 1.99M 0s
    50K .......... ...                                        100% 11.8M=0.03s

2020-04-15 08:45:31 (2.41 MB/s) - ‘trytond_product-5.0.3.tar.gz’ saved 
[65026/65026]

--2020-04-15 08:45:31--  
http://downloads.tryton.org/5.0/trytond_stock-5.0.9.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 247254 (241K) [application/octet-stream]
Saving to: ‘trytond_stock-5.0.9.tar.gz’

     0K .......... .......... .......... .......... .......... 20% 2.16M 0s
    50K .......... .......... .......... .......... .......... 41% 4.39M 0s
   100K .......... .......... .......... .......... .......... 62% 9.76M 0s
   150K .......... .......... .......... .......... .......... 82% 5.35M 0s
   200K .......... .......... .......... .......... .         100% 10.5M=0.05s

2020-04-15 08:45:31 (4.56 MB/s) - ‘trytond_stock-5.0.9.tar.gz’ saved 
[247254/247254]

--2020-04-15 08:45:31--  
http://downloads.tryton.org/5.0/trytond_stock_lot-5.0.2.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 36315 (35K) [application/octet-stream]
Saving to: ‘trytond_stock_lot-5.0.2.tar.gz’

     0K .......... .......... .......... .....                100% 2.69M=0.01s

2020-04-15 08:45:31 (2.69 MB/s) - ‘trytond_stock_lot-5.0.2.tar.gz’ saved 
[36315/36315]

--2020-04-15 08:45:31--  
http://downloads.tryton.org/5.0/trytond_purchase-5.0.3.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 122730 (120K) [application/octet-stream]
Saving to: ‘trytond_purchase-5.0.3.tar.gz’

     0K .......... .......... .......... .......... .......... 41% 2.12M 0s
    50K .......... .......... .......... .......... .......... 83% 4.23M 0s
   100K .......... .........                                  100% 10.8M=0.04s

2020-04-15 08:45:31 (3.22 MB/s) - ‘trytond_purchase-5.0.3.tar.gz’ saved 
[122730/122730]

--2020-04-15 08:45:31--  
http://downloads.tryton.org/5.0/trytond_account_invoice_stock-5.0.2.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 22585 (22K) [application/octet-stream]
Saving to: ‘trytond_account_invoice_stock-5.0.2.tar.gz’

     0K .......... .......... ..                              100% 1.93M=0.01s

2020-04-15 08:45:31 (1.93 MB/s) - ‘trytond_account_invoice_stock-5.0.2.tar.gz’ 
saved [22585/22585]

--2020-04-15 08:45:31--  
http://downloads.tryton.org/5.0/trytond_stock_supply-5.0.5.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 44635 (44K) [application/octet-stream]
Saving to: ‘trytond_stock_supply-5.0.5.tar.gz’

     0K .......... .......... .......... .......... ...       100% 1.87M=0.02s

2020-04-15 08:45:31 (1.87 MB/s) - ‘trytond_stock_supply-5.0.5.tar.gz’ saved 
[44635/44635]

--2020-04-15 08:45:31--  
http://downloads.tryton.org/5.0/trytond_purchase_request-5.0.4.tar.gz
Resolving downloads.tryton.org (downloads.tryton.org)... 91.121.144.88, 
2001:41d0:1:c158::1
Connecting to downloads.tryton.org (downloads.tryton.org)|91.121.144.88|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 38542 (38K) [application/octet-stream]
Saving to: ‘trytond_purchase_request-5.0.4.tar.gz’

     0K .......... .......... .......... .......              100% 2.88M=0.01s

2020-04-15 08:45:31 (2.88 MB/s) - ‘trytond_purchase_request-5.0.4.tar.gz’ saved 
[38542/38542]

2020-04-15 07:45:31 [INFO] OK.
2020-04-15 07:45:31 [INFO] Uncompressing the Tryton server...
2020-04-15 07:45:32 [INFO] OK.
2020-04-15 07:45:32 [INFO] Uncompressing the Tryton modules...
2020-04-15 07:45:32 [INFO] OK.
2020-04-15 07:45:32 [INFO] Changing directory to <../trytond/modules>.
2020-04-15 07:45:32 [INFO] Linking the Tryton modules...
2020-04-15 07:45:32 [INFO] OK.
2020-04-15 07:45:32 [INFO] Copying GNU Health HMIS packages to the 
Tryton modules directory...
2020-04-15 07:45:33 [INFO] Installing WebDAV related packages...
2020-04-15 07:45:33 [INFO] OK.
2020-04-15 07:45:33 [INFO] OK.
2020-04-15 07:45:33 [INFO] OK.
2020-04-15 07:45:33 [INFO] APPLY SECURITY AND OTHER PATCHES TO THE 
STANDARD TRYTON KERNEL
2020-04-15 07:45:33 [INFO] Creating or Updating the BASH profile for GNU 
Health
2020-04-15 07:45:33 [INFO] GNU Health BASH Profile exists. Making backup 
to /home/gnuhealth/.gnuhealthrc.bak .
2020-04-15 07:45:33 [INFO] Creating or Updating the startup script for 
GNU Health
2020-04-15 07:45:33 [INFO] GNU Health startup script exists. Making 
backup to /home/gnuhealth/start_gnuhealth.sh.bak .
2020-04-15 07:45:33 [INFO] Cleaning Up...
2020-04-15 07:45:33 [INFO] OK.
2020-04-15 07:45:33 [INFO] Installation of GNU Health HMIS version 3.6.2 
successful !




reply via email to

[Prev in Thread] Current Thread [Next in Thread]