Git Product home page Git Product logo

Comments (7)

anortef avatar anortef commented on June 28, 2024

That is a timeout of the docker client, try setting a high value(5000 for example) to the DOCKER_CLIENT_TIMEOUT envar.

from open365.

afiestas avatar afiestas commented on June 28, 2024

DOCKER_CLIENT_TIMEOUT is deprecated and maybe is no longer being taken into account.

Lets set both, DOCKER_CLIENT_TIMEOUT and COMPOSE_HTTP_TIMEOUT.

from open365.

 avatar commented on June 28, 2024

Same error again. I went nuts and changed both to 26000. As its a proxy is there an IP address that its trying to bind or reach but it cant? As that box only has this on it you are welcome to have credentials and look around if it help you guys out?:

Recreating eyeos_proxy_1

ERROR: for filesCdnServer UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for principalService UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for httpRelayServer UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for 0serviceDiscovery Driver aufs failed to remove root filesystem 5ac6cf472b97c03e84b2f7a6c29b356d592d15a255da726dea33136db74b9b17: rename /var/lib/docker/aufs/diff/ba7b8408d06fa6a9f41ead89b159ff7481a5ac908a1b1fcee6ab827e32dbd087 /var/lib/docker/aufs/diff/ba7b8408d06fa6a9f41ead89b159ff7481a5ac908a1b1fcee6ab827e32dbd087-removing: device or resource busy

ERROR: for eyeosChat UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for presenceService UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for sync UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for rabbitmq rpc error: code = 2 desc = "containerd: container did not start before the specified timeout"

