Skip to content

Instantly share code, notes, and snippets.

=ERROR REPORT==== 1-Nov-2017::18:24:52 ===
** Generic server <0.27209.3237> terminating
** Last message in was {submit,#Fun<rabbit_mgmt_db.20.104142656>,
<0.12427.2775>,reuse}
** When Server state == {from,<0.12427.2775>,#Ref<0.0.1960050692.191432>}
** Reason for termination ==
** {function_clause,
[{rabbit_mgmt_db,'-delegate_invoke/1-lc$^0/1-0-',
[{error,{no_such_group,management_db}}],
[{file,"src/rabbit_mgmt_db.erl"},{line,693}]},
Ranch listener rabbit_web_dispatch_sup_15672 had connection process started with cowboy_protocol:start_link/4 at <0.2223.3683> exit with reason: [{reason,{{function_clause,[{rabbit_mgmt_db,'-delegate_invoke/1-lc$^0/1-0-',[{error,{no_such_group,management_db}}],[{file,"src/rabbit_mgmt_db.erl"},{line,693}]},{rabbit_mgmt_db,delegate_invoke,1,[{file,"src/rabbit_mgmt_db.erl"},{line,693}]},{rabbit_mgmt_db,get_data_from_nodes,1,[{file,"src/rabbit_mgmt_db.erl"},{line,628}]},{rabbit_mgmt_db,vhost_stats,3,[{file,"src/rabbit_mgmt_db.erl"},{line,576}]},{worker_pool_worker,handle_call,3,[{file,"src/worker_pool_worker.erl"},{line,105}]},{gen_server2,handle_msg,2,[{file,"src/gen_server2.erl"},{line,1035}]},{proc_lib,wake_up,3,[{file,"proc_lib.erl"},{line,250}]}]},{gen_server2,call,[<0.3656.3233>,{submit,#Fun<rabbit_mgmt_db.20.104142656>,<0.2223.3683>,reuse},infinity]}}},{mfa,{rabbit_mgmt_wm_vhosts,to_json,2}},{stacktrace,[{gen_server2,call,3,[{file,"src/gen_server2.erl"},{line,327}]},{rabbit_mgmt_util,augment,2,[{file,"src/
Ranch listener rabbit_web_dispatch_sup_15672 had connection process started with cowboy_protocol:start_link/4 at <0.2223.3683> exit with reason: [{reason,{{function_clause,[{rabbit_mgmt_db,'-delegate_invoke/1-lc$^0/1-0-',[{error,{no_such_group,management_db}}],[{file,"src/rabbit_mgmt_db.erl"},{line,693}]},{rabbit_mgmt_db,delegate_invoke,1,[{file,"src/rabbit_mgmt_db.erl"},{line,693}]},{rabbit_mgmt_db,get_data_from_nodes,1,[{file,"src/rabbit_mgmt_db.erl"},{line,628}]},{rabbit_mgmt_db,vhost_stats,3,[{file,"src/rabbit_mgmt_db.erl"},{line,576}]},{worker_pool_worker,handle_call,3,[{file,"src/worker_pool_worker.erl"},{line,105}]},{gen_server2,handle_msg,2,[{file,"src/gen_server2.erl"},{line,1035}]},{proc_lib,wake_up,3,[{file,"proc_lib.erl"},{line,250}]}]},{gen_server2,call,[<0.3656.3233>,{submit,#Fun<rabbit_mgmt_db.20.104142656>,<0.2223.3683>,reuse},infinity]}}},{mfa,{rabbit_mgmt_wm_vhosts,to_json,2}},{stacktrace,[{gen_server2,call,3,[{file,"src/gen_server2.erl"},{line,327}]},{rabbit_mgmt_util,augment,2,[{file,"src/
---
- hosts: production-timeboxes
remote_user: root
gather_facts: false
force_handlers: true
roles:
- timebox-bootstrap # uses "local" and "chroot" for connection
---
- hosts:
- timeboxes-zanview.com
- timeboxes-xancloud.com
- timeboxes-timeline.is
- timeboxes-icomplycloud.com
remote_user: root
gather_facts: false
force_handlers: true
{"Hove"=>1,
"London"=>21,
""=>44,
"Borehamwood"=>1,
"Walton on Thames"=>1,
"Weybridge"=>1,
"Pinner"=>1,
"Bexleyheath"=>1,
"Soborg"=>2,
"Barking"=>1,
root@ubuntu-standard:~# ifconfig -a
enxb827ebd24e19 Link encap:Ethernet HWaddr b8:27:eb:d2:4e:19
inet addr:192.168.14.142 Bcast:192.168.14.255 Mask:255.255.255.0
inet6 addr: fe80::ba27:ebff:fed2:4e19/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:348393 errors:2 dropped:2 overruns:0 frame:0
TX packets:128824 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:296234812 (296.2 MB) TX bytes:45040398 (45.0 MB)
root@ubuntu-standard:~# ifconfig -a
enxb827ebd24e19 Link encap:Ethernet HWaddr b8:27:eb:d2:4e:19
inet addr:192.168.14.142 Bcast:192.168.14.255 Mask:255.255.255.0
inet6 addr: fe80::ba27:ebff:fed2:4e19/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:348393 errors:2 dropped:2 overruns:0 frame:0
TX packets:128824 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:296234812 (296.2 MB) TX bytes:45040398 (45.0 MB)
# rabbitmq-server
RabbitMQ 3.6.2. Copyright (C) 2007-2016 Pivotal Software, Inc.
## ## Licensed under the MPL. See http://www.rabbitmq.com/
## ##
########## Logs: /var/log/rabbitmq/rpi3-001@TimeBox.log
###### ## /var/log/rabbitmq/rpi3-001@TimeBox-sasl.log
##########
Starting broker...
#!/usr/bin/env ruby
# gem install celluloid net-ping
require 'celluloid/current'
require 'net/ping'
require 'ipaddr'
class ScanWorker
include Celluloid
def ping(ip)