Giter Site home page Giter Site logo

apocalypse's Introduction

Hi there ๐Ÿ‘‹

apocalypse's People

Contributors

dhoomakethu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kalw

apocalypse's Issues

Docker 1.12.1 "Index out of Range"

I'm getting an error trying to list the active containers on the "bridge" network on docker 1.12.1:

`INFO - * Debugger pin code: 335-301-667
2016-09-20 17:01:00 - DEBUG - service_store::update_service_map @ 193 - Creating Serving - container map
2016-09-20 17:01:00 - DEBUG - docker_client::list_networks @ 422 - listing available docker networks
INFO - 10.50.10.134 - - [20/Sep/2016 17:01:00] "POST /refresh HTTP/1.1" 500 -
2016-09-20 17:01:02 - DEBUG - service_store::update_service_map @ 193 - Creating Serving - container map
2016-09-20 17:01:02 - DEBUG - docker_client::list_networks @ 422 - listing available docker networks
INFO - Initializing Network emulator
2016-09-20 17:01:02 - DEBUG - service_store::update_network_devices @ 147 - Getting network interfaces for containers
2016-09-20 17:01:03 - DEBUG - docker_client::get_logs @ 339 - Getting logs for {u'Id': u'8d2f16f658c5aa1a054cf73b42bc4e48a475a20e8e5bda645efcb5760c66651d', u'Warnings': None}
2016-09-20 17:01:03 - DEBUG - docker_client::wait_till_stopped @ 344 - Waitng for container to stop {u'Id': u'8d2f16f658c5aa1a054cf73b42bc4e48a475a20e8e5bda645efcb5760c66651d', u'Warnings': None}
2016-09-20 17:01:03 - DEBUG - docker_client::remove_container @ 292 - Removing container {u'Id': u'8d2f16f658c5aa1a054cf73b42bc4e48a475a20e8e5bda645efcb5760c66651d', u'Warnings': None}
2016-09-20 17:01:03 - DEBUG - docker_client::docker_run @ 134 - Succesfully ran command - ip link
2016-09-20 17:01:03 - DEBUG - service_store::update_network_devices @ 150 - IP LINK
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno16777984: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 00:50:56:b6:76:69 brd ff:ff:ff:ff:ff:ff
3: docker_gwbridge: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default
link/ether 02:42:b1:ce:00:5b brd ff:ff:ff:ff:ff:ff
4: docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default
link/ether 02:42:81:f8:37:59 brd ff:ff:ff:ff:ff:ff
85571: vetha3d4ce0@if85570: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether 1a:2e:49:ad:af:e5 brd ff:ff:ff:ff:ff:ff
85091: vethcf02dff@if85090: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether 12:bc:12:13:f4:a1 brd ff:ff:ff:ff:ff:ff
104: br-56cbe46c820b: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default
link/ether 02:42:b5:fa:0a:fb brd ff:ff:ff:ff:ff:ff
84883: veth6211839@if84882: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether 92:2c:f7:26:05:c0 brd ff:ff:ff:ff:ff:ff
84885: veth0abad19@if84884: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether 5e:76:32:3b:e1:24 brd ff:ff:ff:ff:ff:ff
84891: veth5b0c0c8@if84890: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether 0a:9f:d0:24:12:d2 brd ff:ff:ff:ff:ff:ff
84893: veth8f184f9@if84892: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether 56:50:e8:36:28:0f brd ff:ff:ff:ff:ff:ff
84895: veth56df7c8@if84894: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether 96:4e:d9:2b:18:ae brd ff:ff:ff:ff:ff:ff
84949: veth15ce0c7@if84948: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether ca:9d:ef:82:53:28 brd ff:ff:ff:ff:ff:ff
85479: veth30e8fdd@if85478: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether ce:6d:2f:83:ad:2e brd ff:ff:ff:ff:ff:ff

INFO - 10.50.10.134 - - [20/Sep/2016 17:01:03] "POST /refresh HTTP/1.1" 200 -`

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.