Skip to content

Instantly share code, notes, and snippets.

View emcgee's full-sized avatar
🚀
Building Everlit

Evan McGee emcgee

🚀
Building Everlit
View GitHub Profile
May 4 19:27:03 ast-nyc-2 kernel: [318856.481023] BUG: soft lockup - CPU#6 stuck for 23s! [nginx:21760]
May 4 19:27:03 ast-nyc-2 kernel: [318856.481134] Modules linked in: rpcsec_gss_krb5 nfsv4 dns_resolver xt_nat xt_tcpudp veth nls_utf8 fuse btrfs xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs libcrc32c crc32c_generic dm_mod xt_conntrack ipt_MASQUERADE iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype iptable_filter ip_tables x_tables nf_nat nf_conntrack bridge aufs(C) nfsd auth_rpcgss oid_registry nfs_acl nfs lockd fscache sunrpc 8021q garp stp mrp llc intel_powerclamp coretemp kvm_intel kvm iTCO_wdt crc32_pclmul iTCO_vendor_support lpc_ich ttm drm_kms_helper drm aesni_intel evdev aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd pcspkr serio_raw shpchp mfd_core i7core_edac edac_core ipmi_si ipmi_msghandler tpm_infineon tpm_tis tpm button acpi_cpufreq processor thermal_sys autofs4 ext4 crc16 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif sg crct10dif_generic crct10
--------------- BEGIN DOCKERFILE --------------
FROM debian:latest
MAINTAINER Evan McGee <evan@ringplus.net>
# Install FreeSWITCH
RUN apt-get update && \
apt-get -y upgrade && \
apt-get install -y apt-utils libreadline-dev
RUN apt-get install -y libuuid1 autoconf automake devscripts gawk g++ git-core libncurses5-dev 'libtool-bin|libtool' make python-dev gawk pkg-config libtiff5-dev libperl-dev libgdbm-dev libdb-dev gettext libssl-dev libcurl4-openssl-dev libpcre3-dev libspeex-dev libspeexdsp-dev libsqlite3-dev libedit-dev libldns-dev libpq-dev locales debconf curl
RUN locale-gen en_US en_US.UTF-8
### Keybase proof
I hereby claim:
* I am emcgee on github.
* I am startledmarmot (https://keybase.io/startledmarmot) on keybase.
* I have a public key whose fingerprint is FA10 1531 D95E 63CE B76A 0980 DAB6 3D3B 1EC7 2E65
To claim this, I am signing this object:
@emcgee
emcgee / gist:dcbdfdc3483fa385651a
Created July 18, 2014 17:48
WP8 Linphone SIP Registration Trace
Sal use rport [enabled]
sal_unlisten_ports done
Creating listening point [03776DF8] on [sip:0.0.0.0:5060;transport=TCP]
belle_sip_socket_set_dscp(): not implemented.
Turning tunnel [off]
[LinphoneManager] Global state changed: GlobalOn, message=Ready[LinphoneManager] AudioEndpointChanged:Speakerphone[LinphoneManager] AudioEndpointChanged:SpeakerphoneNetwork state is now [UP]
Transport is not specified, using tcp because UDP is not available.
belle_sip_client_transaction_send_request(): waiting channel to be ready
channel 037886A0: state RES_IN_PROGRESS
transaction [0379E358] channel state changed to [RES_IN_PROGRESS]
@emcgee
emcgee / gist:1038866
Created June 21, 2011 20:49
app_dictate_rewrite
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make: *** menuselect: No such file or directory. Stop.
make: *** [menuselect/makeopts] Error 2