Skip to content

Instantly share code, notes, and snippets.

@josh-wrale
Created May 23, 2013 21:20
Show Gist options
  • Save josh-wrale/5639508 to your computer and use it in GitHub Desktop.
Save josh-wrale/5639508 to your computer and use it in GitHub Desktop.
root@cloudify-agent-2-483:/home/ubuntu/storage# chef-client
[2013-05-23T21:15:51+00:00] INFO: *** Chef 10.24.0 ***
[2013-05-23T21:15:52+00:00] INFO: [inet6] no default interface, picking the first ipaddress
[2013-05-23T21:15:52+00:00] INFO: Run List is [recipe[redis::server_source]]
[2013-05-23T21:15:52+00:00] INFO: Run List expands to [redis::server_source]
[2013-05-23T21:15:52+00:00] INFO: HTTP Request Returned 404 Not Found: No routes match the request: /reports/nodes/cloudify-agent-2-483.novalocal/runs
[2013-05-23T21:15:52+00:00] INFO: Starting Chef Run for cloudify-agent-2-483.novalocal
[2013-05-23T21:15:52+00:00] INFO: Running start handlers
[2013-05-23T21:15:52+00:00] INFO: Start handlers complete.
[2013-05-23T21:15:52+00:00] INFO: Loading cookbooks [build-essential, discovery, redis, runit, stunnel, yum]
[2013-05-23T21:15:52+00:00] INFO: Processing package[autoconf] action install (build-essential::debian line 40)
[2013-05-23T21:15:52+00:00] INFO: Processing package[binutils-doc] action install (build-essential::debian line 40)
[2013-05-23T21:15:52+00:00] INFO: Processing package[bison] action install (build-essential::debian line 40)
[2013-05-23T21:15:52+00:00] INFO: Processing package[build-essential] action install (build-essential::debian line 40)
[2013-05-23T21:15:52+00:00] INFO: Processing package[flex] action install (build-essential::debian line 40)
[2013-05-23T21:15:52+00:00] INFO: Processing user[redis] action create (redis::server_source line 10)
[2013-05-23T21:15:52+00:00] INFO: Processing directory[/home/ubuntu/storage/redis-source] action create (redis::server_source line 13)
[2013-05-23T21:15:52+00:00] INFO: directory[/home/ubuntu/storage/redis-source] created directory /home/ubuntu/storage/redis-source
[2013-05-23T21:15:52+00:00] INFO: directory[/home/ubuntu/storage/redis-source] owner changed to 1001
[2013-05-23T21:15:52+00:00] INFO: directory[/home/ubuntu/storage/redis-source] group changed to 1001
[2013-05-23T21:15:52+00:00] INFO: Processing directory[/home/ubuntu/storage/redis-install] action create (redis::server_source line 13)
[2013-05-23T21:15:52+00:00] INFO: directory[/home/ubuntu/storage/redis-install] created directory /home/ubuntu/storage/redis-install
[2013-05-23T21:15:52+00:00] INFO: directory[/home/ubuntu/storage/redis-install] owner changed to 1001
[2013-05-23T21:15:52+00:00] INFO: directory[/home/ubuntu/storage/redis-install] group changed to 1001
[2013-05-23T21:15:52+00:00] INFO: Processing execute[install-redis] action nothing (redis::server_source line 20)
[2013-05-23T21:15:52+00:00] INFO: Processing execute[make-redis] action nothing (redis::server_source line 28)
[2013-05-23T21:15:52+00:00] INFO: Processing execute[redis-extract-source] action run (redis::server_source line 37)
[2013-05-23T21:15:53+00:00] INFO: execute[redis-extract-source] ran successfully
[2013-05-23T21:15:53+00:00] INFO: execute[redis-extract-source] sending run action to execute[make-redis] (immediate)
[2013-05-23T21:15:53+00:00] INFO: Processing execute[make-redis] action run (redis::server_source line 28)
cd src && make all
make[1]: Entering directory `/home/ubuntu/storage/redis-source/src'
rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-dump redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html
(cd ../deps && make distclean)
make[2]: Entering directory `/home/ubuntu/storage/redis-source/deps'
(cd hiredis && make clean) > /dev/null || true
(cd linenoise && make clean) > /dev/null || true
(cd lua && make clean) > /dev/null || true
(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true
(rm -f .make-*)
make[2]: Leaving directory `/home/ubuntu/storage/redis-source/deps'
(rm -f .make-*)
echo STD=-std=c99 -pedantic >> .make-settings
echo WARN=-Wall >> .make-settings
echo OPT=-O2 >> .make-settings
echo MALLOC=jemalloc >> .make-settings
echo CFLAGS= >> .make-settings
echo LDFLAGS= >> .make-settings
echo REDIS_CFLAGS= >> .make-settings
echo REDIS_LDFLAGS= >> .make-settings
echo PREV_FINAL_CFLAGS=-std=c99 -pedantic -Wall -O2 -g -rdynamic -ggdb -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -DUSE_JEMALLOC -I../deps/jemalloc/include >> .make-settings
echo PREV_FINAL_LDFLAGS= -g -rdynamic -ggdb >> .make-settings
(cd ../deps && make hiredis linenoise lua jemalloc)
make[2]: Entering directory `/home/ubuntu/storage/redis-source/deps'
(cd hiredis && make clean) > /dev/null || true
(cd linenoise && make clean) > /dev/null || true
(cd lua && make clean) > /dev/null || true
(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true
(rm -f .make-*)
(echo "" > .make-ldflags)
(echo "" > .make-cflags)
MAKE hiredis
cd hiredis && make static
make[3]: Entering directory `/home/ubuntu/storage/redis-source/deps/hiredis'
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb net.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb hiredis.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb sds.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb async.c
ar rcs libhiredis.a net.o hiredis.o sds.o async.o
make[3]: Leaving directory `/home/ubuntu/storage/redis-source/deps/hiredis'
MAKE linenoise
cd linenoise && make
make[3]: Entering directory `/home/ubuntu/storage/redis-source/deps/linenoise'
cc -Wall -Os -g -c linenoise.c
make[3]: Leaving directory `/home/ubuntu/storage/redis-source/deps/linenoise'
MAKE lua
cd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI " MYLDFLAGS=""
make[3]: Entering directory `/home/ubuntu/storage/redis-source/deps/lua/src'
gcc -O2 -Wall -DLUA_ANSI -c -o lapi.o lapi.c
gcc -O2 -Wall -DLUA_ANSI -c -o lcode.o lcode.c
gcc -O2 -Wall -DLUA_ANSI -c -o ldebug.o ldebug.c
gcc -O2 -Wall -DLUA_ANSI -c -o ldo.o ldo.c
gcc -O2 -Wall -DLUA_ANSI -c -o ldump.o ldump.c
gcc -O2 -Wall -DLUA_ANSI -c -o lfunc.o lfunc.c
gcc -O2 -Wall -DLUA_ANSI -c -o lgc.o lgc.c
gcc -O2 -Wall -DLUA_ANSI -c -o llex.o llex.c
gcc -O2 -Wall -DLUA_ANSI -c -o lmem.o lmem.c
gcc -O2 -Wall -DLUA_ANSI -c -o lobject.o lobject.c
gcc -O2 -Wall -DLUA_ANSI -c -o lopcodes.o lopcodes.c
gcc -O2 -Wall -DLUA_ANSI -c -o lparser.o lparser.c
gcc -O2 -Wall -DLUA_ANSI -c -o lstate.o lstate.c
gcc -O2 -Wall -DLUA_ANSI -c -o lstring.o lstring.c
gcc -O2 -Wall -DLUA_ANSI -c -o ltable.o ltable.c
gcc -O2 -Wall -DLUA_ANSI -c -o ltm.o ltm.c
gcc -O2 -Wall -DLUA_ANSI -c -o lundump.o lundump.c
gcc -O2 -Wall -DLUA_ANSI -c -o lvm.o lvm.c
gcc -O2 -Wall -DLUA_ANSI -c -o lzio.o lzio.c
gcc -O2 -Wall -DLUA_ANSI -c -o strbuf.o strbuf.c
gcc -O2 -Wall -DLUA_ANSI -c -o lauxlib.o lauxlib.c
gcc -O2 -Wall -DLUA_ANSI -c -o lbaselib.o lbaselib.c
gcc -O2 -Wall -DLUA_ANSI -c -o ldblib.o ldblib.c
gcc -O2 -Wall -DLUA_ANSI -c -o liolib.o liolib.c
gcc -O2 -Wall -DLUA_ANSI -c -o lmathlib.o lmathlib.c
gcc -O2 -Wall -DLUA_ANSI -c -o loslib.o loslib.c
gcc -O2 -Wall -DLUA_ANSI -c -o ltablib.o ltablib.c
gcc -O2 -Wall -DLUA_ANSI -c -o lstrlib.o lstrlib.c
gcc -O2 -Wall -DLUA_ANSI -c -o loadlib.o loadlib.c
gcc -O2 -Wall -DLUA_ANSI -c -o linit.o linit.c
gcc -O2 -Wall -DLUA_ANSI -c -o lua_cjson.o lua_cjson.c
gcc -O2 -Wall -DLUA_ANSI -c -o lua_struct.o lua_struct.c
gcc -O2 -Wall -DLUA_ANSI -c -o lua_cmsgpack.o lua_cmsgpack.c
ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o # DLL needs all object files
ranlib liblua.a
gcc -O2 -Wall -DLUA_ANSI -c -o lua.o lua.c
gcc -o lua lua.o liblua.a -lm
gcc -O2 -Wall -DLUA_ANSI -c -o luac.o luac.c
gcc -O2 -Wall -DLUA_ANSI -c -o print.o print.c
gcc -o luac luac.o print.o liblua.a -lm
make[3]: Leaving directory `/home/ubuntu/storage/redis-source/deps/lua/src'
MAKE jemalloc
cd jemalloc && ./configure --with-jemalloc-prefix=je_ --enable-cc-silence CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS=""
checking for xsltproc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 8
checking size of int... 4
checking size of long... 8
checking size of intmax_t... 8
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether __asm__ syntax is compilable... yes
checking whether __attribute__ syntax is compilable... yes
checking whether compiler supports -fvisibility=hidden... yes
checking whether compiler supports -Werror... yes
checking whether tls_model attribute is compilable... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for ld... /usr/bin/ld
checking for autoconf... /usr/bin/autoconf
checking for memalign... yes
checking for valloc... yes
checking configured backtracing method... N/A
checking for sbrk... yes
checking whether utrace(2) is compilable... no
checking whether valgrind is compilable... no
checking STATIC_PAGE_SHIFT... 12
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for _malloc_thread_cleanup... no
checking for _pthread_mutex_init_calloc_cb... no
checking for TLS... yes
checking whether a program using ffsl is compilable... yes
checking whether atomic(9) is compilable... no
checking whether Darwin OSAtomic*() is compilable... no
checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no
checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no
checking whether Darwin OSSpin*() is compilable... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/html.xsl
config.status: creating doc/manpages.xsl
config.status: creating doc/jemalloc.xml
config.status: creating include/jemalloc/jemalloc.h
config.status: creating include/jemalloc/internal/jemalloc_internal.h
config.status: creating test/jemalloc_test.h
config.status: creating config.stamp
config.status: creating bin/jemalloc.sh
config.status: creating include/jemalloc/jemalloc_defs.h
config.status: executing include/jemalloc/internal/size_classes.h commands
===============================================================================
jemalloc version : 3.2.0-0-g87499f6748ebe4817571e817e9f680ccb5bf54a9
library revision : 1
CC : gcc
CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT
CFLAGS : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -fvisibility=hidden
LDFLAGS :
LIBS : -lm -lpthread
RPATH_EXTRA :
XSLTPROC :
XSLROOT :
PREFIX : /usr/local
BINDIR : /usr/local/bin
INCLUDEDIR : /usr/local/include
LIBDIR : /usr/local/lib
DATADIR : /usr/local/share
MANDIR : /usr/local/share/man
srcroot :
abs_srcroot : /home/ubuntu/storage/redis-source/deps/jemalloc/
objroot :
abs_objroot : /home/ubuntu/storage/redis-source/deps/jemalloc/
JEMALLOC_PREFIX : je_
JEMALLOC_PRIVATE_NAMESPACE
:
install_suffix :
autogen : 0
experimental : 1
cc-silence : 1
debug : 0
stats : 1
prof : 0
prof-libunwind : 0
prof-libgcc : 0
prof-gcc : 0
tcache : 1
fill : 1
utrace : 0
valgrind : 0
xmalloc : 0
mremap : 0
munmap : 0
dss : 0
lazy_lock : 0
tls : 1
===============================================================================
cd jemalloc && make CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS="" lib/libjemalloc.a
make[3]: Entering directory `/home/ubuntu/storage/redis-source/deps/jemalloc'
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.o
make[3]: Leaving directory `/home/ubuntu/storage/redis-source/deps/jemalloc'
make[2]: Leaving directory `/home/ubuntu/storage/redis-source/deps'
Hint: To run 'make test' is a good idea ;)
make[1]: Leaving directory `/home/ubuntu/storage/redis-source/src'
[2013-05-23T21:16:38+00:00] INFO: execute[make-redis] ran successfully
[2013-05-23T21:16:38+00:00] INFO: execute[make-redis] sending run action to execute[install-redis] (immediate)
[2013-05-23T21:16:38+00:00] INFO: Processing execute[install-redis] action run (redis::server_source line 20)
cd src && make install
make[1]: Entering directory `/home/ubuntu/storage/redis-source/src'
Hint: To run 'make test' is a good idea ;)
mkdir -p /home/ubuntu/storage/redis-install/bin
make[1]: Leaving directory `/home/ubuntu/storage/redis-source/src'
[2013-05-23T21:16:38+00:00] INFO: execute[install-redis] ran successfully
[2013-05-23T21:16:38+00:00] INFO: Processing link[/sbin/redis-server] action create (redis::server_source line 46)
[2013-05-23T21:16:38+00:00] INFO: Processing link[/sbin/redis-cli] action create (redis::server_source line 46)
[2013-05-23T21:16:38+00:00] INFO: Processing remote_file[/var/chef/cache/redis-2.6.13.tar.gz] action create (redis::server_source line 52)
[2013-05-23T21:16:39+00:00] INFO: Chef Run complete in 46.903509 seconds
[2013-05-23T21:16:39+00:00] INFO: Running report handlers
[2013-05-23T21:16:39+00:00] INFO: Report handlers complete
root@cloudify-agent-2-483:/home/ubuntu/storage# ps -ef|grep redis
ubuntu 1415 1340 3 20:58 ? 00:00:43 /home/ubuntu/java/jre/bin/java -XX:+AggressiveOpts -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -Dcom.gs.multicast.enabled=false -Dcom.gs.zones=__cloud.zone.d08130cb2c0ef258dc81e3672baaf919c365b367e37a1244c6543223 -Dcom.gs.agent.auto-shutdown-enabled=true -Xmx128m -Xms128m -Dcom.gs.transport_protocol.lrmi.bind-port=7002 -Dcom.gs.agent.reservationid=7d49a24d-ac59-496b-8d6f-8b2fbc95ad46 -DagentId= -DgsaServiceID= -DenableDynamicLocators= -Xbootclasspath/p:/home/ubuntu/gigaspaces/tools/cli/../../lib/platform/xml/* -Dsun.rmi.dgc.client.gcInterval=36000000 -Dsun.rmi.dgc.server.gcInterval=36000000 -Djava.rmi.server.hostname=172.31.0.22 -Djava.rmi.server.RMIClassLoaderSpi=default -Djava.rmi.server.logCalls=false -Dcom.gs.jini_lus.groups=gigaspaces-Cloudify-2.5.1-ga -Dcom.gs.jini_lus.locators=172.31.0.7:4174 -Dcom.gs.logging.debug=false -Djava.util.logging.config.file=/home/ubuntu/gigaspaces/tools/cli/../../config/gs_logging.properties -Xmx128m -Xms128m -Xmx128m -Xms128m -Dcom.gs.transport_protocol.lrmi.bind-port=7010-7110 -Dcom.gs.zones=hotel.redis-caching -DagentId=1 -DgsaServiceID=4e7cba67-bc90-48b0-a792-fdfca6af4e08 -DenableDynamicLocators=false -cp :/home/ubuntu/gigaspaces/tools/cli/../../lib/platform/sigar/sigar.jar:/home/ubuntu/gigaspaces/tools/cli/../..:/home/ubuntu/gigaspaces/tools/cli/../../lib/platform/boot/gs-boot.jar: com.gigaspaces.start.SystemBoot com.gigaspaces.start.services="GSC"
root 16037 13965 0 21:17 pts/0 00:00:00 grep --color=auto redis
root@cloudify-agent-2-483:/home/ubuntu/storage# netstat -an|grep LIST
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::41320 :::* LISTEN
tcp6 0 0 :::10098 :::* LISTEN
tcp6 0 0 :::10099 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 172.31.0.22:7002 :::* LISTEN
tcp6 0 0 172.31.0.22:7010 :::* LISTEN
tcp6 0 0 :::38242 :::* LISTEN
unix 2 [ ACC ] STREAM LISTENING 9217 @/com/ubuntu/upstart
unix 2 [ ACC ] STREAM LISTENING 11429 /var/run/acpid.socket
unix 2 [ ACC ] STREAM LISTENING 10434 /var/run/dbus/system_bus_socket
unix 2 [ ACC ] SEQPACKET LISTENING 6869 /run/udev/control
root@cloudify-agent-2-483:/home/ubuntu/storage# netstat -an|grep LIST
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::41320 :::* LISTEN
tcp6 0 0 :::10098 :::* LISTEN
tcp6 0 0 :::10099 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 172.31.0.22:7002 :::* LISTEN
tcp6 0 0 172.31.0.22:7010 :::* LISTEN
tcp6 0 0 :::38242 :::* LISTEN
unix 2 [ ACC ] STREAM LISTENING 9217 @/com/ubuntu/upstart
unix 2 [ ACC ] STREAM LISTENING 11429 /var/run/acpid.socket
unix 2 [ ACC ] STREAM LISTENING 10434 /var/run/dbus/system_bus_socket
unix 2 [ ACC ] SEQPACKET LISTENING 6869 /run/udev/control
root@cloudify-agent-2-483:/home/ubuntu/storage# ls
lost+found redis-install redis-source
root@cloudify-agent-2-483:/home/ubuntu/storage# cd redis-install/
root@cloudify-agent-2-483:/home/ubuntu/storage/redis-install# ls
bin
root@cloudify-agent-2-483:/home/ubuntu/storage/redis-install# cd bin/
root@cloudify-agent-2-483:/home/ubuntu/storage/redis-install/bin# ls
redis-benchmark redis-check-aof redis-check-dump redis-cli redis-server
root@cloudify-agent-2-483:/home/ubuntu/storage/redis-install/bin# ./redis-server
[16064] 23 May 21:17:47.567 # Warning: no config file specified, using the default config. In order to specify a config file use ./redis-server /path/to/redis.conf
[16064] 23 May 21:17:47.568 * Max number of open files set to 10032
_._
_.-``__ ''-._
_.-`` `. `_. ''-._ Redis 2.6.13 (00000000/0) 64 bit
.-`` .-```. ```\/ _.,_ ''-._
( ' , .-` | `, ) Running in stand alone mode
|`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
| `-._ `._ / _.-' | PID: 16064
`-._ `-._ `-./ _.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' | http://redis.io
`-._ `-._`-.__.-'_.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' |
`-._ `-._`-.__.-'_.-' _.-'
`-._ `-.__.-' _.-'
`-._ _.-'
`-.__.-'
[16064] 23 May 21:17:47.569 # Server started, Redis version 2.6.13
[16064] 23 May 21:17:47.569 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
[16064] 23 May 21:17:47.570 * The server is now ready to accept connections on port 6379
^C
root@cloudify-agent-2-483:/home/ubuntu/storage/redis-install/bin#
root@cloudify-agent-2-483:/home/ubuntu/storage/redis-install/bin#
root@cloudify-agent-2-483:/home/ubuntu/storage/redis-install/bin#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment