By: Angela Yuan user 11 Feb 2020 at 1:43 p.m. CST

23 Responses
Angela Yuan gravatar
Cannot download Gluu-Gateway due to The repo 'https://repo.gluu.org/ubuntu bionic Release' is not signed. Please advise how to upload screenshot which does not have an url.

By Adrian Alves staff 11 Feb 2020 at 2:37 p.m. CST

Adrian Alves gravatar
Hello Angela, Here are the steps to add our repo: echo "deb https://repo.gluu.org/ubuntu/ bionic main" > /etc/apt/sources.list.d/gluu-repo.list curl https://repo.gluu.org/ubuntu/gluu-apt.key | apt-key add - apt-get update apt-get install gluu-gateway Try following those steps. Cheers, Adrian.-

By Angela Yuan user 11 Feb 2020 at 3:17 p.m. CST

Angela Yuan gravatar
Ths final install script failed: Fetched 50.2 MB in 8s (5,932 kB/s) E: Failed to fetch https://repo.gluu.org/ubuntu/pool/main/bionic/gluu-gateway_4.0~bionic_amd64.deb File has unexpected size (227747154 != 227744204). Mirror sync in progress? [IP: 165.227.82.89 443] Hashes of expected file: - SHA512:5e925c106b514043afa2049c8c00e3870325d80a25adbfe32b5657b73ca29c6b23072b2e0443a100913bb32dcd807f0a949c63dde8208b567b68d0407b99cebd - SHA256:7b9c98c5b043d78a40981b7f001e6a2bd6c6e751cda68e4b39945b78670ac2d2 - SHA1:4f2d9360e15df6bb4a1b5701c504f88ba9ebfa1c [weak] - MD5Sum:092028c393e10e335905fa3b35f19462 [weak] - Filesize:227744204 [weak] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

By Meghna Joshi staff 12 Feb 2020 at 1:50 a.m. CST

Meghna Joshi gravatar
Hi Angela, Are you still facing issue? Let us know if you have any problem. Thanks, Meghna Joshi

By Adrian Alves staff 12 Feb 2020 at 6:47 a.m. CST

Adrian Alves gravatar
Hi Angela, Try cleaning the repo cache at your local host: # apt-get clean # apt-get update # apt-get install gluu-gateway

By Angela Yuan user 12 Feb 2020 at 11:34 a.m. CST

Angela Yuan gravatar
Thank you for the note. It helps. However after installing gluu-gateway it failed as next stop as there was no such folder "/opt/gluu-gateway/setup". ``` Setting up gluu-gateway (4.1.0-55~bionic) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... Processing triggers for systemd (237-3ubuntu10.38) ... Processing triggers for ureadahead (0.100.0-20) ... root@gluuggadmin-virtual-machine:~# cd /opt/gluu-gateway/setup -bash: cd: /opt/gluu-gateway/setup: No such file or directory root@gluuggadmin-virtual-machine:~# pwd /root root@gluuggadmin-virtual-machine:~# cd /opt root@gluuggadmin-virtual-machine:/opt# ls gluu-gateway gluu-gateway-setup gluu-gateway-ui root@gluuggadmin-virtual-machine:/opt# cd gluu-gateway root@gluuggadmin-virtual-machine:/opt/gluu-gateway# ls dist lib t third-party ```

By Michael Schwartz Account Admin 12 Feb 2020 at 3:38 p.m. CST

Michael Schwartz gravatar
4.1 install is failing for me too ``` After this operation, 372 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 https://repo.gluu.org/ubuntu bionic/main amd64 gluu-gateway amd64 4.0~bionic [228 MB] Err:1 https://repo.gluu.org/ubuntu bionic/main amd64 gluu-gateway amd64 4.0~bionic File has unexpected size (227747154 != 227744204). Mirror sync in progress? [IP: 165.227.82.89 443] Hashes of expected file: - SHA512:5e925c106b514043afa2049c8c00e3870325d80a25adbfe32b5657b73ca29c6b23072b2e0443a100913bb32dcd807f0a949c63dde8208b567b68d0407b99cebd - SHA256:7b9c98c5b043d78a40981b7f001e6a2bd6c6e751cda68e4b39945b78670ac2d2 - SHA1:4f2d9360e15df6bb4a1b5701c504f88ba9ebfa1c [weak] - MD5Sum:092028c393e10e335905fa3b35f19462 [weak] - Filesize:227744204 [weak] E: Failed to fetch https://repo.gluu.org/ubuntu/pool/main/bionic/gluu-gateway_4.0~bionic_amd64.deb File has unexpected size (227747154 != 227744204). Mirror sync in progress? [IP: 165.227.82.89 443] Hashes of expected file: - SHA512:5e925c106b514043afa2049c8c00e3870325d80a25adbfe32b5657b73ca29c6b23072b2e0443a100913bb32dcd807f0a949c63dde8208b567b68d0407b99cebd - SHA256:7b9c98c5b043d78a40981b7f001e6a2bd6c6e751cda68e4b39945b78670ac2d2 - SHA1:4f2d9360e15df6bb4a1b5701c504f88ba9ebfa1c [weak] - MD5Sum:092028c393e10e335905fa3b35f19462 [weak] - Filesize:227744204 [weak] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? ```

By Adrian Alves staff 12 Feb 2020 at 4:43 p.m. CST

Adrian Alves gravatar
Hi Angela, We rebuilt the entire bionic repo. You will be fine now. Please try again the above steps: ``` # apt-get clean # apt-get update # apt-get install gluu-gateway ```

By Angela Yuan user 12 Feb 2020 at 5:27 p.m. CST

Angela Yuan gravatar
Did these: #apt-get remove --auto-remove gluu-gateway #apt-get clean #apt-get update #apt-get install gluu-gateway Still having the same problem Setting up python-idna (2.6-1) ... Setting up python-asn1crypto (0.24.0-1) ... Processing triggers for ureadahead (0.100.0-20) ... Setting up python-certifi (2018.1.18-2) ... Setting up python-pkg-resources (39.0.1-2) ... Setting up python-cffi-backend (1.11.5-1) ... Setting up python-six (1.11.0-2) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... Setting up python-enum34 (1.1.6-2) ... Processing triggers for systemd (237-3ubuntu10.38) ... Setting up lua-cjson:amd64 (2.1.0+dfsg-2.1) ... Processing triggers for man-db (2.8.3-2) ... Setting up python-ipaddress (1.0.17-1) ... Setting up python-urllib3 (1.22-1ubuntu0.18.04.1) ... Setting up python-chardet (3.0.4-1) ... Setting up python-cryptography (2.1.4-1ubuntu1.3) ... Setting up python-requests (2.18.4-2ubuntu0.1) ... Setting up python-openssl (17.5.0-1ubuntu1) ... Setting up gluu-gateway (4.1.0-55~bionic) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... sh: 0: getcwd() failed: No such file or directory root@gluuggadmin-virtual-machine:/opt/gluu-gateway# cd /opt/gluu-gateway/setup -bash: cd: /opt/gluu-gateway/setup: No such file or directory root@gluuggadmin-virtual-machine:/opt/gluu-gateway#

By Michael Schwartz Account Admin 12 Feb 2020 at 5:53 p.m. CST

