Hi Jay Lee,
Apologies, couldn't expect you had a crystal ball :-)
To make it complete:
When I execute a gam command it takes a few seconds and the shell just closes.
From the moment I execute a GAM command, var/log/messages shows:
Apr 25 15:39:13 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: credentials-service INFO:root:Proxying devshell request, attempt (1 of 3)
Apr 25 15:39:13 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: credentials-service INFO:root:Connecting to DEVSHELL_CLIENT_PORT 43669
Apr 25 15:39:13 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: credentials-service INFO:root:writing to devshell 4 bytes
Apr 25 15:39:14 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: credentials-service INFO:root:read from devshell 289 bytes
Apr 25 15:39:14 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: credentials-service INFO:root:Closing devshell forwarding connection.
Apr 25 15:39:14 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: credentials-service INFO:root:Closing client connection.
Apr 25 15:39:42 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: control-command-service INFO:root:saw no newline in the first 6 bytes Retrying...(1:3)
Apr 25 15:39:46 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: control-command-service INFO:root:Error, could not connect to devshell. Retrying...(2:3)
Apr 25 15:39:54 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: control-command-service ERROR:root:Error, could not connect to devshell. Giving up.
Apr 25 15:39:54 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: control-command-service Traceback (most recent call last):
Apr 25 15:39:54 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: control-command-service File "/google/credentials/control_server.py", line 110, in run
Apr 25 15:39:54 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: control-command-service self.hanging_socket.connect(('localhost', self.server_port))
Apr 25 15:39:54 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: control-command-service File "/usr/lib/python2.7/socket.py", line 228, in meth
Apr 25 15:39:54 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: control-command-service return getattr(self._sock,name)(*args)
Apr 25 15:39:54 cs-6000-devshell-vm-c1b6d601-c06b-4c4a-8941-bf58f41ea04a supervisord: control-command-service error: [Errno 111] Connection refused
I'm running on 4.40, since every time I add a new client, I back-up the files: client_secrets.json, oauth2service.json and oauth2.txt
Then I rerun the installer to add the new client.
Did this for 20+ times now, since we have quite some clients, maybe that's related to this issue?
If there is there another log file I can get helpful info from, please let me know.