health-es
[Top][All Lists]
Advanced

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

[Health-es] reinstalacion - firma y paquete gnu gnuhealth-3.4.1


From: Claudio Prados
Subject: [Health-es] reinstalacion - firma y paquete gnu gnuhealth-3.4.1
Date: Tue, 2 Jul 2019 16:49:01 -0300

Hola. Buenas tardes.
Por varias idas y vueltas tuve que comenzar todo de nuevo.

**********************************************************************
gnuhealth@server-rene:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
**********************************************************************
gnuhealth@server-rene:~$ ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 08:00:27:d8:73:72 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic enp0s3
       valid_lft 86118sec preferred_lft 86118sec
    inet6 fe80::a00:27ff:fed8:7372/64 scope link
       valid_lft forever preferred_lft forever
3: enp0s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 08:00:27:f5:4d:0c brd ff:ff:ff:ff:ff:ff
    inet 192.168.56.117/24 brd 192.168.56.255 scope global dynamic enp0s8
       valid_lft 918sec preferred_lft 918sec
    inet6 fe80::a00:27ff:fef5:4d0c/64 scope link
       valid_lft forever preferred_lft forever
**********************************************************************

Tengo algunos inconvenientes y les envió mis comandos:

 1 ip addr show
 2 exit
 3 sudo cp /etc/apt/sources.list /etc/apt/sources.list.original
 4 sudo vi /etc/apt/sources.list (Se agrego el texto:    deb http://archive.ubuntu.com/ubuntu bionic main universe  )
 5 sudo apt-get update
 6 sudo apt-get install locate
 7 updatedb
 8 sudo apt-get install python3-pip 2to3 unoconv

*----- Tuve inconvenientes para instalarlo desde la linea 8 ------*
*--------------------INSTALACION DE POSTGRESQL--------------------*

 9  sudo vi  /etc/apt/sources.list.d/pgdg.list    (Se agrego el texto: deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main  )
10  wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
11  sudo apt-get update
12  sudo apt-get install postgresql-10 libpq-dev postgresql-server-dev-10 pgadmin4 postgresql-client-10
13  sudo bash
14  cd /usr/bin
15  ln -si python3 python
16  exit
17  whoami
18  pwd
19  pip3 install --user --upgrade pip setuptools wheel
20  sudo su - postgres -c "psql -t -P format=unaligned -c 'show hba_file'"
21  sudo cp /etc/postgresql/10/main/pg_hba.conf /etc/postgresql/10/main/pg_hba.conf.original
22  sudo su postgres
23  vi /etc/postgresql/10/main/pg_hba.conf (todo lo que dice peer y md5 fue cambiado por trust )
24  sudo service postgresql restart   
25  sudo su - postgres -c "createuser --createdb --no-createrole --no-superuser gnuhealth"
26  cd
27  pwd
28  wget http://ftp.gnu.org/gnu/health/gnuhealth-setup-latest.tar.gz
29  gpg --recv-key 0xC015E1AE00989199
30  gpg --with-fingerprint --list-keys 0xC015E1AE00989199
31  wget ftp://ftp.gnu.org/gnu/health/gnuhealth-3.4.1.tar.gz.sig
32  gpg --verify gnuhealth-3.4.1.tar.gz.sig gnuhealth-latest.tar.gz
33  ls
34  gpg --verify gnuhealth-3.4.1.tar.gz.sig gnuhealth-setup-latest.tar.gz
35  gpg: Signature made sáb 09 mar 2019 20:30:35 UTC
36  gpg:                using RSA key C015E1AE00989199
37  gpg: BAD signature from "Luis Falcon (GNU) <address@hidden>" [unknown]
38  tar -xzvf gnuhealth-setup-latest.tar.gz
39  
40  
41  gnuhealth@server-rene:~$ ls -l gnuhealth-*
42  -rw-rw-r-- 1 gnuhealth gnuhealth   543 jun 28 00:20 gnuhealth-3.4.1.tar.gz.sig
43  -rwxr-xr-x 1 gnuhealth gnuhealth 16467 mar 18 13:10 gnuhealth-setup
44  -rw-rw-r-- 1 gnuhealth gnuhealth  5084 mar 18 13:13 gnuhealth-setup-latest.tar.gz


Consultas, BAD signature es erroneo el paquete?

Porque no se genera el directorio gnuhealth-3.4.1, el paquete es el correcto?


Espero tus sugerencias.

Muchas Gracias

reply via email to

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