Michael Schwartz gravatar
For 4.1 installation instructions [https://github.com/GluuFederation/gluu-gateway/wiki/Installation-development-build#required-third-party-repositories](https://github.com/GluuFederation/gluu-gateway/wiki/Installation-development-build#required-third-party-repositories)

By Angela Yuan user 12 Feb 2020 at 10:03 p.m. CST

Angela Yuan gravatar
----------------------- ----------------------- Host gluugateway Organization Teledyne Controls City El Segundo State CA Country US Install OXD? True OXD Server URL https://gluugateway:8443 OP Host https://gluusrv Generate Client Credentials? True Proceed with these values (Y|n) [Y] : y Configuring postgres... ALTER ROLE CREATE DATABASE CREATE DATABASE SET SET SET SET SET set_config ------------ (1 row) SET SET SET CREATE EXTENSION COMMENT SET SET CREATE TABLE ALTER TABLE CREATE SEQUENCE ALTER TABLE ALTER SEQUENCE CREATE TABLE ALTER TABLE CREATE SEQUENCE ALTER TABLE ALTER SEQUENCE CREATE TABLE ALTER TABLE CREATE SEQUENCE ALTER TABLE ALTER SEQUENCE CREATE TABLE ALTER TABLE CREATE SEQUENCE ALTER TABLE ALTER SEQUENCE CREATE TABLE ALTER TABLE CREATE SEQUENCE ALTER TABLE ALTER SEQUENCE CREATE TABLE ALTER TABLE CREATE SEQUENCE ALTER TABLE ALTER SEQUENCE CREATE TABLE ALTER TABLE CREATE SEQUENCE ALTER TABLE ALTER SEQUENCE CREATE TABLE ALTER TABLE CREATE SEQUENCE ALTER TABLE ALTER SEQUENCE CREATE TABLE ALTER TABLE CREATE SEQUENCE ALTER TABLE ALTER SEQUENCE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE COPY 0 COPY 0 DELETE 0 COPY 3 DELETE 0 COPY 1 COPY 0 COPY 0 COPY 0 DELETE 0 COPY 1 COPY 0 setval -------- 1 (1 row) setval -------- 1 (1 row) setval -------- 3 (1 row) setval -------- 1 (1 row) setval -------- 1 (1 row) setval -------- 1 (1 row) setval -------- 1 (1 row) setval -------- 1 (1 row) setval -------- 1 (1 row) DO DO DO DO DO DO DO DO DO DO DO DO DO DO Configuring metrics plugin... Installing konga node packages... Creating OXD OP client for Gluu Gateway GUI used to call oxd-server endpoints... Error: Failed Not Ok Endpoint: https://gluugateway:8443/register-site Payload {'redirect_uris': ['https://localhost:1338'], 'client_name': 'KONGA_GG_UI_CLIENT', 'grant_types': ['authorization_code', 'client_credentials'], 'post_logout_redirect_uris': ['https://localhost:1338'], 'scope': ['openid', 'oxd', 'permission'], 'op_host': 'https://gluusrv'} Response <Response [500]> Response_Json {u'reason': None, u'error_description': u'Unknown internal server error occurs.', u'details': None, u'error': u'internal_error'} Please check logs. Installation failed. See: gluu-gateway-setup.log gluu-gateway-setup_error.log for more details.

By Angela Yuan user 12 Feb 2020 at 10:07 p.m. CST

Angela Yuan gravatar
** gluu-gateway-setup_error.log** 19:56:36 02/12/20 Generating RSA private key, 2048 bit long modulus (2 primes) ....................................+++++ ............................................................................................................................................+++++ e is 65537 (0x010001) 19:56:36 02/12/20 writing RSA key 19:56:36 02/12/20 Can't load /root/.rnd into RNG 139710362214848:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:88:Filename=/root/.rnd 19:56:36 02/12/20 Signature ok subject=C = US, ST = CA, L = El Segundo, O = Teledyne Controls, CN = gluugateway, emailAddress = angela.yuan@teledyne.com Getting Private key 19:56:43 02/12/20 Error: no file at: /usr/local/kong/.kong_env Run with --v (verbose) or --vv (debug) for more details 19:56:44 02/12/20 2020/02/12 19:56:43 [warn] ulimit is currently set to "1024". For better performance set it to at least "4096" using "ulimit -n" 19:57:14 02/12/20 Error: Failed Not Ok Endpoint: https://gluugateway:8443/register-site Payload {'redirect_uris': ['https://localhost:1338'], 'client_name': 'KONGA_GG_UI_CLIENT', 'grant_types': ['authorization_code', 'client_credentials'], 'post_logout_redirec$ Response <Response [500]> Response_Json {u'reason': None, u'error_description': u'Unknown internal server error occurs.', u'details': None, u'error': u'internal_error'} Please check logs. 19:57:14 02/12/20 ***** Error caught in main loop ***** 19:57:14 02/12/20 Traceback (most recent call last): File "setup-gluu-gateway.py", line 981, in <module> kongSetup.config_konga() File "setup-gluu-gateway.py", line 499, in config_konga oxd_registration_response = self.http_post_call(oxd_registration_endpoint, payload) File "setup-gluu-gateway.py", line 827, in http_post_call self.exit(message) File "setup-gluu-gateway.py", line 887, in exit sys.exit() SystemExit

By Angela Yuan user 12 Feb 2020 at 10:14 p.m. CST

Angela Yuan gravatar
**gluu-gateway-setup.log** 19:44:10 02/12/20 Running: /bin/mkdir -p ./certs 19:44:10 02/12/20 Running: /bin/mkdir -p ./output 19:52:20 02/12/20 Running: /bin/mkdir -p ./certs 19:52:20 02/12/20 Running: /bin/mkdir -p ./output 19:56:21 02/12/20 Host gluugateway Organization Teledyne Controls City El Segundo State CA Country US Install OXD? True OXD Server URL https://gluugateway:8443 OP Host https://gluusrv Generate Client Credentials? True 19:56:36 02/12/20 OS Type: ubuntu OS Version: 18 19:56:36 02/12/20 Generating Certificate for gluu-gateway 19:56:36 02/12/20 Running: /usr/bin/openssl genrsa -des3 -out ./certs/gluu-gateway.key.orig -passout pass:Wx2bZ4F0dTPa 2048 19:56:36 02/12/20 Generating RSA private key, 2048 bit long modulus (2 primes) ....................................+++++ ............................................................................................................................................+++++ e is 65537 (0x010001) 19:56:36 02/12/20 Running: /usr/bin/openssl rsa -in ./certs/gluu-gateway.key.orig -passin pass:Wx2bZ4F0dTPa -out ./certs/gluu-gateway.key 19:56:36 02/12/20 writing RSA key 19:56:36 02/12/20 Running: /usr/bin/openssl req -new -key ./certs/gluu-gateway.key -out ./certs/gluu-gateway.csr -subj /C=US/ST=CA/L=El Segundo/O=Teledyne Controls/CN=gluugateway/emailAddr$ 19:56:36 02/12/20 Can't load /root/.rnd into RNG 139710362214848:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:88:Filename=/root/.rnd 19:56:36 02/12/20 Running: /usr/bin/openssl x509 -req -days 365 -in ./certs/gluu-gateway.csr -signkey ./certs/gluu-gateway.key -out ./certs/gluu-gateway.crt 19:56:36 02/12/20 Signature ok subject=C = US, ST = CA, L = El Segundo, O = Teledyne Controls, CN = gluugateway, emailAddress = angela.yuan@teledyne.com Getting Private key 19:56:36 02/12/20 Running: /bin/chown root:root ./certs/gluu-gateway.key.orig 19:56:36 02/12/20 Running: /bin/chmod 700 ./certs/gluu-gateway.key.orig 19:56:36 02/12/20 Running: /bin/chown root:root ./certs/gluu-gateway.key 19:56:36 02/12/20 Running: /bin/chmod 700 ./certs/gluu-gateway.key 19:56:36 02/12/20 Installing server JRE 1.8 162... 19:56:36 02/12/20 Extracting server-jre-8u162-linux-x64.tar.gz into /opt/ 19:56:36 02/12/20 Running: tar -xzf /opt/gluu-gateway/dist/app/server-jre-8u162-linux-x64.tar.gz -C /opt/ --no-xattrs --no-same-owner --no-same-permissions 19:56:38 02/12/20 Running: /bin/ln -sf /opt/jdk1.8.0_162 /opt/jre 19:56:38 02/12/20 Running: /bin/chmod -R 755 /opt/jdk1.8.0_162/bin/ 19:56:38 02/12/20 Configuring postgres... 19:56:38 02/12/20 Running: /etc/init.d/postgresql start

By Meghna Joshi staff 13 Feb 2020 at 2 a.m. CST

Meghna Joshi gravatar
Hi Angela, `19:57:14 02/12/20 Error: Failed Not Ok Endpoint: https://gluugateway:8443/register-site Payload {'redirect_uris': ['https://localhost:1338'], 'client_name': 'KONGA_GG_UI_CLIENT', 'grant_types': ['authorization_code', 'client_credentials'], 'post_logout_redirec$ Response <Response [500]> Response_Json {u'reason': None, u'error_description': u'Unknown internal server error occurs.', u'details': None, u'error': u'internal_error'}` About above problem, Your OP Client registration is failing, Please send me `/var/log/oxd-server/oxd-server.log` and oxauth log of Gluu server CE `/opt/gluu-server/opt/gluu/jetty/oxauth/logs/oxauth.log` Also I have updated the GG 4.1 wiki installation instructions https://github.com/GluuFederation/gluu-gateway/wiki/Installation-development-build

By Angela Yuan user 19 Feb 2020 at 1:38 p.m. CST

Angela Yuan gravatar
**gluu-gateway-setup.log** 11:30:02 02/19/20 Generating RSA private key, 2048 bit long modulus (2 primes) .............+++++ ..........................................................................................................................................................+++++ e is 65537 (0x010001) 11:30:02 02/19/20 Running: /usr/bin/openssl rsa -in ./certs/gluu-gateway.key.orig -passin pass:gZ1bfHXEKagg -out ./certs/gluu-gateway.key 11:30:02 02/19/20 writing RSA key 11:30:02 02/19/20 Running: /usr/bin/openssl req -new -key ./certs/gluu-gateway.key -out ./certs/gluu-gateway.csr -subj /C=US/ST=CA/L=El Segundo/O=Teledyne Controls/CN=gluugateway/emailAddress=angela.yuan@teledyne.com 11:30:02 02/19/20 Can't load /root/.rnd into RNG 140526239252928:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:88:Filename=/root/.rnd 11:30:02 02/19/20 Running: /usr/bin/openssl x509 -req -days 365 -in ./certs/gluu-gateway.csr -signkey ./certs/gluu-gateway.key -out ./certs/gluu-gateway.crt 11:30:02 02/19/20 Signature ok subject=C = US, ST = CA, L = El Segundo, O = Teledyne Controls, CN = gluugateway, emailAddress = angela.yuan@teledyne.com Getting Private key 11:30:02 02/19/20 Running: /bin/chown root:root ./certs/gluu-gateway.key.orig 11:30:02 02/19/20 Running: /bin/chmod 700 ./certs/gluu-gateway.key.orig 11:30:02 02/19/20 Running: /bin/chown root:root ./certs/gluu-gateway.key 11:30:02 02/19/20 Running: /bin/chmod 700 ./certs/gluu-gateway.key 11:30:02 02/19/20 Installing server JRE 1.8 162... 11:30:02 02/19/20 Extracting server-jre-8u162-linux-x64.tar.gz into /opt/gluu-gateway/dist/app/server-jre-8u162-linux-x64.tar.gz 11:30:02 02/19/20 Running: tar -xzf /opt/gluu-gateway/dist/app/server-jre-8u162-linux-x64.tar.gz -C /opt/ --no-xattrs --no-same-owner --no-same-permissions 11:30:04 02/19/20 Running: /bin/ln -sf /opt/jdk1.8.0_162 /opt/jre 11:30:04 02/19/20 Running: /bin/chmod -R 755 /opt/jdk1.8.0_162/bin/ 11:30:04 02/19/20 Running: update-alternatives --install /usr/bin/java java /opt/jre/bin/java 1 11:30:04 02/19/20 update-alternatives: using /opt/jre/bin/java to provide /usr/bin/java (java) in auto mode 11:30:04 02/19/20 Configuring postgres... 11:30:04 02/19/20 Running: /etc/init.d/postgresql start 11:30:04 02/19/20 Starting postgresql (via systemctl): postgresql.service. 11:30:04 02/19/20 Running: /usr/bin/dpkg --install /opt/gluu-gateway/dist/app/kong-2.0.0.bionic.amd64.deb 11:30:08 02/19/20 (Reading database ... 231349 files and directories currently installed.) Preparing to unpack .../kong-2.0.0.bionic.amd64.deb ... Unpacking kong (2.0.0) over (1.3.0) ... Setting up kong (2.0.0) ... Installing new version of config file /etc/kong/kong.conf.default ... 11:30:08 02/19/20 Rendering template /etc/kong/kong.conf 11:30:08 02/19/20 Installing lua packages... **gluu-gateway-setup_error.log** 11:30:10 02/19/20 useradd: user 'jetty' already exists 11:30:10 02/19/20 /bin/cp: cannot stat '/opt/oxd-server/oxd-server-default': No such file or directory 11:30:10 02/19/20 /bin/mkdir: cannot create directory ‘/var/log/oxd-server’: File exists 11:30:25 02/19/20 Error: Failed Not Ok Endpoint: https://gluugateway:8443/register-site Payload {'redirect_uris': ['https://localhost:1338'], 'client_name': 'KONGA_GG_UI_CLIENT', 'grant_types': ['authorization_code', 'client_credentials'], 'post_logout_redirect_uris': ['https://localhost:1338'], 'scope': ['$ Response <Response [500]> Response_Json {u'reason': None, u'error_description': u'Unknown internal server error occurs.', u'details': None, u'error': u'internal_error'} Please check logs. 11:30:25 02/19/20 ***** Error caught in main loop ***** 11:30:25 02/19/20 Traceback (most recent call last): File "setup-gluu-gateway.py", line 853, in <module> kongSetup.config_gluu_gateway_ui() File "setup-gluu-gateway.py", line 502, in config_gluu_gateway_ui oxd_registration_response = self.http_post_call(oxd_registration_endpoint, payload) File "setup-gluu-gateway.py", line 731, in http_post_call self.exit(message) File "setup-gluu-gateway.py", line 791, in exit sys.exit() SystemExit **oxd-server.log** INFO [11:18:50.115] [Thread-13] o.e.j.s.AbstractConnector - Stopped application@32f32623{SSL,[ssl, http/1.1]}{0.0.0.0:8443} INFO [11:18:50.182] [Thread-13] o.e.j.s.AbstractConnector - Stopped admin@3becc950{SSL,[ssl, http/1.1]}{0.0.0.0:8444} INFO [11:18:50.211] [Thread-13] o.e.j.s.h.ContextHandler - Stopped i.d.j.MutableServletContextHandler@660b1a9d{/,null,UNAVAILABLE} INFO [11:18:50.235] [Thread-13] o.e.j.s.h.ContextHandler - Stopped i.d.j.MutableServletContextHandler@7e0f9528{/,null,UNAVAILABLE} INFO [11:30:13.599] [main] o.e.j.u.log - Logging initialized @2470ms to org.eclipse.jetty.util.log.Slf4jLog INFO [11:30:13.790] [main] i.d.s.DefaultServerFactory - Registering jersey handler with root path prefix: / INFO [11:30:13.792] [main] i.d.s.DefaultServerFactory - Registering admin handler with root path prefix: / INFO [11:30:14.223] [main] o.g.o.s.ServerLauncher - Starting service configuration... INFO [11:30:14.226] [main] o.g.o.s.ServerLauncher - commit: 8978c4c91f46713cb4cf81e5200ee7e8d09bd367, branch: origin/version_4.1.0, build time:14.02.2020 @ 11:46:23 UTC DEBUG [11:30:14.267] [main] o.g.o.s.ServerLauncher - BC registered: false DEBUG [11:30:14.381] [main] o.g.o.s.ServerLauncher - Registered BC successfully. INFO [11:30:14.383] [main] o.g.o.s.ServerLauncher - Configuration: OxdServerConfiguration{, registerClientAppType='web', registerClientResponesType='code', useClientAuthenticationForPat=true, trustAllCerts=true, keyStorePath='', keyS$ DEBUG [11:30:14.608] [main] o.g.o.s.p.SqlPersistenceServiceImpl - Schema created successfully. INFO [11:30:14.624] [main] o.g.o.s.p.SqlPersistenceServiceImpl - Loaded 0 RPs. DEBUG [11:30:14.628] [main] o.g.o.s.s.MigrationService - Migration source folder is not specified. DEBUG [11:30:14.629] [main] o.g.o.s.s.MigrationService - Skip migration because migration source folder is not specified or otherwise invalid. INFO [11:30:14.629] [main] o.g.o.s.ServerLauncher - oxD Services are configured successfully. INFO [11:30:14.636] [main] i.d.s.ServerFactory - Starting OxdServerApplication INFO [11:30:14.769] [main] o.e.j.s.SetUIDListener - Opened application@1a01d7f0{SSL,[ssl, http/1.1]}{0.0.0.0:8443} INFO [11:30:14.772] [main] o.e.j.s.SetUIDListener - Opened admin@5856dbe4{SSL,[ssl, http/1.1]}{0.0.0.0:8444} INFO [11:30:14.774] [main] o.e.j.s.Server - jetty-9.4.z-SNAPSHOT, build timestamp: 2017-11-21T13:27:37-08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 INFO [11:30:14.796] [main] o.e.j.u.s.SslContextFactory - x509=X509@2e5e6fc4(localhost,h=[],w=[]) for SslContextFactory@2785db06[provider=null,keyStore=file:///opt/oxd-server/conf/oxd-server.keystore,trustStore=null] INFO [11:30:14.972] [main] i.d.j.HttpsConnectorFactory - Supported protocols: [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] INFO [11:30:14.974] [main] i.d.j.HttpsConnectorFactory - Supported cipher suites: [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA38$ INFO [11:30:14.982] [main] o.e.j.u.s.SslContextFactory - x509=X509@66f5a02e(localhost,h=[],w=[]) for SslContextFactory@4e3f2908[provider=null,keyStore=file:///opt/oxd-server/conf/oxd-server.keystore,trustStore=null] INFO [11:30:16.058] [main] i.d.j.DropwizardResourceConfig - The following paths were found for the configured resources: POST /authorization-code-flow (org.gluu.oxd.server.RestResource) POST /check-access-token (org.gluu.oxd.server.RestResource) POST /check-id-token (org.gluu.oxd.server.RestResource) POST /get-access-token-by-refresh-token (org.gluu.oxd.server.RestResource) POST /get-authorization-code (org.gluu.oxd.server.RestResource) POST /get-authorization-url (org.gluu.oxd.server.RestResource) POST /get-client-token (org.gluu.oxd.server.RestResource) POST /get-discovery (org.gluu.oxd.server.RestResource) POST /get-jwks (org.gluu.oxd.server.RestResource) POST /get-logout-uri (org.gluu.oxd.server.RestResource) POST /get-rp (org.gluu.oxd.server.RestResource) POST /get-tokens-by-code (org.gluu.oxd.server.RestResource) POST /get-user-info (org.gluu.oxd.server.RestResource) GET /health-check (org.gluu.oxd.server.RestResource) POST /introspect-access-token (org.gluu.oxd.server.RestResource) POST /introspect-rpt (org.gluu.oxd.server.RestResource) POST /register-site (org.gluu.oxd.server.RestResource) POST /remove-site (org.gluu.oxd.server.RestResource) POST /uma-rp-get-claims-gathering-url (org.gluu.oxd.server.RestResource) POST /uma-rp-get-rpt (org.gluu.oxd.server.RestResource) POST /uma-rs-check-access (org.gluu.oxd.server.RestResource) POST /uma-rs-protect (org.gluu.oxd.server.RestResource) POST /update-site (org.gluu.oxd.server.RestResource) INFO [11:30:16.060] [main] o.e.j.s.h.ContextHandler - Started i.d.j.MutableServletContextHandler@51424203{/,null,AVAILABLE} INFO [11:30:16.074] [main] i.d.s.AdminEnvironment - tasks = POST /tasks/log-level (io.dropwizard.servlets.tasks.LogConfigurationTask) POST /tasks/gc (io.dropwizard.servlets.tasks.GarbageCollectionTask) **oxauth.log** 2020-02-19 17:37:33,534 ERROR [qtp105704967-29643] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:628) - Failed to get attributes from session 2020-02-19 17:38:02,221 INFO [qtp105704967-17] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:223) - Authentication failed for 'gluuadmin' 2020-02-19 17:39:02,277 INFO [qtp105704967-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:223) - Authentication failed for 'gluuadmin' 2020-02-19 17:39:38,390 INFO [qtp105704967-29643] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:223) - Authentication failed for 'gluuadmin' 2020-02-19 17:39:58,057 INFO [qtp105704967-15] [org.gluu.oxauth.service.AuthenticationService] (AuthenticationService.java:589) - Attempting to redirect user: SessionUser: SessionState {dn='f8d42951-eeee-4fd4-aa2b-0ad2957ee173', id='f8$ 2020-02-19 17:39:58,058 INFO [qtp105704967-15] [org.gluu.oxauth.service.AuthenticationService] (AuthenticationService.java:597) - Attempting to redirect user: User: org.gluu.oxauth.model.common.User@27c491a1 2020-02-19 17:39:58,059 INFO [qtp105704967-15] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:426) - Authentication success for User: 'admin' 2020-02-19 17:39:58,207 INFO [qtp105704967-196] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:276) - Authentication success for Client: '1001.9c18897e-dc7c-4404-8b01-47a97e8c1dee' 2020-02-19 17:40:36,426 INFO [qtp105704967-196] [org.gluu.oxauth.service.AuthenticationService] (AuthenticationService.java:589) - Attempting to redirect user: SessionUser: SessionState {dn='336fc1bc-3a92-4807-b85b-570f3848f158', id='3$ 2020-02-19 17:40:36,427 INFO [qtp105704967-196] [org.gluu.oxauth.service.AuthenticationService] (AuthenticationService.java:597) - Attempting to redirect user: User: org.gluu.oxauth.model.common.User@49829a24 2020-02-19 17:40:36,428 INFO [qtp105704967-196] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:426) - Authentication success for User: 'admin' 2020-02-19 17:40:36,626 INFO [qtp105704967-16] [org.gluu.oxauth.auth.Authenticator] (Authenticator.java:276) - Authentication success for Client: '1001.9c18897e-dc7c-4404-8b01-47a97e8c1dee'

By Michael Schwartz Account Admin 19 Feb 2020 at 1:49 p.m. CST

Michael Schwartz gravatar
was this a fresh install? Did you do `apt-get purge gluu-gateway` ?

By Angela Yuan user 19 Feb 2020 at 1:56 p.m. CST

Angela Yuan gravatar
Yes, that was the exact step I did.

By Michael Schwartz Account Admin 19 Feb 2020 at 3:11 p.m. CST

Michael Schwartz gravatar
1. can you uninstall everything again. 2. `# netstat -antlp | grep LISTEN` 3. `# ps -ef` please paste the above results. then maybe meg can schedule a Zoom to do the install with you. How early can you meet PST?

By Angela Yuan user 19 Feb 2020 at 3:38 p.m. CST

Angela Yuan gravatar
I can do it tomorrow at 9:30 am PDT if that works for Meg. root@gluugateway:~# apt-get purge gluu-gateway Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: lua-cjson python-asn1crypto python-certifi python-cffi-backend python-chardet python-cryptography python-enum34 python-idna python-ipaddress python-openssl python-pkg-resources python-requests python-six python-urllib3 Use 'apt autoremove' to remove them. The following packages will be REMOVED: gluu-gateway* 0 upgraded, 0 newly installed, 1 to remove and 328 not upgraded. After this operation, 238 MB disk space will be freed. Do you want to continue? [Y/n] y (Reading database ... 231482 files and directories currently installed.) Removing gluu-gateway (4.1.0-57~bionic) ... (Reading database ... 230682 files and directories currently installed.) Purging configuration files for gluu-gateway (4.1.0-57~bionic) ... Processing triggers for ureadahead (0.100.0-20) ... Processing triggers for systemd (237-3ubuntu10.38) ... root@gluugateway:~# netstat -antlp | grep LISTEN tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 24445/systemd-resol tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 6130/sshd tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 31456/cupsd tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 2585/postgres tcp6 0 0 :::22 :::* LISTEN 6130/sshd tcp6 0 0 ::1:3350 :::* LISTEN 13700/xrdp-sesman tcp6 0 0 ::1:631 :::* LISTEN 31456/cupsd tcp6 0 0 :::3389 :::* LISTEN 13710/xrdp root@gluugateway:~# ps -ef UID PID PPID C STIME TTY TIME CMD root 1 0 0 Feb10 ? 00:00:43 /lib/systemd/systemd --system --deserialize 38 root 2 0 0 Feb10 ? 00:00:00 [kthreadd] root 4 2 0 Feb10 ? 00:00:00 [kworker/0:0H] root 6 2 0 Feb10 ? 00:00:00 [mm_percpu_wq] root 7 2 0 Feb10 ? 00:00:02 [ksoftirqd/0] root 8 2 0 Feb10 ? 00:00:23 [rcu_sched] root 9 2 0 Feb10 ? 00:00:00 [rcu_bh] root 10 2 0 Feb10 ? 00:00:00 [migration/0] root 11 2 0 Feb10 ? 00:00:01 [watchdog/0] root 12 2 0 Feb10 ? 00:00:00 [cpuhp/0] root 13 2 0 Feb10 ? 00:00:00 [cpuhp/1] root 14 2 0 Feb10 ? 00:00:01 [watchdog/1] root 15 2 0 Feb10 ? 00:00:00 [migration/1] root 16 2 0 Feb10 ? 00:00:01 [ksoftirqd/1] root 18 2 0 Feb10 ? 00:00:00 [kworker/1:0H] root 19 2 0 Feb10 ? 00:00:00 [kdevtmpfs] root 20 2 0 Feb10 ? 00:00:00 [netns] root 21 2 0 Feb10 ? 00:00:00 [rcu_tasks_kthre] root 22 2 0 Feb10 ? 00:00:00 [kauditd] root 24 2 0 Feb10 ? 00:00:00 [khungtaskd] root 25 2 0 Feb10 ? 00:00:00 [oom_reaper] root 26 2 0 Feb10 ? 00:00:00 [writeback] root 27 2 0 Feb10 ? 00:00:00 [kcompactd0] root 28 2 0 Feb10 ? 00:00:00 [ksmd] root 29 2 0 Feb10 ? 00:00:01 [khugepaged] root 30 2 0 Feb10 ? 00:00:00 [crypto] root 31 2 0 Feb10 ? 00:00:00 [kintegrityd] root 32 2 0 Feb10 ? 00:00:00 [kblockd] root 33 2 0 Feb10 ? 00:00:00 [ata_sff] root 34 2 0 Feb10 ? 00:00:00 [md] root 35 2 0 Feb10 ? 00:00:00 [edac-poller] root 36 2 0 Feb10 ? 00:00:00 [devfreq_wq] root 37 2 0 Feb10 ? 00:00:00 [watchdogd] root 41 2 0 Feb10 ? 00:00:02 [kswapd0] root 42 2 0 Feb10 ? 00:00:00 [ecryptfs-kthrea] root 84 2 0 Feb10 ? 00:00:00 [kthrotld] root 85 2 0 Feb10 ? 00:00:00 [acpi_thermal_pm] root 86 2 0 Feb10 ? 00:00:00 [scsi_eh_0] root 87 2 0 Feb10 ? 00:00:00 [scsi_tmf_0] root 88 2 0 Feb10 ? 00:00:00 [scsi_eh_1] root 89 2 0 Feb10 ? 00:00:00 [scsi_tmf_1] root 95 2 0 Feb10 ? 00:00:00 [ipv6_addrconf] root 104 2 0 Feb10 ? 00:00:00 [kstrp] root 121 2 0 Feb10 ? 00:00:00 [charger_manager] root 181 2 0 Feb10 ? 00:00:00 [mpt_poll_0] root 182 2 0 Feb10 ? 00:00:00 [mpt/0] root 183 2 0 Feb10 ? 00:00:00 [scsi_eh_2] root 184 2 0 Feb10 ? 00:00:00 [scsi_tmf_2] root 185 2 0 Feb10 ? 00:00:00 [scsi_eh_3] root 186 2 0 Feb10 ? 00:00:00 [scsi_tmf_3] root 187 2 0 Feb10 ? 00:00:00 [scsi_eh_4] root 188 2 0 Feb10 ? 00:00:00 [scsi_tmf_4] root 189 2 0 Feb10 ? 00:00:00 [scsi_eh_5] root 190 2 0 Feb10 ? 00:00:00 [scsi_tmf_5] root 191 2 0 Feb10 ? 00:00:00 [scsi_eh_6] root 192 2 0 Feb10 ? 00:00:00 [scsi_tmf_6] root 193 2 0 Feb10 ? 00:00:00 [scsi_eh_7] root 194 2 0 Feb10 ? 00:00:00 [scsi_tmf_7] root 195 2 0 Feb10 ? 00:00:00 [scsi_eh_8] root 196 2 0 Feb10 ? 00:00:00 [scsi_tmf_8] root 197 2 0 Feb10 ? 00:00:00 [scsi_eh_9] root 198 2 0 Feb10 ? 00:00:00 [scsi_tmf_9] root 199 2 0 Feb10 ? 00:00:00 [scsi_eh_10] root 200 2 0 Feb10 ? 00:00:00 [scsi_tmf_10] root 201 2 0 Feb10 ? 00:00:00 [scsi_eh_11] root 202 2 0 Feb10 ? 00:00:00 [scsi_tmf_11] root 203 2 0 Feb10 ? 00:00:00 [scsi_eh_12] root 204 2 0 Feb10 ? 00:00:00 [scsi_tmf_12] root 205 2 0 Feb10 ? 00:00:00 [scsi_eh_13] root 206 2 0 Feb10 ? 00:00:00 [scsi_tmf_13] root 207 2 0 Feb10 ? 00:00:00 [scsi_eh_14] root 208 2 0 Feb10 ? 00:00:00 [scsi_tmf_14] root 209 2 0 Feb10 ? 00:00:00 [scsi_eh_15] root 210 2 0 Feb10 ? 00:00:00 [scsi_tmf_15] root 211 2 0 Feb10 ? 00:00:00 [scsi_eh_16] root 212 2 0 Feb10 ? 00:00:00 [scsi_tmf_16] root 213 2 0 Feb10 ? 00:00:00 [scsi_eh_17] root 214 2 0 Feb10 ? 00:00:00 [scsi_tmf_17] root 215 2 0 Feb10 ? 00:00:00 [scsi_eh_18] root 216 2 0 Feb10 ? 00:00:00 [scsi_tmf_18] root 217 2 0 Feb10 ? 00:00:00 [scsi_eh_19] root 218 2 0 Feb10 ? 00:00:00 [scsi_tmf_19] root 219 2 0 Feb10 ? 00:00:00 [scsi_eh_20] root 220 2 0 Feb10 ? 00:00:00 [scsi_tmf_20] root 221 2 0 Feb10 ? 00:00:00 [scsi_eh_21] root 222 2 0 Feb10 ? 00:00:00 [scsi_tmf_21] root 223 2 0 Feb10 ? 00:00:00 [scsi_eh_22] root 224 2 0 Feb10 ? 00:00:00 [scsi_tmf_22] root 225 2 0 Feb10 ? 00:00:00 [scsi_eh_23] root 226 2 0 Feb10 ? 00:00:00 [scsi_tmf_23] root 227 2 0 Feb10 ? 00:00:00 [scsi_eh_24] root 228 2 0 Feb10 ? 00:00:00 [scsi_tmf_24] root 229 2 0 Feb10 ? 00:00:00 [scsi_eh_25] root 230 2 0 Feb10 ? 00:00:00 [scsi_tmf_25] root 231 2 0 Feb10 ? 00:00:00 [scsi_eh_26] root 232 2 0 Feb10 ? 00:00:00 [scsi_tmf_26] root 233 2 0 Feb10 ? 00:00:00 [scsi_eh_27] root 234 2 0 Feb10 ? 00:00:00 [scsi_tmf_27] root 235 2 0 Feb10 ? 00:00:00 [scsi_eh_28] root 236 2 0 Feb10 ? 00:00:00 [scsi_tmf_28] root 237 2 0 Feb10 ? 00:00:00 [scsi_eh_29] root 238 2 0 Feb10 ? 00:00:00 [scsi_tmf_29] root 239 2 0 Feb10 ? 00:00:00 [scsi_eh_30] root 240 2 0 Feb10 ? 00:00:00 [scsi_tmf_30] root 241 2 0 Feb10 ? 00:00:00 [scsi_eh_31] root 242 2 0 Feb10 ? 00:00:00 [scsi_tmf_31] root 270 2 0 Feb10 ? 00:00:00 [scsi_eh_32] root 271 2 0 Feb10 ? 00:00:00 [scsi_tmf_32] root 274 2 0 Feb10 ? 00:00:00 [ttm_swap] root 275 2 0 Feb10 ? 00:00:00 [irq/16-vmwgfx] root 277 2 0 Feb10 ? 00:00:02 [kworker/1:1H] root 283 2 0 Feb10 ? 00:00:02 [kworker/0:1H] root 316 2 0 Feb10 ? 00:00:15 [jbd2/sda1-8] root 317 2 0 Feb10 ? 00:00:00 [ext4-rsv-conver] root 389 2 0 Feb10 ? 00:00:00 [loop0] root 392 2 0 Feb10 ? 00:00:00 [loop1] root 400 2 0 Feb10 ? 00:00:00 [loop2] root 405 2 0 Feb10 ? 00:00:00 [loop3] root 409 2 0 Feb10 ? 00:00:00 [loop4] root 410 2 0 Feb10 ? 00:00:00 [loop5] root 617 1 0 Feb10 ? 00:00:00 /usr/sbin/acpid root 618 1 0 Feb10 ? 00:00:03 /lib/systemd/systemd-logind root 620 1 0 Feb10 ? 00:00:10 /usr/lib/accountsservice/accounts-daemon root 640 1 0 Feb10 ? 00:00:01 /usr/sbin/cron -f syslog 641 1 0 Feb10 ? 00:00:00 /usr/sbin/rsyslogd -n root 642 1 0 Feb10 ? 00:00:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers message+ 643 1 0 Feb10 ? 00:00:11 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only root 681 1 0 Feb10 ? 00:00:13 /usr/sbin/NetworkManager --no-daemon root 688 1 0 Feb10 ? 00:00:26 /usr/sbin/irqbalance --foreground root 691 1 0 Feb10 ? 00:00:00 /usr/sbin/ModemManager root 816 1 0 Feb10 ? 00:00:00 /usr/sbin/gdm3 root 841 816 0 Feb10 ? 00:00:00 gdm-session-worker [pam/gdm-launch-environment] gdm 882 1 0 Feb10 ? 00:00:00 /lib/systemd/systemd --user gdm 883 882 0 Feb10 ? 00:00:00 (sd-pam) gdm 909 841 0 Feb10 tty1 00:00:00 /usr/lib/gdm3/gdm-wayland-session gnome-session --autostart /usr/share/gdm/greeter/autostart gdm 912 882 0 Feb10 ? 00:00:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only gdm 914 909 0 Feb10 tty1 00:00:00 /usr/lib/gnome-session/gnome-session-binary --autostart /usr/share/gdm/greeter/autostart gdm 936 914 0 Feb10 tty1 00:04:11 /usr/bin/gnome-shell root 943 1 0 Feb10 ? 00:00:00 /usr/lib/upower/upowerd gdm 997 936 0 Feb10 tty1 00:00:00 /usr/bin/Xwayland :1024 -rootless -terminate -accessx -core -listen 4 -listen 5 -displayfd 6 root 999 1 0 Feb10 ? 00:08:16 /usr/sbin/vmtoolsd root 1044 1 0 Feb10 ? 00:00:00 /usr/lib/vmware-vgauth/VGAuthService -s gdm 1051 882 0 Feb10 ? 00:00:00 /usr/lib/at-spi2-core/at-spi-bus-launcher gdm 1064 1051 0 Feb10 ? 00:00:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3 gdm 1066 882 0 Feb10 ? 00:00:00 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session kernoops 1070 1 0 Feb10 ? 00:00:10 /usr/sbin/kerneloops --test kernoops 1072 1 0 Feb10 ? 00:00:10 /usr/sbin/kerneloops gdm 1083 882 0 Feb10 ? 00:00:00 /usr/bin/pulseaudio --daemonize=no rtkit 1087 1 0 Feb10 ? 00:00:06 /usr/lib/rtkit/rtkit-daemon gdm 1138 936 0 Feb10 tty1 00:00:00 ibus-daemon --xim --panel disable gdm 1141 1138 0 Feb10 tty1 00:00:00 /usr/lib/ibus/ibus-dconf gdm 1144 1 0 Feb10 tty1 00:00:00 /usr/lib/ibus/ibus-x11 --kill-daemon gdm 1148 882 0 Feb10 ? 00:00:00 /usr/lib/ibus/ibus-portal root 1163 1 0 Feb10 ? 00:00:00 /usr/lib/x86_64-linux-gnu/boltd root 1164 1 0 Feb10 ? 00:00:28 /usr/lib/packagekit/packagekitd gdm 1168 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-xsettings gdm 1174 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-a11y-settings gdm 1175 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-clipboard gdm 1179 914 0 Feb10 tty1 00:05:58 /usr/lib/gnome-settings-daemon/gsd-color gdm 1181 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-datetime gdm 1184 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-housekeeping gdm 1185 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-keyboard gdm 1189 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-media-keys gdm 1194 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-mouse gdm 1195 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-power gdm 1200 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-print-notifications gdm 1201 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-rfkill gdm 1202 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-screensaver-proxy gdm 1208 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-sharing gdm 1212 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-smartcard gdm 1216 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-sound gdm 1218 914 0 Feb10 tty1 00:00:00 /usr/lib/gnome-settings-daemon/gsd-wacom colord 1237 1 0 Feb10 ? 00:00:00 /usr/lib/colord/colord gdm 1258 1138 0 Feb10 tty1 00:00:00 /usr/lib/ibus/ibus-engine-simple root 1279 816 0 Feb10 ? 00:00:00 gdm-session-worker [pam/gdm-password] gluugga+ 1283 1 0 Feb10 ? 00:00:00 /lib/systemd/systemd --user gluugga+ 1284 1283 0 Feb10 ? 00:00:00 (sd-pam) gluugga+ 1297 1 0 Feb10 ? 00:00:00 /usr/bin/gnome-keyring-daemon --daemonize --login gluugga+ 1301 1279 0 Feb10 tty2 00:00:00 /usr/lib/gdm3/gdm-x-session --run-script env GNOME_SHELL_SESSION_MODE=ubuntu gnome-session --session=ubuntu gluugga+ 1303 1301 0 Feb10 tty2 00:00:04 /usr/lib/xorg/Xorg vt2 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3 gluugga+ 1310 1283 0 Feb10 ? 00:00:01 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only gluugga+ 1314 1301 0 Feb10 tty2 00:00:00 /usr/lib/gnome-session/gnome-session-binary --session=ubuntu gluugga+ 1407 1314 0 Feb10 ? 00:00:02 /usr/bin/ssh-agent /usr/bin/im-launch env GNOME_SHELL_SESSION_MODE=ubuntu gnome-session --session=ubuntu gluugga+ 1410 1283 0 Feb10 ? 00:00:00 /usr/lib/gvfs/gvfsd gluugga+ 1415 1283 0 Feb10 ? 00:00:00 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes gluugga+ 1426 1283 0 Feb10 ? 00:00:00 /usr/lib/at-spi2-core/at-spi-bus-launcher gluugga+ 1431 1426 0 Feb10 ? 00:00:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3 gluugga+ 1434 1283 0 Feb10 ? 00:00:00 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session gluugga+ 1453 1314 0 Feb10 tty2 00:09:52 /usr/bin/gnome-shell gluugga+ 1464 1 0 Feb10 ? 00:00:00 /usr/bin/pulseaudio --start --log-target=syslog gluugga+ 1473 1453 0 Feb10 tty2 00:00:00 ibus-daemon --xim --panel disable gluugga+ 1477 1473 0 Feb10 tty2 00:00:00 /usr/lib/ibus/ibus-dconf gluugga+ 1479 1 0 Feb10 tty2 00:00:00 /usr/lib/ibus/ibus-x11 --kill-daemon gluugga+ 1481 1283 0 Feb10 ? 00:00:00 /usr/lib/ibus/ibus-portal gluugga+ 1493 1283 0 Feb10 ? 00:00:00 /usr/lib/gnome-shell/gnome-shell-calendar-server gluugga+ 1497 1283 0 Feb10 ? 00:00:00 /usr/lib/evolution/evolution-source-registry gluugga+ 1505 1283 0 Feb10 ? 00:00:00 /usr/lib/gnome-online-accounts/goa-daemon gluugga+ 1512 1283 0 Feb10 ? 00:00:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor gluugga+ 1523 1283 0 Feb10 ? 00:00:01 /usr/lib/gnome-online-accounts/goa-identity-service gluugga+ 1524 1283 0 Feb10 ? 00:00:00 /usr/lib/gvfs/gvfs-goa-volume-monitor gluugga+ 1531 1283 0 Feb10 ? 00:00:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor gluugga+ 1535 1283 0 Feb10 ? 00:00:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor gluugga+ 1539 1283 0 Feb10 ? 00:00:00 /usr/lib/gvfs/gvfs-afc-volume-monitor gluugga+ 1544 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-power gluugga+ 1546 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-print-notifications gluugga+ 1547 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-rfkill gluugga+ 1548 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-screensaver-proxy gluugga+ 1552 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-sharing gluugga+ 1555 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-sound gluugga+ 1558 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-xsettings gluugga+ 1571 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-wacom gluugga+ 1572 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-smartcard gluugga+ 1577 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-clipboard gluugga+ 1580 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-a11y-settings gluugga+ 1583 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-datetime gluugga+ 1584 1314 0 Feb10 tty2 00:05:15 /usr/lib/gnome-settings-daemon/gsd-color gluugga+ 1585 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-keyboard gluugga+ 1589 1314 0 Feb10 tty2 00:00:12 /usr/lib/gnome-settings-daemon/gsd-housekeeping gluugga+ 1590 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-mouse gluugga+ 1592 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-media-keys gluugga+ 1617 1 0 Feb10 tty2 00:00:00 /usr/lib/gnome-settings-daemon/gsd-printer gluugga+ 1639 1314 0 Feb10 tty2 00:00:02 nautilus-desktop gluugga+ 1643 1 0 Feb10 tty2 00:16:15 /usr/lib/vmware-tools/sbin64/vmtoolsd -n vmusr gluugga+ 1647 1314 0 Feb10 tty2 00:00:00 /usr/lib/gnome-disk-utility/gsd-disk-utility-notify gluugga+ 1651 1314 0 Feb10 tty2 00:00:58 /usr/bin/gnome-software --gapplication-service gluugga+ 1660 1410 0 Feb10 ? 00:00:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.7 /org/gtk/gvfs/exec_spaw/0 gluugga+ 1686 1283 0 Feb10 ? 00:00:00 /usr/lib/evolution/evolution-calendar-factory gluugga+ 1700 1283 0 Feb10 ? 00:00:00 /usr/lib/dconf/dconf-service gluugga+ 1714 1686 0 Feb10 ? 00:00:00 /usr/lib/evolution/evolution-calendar-factory-subprocess --factory all --bus-name org.gnome.evolution.dataserver.Subprocess.Backend.Calendarx1686x2 --own-path /org/gnome/evolution/dataserve gluugga+ 1719 1473 0 Feb10 tty2 00:00:00 /usr/lib/ibus/ibus-engine-simple gluugga+ 1734 1283 0 Feb10 ? 00:00:00 /usr/lib/evolution/evolution-addressbook-factory gluugga+ 1745 1734 0 Feb10 ? 00:00:00 /usr/lib/evolution/evolution-addressbook-factory-subprocess --factory all --bus-name org.gnome.evolution.dataserver.Subprocess.Backend.AddressBookx1734x2 --own-path /org/gnome/evolution/dat gluugga+ 1765 1283 0 Feb10 ? 00:00:00 /usr/lib/gvfs/gvfsd-metadata root 1772 1 0 Feb10 ? 00:00:12 /usr/lib/fwupd/fwupd gluugga+ 1834 1314 0 Feb10 tty2 00:00:13 update-notifier gluugga+ 1857 1314 0 Feb10 tty2 00:00:00 /usr/lib/deja-dup/deja-dup-monitor postgres 2585 1 0 06:33 ? 00:00:01 /usr/lib/postgresql/10/bin/postgres -D /var/lib/postgresql/10/main -c config_file=/etc/postgresql/10/main/postgresql.conf postgres 2587 2585 0 06:33 ? 00:00:00 postgres: 10/main: checkpointer process postgres 2588 2585 0 06:33 ? 00:00:00 postgres: 10/main: writer process postgres 2589 2585 0 06:33 ? 00:00:00 postgres: 10/main: wal writer process postgres 2590 2585 0 06:33 ? 00:00:00 postgres: 10/main: autovacuum launcher process postgres 2591 2585 0 06:33 ? 00:00:00 postgres: 10/main: stats collector process postgres 2592 2585 0 06:33 ? 00:00:00 postgres: 10/main: bgworker: logical replication launcher root 5010 2 0 Feb10 ? 00:00:00 [xfsalloc] root 5011 2 0 Feb10 ? 00:00:00 [xfs_mru_cache] root 5018 2 0 Feb10 ? 00:00:00 [jfsIO] root 5019 2 0 Feb10 ? 00:00:00 [jfsCommit] root 5020 2 0 Feb10 ? 00:00:00 [jfsCommit] root 5021 2 0 Feb10 ? 00:00:00 [jfsSync] root 6130 1 0 Feb11 ? 00:00:00 /usr/sbin/sshd -D root 13700 1 0 Feb10 ? 00:00:00 /usr/sbin/xrdp-sesman xrdp 13710 1 0 Feb10 ? 00:00:00 /usr/sbin/xrdp gluugga+ 13747 1283 0 Feb10 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd gluugga+ 13753 1283 0 Feb10 ? 00:00:00 /usr/bin/gpg-agent --supervised gluugga+ 13785 1 0 Feb10 ? 00:00:00 /usr/bin/python3 /usr/share/system-config-printer/applet.py gluugga+ 13800 1283 0 Feb10 ? 00:00:00 /usr/lib/x86_64-linux-gnu/gconf/gconfd-2 gluugga+ 14224 1 0 Feb10 ? 00:00:00 /usr/bin/python3 /usr/share/system-config-printer/applet.py root 15131 2 0 Feb10 ? 00:00:00 [loop8] root 15193 2 0 Feb10 ? 00:00:00 [loop9] root 15295 2 0 Feb10 ? 00:00:00 [loop10] root 15321 2 0 Feb10 ? 00:00:00 [loop11] root 15455 2 0 Feb10 ? 00:00:00 [loop12] root 15513 2 0 Feb10 ? 00:00:00 [loop13] root 15548 2 0 Feb10 ? 00:00:00 [loop14] root 15629 2 0 Feb10 ? 00:00:00 [loop15] root 18114 2 0 11:33 ? 00:00:01 [kworker/0:2] root 18121 2 0 11:33 ? 00:00:00 [loop6] root 18142 1 0 11:33 ? 00:00:01 /usr/lib/snapd/snapd root 18310 2 0 11:40 ? 00:00:00 [kworker/1:1] root 18461 2 0 12:03 ? 00:00:00 [kworker/1:2] root 18798 2 0 13:01 ? 00:00:00 [kworker/u4:0] root 18799 2 0 13:01 ? 00:00:00 [kworker/0:0] root 18944 2 0 13:25 ? 00:00:00 [kworker/u4:2] root 18982 6130 0 13:32 ? 00:00:00 sshd: gluuggadmin [priv] gluugga+ 19077 18982 0 13:32 ? 00:00:00 sshd: gluuggadmin@pts/0 gluugga+ 19078 19077 0 13:32 pts/0 00:00:00 -bash root 19087 19078 0 13:32 pts/0 00:00:00 sudo -i root 19088 19087 0 13:33 pts/0 00:00:00 -bash root 19762 2 0 13:35 ? 00:00:00 [kworker/u4:1] gluugga+ 19788 1 0 Feb17 tty2 00:00:21 /usr/bin/python3 /usr/bin/update-manager --no-update --no-focus-on-map root 19843 1 0 Feb11 ? 00:00:00 /usr/lib/udisks2/udisksd root 19929 2 0 13:37 ? 00:00:00 [kworker/1:0] root 19953 2 0 13:37 ? 00:00:00 [kworker/u4:3] root 19954 2 0 13:37 ? 00:00:00 [kworker/u4:4] root 19974 2 0 13:37 ? 00:00:00 [kworker/0:1] root 19975 2 0 13:37 ? 00:00:00 [kworker/0:3] root 19976 2 0 13:37 ? 00:00:00 [kworker/0:4] root 19977 2 0 13:37 ? 00:00:00 [kworker/0:5] root 19978 2 0 13:37 ? 00:00:00 [kworker/0:6] root 19979 2 0 13:37 ? 00:00:00 [kworker/0:7] root 20082 2 0 13:37 ? 00:00:00 [kworker/1:3] root 20083 2 0 13:37 ? 00:00:00 [kworker/1:4] root 20084 2 0 13:37 ? 00:00:00 [kworker/1:5] root 20085 2 0 13:37 ? 00:00:00 [kworker/1:6] root 20086 2 0 13:37 ? 00:00:00 [kworker/1:7] root 20173 19088 0 13:37 pts/0 00:00:00 ps -ef root 21617 1 0 Feb11 ? 00:00:02 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant root 22658 1 0 Feb11 ? 00:00:00 /lib/systemd/systemd-udevd systemd+ 24445 1 0 Feb11 ? 00:00:03 /lib/systemd/systemd-resolved systemd+ 24449 1 0 Feb11 ? 00:00:01 /lib/systemd/systemd-timesyncd root 24452 1 0 Feb11 ? 00:00:03 /lib/systemd/systemd-journald avahi 25334 1 0 Feb11 ? 00:00:19 avahi-daemon: running [gluuggadmin-virtual-machine.local] avahi 25335 25334 0 Feb11 ? 00:00:00 avahi-daemon: chroot helper root 27943 1 0 Feb11 ? 00:00:01 /usr/lib/policykit-1/polkitd --no-debug root 30256 2 0 Feb11 ? 00:00:00 [loop16] whoopsie 30714 1 0 Feb11 ? 00:00:00 /usr/bin/whoopsie -f root 31456 1 0 00:07 ? 00:00:00 /usr/sbin/cupsd -l root 31457 1 0 00:07 ? 00:00:00 /usr/sbin/cups-browsed root@gluugateway:~#

By Meghna Joshi staff 19 Feb 2020 at 9:38 p.m. CST

Meghna Joshi gravatar
Hi Angela, 9:30 PM PDT to late for me 11 PM. Instead of this is ok to setup meeting in your evening 7:30 PM, it is morning for me 9 AM. Also about installation fail, could you please zip all the logs files, upload it on google drive or wetransfer.com and share the link here. Thank you

By Angela Yuan user 19 Feb 2020 at 9:51 p.m. CST

Angela Yuan gravatar
I meant 9:30 AM, not PM. Please provide me a destination so I can upload log files. Thank you.

By Meghna Joshi staff 19 Feb 2020 at 10:52 p.m. CST

Meghna Joshi gravatar
Sorry I mean your 9:30 AM PDT to late for me 11 PM IST. It will be good if you setup at your 7:30 PM PDT which is 9:00 AM IST for me. upload zip here https://wetransfer.com/ and share link here.

By Angela Yuan user 20 Feb 2020 at 12:51 p.m. CST

Angela Yuan gravatar
The site is blocked. Sent it via Teledyne's file transfer. I can do it at 8:30 pm PDT tonight. Please let me know if that works for you.

By Angela Yuan user 24 Feb 2020 at 12:35 p.m. CST

Angela Yuan gravatar
Installed Gateway successfully with Meg's help.