Skip to content

Instantly share code, notes, and snippets.

View kunthar's full-sized avatar
🖖
live long and prosper

Gokhan Boranalp kunthar

🖖
live long and prosper
View GitHub Profile
root@kube01:~# cd sloop/
root@kube01:~/sloop# ./sloop-master.sh
Sloop - Reading settings from sloop.conf.
Sloop - Checking kube-deploy version
969086b076e8f6feb6e9d8c351e620d46bb0b65e
+++ [0828 22:02:36] Sloop - Sourced kube-deploy scripts
+++ [0828 22:02:36] K8S_VERSION is set to: v1.6.9
+++ [0828 22:02:36] ETCD_VERSION is set to: 2.2.5
+++ [0828 22:02:36] FLANNEL_VERSION is set to: 0.5.5
+++ [0828 22:02:36] FLANNEL_IPMASQ is set to: true
export PS1="\[\e[38;05;24m\]______________________________________________\n\[\e[38;05;33m\] \w \n λ \u : \[\e[0m\]"
@kunthar
kunthar / ng-test-results.js
Created September 28, 2017 21:02
elite-theme-jasmine-errors
Jasmine2.6.4finished in 0.273s
raise exceptions
3 specs, 3 failures
Spec List | Failures
AppComponent should create the app
Failed: Template parse errors:
'ma-navigation' is not a known element:
1. If 'ma-navigation' is an Angular component, then verify that it is part of this module.
2. If 'ma-navigation' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("d in pages.scss -->
<!-- ============================================================== -->
@kunthar
kunthar / ng-e2e-errors.js
Created September 28, 2017 21:09
elite theme ng e2e fail
λ kunthar : ng e2e
** NG Live Development Server is listening on localhost:49152, open your browser on http://localhost:49152/ **
Date: 2017-09-28T21:05:31.709Z
Hash: e6b97e495de463c44137
Time: 10919ms
chunk {accordion.module} accordion.module.chunk.js, accordion.module.chunk.js.map () 16.7 kB {main} [rendered]
chunk {alert.module} alert.module.chunk.js, alert.module.chunk.js.map () 9.19 kB {main} [rendered]
chunk {carousel.module} carousel.module.chunk.js, carousel.module.chunk.js.map () 8.63 kB {main} [rendered]
chunk {common} common.chunk.js, common.chunk.js.map (common) 18.7 kB {main} [rendered]
chunk {datepicker.module} datepicker.module.chunk.js, datepicker.module.chunk.js.map () 9.43 kB {main} [rendered]
@kunthar
kunthar / gnocchi-api-paste.ini
Created November 22, 2017 08:57
gnocchi-api-paste.ini
[composite:gnocchi+basic]
use = egg:Paste#urlmap
/ = gnocchiversions_pipeline
/v1 = gnocchiv1+noauth
/healthcheck = healthcheck
[composite:gnocchi+keystone]
use = egg:Paste#urlmap
/ = gnocchiversions_pipeline
/v1 = gnocchiv1+keystone
@kunthar
kunthar / gist:6d9769d2b9afe56cd468763225ed8ede
Created November 22, 2017 09:00
gnocchi --debug measures show cpu_util --resource-id 743f17ba-14eb-477f-b6e8-2fa414777652
root@cl3:/home/ulakbus# gnocchi --debug measures show cpu_util --resource-id 743f17ba-14eb-477f-b6e8-2fa414777652
REQ: curl -g -i -X GET http://10.10.0.11:35357/v3 -H "Accept: application/json" -H "User-Agent: gnocchi keystoneauth1/2.18.0 python-requests/2.12.4 CPython/2.7.12"
Starting new HTTP connection (1): 10.10.0.11
http://10.10.0.11:35357 "GET /v3 HTTP/1.1" 200 250
RESP: [200] Date: Wed, 22 Nov 2017 08:59:31 GMT Server: Apache/2.4.18 (Ubuntu) Vary: X-Auth-Token X-Distribution: Ubuntu x-openstack-request-id: req-c15e0b75-7fa6-4d51-aab8-4697f344ab49 Content-Length: 250 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: application/json
RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://10.10.0.11:35357/v3/", "rel": "self"}]}}
GET call to None for http://10.10.0.11:35357/v3 used request id req-c15e0b75-7fa6-4d51-aab8-4697
✔ ~/development/Knowage-Server-Docker [master|✔]
00:49 $ docker-compose up
Starting knowage-server-docker_knowagedb_1 ... done
Starting knowage-server-docker_knowage_1 ... done
Attaching to knowage-server-docker_knowagedb_1, knowage-server-docker_knowage_1
knowagedb_1 | 180803 21:49:40 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
knowagedb_1 | 180803 21:49:40 [Note] mysqld (mysqld 5.5.61) starting as process 1 ...
knowagedb_1 | 180803 21:49:40 [Note] Plugin 'FEDERATED' is disabled.
knowagedb_1 | 180803 21:49:40 InnoDB: The InnoDB memory heap is disabled
knowagedb_1 | 180803 21:49:40 InnoDB: Mutexes and rw_locks use GCC atomic builtins
GIT_PROMPT_ONLY_IN_REPO=1
# GIT_PROMPT_FETCH_REMOTE_STATUS=0 # uncomment to avoid fetching remote status
# GIT_PROMPT_IGNORE_SUBMODULES=1 # uncomment to avoid searching for changed files in submodules
# GIT_PROMPT_SHOW_UPSTREAM=1 # uncomment to show upstream tracking branch
# GIT_PROMPT_SHOW_UNTRACKED_FILES=all # can be no, normal or all; determines counting of untracked files
# GIT_PROMPT_SHOW_CHANGED_FILES_COUNT=0 # uncomment to avoid printing the number of changed files
1.1.2 Non-interactive configuration
-----------------------------------
Since RTAI 3.x has autoconf inside, people needing automatic
non-interactive configuration can directly use the provided GNU
configure script for this purpose. The available configuration
switches can be listed by running ./configure --help. The
RTAI-specific switches are:
--enable-trace Enable trace support
λ kunthar : cargo install exa
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading exa v0.8.0
Installing exa v0.8.0
Downloading num_cpus v1.8.0
Downloading glob v0.2.11
Downloading ansi_term v0.8.0
Downloading log v0.3.9
Downloading datetime v0.4.7
Downloading scoped_threadpool v0.1.9