I hereby claim:
- I am jamesthebard on github.
- I am jamesthebard (https://keybase.io/jamesthebard) on keybase.
- I have a public key whose fingerprint is DE0D 383B F8C7 656E 6926 A19F 17FB EA43 AF75 23D5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
from __future__ import print_function | |
import hashlib | |
import sys | |
def md5Checksum(filePath): | |
with open(filePath, 'rb') as fh: | |
m = hashlib.md5() | |
while True: | |
data = fh.read(8192) | |
if not data: |
Starting from '10'... | |
5: 0.722471690979458 | |
10: 0.7071067811865475 | |
15: 0.7071067811865475 | |
20: 0.7071067811865475 | |
Starting from '100,000'... | |
5: 3125.00005328125 | |
10: 97.65795665907389 | |
20: 0.7071072944225515 |
#!/bin/perl | |
use strict; | |
use warnings; | |
use File::Spec; | |
our %file_path = ( | |
"PASSWD" => "etc/passwd", | |
"GROUP" => "etc/group", | |
"SUDOERS" => "etc/sudoers", |
1 jweatherly@jweatherly-Precision-T5610 ~/Code/sergeant % python client.py :( | |
('127.0.0.1', 12345) | |
('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) | |
{'issuer': ((('countryName', u'US'),), | |
(('stateOrProvinceName', u'South Carolina'),), | |
(('localityName', u'Charleston'),), | |
(('organizationName', u'Internet Widgits Pty Ltd'),)), | |
'notAfter': 'Jul 18 18:11:30 2016 GMT', | |
'notBefore': u'Jul 19 18:11:30 2015 GMT', | |
'serialNumber': u'CF9728D544401B7A', |
In file included from ext/boost/system/system_error.hpp:14:0, | |
from ext/boost/thread/exceptions.hpp:22, | |
from ext/boost/thread/pthread/thread_data.hpp:10, | |
from ext/boost/thread/thread_only.hpp:17, | |
from ext/boost/thread/thread.hpp:12, | |
from ext/boost/thread.hpp:13, | |
from ext/oxt/thread.hpp:28, | |
from ext/common/agent/UstRouter/UstRouterMain.cpp:30: | |
ext/boost/system/error_code.hpp:222:36: warning: ‘boost::system::posix_category’ defined but not used [-Wunused-variable] | |
static const error_category & posix_category = generic_category(); |
Welcome to the Phusion Passenger Apache 2 module installer, v5.0.18. | |
This installer will guide you through the entire installation process. It | |
shouldn't take more than 3 minutes in total. | |
Here's what you can expect from the installation process: | |
1. The Apache 2 module will be installed for you. | |
2. You'll learn how to configure Apache. | |
3. You'll learn how to deploy a Ruby on Rails application. |
Welcome to the Phusion Passenger Apache 2 module installer, v5.0.18. | |
This installer will guide you through the entire installation process. It | |
shouldn't take more than 3 minutes in total. | |
Here's what you can expect from the installation process: | |
1. The Apache 2 module will be installed for you. | |
2. You'll learn how to configure Apache. | |
3. You'll learn how to deploy a Ruby on Rails application. |
/usr/ruby/1.9/lib/ruby/gems/1.9.1/gems/passenger-5.0.20/src/ruby_supportlib/phusion_passenger/admin_tools/instance.rb:64:in `flock': Bad file number - /tmp/passenger.nIYEc1p/lock (Errno::EBADF) | |
from /usr/ruby/1.9/lib/ruby/gems/1.9.1/gems/passenger-5.0.20/src/ruby_supportlib/phusion_passenger/admin_tools/instance.rb:64:in `block in locked?' | |
from /usr/ruby/1.9/lib/ruby/gems/1.9.1/gems/passenger-5.0.20/src/ruby_supportlib/phusion_passenger/admin_tools/instance.rb:63:in `open' | |
from /usr/ruby/1.9/lib/ruby/gems/1.9.1/gems/passenger-5.0.20/src/ruby_supportlib/phusion_passenger/admin_tools/instance.rb:63:in `locked?' | |
from /usr/ruby/1.9/lib/ruby/gems/1.9.1/gems/passenger-5.0.20/src/ruby_supportlib/phusion_passenger/admin_tools/instance_registry.rb:48:in `block (2 levels) in list' | |
from /usr/ruby/1.9/lib/ruby/gems/1.9.1/gems/passenger-5.0.20/src/ruby_supportlib/phusion_passenger/admin_tools/instance_registry.rb:44:in `each' | |
from /usr/ruby/1.9/lib/ruby/gems/1.9.1/gems/passe |
[Tue Oct 20 18:24:44 2015] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] | |
[ 2015-10-20 18:24:45.0178 17289/1 age/Wat/WatchdogMain.cpp:1275 ]: Starting Passenger watchdog... | |
[ pid=17289, timestamp=1445365485 ] Process aborted! signo=SIGBUS(10), reason=BUS_ADRALN, si_addr=0x6a918f, randomSeed=1445365485 | |
[ pid=17289 ] Crash log dumped to /var/tmp/passenger-crash-log.1445365485 | |
[ pid=17289 ] Date, uname and ulimits: | |
Tuesday, October 20, 2015 06:24:45 PM UTC | |
SunOS 5.11 11.2 sun4v sparc | |
address space limit (kbytes) (-M) unlimited | |
core file size (blocks) (-c) unlimited | |
cpu time (seconds) (-t) unlimited |