This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@atom02:~# cat /proc/cpuinfo | |
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 28 | |
model name : Intel(R) Atom(TM) CPU N570 @ 1.66GHz | |
stepping : 10 | |
microcode : 0x107 | |
cpu MHz : 1000.000 | |
cache size : 512 KB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@atom01:~# cat /proc/cpuinfo | |
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 54 | |
model name : Intel(R) Atom(TM) CPU N2600 @ 1.60GHz | |
stepping : 1 | |
microcode : 0x10d | |
cpu MHz : 600.000 | |
cache size : 512 KB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 7390: VUC conference --> | |
<extension name="forward_7390"> | |
<condition field="destination_number" expression="^7390$"> | |
<action application="bridge" data="sofia/external/[email protected]"/> | |
</condition> | |
</extension> | |
<!-- 7394: VUC conference via e164.org --> | |
<extension name="forward_7394"> | |
<condition field="destination_number" expression="^7394$"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-11-01 23:24:52.507287 [NOTICE] switch_channel.c:951 New Channel sofia/outside/[email protected] [f4b8691e-2472-11e2-bd2e-b701f648768e] | |
2012-11-01 23:24:52.507287 [DEBUG] switch_core_session.c:905 Send signal sofia/outside/[email protected] [BREAK] | |
2012-11-01 23:24:52.507287 [DEBUG] switch_core_session.c:905 Send signal sofia/outside/[email protected] [BREAK] | |
2012-11-01 23:24:52.507287 [DEBUG] switch_core_state_machine.c:398 (sofia/outside/[email protected]) Running State Change CS_NEW | |
2012-11-01 23:24:52.507287 [DEBUG] switch_core_state_machine.c:416 (sofia/outside/[email protected]) State NEW | |
2012-11-01 23:24:52.527245 [DEBUG] sofia.c:6282 Channel sofia/outside/[email protected] entering state [received][100] | |
2012-11-01 23:24:52.527245 [DEBUG] sofia.c:6293 Remote SDP: | |
v=0 | |
o=Sippy 25552224 0 IN IP4 212.117.203.41 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sep 30 12:58:24 kz02 2600hz[2097]: |b34296dd2916c76ac9b4c6ee8f27e709|v1_resource:74 (<0.599.0>) OPTIONS: /v1/accounts/896f0df4b4412e98ed82ef1b0bb24170?_=1349002744219 | |
Sep 30 12:58:24 kz02 2600hz[2097]: |b34296dd2916c76ac9b4c6ee8f27e709|v1_util:371 (<0.599.0>) mod accounts has params [<<"896f0df4b4412e98ed82ef1b0bb24170">>] | |
Sep 30 12:58:24 kz02 2600hz[2097]: |b34296dd2916c76ac9b4c6ee8f27e709|v1_util:119 (<0.599.0>) undefined content type when getting req data, assuming application/json | |
Sep 30 12:58:24 kz02 2600hz[2097]: |b34296dd2916c76ac9b4c6ee8f27e709|v1_util:290 (<0.599.0>) request had no payload | |
Sep 30 12:58:24 kz02 2600hz[2097]: |b34296dd2916c76ac9b4c6ee8f27e709|crossbar_bindings:462 (<0.599.0>) exact match <<"v1_resource.allowed_methods.accounts">> to <<"v1_resource.allowed_methods.accounts">> | |
Sep 30 12:58:24 kz02 2600hz[2097]: |b34296dd2916c76ac9b4c6ee8f27e709|v1_util:330 (<0.599.0>) sticking with method OPTIONS | |
Sep 30 12:58:24 kz02 2600hz[2097]: |b34296dd2916c76ac9b4c6ee8f27e709|v1_resource:146 (<0.599 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p /var/lib/xen/images/debian/squeeze | |
cd /var/lib/xen/images/debian/squeeze | |
wget http://mirror.switch.ch/ftp/mirror/debian/dists/squeeze/main/installer-amd64/current/images/netboot/xen/initrd.gz | |
wget http://mirror.switch.ch/ftp/mirror/debian/dists/squeeze/main/installer-amd64/current/images/netboot/xen/vmlinuz | |
lvcreate -L 20G -n kz02 VG0 | |
xm create /etc/xen/manual/kz02-install.cfg -c | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
After chef finished: | |
[root@kz01 kazoo_install]# ps axf | |
PID TTY STAT TIME COMMAND | |
2 ? S 0:00 [kthreadd] | |
3 ? S 0:00 \_ [migration/0] | |
4 ? S 0:00 \_ [ksoftirqd/0] | |
5 ? S 0:00 \_ [migration/0] | |
6 ? S 0:00 \_ [watchdog/0] | |
7 ? S 0:00 \_ [migration/1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@738-15:/opt/kazoo/whistle_apps# ./start-dev.sh | |
heart_beat_kill_pid = 15346 | |
Erlang R14B03 (erts-5.8.4) [source] [64-bit] [smp:14:14] [rq:14] [async-threads:8] [kernel-poll:true] | |
Eshell V5.8.4 (abort with ^G) | |
([email protected])1> 19:22:36.657 [info] Application lager started on node '[email protected]' | |
19:22:36.735 [info] Application crypto started on node '[email protected]' | |
19:22:36.784 [info] Application gproc started on node '[email protected]' | |
19:22:36.860 [info] Application amqp_client started on node '[email protected]' | |
19:22:36.876 [info] loaded amqp manager configuration from '/opt/kazoo/whistle_apps/../lib/whistle_amqp-1.0.0/priv/startup.config' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### BEGIN INIT INFO | |
# Provides: pciback | |
# Required-Start: $syslog $remote_fs xen | |
# Required-Stop: $syslog $remote_fs xen | |
# Should-Start: drbd iscsi | |
# Should-Stop: drbd iscsi | |
# X-Start-Before: xendomains | |
# X-Stop-After: | |
# Default-Start: 2 3 4 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U-Boot SPL 2011.09-00000-g8d13bc8-dirty (Jul 26 2012 - 04:00:50) | |
MMC: SUNXI SD/MMC: 0 | |
Loading U-Boot... OK! | |
Jumping to U-Boot... | |
U-Boot 2011.09-00000-g8d13bc8-dirty (Jul 26 2012 - 04:00:50) Allwinner Technology | |
CPU: SUNXI Family |