ERROR: for seafileServer UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for authentication UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for dnsmasq UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for userGuestStatusPollingService UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for httpToBus UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for proxy UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 300).
Command ['docker-compose', '--file', '/root/Open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'up', '-d'] failed with exit status 1
Traceback (most recent call last):
File "./open365", line 16, in
router.route(_sys.argv[1:])
File "/root/Open365/lib/SubcommandRouter.py", line 25, in route
instance.execute(_args)
File "/root/Open365/lib/Subcommands/Install.py", line 89, in execute
docker_compose.exec('up')
File "/root/Open365/lib/DockerComposeExecutor.py", line 34, in exec
self.subprocess.check_call(args, cwd=self.cwd, env=new_env)
File "/usr/lib/python3.4/subprocess.py", line 561, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['docker-compose', '--file', '/root/Open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'up', '-d']' returned non-zero exit status 1

from open365.

anortef avatar anortef commented on June 28, 2024

hmmm can you paste the result of "docker info"?

from open365.

 avatar commented on June 28, 2024

This is all of it:

root@ubuntu:~/Open365# ./open365 install --verbose
2016-06-03 11:25:37,311 - ldap3 - INFO - ldap3 library initialized - logging emitted with loglevel set to DEBUG - available detail levels are: OFF, ERROR, BASIC, PROTOCOL, NETWORK, EXTENDED - sensitive data will be hidden

Hi and welcome to the Open365 installer!
This installer is an early release (Alpha version), so use at your own risk.

This software may kill unicorns.

                                                /
                                              .7
                                   \       , //
                                   |\.--._/|//
                                  /\ ) ) ).'/
                                 /(  \  // /
                                /(   J`((_/ \
                               / ) | _\     /
                              /|)  \  eJ    L
                             |  \ L \   L   L
                            /  \  J  `. J   L
                            |  )   L   \/   \
                           /  \    J   (\   /
         _....___         |  \      \   \```
  ,.._.-'        '''--...-||\     -. \   \
.'.=.'                    `         `.\ [ Y

/ / ] J
Y / Y Y L
| | | \ | L
| | | Y A J
| I | /I\ /
| \ I \ ( |]/|
J \ /._ / -tI/ |
L ) / /'-------'J '-:. J .' ,' ,' , \'-.__
\ T ,' ,' )\ /| ';'---7 /
| ,'L Y...-' / _.' / \ / /
J Y | J .'-' / ,--.( /
L | J L -' .' / | /
| J. L J .-;.-/ | \ .' /
J L-J L____,.-'| _.-' |
L J L J``J |
J L | L J |
L J L \ L
| L ) .'\ ) .'
L (' \ ('
) .'`-....' `-....'
('`
`-.
/

Additionally this will consume over 15gb of space.
Are you sure you want to continue? [y/n] y
Enter your domain or IP:
We detected you are using a newer version of Docker. Unfortunately, Open365 isn't yet fully
compatible with docker versions newer than 1.9. A workaround involves running the virtualized
applications in privileged mode. Do you want to launch the applications in privileged mode?
This is potentially unsafe, specially if you are going to give accounts to third parties.
You won't be able to save documents edited in virtual applications. [y/n] y
Generating RSA private key, 512 bit long modulus
.............++++++++++++
........++++++++++++
e is 65537 (0x10001)
writing RSA key
/bin/sh: 1: sestatus: not found
Executing: ['docker-compose', '--file', '/root/Open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'pull']
WARNING: The DOCKER_CLIENT_TIMEOUT environment variable is deprecated. Please use COMPOSE_HTTP_TIMEOUT instead.
Pulling staticCache (open365/eyeos-static-cache:latest)...
latest: Pulling from open365/eyeos-static-cache
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
7f86c5c994af: Already exists
f95878703e20: Already exists
Digest: sha256:13854004fb7ff9935bb354caebffdce3de87f61d4300b6349de0d622f3ad95e9
Status: Image is up to date for open365/eyeos-static-cache:latest
Pulling 0serviceDiscovery (open365/service-discovery:latest)...
latest: Pulling from open365/service-discovery
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
52da161621a7: Already exists
9071e41f024d: Already exists
Digest: sha256:50ddf2a763cb3ae4ee0aad4f0c9dd8ea76b5029ae58d6080dd113ed337de90d8
Status: Image is up to date for open365/service-discovery:latest
Pulling open365Office (open365/open365-office:latest)...
latest: Pulling from open365/open365-office
590d1d9d4f58: Already exists
687b4f1f4550: Already exists
f930165a625c: Already exists
b271acbda193: Already exists
5f70bf18a086: Already exists
2e7fda97683f: Already exists
fd1541378526: Already exists
680df94fc5b3: Already exists
fa61e321631b: Already exists
7d385f38b1d6: Already exists
e5f5a1ffd788: Already exists
8bd9d6fb2872: Already exists
c50a9e730ff5: Already exists
70ed11f5fa61: Already exists
cff424424971: Already exists
cebccf89dee0: Already exists
c96d79ae1580: Already exists
6a2b3c76dca3: Already exists
660e724b208f: Already exists
e998bdbd6e6c: Already exists
02575d573de9: Already exists
82a9118f71f8: Already exists
36e4a060065e: Already exists
087cc9f19956: Already exists
a8792fc8f88e: Already exists
a28e4ba48fe8: Already exists
8fd4338524df: Already exists
eaee00f7b4ce: Already exists
5668878c34b5: Already exists
bb29f77d525a: Already exists
4703a91c0005: Already exists
562cc2f44397: Already exists
43c576f0ee98: Already exists
fd2148b14e10: Already exists
8800ea2e419b: Already exists
ebce3959a0e9: Already exists
e2c722d4f8f0: Already exists
Digest: sha256:4752111d27ea0fce83566fbcc2bed70340a8c77ea5a4e963cb253768414a6b3b
Status: Image is up to date for open365/open365-office:latest
Pulling userGuestStatusPollingService (open365/eyeos-user-guest-status-polling-service:latest)...
latest: Pulling from open365/eyeos-user-guest-status-polling-service
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
166a3de320a6: Already exists
f9b6e9053237: Already exists
Digest: sha256:a221da0b22162205f772aaadb6a9cd9e1a369acafd731b6677a6146100b44fc9
Status: Image is up to date for open365/eyeos-user-guest-status-polling-service:latest
Pulling mysql (open365/mysql-discovery:latest)...
latest: Pulling from open365/mysql-discovery
6eb35183d3b8: Already exists
5f70bf18a086: Already exists
d4333d6cb372: Already exists
7f17667d79e6: Already exists
1ad6a3fe92cc: Already exists
259480f72925: Already exists
636ba551745e: Already exists
9f2c43d55aa0: Already exists
440f80e7ec79: Already exists
ce51a6b84b78: Already exists
51fdb42a02dc: Already exists
1db5307131ba: Already exists
1f0afe5fa5f5: Already exists
fd34c5f3bfb9: Already exists
Digest: sha256:329e3e1fd8d37e0412955af0519ba8de211840bdcc5334156777381a9a228ca2
Status: Image is up to date for open365/mysql-discovery:latest
Pulling mailserver (open365/mailserver:latest)...
latest: Pulling from open365/mailserver
a7e1c363defb: Already exists
dc109d4b4ccf: Already exists
9f7ab087e6e6: Already exists
6f8be37bd578: Already exists
5f70bf18a086: Already exists
709a2a02e669: Already exists
5f70bf18a086: Already exists
5f70bf18a086: Already exists
d3ee2caa92eb: Already exists
73422b4bca12: Already exists
c1d48b295e9f: Already exists
5b6bdf0714f6: Already exists
e144d369b2ab: Already exists
897c42c16ecd: Already exists
f79af0be4cf2: Already exists
2ed11f2509df: Already exists
f25c92bc6a31: Already exists
2b95dc37707b: Already exists
fa898153f9e0: Already exists
dafe0eeccec5: Already exists
d921a375c3db: Already exists
294ea418eb1f: Already exists
f6ecbdabec0f: Already exists
29dd49eef843: Already exists
0bf83a3bcbaa: Already exists
68969b30d9e8: Already exists
58ed84f87fa1: Already exists
adc9ba4c9a50: Already exists
d80d8f9ccaeb: Already exists
ee1753839101: Already exists
a624be1e4624: Already exists
68a0b11403af: Already exists
42c0d3545f6c: Already exists
41c6053cdabd: Already exists
8e7e282bd5e7: Already exists
c9791207819f: Already exists
55dde8c1d726: Already exists
a64479d39a75: Already exists
acccd5d6f652: Already exists
acbabc4c6005: Already exists
ce4b3c80a869: Already exists
0c379acedb8d: Already exists
f818b7b4793f: Already exists
d5d9938b8c99: Already exists
c4df3f0f12b3: Already exists
843c905eec88: Already exists
a5af3a6b68fa: Already exists
a7fb8877a63e: Already exists
2eb1e5e55623: Already exists
86c4cf56337c: Already exists
Digest: sha256:c3295960a08f6e1173559014c60a237aeb298095b722a5594115786244646956
Status: Image is up to date for open365/mailserver:latest
Pulling httpRelayServer (open365/eyeos-http-relay-server:latest)...
latest: Pulling from open365/eyeos-http-relay-server
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
71faefca07ff: Already exists
1d3cff28c594: Already exists
Digest: sha256:420c3343d879d1269011ffb2301644b3945c55a319565f378d941628e95187e5
Status: Image is up to date for open365/eyeos-http-relay-server:latest
Pulling appservicecleaner (open365/eyeos-appservice:latest)...
latest: Pulling from open365/eyeos-appservice
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
985cb0dc2262: Already exists
66255f7dff87: Already exists
6b91390e8292: Already exists
1b239c52be1b: Already exists
Digest: sha256:fd43cae35cd9ce6664f110798a455dec0e9da3a1aaa4655a849d20bef1d782ea
Status: Image is up to date for open365/eyeos-appservice:latest
Pulling presenceService (open365/eyeos-presence-service:latest)...
latest: Pulling from open365/eyeos-presence-service
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
2669dc4b97d9: Already exists
24abd5b0b8c9: Already exists
Digest: sha256:1d1ebf77749b54052a27ed14bc3f06172f3eefb66cd17df23467008b67dd2686
Status: Image is up to date for open365/eyeos-presence-service:latest
Pulling redis (open365/redis-discovery:latest)...
latest: Pulling from open365/redis-discovery
6eb35183d3b8: Already exists
5f70bf18a086: Already exists
df09ce9c9073: Already exists
b435f567e45e: Already exists
66754d2993e3: Already exists
bd2f34439ffa: Already exists
735c7d60a59e: Already exists
e0978c4473bc: Already exists
4c4e57a34c52: Already exists
943d57f5384b: Already exists
e5568eabde59: Already exists
43bd43161520: Already exists
376531af47e1: Already exists
Digest: sha256:1ada5229956ce8c27f9a51def957a24dc27febfadd67ac7202ad0c638c95764a
Status: Image is up to date for open365/redis-discovery:latest
Pulling authentication (open365/eyeos-authentication:latest)...
latest: Pulling from open365/eyeos-authentication
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
985cb0dc2262: Already exists
66255f7dff87: Already exists
d7b3b15a49c1: Already exists
a79c3b5282de: Already exists
Digest: sha256:455c50d4976741f92dbaaa6b79105c16aeac515490a1046c2633f7ecdea4d578
Status: Image is up to date for open365/eyeos-authentication:latest
Pulling eyeosDesktop (open365/eyeos-eyedesktop:latest)...
latest: Pulling from open365/eyeos-eyedesktop
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
7253a53134e1: Already exists
b3fbbc7da802: Already exists
5d4f59c67639: Already exists
c0721f4abb6f: Already exists
20abe98d34dc: Already exists
8829568acd5d: Already exists
2ec97791afc2: Already exists
Digest: sha256:9ce54400f2d796230c68b4ec151d6b94f05088d3858a771337b234907309b767
Status: Image is up to date for open365/eyeos-eyedesktop:latest
Pulling open365Mail (open365/open365-mail:latest)...
latest: Pulling from open365/open365-mail
a7e1c363defb: Already exists
dc109d4b4ccf: Already exists
9f7ab087e6e6: Already exists
6f8be37bd578: Already exists
5f70bf18a086: Already exists
c7092c55218b: Already exists
c7d9d423449d: Already exists
bb84d113ffc2: Already exists
790595ca73c7: Already exists
f117b1f32e45: Already exists
4dec4b8f3310: Already exists
c1d57dbbf6d6: Already exists
5d4849f878ee: Already exists
87dd47339bf8: Already exists
e9353a215b61: Already exists
3f07999fe3aa: Already exists
4ef7016d5260: Already exists
20e0a1cd754c: Already exists
9726171b3153: Already exists
4aee9fbaa1b3: Already exists
46922ac68f02: Already exists
fce580ac50c4: Already exists
fc34bce084ce: Already exists
4e5693bc6ecd: Already exists
cfb0a4e3420d: Already exists
1218b1f1ef8c: Already exists
24259c495ff1: Already exists
1a8381457d9d: Already exists
76533e35a634: Already exists
0bbe5dcf91c6: Already exists
678bfb4ed5f8: Already exists
0777b693db79: Already exists
b9242319593a: Already exists
39b410096e7e: Already exists
ddbcaf4501d7: Already exists
a4b78b9538e2: Already exists
ef99a05c4c15: Already exists
4b2b43b2a7a7: Already exists
8764394c89e4: Already exists
954331136ee8: Already exists
29a1fb41be75: Already exists
a668f34eb2b9: Already exists
f5bacd4cdbb3: Already exists
1ad4989e51bb: Already exists
dd94c1f354af: Already exists
Digest: sha256:af1060818680c605edbd1e504539481dca7f6591bf894f1a26fed63d771184fa
Status: Image is up to date for open365/open365-mail:latest
Pulling ldap (open365/ldap-discovery:latest)...
latest: Pulling from open365/ldap-discovery
5f70bf18a086: Already exists
41646c5b5c0c: Already exists
8250881d53c5: Already exists
f0ed8f94d508: Already exists
fe1019796534: Already exists
363c8e0375de: Already exists
dac1bc2531c5: Already exists
13b760ab4f37: Already exists
ce52531b9d69: Already exists
6a7028c10a10: Already exists
2c1949a26000: Already exists
297f53a74a9a: Already exists
e6ccbb930656: Already exists
42a9b6981de0: Already exists
8af6f9cc2dc9: Already exists
16bec3e17225: Already exists
6e48646b0dcd: Already exists
242620ed1c60: Already exists
Digest: sha256:8a43638abaff9a64d2065e7f186d453f1fe6fd91196bc8070ebcf87ecc9b14ab
Status: Image is up to date for open365/ldap-discovery:latest
Pulling dnsmasq (open365/dnsmasq:latest)...
latest: Pulling from open365/dnsmasq
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
963e619c41fd: Already exists
702627961368: Already exists
29cee1817dcd: Already exists
fc1e50c7bc60: Already exists
Digest: sha256:472f5669968667e3afa7d447f021e65bfec6cac1e7c4dad56072e82b4c283029
Status: Image is up to date for open365/dnsmasq:latest
Pulling filesCdnServer (open365/eyeos-files-cdn-server:latest)...
latest: Pulling from open365/eyeos-files-cdn-server
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
938db6dd9331: Already exists
d68d8fe37006: Already exists
Digest: sha256:c97a8ae06dc836086132db92a03b17154e596b5ecf0bbe158f5327166a084ccb
Status: Image is up to date for open365/eyeos-files-cdn-server:latest
Pulling websockify (open365/eyeos-websockify:latest)...
latest: Pulling from open365/eyeos-websockify
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
80fc08830f9c: Already exists
3046112ca9ea: Already exists
33ad6d1e9b4b: Already exists
84ffbb2bab71: Already exists
Digest: sha256:22e307996714e7f132c2778be30136e2f63487929f9f77154e3efb677a038c19
Status: Image is up to date for open365/eyeos-websockify:latest
Pulling httpToBus (open365/eyeos-httptobusserver:latest)...
latest: Pulling from open365/eyeos-httptobusserver
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
042cf69abd00: Already exists
fd2779050789: Already exists
Digest: sha256:7a18b6df9fa2ba9eaea931775a251fc0a751fa8bb82fa0f872c1e5475d9e1f11
Status: Image is up to date for open365/eyeos-httptobusserver:latest
Pulling mongodb (open365/mongo-discovery:latest)...
latest: Pulling from open365/mongo-discovery
58ef1602bf2d: Already exists
5f70bf18a086: Already exists
46c231e0192a: Already exists
655a32c673f4: Already exists
0c9448b29abf: Already exists
7c27566ebf54: Already exists
d5a601c39be9: Already exists
3a10d7bf87b0: Already exists
852af82b51dc: Already exists
1ff4e4d5bdae: Already exists
a4278ed04965: Already exists
4c5ebf164b10: Already exists
Digest: sha256:4da9b03b7d8ec944795c2d9b8a5bc22fa93bc8d9750a2a854e29b124635746a9
Status: Image is up to date for open365/mongo-discovery:latest
Pulling eyeosChat (open365/eyeos-eyeos-chat:latest)...
latest: Pulling from open365/eyeos-eyeos-chat
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
7253a53134e1: Already exists
b3fbbc7da802: Already exists
5d4f59c67639: Already exists
9462b518d576: Already exists
3a6a01baadfa: Already exists
Digest: sha256:f9b8929184ad8efcfab586c6041995047e7b83ec24ccf149aa459bd680ed5f0d
Status: Image is up to date for open365/eyeos-eyeos-chat:latest
Pulling sync (open365/eyeos-sync:latest)...
latest: Pulling from open365/eyeos-sync
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
8c0dd33c9fef: Already exists
7dc3d7a31ae7: Already exists
Digest: sha256:2d71f688cb40987a94b88fc7ce3a565989b7a4755da8def0562ac0ffe1965c68
Status: Image is up to date for open365/eyeos-sync:latest
Pulling applications (open365/eyeos-application:latest)...
latest: Pulling from open365/eyeos-application
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
985cb0dc2262: Already exists
66255f7dff87: Already exists
5d1378adece9: Already exists
78df917cf54b: Already exists
Digest: sha256:ae39fc8f5bc3e976fcb3b5b6a8030e5fdc703de01ad0ddd5101165634a074fbf
Status: Image is up to date for open365/eyeos-application:latest
Pulling appservice (open365/eyeos-appservice:latest)...
latest: Pulling from open365/eyeos-appservice
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
985cb0dc2262: Already exists
66255f7dff87: Already exists
6b91390e8292: Already exists
1b239c52be1b: Already exists
Digest: sha256:fd43cae35cd9ce6664f110798a455dec0e9da3a1aaa4655a849d20bef1d782ea
Status: Image is up to date for open365/eyeos-appservice:latest
Pulling principalService (open365/eyeos-principalservice:latest)...
latest: Pulling from open365/eyeos-principalservice
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
6e21a8e8b50b: Already exists
f5220dd122ef: Already exists
Digest: sha256:c1139fb34267f4f1c88cee4c30803ccb391a448009912354a380c049ec0377c2
Status: Image is up to date for open365/eyeos-principalservice:latest
Pulling rabbitmq (open365/rabbitmq-discovery:latest)...
latest: Pulling from open365/rabbitmq-discovery
6eb35183d3b8: Already exists
5f70bf18a086: Already exists
187853011d29: Already exists
9f5ef8ff0ff1: Already exists
d1a3a007ec3e: Already exists
8966b75d1e93: Already exists
08146b3f34b9: Already exists
3d2c1bd30f48: Already exists
0fb90b5acfec: Already exists
ceaaed866773: Already exists
054f8cba1078: Already exists
f5f744b947b3: Already exists
78c99ded3513: Already exists
a9403a573b8c: Already exists
ec4db77903f7: Already exists
ce19283e9276: Already exists
447e2590d280: Already exists
f6c68c2baa82: Already exists
5c8a2d9a8351: Already exists
e32fed6a6117: Already exists
420586cdbac3: Already exists
Digest: sha256:e8c0f0613c519fbd9921f0575b11bbcadaf343e58318bc40fdd32bcef8cac5b0
Status: Image is up to date for open365/rabbitmq-discovery:latest
Pulling seafileServer (open365/docker-seafile:latest)...
latest: Pulling from open365/docker-seafile
6650225473f3: Already exists
724e9db35fe0: Already exists
3973e2de72ae: Already exists
5f70bf18a086: Already exists
0cd01e86530e: Already exists
1ef215608c77: Already exists
317d541db1af: Already exists
58f640bc642e: Already exists
d00eadab5b81: Already exists
b7e0277211ad: Already exists
611b29cdec2f: Already exists
99602836e00c: Already exists
c93937fcbd36: Already exists
2fa0e69a5af2: Already exists
08c1db0fd6af: Already exists
50f661cfc68c: Already exists
1fc6c6393b97: Already exists
576583641821: Already exists
fc2fc09085bf: Already exists
1ecc36ec642e: Already exists
2baf2d6ee849: Already exists
bad7d6a994bd: Already exists
831b9d503ac0: Already exists
0c9b24cf80b6: Already exists
cdcc61c4ebe5: Already exists
7865363d8bab: Already exists
4305a2f32963: Already exists
Digest: sha256:1cf12f41514d54d32cb26c5f79603865ae211a97b0b53a8f95984649337ac5f3
Status: Image is up to date for open365/docker-seafile:latest
Pulling rabbitmqAuth (open365/eyeos-rabbitmq-auth-backend-http:latest)...
latest: Pulling from open365/eyeos-rabbitmq-auth-backend-http
5f70bf18a086: Already exists
41646c5b5c0c: Already exists
41b7a65dc4f8: Already exists
87f58ed2bbe2: Already exists
cb2bfc5a3f88: Already exists
8e8b74bb7adb: Already exists
51dee2f9d541: Already exists
47fcbcc86e24: Already exists
20e425ce2222: Already exists
f9d52cd75d95: Already exists
15e944ccbc89: Already exists
Digest: sha256:04a787ab47ec48a8567d198cf2aefecb59c078c3ca6944239187836787209069
Status: Image is up to date for open365/eyeos-rabbitmq-auth-backend-http:latest
Pulling heartbeat (open365/eyeos-heartbeat:latest)...
latest: Pulling from open365/eyeos-heartbeat
5f70bf18a086: Already exists
41646c5b5c0c: Already exists
8250881d53c5: Already exists
f0ed8f94d508: Already exists
fe1019796534: Already exists
363c8e0375de: Already exists
dac1bc2531c5: Already exists
13b760ab4f37: Already exists
ce52531b9d69: Already exists
2e3a636c2441: Already exists
864f583d4281: Already exists
f1e7249b054a: Already exists
Digest: sha256:020932a95363a56c27a67b53863c58944571af0828086572819c6a50de438f45
Status: Image is up to date for open365/eyeos-heartbeat:latest
Pulling eyeosLogin (open365/eyeos-login:latest)...
latest: Pulling from open365/eyeos-login
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
3205f745f14d: Already exists
43a20a6d60f5: Already exists
b7cc7d3f927a: Already exists
Digest: sha256:2a941cbe7dea4d60122dabc7535513ddd008b0484c8337be1f410ae2e21c4abb
Status: Image is up to date for open365/eyeos-login:latest
Pulling proxy (open365/eyeos-proxy:latest)...
latest: Pulling from open365/eyeos-proxy
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
985cb0dc2262: Already exists
66255f7dff87: Already exists
8e43e1c6672b: Already exists
d9e996041486: Already exists
eb049fdfed11: Already exists
ac0d70b5c413: Already exists
ae83c46ae32d: Already exists
f45f3c7ab240: Already exists
7d4274401cb5: Already exists
Digest: sha256:6d7566a28d357bc8495a9be6b4a59936b75508b0fc6eed08b6df6cad378c3aac
Status: Image is up to date for open365/eyeos-proxy:latest
Command ['docker-compose', '--file', '/root/Open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'pull'] exited successfully
Executing: ['docker-compose', '--file', '/root/Open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'up', '-d']
WARNING: The DOCKER_CLIENT_TIMEOUT environment variable is deprecated. Please use COMPOSE_HTTP_TIMEOUT instead.
Recreating eyeos_rabbitmqAuth_1
Recreating eyeos_eyeosDesktop_1
eyeos_open365Mail_1 is up-to-date
Recreating eyeos_ldap_1
Recreating eyeos_dnsmasq_1
Recreating eyeos_filesCdnServer_1
Recreating eyeos_staticCache_1
Recreating eyeos_websockify_1
Recreating eyeos_0serviceDiscovery_1
Recreating eyeos_heartbeat_1
Recreating eyeos_httpToBus_1
eyeos_open365Office_1 is up-to-date
Recreating eyeos_mongodb_1
Recreating eyeos_userGuestStatusPollingService_1
Recreating eyeos_eyeosChat_1
Recreating eyeos_mysql_1
Recreating eyeos_sync_1
Recreating eyeos_mailserver_1
Recreating eyeos_applications_1
Recreating eyeos_httpRelayServer_1
Recreating eyeos_appservice_1
eyeos_appservicecleaner_1 is up-to-date
Recreating eyeos_eyeosLogin_1
Recreating eyeos_principalService_1
Recreating eyeos_presenceService_1
Recreating eyeos_rabbitmq_1
Recreating eyeos_redis_1
Recreating eyeos_seafileServer_1
Recreating eyeos_authentication_1
Recreating eyeos_proxy_1

ERROR: for principalService UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for httpRelayServer UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for eyeosChat UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for presenceService UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for sync UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for userGuestStatusPollingService UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for seafileServer UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for dnsmasq UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for proxy UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for httpToBus UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 300).
Command ['docker-compose', '--file', '/root/Open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'up', '-d'] failed with exit status 1
Traceback (most recent call last):
File "./open365", line 16, in
router.route(_sys.argv[1:])
File "/root/Open365/lib/SubcommandRouter.py", line 25, in route
instance.execute(_args)
File "/root/Open365/lib/Subcommands/Install.py", line 89, in execute
docker_compose.exec('up')
File "/root/Open365/lib/DockerComposeExecutor.py", line 34, in exec
self.subprocess.check_call(args, cwd=self.cwd, env=new_env)
File "/usr/lib/python3.4/subprocess.py", line 561, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['docker-compose', '--file', '/root/Open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'up', '-d']' returned non-zero exit status 1
root@ubuntu:/Open365# export COMPOSE_HTTP_TIMEOUT=26000
root@ubuntu:
/Open365# ./open365 install --verbose
2016-06-03 20:26:36,023 - ldap3 - INFO - ldap3 library initialized - logging emitted with loglevel set to DEBUG - available detail levels are: OFF, ERROR, BASIC, PROTOCOL, NETWORK, EXTENDED - sensitive data will be hidden

Hi and welcome to the Open365 installer!
This installer is an early release (Alpha version), so use at your own risk.

This software may kill unicorns.

                                                /
                                              .7
                                   \       , //
                                   |\.--._/|//
                                  /\ ) ) ).'/
                                 /(  \  // /
                                /(   J`((_/ \
                               / ) | _\     /
                              /|)  \  eJ    L
                             |  \ L \   L   L
                            /  \  J  `. J   L
                            |  )   L   \/   \
                           /  \    J   (\   /
         _....___         |  \      \   \```
  ,.._.-'        '''--...-||\     -. \   \
.'.=.'                    `         `.\ [ Y

/ / ] J
Y / Y Y L
| | | \ | L
| | | Y A J
| I | /I\ /
| \ I \ ( |]/|
J \ /._ / -tI/ |
L ) / /'-------'J '-:. J .' ,' ,' , \'-.__
\ T ,' ,' )\ /| ';'---7 /
| ,'L Y...-' / _.' / \ / /
J Y | J .'-' / ,--.( /
L | J L -' .' / | /
| J. L J .-;.-/ | \ .' /
J L-J L____,.-'| _.-' |
L J L J``J |
J L | L J |
L J L \ L
| L ) .'\ ) .'
L (' \ ('
) .'`-....' `-....'
('`
`-.
/

Additionally this will consume over 15gb of space.
Are you sure you want to continue? [y/n] y
Enter your domain or IP: www.vdesktop.work
We detected you are using a newer version of Docker. Unfortunately, Open365 isn't yet fully
compatible with docker versions newer than 1.9. A workaround involves running the virtualized
applications in privileged mode. Do you want to launch the applications in privileged mode?
This is potentially unsafe, specially if you are going to give accounts to third parties.
You won't be able to save documents edited in virtual applications. [y/n] y
Generating RSA private key, 512 bit long modulus
........++++++++++++
..++++++++++++
e is 65537 (0x10001)
writing RSA key
/bin/sh: 1: sestatus: not found
Executing: ['docker-compose', '--file', '/root/Open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'pull']
WARNING: The DOCKER_CLIENT_TIMEOUT environment variable is deprecated. Please use COMPOSE_HTTP_TIMEOUT instead.
Pulling staticCache (open365/eyeos-static-cache:latest)...
latest: Pulling from open365/eyeos-static-cache
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
7f86c5c994af: Already exists
f95878703e20: Already exists
Digest: sha256:13854004fb7ff9935bb354caebffdce3de87f61d4300b6349de0d622f3ad95e9
Status: Image is up to date for open365/eyeos-static-cache:latest
Pulling 0serviceDiscovery (open365/service-discovery:latest)...
latest: Pulling from open365/service-discovery
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
52da161621a7: Already exists
9071e41f024d: Already exists
Digest: sha256:50ddf2a763cb3ae4ee0aad4f0c9dd8ea76b5029ae58d6080dd113ed337de90d8
Status: Image is up to date for open365/service-discovery:latest
Pulling open365Office (open365/open365-office:latest)...
latest: Pulling from open365/open365-office
590d1d9d4f58: Already exists
687b4f1f4550: Already exists
f930165a625c: Already exists
b271acbda193: Already exists
5f70bf18a086: Already exists
2e7fda97683f: Already exists
fd1541378526: Already exists
680df94fc5b3: Already exists
fa61e321631b: Already exists
7d385f38b1d6: Already exists
e5f5a1ffd788: Already exists
8bd9d6fb2872: Already exists
c50a9e730ff5: Already exists
70ed11f5fa61: Already exists
cff424424971: Already exists
cebccf89dee0: Already exists
c96d79ae1580: Already exists
6a2b3c76dca3: Already exists
660e724b208f: Already exists
e998bdbd6e6c: Already exists
02575d573de9: Already exists
82a9118f71f8: Already exists
36e4a060065e: Already exists
087cc9f19956: Already exists
a8792fc8f88e: Already exists
a28e4ba48fe8: Already exists
8fd4338524df: Already exists
eaee00f7b4ce: Already exists
5668878c34b5: Already exists
bb29f77d525a: Already exists
4703a91c0005: Already exists
562cc2f44397: Already exists
43c576f0ee98: Already exists
fd2148b14e10: Already exists
8800ea2e419b: Already exists
ebce3959a0e9: Already exists
e2c722d4f8f0: Already exists
Digest: sha256:4752111d27ea0fce83566fbcc2bed70340a8c77ea5a4e963cb253768414a6b3b
Status: Image is up to date for open365/open365-office:latest
Pulling userGuestStatusPollingService (open365/eyeos-user-guest-status-polling-service:latest)...
latest: Pulling from open365/eyeos-user-guest-status-polling-service
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
166a3de320a6: Already exists
f9b6e9053237: Already exists
Digest: sha256:a221da0b22162205f772aaadb6a9cd9e1a369acafd731b6677a6146100b44fc9
Status: Image is up to date for open365/eyeos-user-guest-status-polling-service:latest
Pulling mysql (open365/mysql-discovery:latest)...
latest: Pulling from open365/mysql-discovery
6eb35183d3b8: Already exists
5f70bf18a086: Already exists
d4333d6cb372: Already exists
7f17667d79e6: Already exists
1ad6a3fe92cc: Already exists
259480f72925: Already exists
636ba551745e: Already exists
9f2c43d55aa0: Already exists
440f80e7ec79: Already exists
ce51a6b84b78: Already exists
51fdb42a02dc: Already exists
1db5307131ba: Already exists
1f0afe5fa5f5: Already exists
fd34c5f3bfb9: Already exists
Digest: sha256:329e3e1fd8d37e0412955af0519ba8de211840bdcc5334156777381a9a228ca2
Status: Image is up to date for open365/mysql-discovery:latest
Pulling mailserver (open365/mailserver:latest)...
latest: Pulling from open365/mailserver
a7e1c363defb: Already exists
dc109d4b4ccf: Already exists
9f7ab087e6e6: Already exists
6f8be37bd578: Already exists
5f70bf18a086: Already exists
709a2a02e669: Already exists
5f70bf18a086: Already exists
5f70bf18a086: Already exists
d3ee2caa92eb: Already exists
73422b4bca12: Already exists
c1d48b295e9f: Already exists
5b6bdf0714f6: Already exists
e144d369b2ab: Already exists
897c42c16ecd: Already exists
f79af0be4cf2: Already exists
2ed11f2509df: Already exists
f25c92bc6a31: Already exists
2b95dc37707b: Already exists
fa898153f9e0: Already exists
dafe0eeccec5: Already exists
d921a375c3db: Already exists
294ea418eb1f: Already exists
f6ecbdabec0f: Already exists
29dd49eef843: Already exists
0bf83a3bcbaa: Already exists
68969b30d9e8: Already exists
58ed84f87fa1: Already exists
adc9ba4c9a50: Already exists
d80d8f9ccaeb: Already exists
ee1753839101: Already exists
a624be1e4624: Already exists
68a0b11403af: Already exists
42c0d3545f6c: Already exists
41c6053cdabd: Already exists
8e7e282bd5e7: Already exists
c9791207819f: Already exists
55dde8c1d726: Already exists
a64479d39a75: Already exists
acccd5d6f652: Already exists
acbabc4c6005: Already exists
ce4b3c80a869: Already exists
0c379acedb8d: Already exists
f818b7b4793f: Already exists
d5d9938b8c99: Already exists
c4df3f0f12b3: Already exists
843c905eec88: Already exists
a5af3a6b68fa: Already exists
a7fb8877a63e: Already exists
2eb1e5e55623: Already exists
86c4cf56337c: Already exists
Digest: sha256:c3295960a08f6e1173559014c60a237aeb298095b722a5594115786244646956
Status: Image is up to date for open365/mailserver:latest
Pulling httpRelayServer (open365/eyeos-http-relay-server:latest)...
latest: Pulling from open365/eyeos-http-relay-server
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
71faefca07ff: Already exists
1d3cff28c594: Already exists
Digest: sha256:420c3343d879d1269011ffb2301644b3945c55a319565f378d941628e95187e5
Status: Image is up to date for open365/eyeos-http-relay-server:latest
Pulling appservicecleaner (open365/eyeos-appservice:latest)...
latest: Pulling from open365/eyeos-appservice
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
985cb0dc2262: Already exists
66255f7dff87: Already exists
6b91390e8292: Already exists
1b239c52be1b: Already exists
Digest: sha256:fd43cae35cd9ce6664f110798a455dec0e9da3a1aaa4655a849d20bef1d782ea
Status: Image is up to date for open365/eyeos-appservice:latest
Pulling presenceService (open365/eyeos-presence-service:latest)...
latest: Pulling from open365/eyeos-presence-service
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
2669dc4b97d9: Already exists
24abd5b0b8c9: Already exists
Digest: sha256:1d1ebf77749b54052a27ed14bc3f06172f3eefb66cd17df23467008b67dd2686
Status: Image is up to date for open365/eyeos-presence-service:latest
Pulling redis (open365/redis-discovery:latest)...
latest: Pulling from open365/redis-discovery
6eb35183d3b8: Already exists
5f70bf18a086: Already exists
df09ce9c9073: Already exists
b435f567e45e: Already exists
66754d2993e3: Already exists
bd2f34439ffa: Already exists
735c7d60a59e: Already exists
e0978c4473bc: Already exists
4c4e57a34c52: Already exists
943d57f5384b: Already exists
e5568eabde59: Already exists
43bd43161520: Already exists
376531af47e1: Already exists
Digest: sha256:1ada5229956ce8c27f9a51def957a24dc27febfadd67ac7202ad0c638c95764a
Status: Image is up to date for open365/redis-discovery:latest
Pulling authentication (open365/eyeos-authentication:latest)...
latest: Pulling from open365/eyeos-authentication
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
985cb0dc2262: Already exists
66255f7dff87: Already exists
d7b3b15a49c1: Already exists
a79c3b5282de: Already exists
Digest: sha256:455c50d4976741f92dbaaa6b79105c16aeac515490a1046c2633f7ecdea4d578
Status: Image is up to date for open365/eyeos-authentication:latest
Pulling eyeosDesktop (open365/eyeos-eyedesktop:latest)...
latest: Pulling from open365/eyeos-eyedesktop
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
7253a53134e1: Already exists
b3fbbc7da802: Already exists
5d4f59c67639: Already exists
c0721f4abb6f: Already exists
20abe98d34dc: Already exists
8829568acd5d: Already exists
2ec97791afc2: Already exists
Digest: sha256:9ce54400f2d796230c68b4ec151d6b94f05088d3858a771337b234907309b767
Status: Image is up to date for open365/eyeos-eyedesktop:latest
Pulling open365Mail (open365/open365-mail:latest)...
latest: Pulling from open365/open365-mail
a7e1c363defb: Already exists
dc109d4b4ccf: Already exists
9f7ab087e6e6: Already exists
6f8be37bd578: Already exists
5f70bf18a086: Already exists
c7092c55218b: Already exists
c7d9d423449d: Already exists
bb84d113ffc2: Already exists
790595ca73c7: Already exists
f117b1f32e45: Already exists
4dec4b8f3310: Already exists
c1d57dbbf6d6: Already exists
5d4849f878ee: Already exists
87dd47339bf8: Already exists
e9353a215b61: Already exists
3f07999fe3aa: Already exists
4ef7016d5260: Already exists
20e0a1cd754c: Already exists
9726171b3153: Already exists
4aee9fbaa1b3: Already exists
46922ac68f02: Already exists
fce580ac50c4: Already exists
fc34bce084ce: Already exists
4e5693bc6ecd: Already exists
cfb0a4e3420d: Already exists
1218b1f1ef8c: Already exists
24259c495ff1: Already exists
1a8381457d9d: Already exists
76533e35a634: Already exists
0bbe5dcf91c6: Already exists
678bfb4ed5f8: Already exists
0777b693db79: Already exists
b9242319593a: Already exists
39b410096e7e: Already exists
ddbcaf4501d7: Already exists
a4b78b9538e2: Already exists
ef99a05c4c15: Already exists
4b2b43b2a7a7: Already exists
8764394c89e4: Already exists
954331136ee8: Already exists
29a1fb41be75: Already exists
a668f34eb2b9: Already exists
f5bacd4cdbb3: Already exists
1ad4989e51bb: Already exists
dd94c1f354af: Already exists
Digest: sha256:af1060818680c605edbd1e504539481dca7f6591bf894f1a26fed63d771184fa
Status: Image is up to date for open365/open365-mail:latest
Pulling ldap (open365/ldap-discovery:latest)...
latest: Pulling from open365/ldap-discovery
5f70bf18a086: Already exists
41646c5b5c0c: Already exists
8250881d53c5: Already exists
f0ed8f94d508: Already exists
fe1019796534: Already exists
363c8e0375de: Already exists
dac1bc2531c5: Already exists
13b760ab4f37: Already exists
ce52531b9d69: Already exists
6a7028c10a10: Already exists
2c1949a26000: Already exists
297f53a74a9a: Already exists
e6ccbb930656: Already exists
42a9b6981de0: Already exists
8af6f9cc2dc9: Already exists
16bec3e17225: Already exists
6e48646b0dcd: Already exists
242620ed1c60: Already exists
Digest: sha256:8a43638abaff9a64d2065e7f186d453f1fe6fd91196bc8070ebcf87ecc9b14ab
Status: Image is up to date for open365/ldap-discovery:latest
Pulling dnsmasq (open365/dnsmasq:latest)...
latest: Pulling from open365/dnsmasq
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
963e619c41fd: Already exists
702627961368: Already exists
29cee1817dcd: Already exists
fc1e50c7bc60: Already exists
Digest: sha256:472f5669968667e3afa7d447f021e65bfec6cac1e7c4dad56072e82b4c283029
Status: Image is up to date for open365/dnsmasq:latest
Pulling filesCdnServer (open365/eyeos-files-cdn-server:latest)...
latest: Pulling from open365/eyeos-files-cdn-server
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
938db6dd9331: Already exists
d68d8fe37006: Already exists
Digest: sha256:c97a8ae06dc836086132db92a03b17154e596b5ecf0bbe158f5327166a084ccb
Status: Image is up to date for open365/eyeos-files-cdn-server:latest
Pulling websockify (open365/eyeos-websockify:latest)...
latest: Pulling from open365/eyeos-websockify
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
80fc08830f9c: Already exists
3046112ca9ea: Already exists
33ad6d1e9b4b: Already exists
84ffbb2bab71: Already exists
Digest: sha256:22e307996714e7f132c2778be30136e2f63487929f9f77154e3efb677a038c19
Status: Image is up to date for open365/eyeos-websockify:latest
Pulling httpToBus (open365/eyeos-httptobusserver:latest)...
latest: Pulling from open365/eyeos-httptobusserver
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
042cf69abd00: Already exists
fd2779050789: Already exists
Digest: sha256:7a18b6df9fa2ba9eaea931775a251fc0a751fa8bb82fa0f872c1e5475d9e1f11
Status: Image is up to date for open365/eyeos-httptobusserver:latest
Pulling mongodb (open365/mongo-discovery:latest)...
latest: Pulling from open365/mongo-discovery
58ef1602bf2d: Already exists
5f70bf18a086: Already exists
46c231e0192a: Already exists
655a32c673f4: Already exists
0c9448b29abf: Already exists
7c27566ebf54: Already exists
d5a601c39be9: Already exists
3a10d7bf87b0: Already exists
852af82b51dc: Already exists
1ff4e4d5bdae: Already exists
a4278ed04965: Already exists
4c5ebf164b10: Already exists
Digest: sha256:4da9b03b7d8ec944795c2d9b8a5bc22fa93bc8d9750a2a854e29b124635746a9
Status: Image is up to date for open365/mongo-discovery:latest
Pulling eyeosChat (open365/eyeos-eyeos-chat:latest)...
latest: Pulling from open365/eyeos-eyeos-chat
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
7253a53134e1: Already exists
b3fbbc7da802: Already exists
5d4f59c67639: Already exists
9462b518d576: Already exists
3a6a01baadfa: Already exists
Digest: sha256:f9b8929184ad8efcfab586c6041995047e7b83ec24ccf149aa459bd680ed5f0d
Status: Image is up to date for open365/eyeos-eyeos-chat:latest
Pulling sync (open365/eyeos-sync:latest)...
latest: Pulling from open365/eyeos-sync
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
8c0dd33c9fef: Already exists
7dc3d7a31ae7: Already exists
Digest: sha256:2d71f688cb40987a94b88fc7ce3a565989b7a4755da8def0562ac0ffe1965c68
Status: Image is up to date for open365/eyeos-sync:latest
Pulling applications (open365/eyeos-application:latest)...
latest: Pulling from open365/eyeos-application
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
985cb0dc2262: Already exists
66255f7dff87: Already exists
5d1378adece9: Already exists
78df917cf54b: Already exists
Digest: sha256:ae39fc8f5bc3e976fcb3b5b6a8030e5fdc703de01ad0ddd5101165634a074fbf
Status: Image is up to date for open365/eyeos-application:latest
Pulling appservice (open365/eyeos-appservice:latest)...
latest: Pulling from open365/eyeos-appservice
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
985cb0dc2262: Already exists
66255f7dff87: Already exists
6b91390e8292: Already exists
1b239c52be1b: Already exists
Digest: sha256:fd43cae35cd9ce6664f110798a455dec0e9da3a1aaa4655a849d20bef1d782ea
Status: Image is up to date for open365/eyeos-appservice:latest
Pulling principalService (open365/eyeos-principalservice:latest)...
latest: Pulling from open365/eyeos-principalservice
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
83bbc6e00f8d: Already exists
0942b7d6ae0c: Already exists
6e21a8e8b50b: Already exists
f5220dd122ef: Already exists
Digest: sha256:c1139fb34267f4f1c88cee4c30803ccb391a448009912354a380c049ec0377c2
Status: Image is up to date for open365/eyeos-principalservice:latest
Pulling rabbitmq (open365/rabbitmq-discovery:latest)...
latest: Pulling from open365/rabbitmq-discovery
6eb35183d3b8: Already exists
5f70bf18a086: Already exists
187853011d29: Already exists
9f5ef8ff0ff1: Already exists
d1a3a007ec3e: Already exists
8966b75d1e93: Already exists
08146b3f34b9: Already exists
3d2c1bd30f48: Already exists
0fb90b5acfec: Already exists
ceaaed866773: Already exists
054f8cba1078: Already exists
f5f744b947b3: Already exists
78c99ded3513: Already exists
a9403a573b8c: Already exists
ec4db77903f7: Already exists
ce19283e9276: Already exists
447e2590d280: Already exists
f6c68c2baa82: Already exists
5c8a2d9a8351: Already exists
e32fed6a6117: Already exists
420586cdbac3: Already exists
Digest: sha256:e8c0f0613c519fbd9921f0575b11bbcadaf343e58318bc40fdd32bcef8cac5b0
Status: Image is up to date for open365/rabbitmq-discovery:latest
Pulling seafileServer (open365/docker-seafile:latest)...
latest: Pulling from open365/docker-seafile
6650225473f3: Already exists
724e9db35fe0: Already exists
3973e2de72ae: Already exists
5f70bf18a086: Already exists
0cd01e86530e: Already exists
1ef215608c77: Already exists
317d541db1af: Already exists
58f640bc642e: Already exists
d00eadab5b81: Already exists
b7e0277211ad: Already exists
611b29cdec2f: Already exists
99602836e00c: Already exists
c93937fcbd36: Already exists
2fa0e69a5af2: Already exists
08c1db0fd6af: Already exists
50f661cfc68c: Already exists
1fc6c6393b97: Already exists
576583641821: Already exists
fc2fc09085bf: Already exists
1ecc36ec642e: Already exists
2baf2d6ee849: Already exists
bad7d6a994bd: Already exists
831b9d503ac0: Already exists
0c9b24cf80b6: Already exists
cdcc61c4ebe5: Already exists
7865363d8bab: Already exists
4305a2f32963: Already exists
Digest: sha256:1cf12f41514d54d32cb26c5f79603865ae211a97b0b53a8f95984649337ac5f3
Status: Image is up to date for open365/docker-seafile:latest
Pulling rabbitmqAuth (open365/eyeos-rabbitmq-auth-backend-http:latest)...
latest: Pulling from open365/eyeos-rabbitmq-auth-backend-http
5f70bf18a086: Already exists
41646c5b5c0c: Already exists
41b7a65dc4f8: Already exists
87f58ed2bbe2: Already exists
cb2bfc5a3f88: Already exists
8e8b74bb7adb: Already exists
51dee2f9d541: Already exists
47fcbcc86e24: Already exists
20e425ce2222: Already exists
f9d52cd75d95: Already exists
15e944ccbc89: Already exists
Digest: sha256:04a787ab47ec48a8567d198cf2aefecb59c078c3ca6944239187836787209069
Status: Image is up to date for open365/eyeos-rabbitmq-auth-backend-http:latest
Pulling heartbeat (open365/eyeos-heartbeat:latest)...
latest: Pulling from open365/eyeos-heartbeat
5f70bf18a086: Already exists
41646c5b5c0c: Already exists
8250881d53c5: Already exists
f0ed8f94d508: Already exists
fe1019796534: Already exists
363c8e0375de: Already exists
dac1bc2531c5: Already exists
13b760ab4f37: Already exists
ce52531b9d69: Already exists
2e3a636c2441: Already exists
864f583d4281: Already exists
f1e7249b054a: Already exists
Digest: sha256:020932a95363a56c27a67b53863c58944571af0828086572819c6a50de438f45
Status: Image is up to date for open365/eyeos-heartbeat:latest
Pulling eyeosLogin (open365/eyeos-login:latest)...
latest: Pulling from open365/eyeos-login
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
3205f745f14d: Already exists
43a20a6d60f5: Already exists
b7cc7d3f927a: Already exists
Digest: sha256:2a941cbe7dea4d60122dabc7535513ddd008b0484c8337be1f410ae2e21c4abb
Status: Image is up to date for open365/eyeos-login:latest
Pulling proxy (open365/eyeos-proxy:latest)...
latest: Pulling from open365/eyeos-proxy
8f01a53880b9: Already exists
5f70bf18a086: Already exists
a87598c6fa3b: Already exists
985cb0dc2262: Already exists
66255f7dff87: Already exists
8e43e1c6672b: Already exists
d9e996041486: Already exists
eb049fdfed11: Already exists
ac0d70b5c413: Already exists
ae83c46ae32d: Already exists
f45f3c7ab240: Already exists
7d4274401cb5: Already exists
Digest: sha256:6d7566a28d357bc8495a9be6b4a59936b75508b0fc6eed08b6df6cad378c3aac
Status: Image is up to date for open365/eyeos-proxy:latest
Command ['docker-compose', '--file', '/root/Open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'pull'] exited successfully
Executing: ['docker-compose', '--file', '/root/Open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'up', '-d']
WARNING: The DOCKER_CLIENT_TIMEOUT environment variable is deprecated. Please use COMPOSE_HTTP_TIMEOUT instead.
Recreating eyeos_rabbitmqAuth_1
Recreating eyeos_eyeosDesktop_1
eyeos_open365Mail_1 is up-to-date
Recreating eyeos_ldap_1
Recreating eyeos_dnsmasq_1
Recreating eyeos_staticCache_1
Recreating eyeos_filesCdnServer_1
Recreating eyeos_websockify_1
Recreating eyeos_0serviceDiscovery_1
Recreating eyeos_heartbeat_1
eyeos_open365Office_1 is up-to-date
Recreating eyeos_httpToBus_1
Recreating eyeos_mongodb_1
Recreating eyeos_userGuestStatusPollingService_1
Recreating eyeos_eyeosChat_1
Recreating eyeos_mysql_1
Recreating eyeos_sync_1
Recreating eyeos_mailserver_1
Recreating eyeos_applications_1
Recreating eyeos_httpRelayServer_1
Recreating eyeos_appservice_1
eyeos_appservicecleaner_1 is up-to-date
Recreating eyeos_eyeosLogin_1
Recreating eyeos_principalService_1
Recreating eyeos_presenceService_1
Recreating eyeos_rabbitmq_1
Recreating eyeos_redis_1
Recreating eyeos_seafileServer_1
Recreating eyeos_authentication_1
Recreating eyeos_proxy_1

ERROR: for filesCdnServer UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for principalService UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for httpRelayServer UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for 0serviceDiscovery Driver aufs failed to remove root filesystem 5ac6cf472b97c03e84b2f7a6c29b356d592d15a255da726dea33136db74b9b17: rename /var/lib/docker/aufs/diff/ba7b8408d06fa6a9f41ead89b159ff7481a5ac908a1b1fcee6ab827e32dbd087 /var/lib/docker/aufs/diff/ba7b8408d06fa6a9f41ead89b159ff7481a5ac908a1b1fcee6ab827e32dbd087-removing: device or resource busy

ERROR: for eyeosChat UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for presenceService UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for sync UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for rabbitmq rpc error: code = 2 desc = "containerd: container did not start before the specified timeout"

ERROR: for seafileServer UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for authentication UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for dnsmasq UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for userGuestStatusPollingService UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for httpToBus UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)

ERROR: for proxy UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=26010)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 300).
Command ['docker-compose', '--file', '/root/Open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'up', '-d'] failed with exit status 1
Traceback (most recent call last):
File "./open365", line 16, in
router.route(_sys.argv[1:])
File "/root/Open365/lib/SubcommandRouter.py", line 25, in route
instance.execute(_args)
File "/root/Open365/lib/Subcommands/Install.py", line 89, in execute
docker_compose.exec('up')
File "/root/Open365/lib/DockerComposeExecutor.py", line 34, in exec
self.subprocess.check_call(args, cwd=self.cwd, env=new_env)
File "/usr/lib/python3.4/subprocess.py", line 561, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['docker-compose', '--file', '/root/Open365/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'up', '-d']' returned non-zero exit status 1

from open365.

anortef avatar anortef commented on June 28, 2024

I need the result of the command "docker info" to see what setup do you have.

from open365.

 avatar commented on June 28, 2024

I wiped that server and restarted. I now get this:

2016-06-24 06:52:31,202 - urllib3.connectionpool - INFO - Starting new HTTP connection (1): 64.137.217.223
2016-06-24 06:52:31,706 - urllib3.connectionpool - INFO - Starting new HTTP connection (1): 64.137.217.223
2016-06-24 06:52:32,211 - urllib3.connectionpool - INFO - Starting new HTTP connection (1): 64.137.217.223
Constantly.

Docker Info:
root@ubuntu:~# docker info
Containers: 29
Running: 28
Paused: 0
Stopped: 1
Images: 28
Server Version: 1.11.2
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 502
Dirperm1 Supported: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: host bridge null
Kernel Version: 3.13.0-88-generic
Operating System: Ubuntu 14.04.4 LTS
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 7.797 GiB
Name: ubuntu
ID: YV3M:OKAX:ILBG:NFKM:PXWG:QWPV:DDAO:XXTO:ZND4:RUD2:ZKG3:P3RB
Docker Root Dir: /var/lib/docker
Debug mode (client): false
Debug mode (server): false
Registry: https://index.docker.io/v1/
WARNING: No swap limit support

I cant connect to anything

from open365.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.