-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgg.log
603 lines (541 loc) · 28.3 KB
/
gg.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
root@ubuntu-s-1vcpu-3gb-fra1-01:~# echo "deb https://repo.gluu.org/ubuntu/ bionic main" > /etc/apt/sources.list.d/gluu-repo.list
root@ubuntu-s-1vcpu-3gb-fra1-01:~# curl https://repo.gluu.org/ubuntu/gluu-apt.key | apt-key add -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3112 100 3112 0 0 7819 0 --:--:-- --:--:-- --:--:-- 7838
OK
root@ubuntu-s-1vcpu-3gb-fra1-01:~# echo "deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main" > /etc/apt/sources.list.d/psql.list
root@ubuntu-s-1vcpu-3gb-fra1-01:~# wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
OK
root@ubuntu-s-1vcpu-3gb-fra1-01:~# curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
================================================================================
================================================================================
DEPRECATION WARNING
Node.js 8.x LTS Carbon is no longer actively supported!
You will not receive security or critical stability updates for this version.
You should migrate to a supported version of Node.js as soon as possible.
Use the installation script that corresponds to the version of Node.js you
wish to install. e.g.
* https://deb.nodesource.com/setup_10.x — Node.js 10 LTS "Dubnium"
* https://deb.nodesource.com/setup_12.x — Node.js 12 LTS "Erbium" (recommended)
* https://deb.nodesource.com/setup_14.x — Node.js 14 LTS "Fermium"
Please see https://github.com/nodejs/Release for details about which
version may be appropriate for you.
The NodeSource Node.js distributions repository contains
information both about supported versions of Node.js and supported Linux
distributions. To learn more about usage, see the repository:
https://github.com/nodesource/distributions
================================================================================
================================================================================
Continuing in 20 seconds ...
## Installing the NodeSource Node.js 8.x LTS Carbon repo...
## Populating apt-get cache...
+ apt-get update
Get:1 http://apt.postgresql.org/pub/repos/apt bionic-pgdg InRelease [84.6 kB]
Get:2 http://mirrors.digitalocean.com/ubuntu bionic InRelease [242 kB]
Get:3 http://mirrors.digitalocean.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:4 http://mirrors.digitalocean.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:5 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:6 http://apt.postgresql.org/pub/repos/apt bionic-pgdg/main amd64 Packages [204 kB]
Get:7 http://mirrors.digitalocean.com/ubuntu bionic/universe amd64 Packages [8570 kB]
Get:8 http://mirrors.digitalocean.com/ubuntu bionic/universe Translation-en [4941 kB]
Ign:9 https://repo.gluu.org/ubuntu bionic InRelease
Get:10 https://repo.gluu.org/ubuntu bionic Release [5706 B]
Get:11 https://repo.gluu.org/ubuntu bionic Release.gpg [833 B]
Get:12 http://mirrors.digitalocean.com/ubuntu bionic/multiverse amd64 Packages [151 kB]
Get:13 http://mirrors.digitalocean.com/ubuntu bionic/multiverse Translation-en [108 kB]
Get:14 http://mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 Packages [1032 kB]
Get:15 http://mirrors.digitalocean.com/ubuntu bionic-updates/main Translation-en [346 kB]
Get:16 http://mirrors.digitalocean.com/ubuntu bionic-updates/restricted amd64 Packages [84.7 kB]
Get:17 http://mirrors.digitalocean.com/ubuntu bionic-updates/restricted Translation-en [18.7 kB]
Get:18 http://mirrors.digitalocean.com/ubuntu bionic-updates/universe amd64 Packages [1097 kB]
Get:19 http://mirrors.digitalocean.com/ubuntu bionic-updates/universe Translation-en [342 kB]
Get:20 http://mirrors.digitalocean.com/ubuntu bionic-updates/multiverse amd64 Packages [19.2 kB]
Get:21 http://mirrors.digitalocean.com/ubuntu bionic-updates/multiverse Translation-en [6712 B]
Get:22 http://mirrors.digitalocean.com/ubuntu bionic-backports/main amd64 Packages [7516 B]
Get:23 http://mirrors.digitalocean.com/ubuntu bionic-backports/main Translation-en [4764 B]
Get:24 http://mirrors.digitalocean.com/ubuntu bionic-backports/universe amd64 Packages [7736 B]
Get:25 http://mirrors.digitalocean.com/ubuntu bionic-backports/universe Translation-en [4588 B]
Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [808 kB]
Get:27 https://repo.gluu.org/ubuntu bionic/main amd64 Packages [2320 B]
Get:28 https://repo.gluu.org/ubuntu bionic/main all Packages [878 B]
Get:29 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [254 kB]
Get:30 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [75.6 kB]
Get:31 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [16.5 kB]
Get:32 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [689 kB]
Get:33 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [228 kB]
Get:34 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [8112 B]
Get:35 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2852 B]
Fetched 19.6 MB in 5s (4197 kB/s)
Reading package lists... Done
## Confirming "bionic" is supported...
+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_8.x/dists/bionic/Release'
## Adding the NodeSource signing key to your keyring...
+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
OK
## Creating apt sources list file for the NodeSource Node.js 8.x LTS Carbon repo...
+ echo 'deb https://deb.nodesource.com/node_8.x bionic main' > /etc/apt/sources.list.d/nodesource.list
+ echo 'deb-src https://deb.nodesource.com/node_8.x bionic main' >> /etc/apt/sources.list.d/nodesource.list
## Running `apt-get update` for you...
+ apt-get update
Get:1 https://deb.nodesource.com/node_8.x bionic InRelease [4595 B]
Hit:2 http://apt.postgresql.org/pub/repos/apt bionic-pgdg InRelease
Get:3 https://deb.nodesource.com/node_8.x bionic/main amd64 Packages [767 B]
Get:4 http://mirrors.digitalocean.com/ubuntu bionic InRelease [242 kB]
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:6 http://mirrors.digitalocean.com/ubuntu bionic-updates InRelease
Hit:7 http://mirrors.digitalocean.com/ubuntu bionic-backports InRelease
Ign:8 https://repo.gluu.org/ubuntu bionic InRelease
Hit:9 https://repo.gluu.org/ubuntu bionic Release
Fetched 247 kB in 1s (379 kB/s)
Reading package lists... Done
## Run `sudo apt-get install -y nodejs` to install Node.js 8.x LTS Carbon and npm
## You may also need development tools to build native addons:
sudo apt-get install gcc g++ make
## To install the Yarn package manager, run:
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
root@ubuntu-s-1vcpu-3gb-fra1-01:~# apt update
Hit:1 https://deb.nodesource.com/node_8.x bionic InRelease
Hit:2 http://apt.postgresql.org/pub/repos/apt bionic-pgdg InRelease
Get:3 http://mirrors.digitalocean.com/ubuntu bionic InRelease [242 kB]
Hit:4 http://mirrors.digitalocean.com/ubuntu bionic-updates InRelease
Hit:5 http://mirrors.digitalocean.com/ubuntu bionic-backports InRelease
Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Ign:7 https://repo.gluu.org/ubuntu bionic InRelease
Hit:8 https://repo.gluu.org/ubuntu bionic Release
Fetched 331 kB in 1s (464 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
149 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@ubuntu-s-1vcpu-3gb-fra1-01:~# apt install gluu-gateway=4.0~*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Selected version '4.0~bionic' (Gluu ubuntu repo:bionic [amd64]) for 'gluu-gateway'
The following package was automatically installed and is no longer required:
grub-pc-bin
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
libpq5 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsensors4 lua-cjson nodejs pgdg-keyring postgresql-10 postgresql-client-10 postgresql-client-common postgresql-common
python python-asn1crypto python-certifi python-cffi-backend python-chardet python-cryptography python-enum34 python-idna python-ipaddress python-minimal python-openssl
python-pkg-resources python-requests python-six python-urllib3 python2.7 python2.7-minimal ssl-cert sysstat unzip
Suggested packages:
lm-sensors postgresql-doc-10 libjson-perl python-doc python-tk python-cryptography-doc python-cryptography-vectors python-enum34-doc python-openssl-doc python-openssl-dbg
python-setuptools python-socks python-ntlm python2.7-doc binutils binfmt-support openssl-blacklist isag zip
The following NEW packages will be installed:
gluu-gateway libpq5 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsensors4 lua-cjson nodejs pgdg-keyring postgresql-10 postgresql-client-10 postgresql-client-common
postgresql-common python python-asn1crypto python-certifi python-cffi-backend python-chardet python-cryptography python-enum34 python-idna python-ipaddress python-minimal python-openssl
python-pkg-resources python-requests python-six python-urllib3 python2.7 python2.7-minimal ssl-cert sysstat unzip
0 upgraded, 33 newly installed, 0 to remove and 149 not upgraded.
Need to get 254 MB of archives.
After this operation, 362 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://apt.postgresql.org/pub/repos/apt bionic-pgdg/main amd64 libpq5 amd64 12.3-1.pgdg18.04+1 [173 kB]
Get:2 https://deb.nodesource.com/node_8.x bionic/main amd64 nodejs amd64 8.17.0-1nodesource1 [14.1 MB]
Get:3 http://mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 libpython2.7-minimal amd64 2.7.17-1~18.04ubuntu1.1 [335 kB]
Get:4 http://apt.postgresql.org/pub/repos/apt bionic-pgdg/main amd64 pgdg-keyring all 2018.2 [10.7 kB]
Get:5 http://apt.postgresql.org/pub/repos/apt bionic-pgdg/main amd64 postgresql-client-common all 215.pgdg18.04+1 [87.4 kB]
Get:6 http://apt.postgresql.org/pub/repos/apt bionic-pgdg/main amd64 postgresql-client-10 amd64 10.13-1.pgdg18.04+1 [1428 kB]
Get:7 http://mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 python2.7-minimal amd64 2.7.17-1~18.04ubuntu1.1 [1303 kB]
Get:8 http://apt.postgresql.org/pub/repos/apt bionic-pgdg/main amd64 postgresql-common all 215.pgdg18.04+1 [237 kB]
Get:9 http://apt.postgresql.org/pub/repos/apt bionic-pgdg/main amd64 postgresql-10 amd64 10.13-1.pgdg18.04+1 [4952 kB]
Get:10 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 python-minimal amd64 2.7.15~rc1-1 [28.1 kB]
Get:11 http://mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 libpython2.7-stdlib amd64 2.7.17-1~18.04ubuntu1.1 [1915 kB]
Get:12 http://mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 python2.7 amd64 2.7.17-1~18.04ubuntu1.1 [248 kB]
Get:13 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 libpython-stdlib amd64 2.7.15~rc1-1 [7620 B]
Get:14 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 python amd64 2.7.15~rc1-1 [140 kB]
Get:15 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB]
Get:16 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB]
Get:17 https://repo.gluu.org/ubuntu bionic/main amd64 gluu-gateway amd64 4.0~bionic [228 MB]
Get:18 http://mirrors.digitalocean.com/ubuntu bionic/universe amd64 lua-cjson amd64 2.1.0+dfsg-2.1 [17.4 kB]
Get:19 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 python-certifi all 2018.1.18-2 [144 kB]
Get:20 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 python-pkg-resources all 39.0.1-2 [128 kB]
Get:21 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 python-chardet all 3.0.4-1 [80.3 kB]
Get:22 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 python-idna all 2.6-1 [32.4 kB]
Get:23 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 python-six all 1.11.0-2 [11.3 kB]
Get:24 http://mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 python-urllib3 all 1.22-1ubuntu0.18.04.1 [85.9 kB]
Get:25 http://mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 python-requests all 2.18.4-2ubuntu0.1 [58.5 kB]
Get:26 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB]
Get:27 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 python-asn1crypto all 0.24.0-1 [72.7 kB]
Get:28 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 python-cffi-backend amd64 1.11.5-1 [63.4 kB]
Get:29 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 python-enum34 all 1.1.6-2 [34.8 kB]
Get:30 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 python-ipaddress all 1.0.17-1 [18.2 kB]
Get:31 http://mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 python-cryptography amd64 2.1.4-1ubuntu1.3 [221 kB]
Get:32 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 python-openssl all 17.5.0-1ubuntu1 [41.3 kB]
Get:33 http://mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 sysstat amd64 11.6.1-1ubuntu0.1 [295 kB]
Fetched 254 MB in 9s (27.2 MB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libpython2.7-minimal:amd64.
(Reading database ... 60017 files and directories currently installed.)
Preparing to unpack .../0-libpython2.7-minimal_2.7.17-1~18.04ubuntu1.1_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.17-1~18.04ubuntu1.1) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../1-python2.7-minimal_2.7.17-1~18.04ubuntu1.1_amd64.deb ...
Unpacking python2.7-minimal (2.7.17-1~18.04ubuntu1.1) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../2-python-minimal_2.7.15~rc1-1_amd64.deb ...
Unpacking python-minimal (2.7.15~rc1-1) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../3-libpython2.7-stdlib_2.7.17-1~18.04ubuntu1.1_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.17-1~18.04ubuntu1.1) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../4-python2.7_2.7.17-1~18.04ubuntu1.1_amd64.deb ...
Unpacking python2.7 (2.7.17-1~18.04ubuntu1.1) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../5-libpython-stdlib_2.7.15~rc1-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.15~rc1-1) ...
Setting up libpython2.7-minimal:amd64 (2.7.17-1~18.04ubuntu1.1) ...
Setting up python2.7-minimal (2.7.17-1~18.04ubuntu1.1) ...
Linking and byte-compiling packages for runtime python2.7...
Setting up python-minimal (2.7.15~rc1-1) ...
Selecting previously unselected package python.
(Reading database ... 60765 files and directories currently installed.)
Preparing to unpack .../00-python_2.7.15~rc1-1_amd64.deb ...
Unpacking python (2.7.15~rc1-1) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../01-libpq5_12.3-1.pgdg18.04+1_amd64.deb ...
Unpacking libpq5:amd64 (12.3-1.pgdg18.04+1) ...
Selecting previously unselected package pgdg-keyring.
Preparing to unpack .../02-pgdg-keyring_2018.2_all.deb ...
Unpacking pgdg-keyring (2018.2) ...
Selecting previously unselected package postgresql-client-common.
Preparing to unpack .../03-postgresql-client-common_215.pgdg18.04+1_all.deb ...
Unpacking postgresql-client-common (215.pgdg18.04+1) ...
Selecting previously unselected package postgresql-client-10.
Preparing to unpack .../04-postgresql-client-10_10.13-1.pgdg18.04+1_amd64.deb ...
Unpacking postgresql-client-10 (10.13-1.pgdg18.04+1) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../05-ssl-cert_1.0.39_all.deb ...
Unpacking ssl-cert (1.0.39) ...
Selecting previously unselected package postgresql-common.
Preparing to unpack .../06-postgresql-common_215.pgdg18.04+1_all.deb ...
Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
Unpacking postgresql-common (215.pgdg18.04+1) ...
Selecting previously unselected package postgresql-10.
Preparing to unpack .../07-postgresql-10_10.13-1.pgdg18.04+1_amd64.deb ...
Unpacking postgresql-10 (10.13-1.pgdg18.04+1) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../08-nodejs_8.17.0-1nodesource1_amd64.deb ...
Unpacking nodejs (8.17.0-1nodesource1) ...
Selecting previously unselected package unzip.
Preparing to unpack .../09-unzip_6.0-21ubuntu1_amd64.deb ...
Unpacking unzip (6.0-21ubuntu1) ...
Selecting previously unselected package lua-cjson:amd64.
Preparing to unpack .../10-lua-cjson_2.1.0+dfsg-2.1_amd64.deb ...
Unpacking lua-cjson:amd64 (2.1.0+dfsg-2.1) ...
Selecting previously unselected package python-certifi.
Preparing to unpack .../11-python-certifi_2018.1.18-2_all.deb ...
Unpacking python-certifi (2018.1.18-2) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../12-python-pkg-resources_39.0.1-2_all.deb ...
Unpacking python-pkg-resources (39.0.1-2) ...
Selecting previously unselected package python-chardet.
Preparing to unpack .../13-python-chardet_3.0.4-1_all.deb ...
Unpacking python-chardet (3.0.4-1) ...
Selecting previously unselected package python-idna.
Preparing to unpack .../14-python-idna_2.6-1_all.deb ...
Unpacking python-idna (2.6-1) ...
Selecting previously unselected package python-six.
Preparing to unpack .../15-python-six_1.11.0-2_all.deb ...
Unpacking python-six (1.11.0-2) ...
Selecting previously unselected package python-urllib3.
Preparing to unpack .../16-python-urllib3_1.22-1ubuntu0.18.04.1_all.deb ...
Unpacking python-urllib3 (1.22-1ubuntu0.18.04.1) ...
Selecting previously unselected package python-requests.
Preparing to unpack .../17-python-requests_2.18.4-2ubuntu0.1_all.deb ...
Unpacking python-requests (2.18.4-2ubuntu0.1) ...
Selecting previously unselected package gluu-gateway.
Preparing to unpack .../18-gluu-gateway_4.0~bionic_amd64.deb ...
Unpacking gluu-gateway (4.0~bionic) ...
Selecting previously unselected package libsensors4:amd64.
Preparing to unpack .../19-libsensors4_1%3a3.4.0-4_amd64.deb ...
Unpacking libsensors4:amd64 (1:3.4.0-4) ...
Selecting previously unselected package python-asn1crypto.
Preparing to unpack .../20-python-asn1crypto_0.24.0-1_all.deb ...
Unpacking python-asn1crypto (0.24.0-1) ...
Selecting previously unselected package python-cffi-backend.
Preparing to unpack .../21-python-cffi-backend_1.11.5-1_amd64.deb ...
Unpacking python-cffi-backend (1.11.5-1) ...
Selecting previously unselected package python-enum34.
Preparing to unpack .../22-python-enum34_1.1.6-2_all.deb ...
Unpacking python-enum34 (1.1.6-2) ...
Selecting previously unselected package python-ipaddress.
Preparing to unpack .../23-python-ipaddress_1.0.17-1_all.deb ...
Unpacking python-ipaddress (1.0.17-1) ...
Selecting previously unselected package python-cryptography.
Preparing to unpack .../24-python-cryptography_2.1.4-1ubuntu1.3_amd64.deb ...
Unpacking python-cryptography (2.1.4-1ubuntu1.3) ...
Selecting previously unselected package python-openssl.
Preparing to unpack .../25-python-openssl_17.5.0-1ubuntu1_all.deb ...
Unpacking python-openssl (17.5.0-1ubuntu1) ...
Selecting previously unselected package sysstat.
Preparing to unpack .../26-sysstat_11.6.1-1ubuntu0.1_amd64.deb ...
Unpacking sysstat (11.6.1-1ubuntu0.1) ...
Setting up nodejs (8.17.0-1nodesource1) ...
Setting up unzip (6.0-21ubuntu1) ...
Setting up ssl-cert (1.0.39) ...
Setting up libpq5:amd64 (12.3-1.pgdg18.04+1) ...
Setting up lua-cjson:amd64 (2.1.0+dfsg-2.1) ...
Setting up libsensors4:amd64 (1:3.4.0-4) ...
Setting up pgdg-keyring (2018.2) ...
Removing apt.postgresql.org key from trusted.gpg: OK
Setting up libpython2.7-stdlib:amd64 (2.7.17-1~18.04ubuntu1.1) ...
Setting up sysstat (11.6.1-1ubuntu0.1) ...
Creating config file /etc/default/sysstat with new version
update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode
Created symlink /etc/systemd/system/multi-user.target.wants/sysstat.service → /lib/systemd/system/sysstat.service.
Setting up python2.7 (2.7.17-1~18.04ubuntu1.1) ...
Setting up libpython-stdlib:amd64 (2.7.15~rc1-1) ...
Setting up postgresql-client-common (215.pgdg18.04+1) ...
Setting up postgresql-common (215.pgdg18.04+1) ...
Adding user postgres to group ssl-cert
Creating config file /etc/postgresql-common/createcluster.conf with new version
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
Removing obsolete dictionary files:
Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service.
Setting up python (2.7.15~rc1-1) ...
Setting up postgresql-client-10 (10.13-1.pgdg18.04+1) ...
update-alternatives: using /usr/share/postgresql/10/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
Setting up python-idna (2.6-1) ...
Setting up python-asn1crypto (0.24.0-1) ...
Setting up python-certifi (2018.1.18-2) ...
Setting up postgresql-10 (10.13-1.pgdg18.04+1) ...
Creating new PostgreSQL cluster 10/main ...
/usr/lib/postgresql/10/bin/initdb -D /var/lib/postgresql/10/main --auth-local peer --auth-host md5
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale "C.UTF-8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".
Data page checksums are disabled.
fixing permissions on existing directory /var/lib/postgresql/10/main ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default timezone ... Etc/UTC
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok
Success. You can now start the database server using:
pg_ctlcluster 10 main start
Ver Cluster Port Status Owner Data directory Log file
10 main 5432 down postgres /var/lib/postgresql/10/main /var/log/postgresql/postgresql-10-main.log
update-alternatives: using /usr/share/postgresql/10/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
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) ...
Setting up python-enum34 (1.1.6-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.0~bionic) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for systemd (237-3ubuntu10.31) ...
root@ubuntu-s-1vcpu-3gb-fra1-01:~# cd /opt/gluu-gateway-setup/
-bash: cd: /opt/gluu-gateway-setup/: No such file or directory
root@ubuntu-s-1vcpu-3gb-fra1-01:~# cd /opt/gluu-gateway/setup/
root@ubuntu-s-1vcpu-3gb-fra1-01:/opt/gluu-gateway/setup# python setup-gluu-gateway.py
root
-----------------------------------------------------
The Gluu Support License (GLUU-SUPPORT)
Copyright (c) 2019 Gluu
Permission is hereby granted to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
The end-user person or organization using this software has an active support
subscription for this software with either Gluu or one of Gluu's OEM partners after using the
software for more than 30 days.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-----------------------------------------------------
Do you acknowledge that use of the Gluu Gateway is under the Stepped-Up Support License? (y|N) [N] : y
Enter IP Address [164.90.229.169] :
Enter Hostname [ubuntu-s-1vcpu-3gb-fra1-01] : www.devom.xyz
The next few questions are used to generate the Kong self-signed HTTPS certificate
Enter two letter Country Code : in
Enter two letter State Code : wb
Enter your city or locality : habra
Enter Organization Name : gluu
Enter Email Address : [email protected]
If you already have a postgres user and database in the
Postgres DB, then enter existing password, otherwise enter new password:
Password [wuvCberoGnWC] :
OP Server Host : ce-dev6.gluu.org
The next few questions are used to configure Konga.
If you are connecting to an existing oxd server from other the network,
make sure it's available from this server.
Install OXD Server? (y - install, n - skip) [y] : y
OXD Server URL [https://www.devom.xyz:8443] :
Generate client credentials to call oxd-server API's? (y - generate, n - enter existing client credentials manually) [y] :
----------------------- -----------------------
Host www.devom.xyz
Organization gluu
City habra
State wb
Country in
Install OXD? True
OXD Server URL https://www.devom.xyz:8443
OP Host https://ce-dev6.gluu.org
Generate Client Credentials? True
Proceed with these values (Y|n) [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...
Gluu Gateway configuration successful!!! https://localhost:1338