Skip to content

Instantly share code, notes, and snippets.

An error occurred while mounting /shared/private
Press S to skip mounting or M for manual recovery
s3fs: option accessKeyId is no longer supported
mountall: mount /shared/private [499] terminated with status 1
mountall: Filesystem could not be mounted: /shared/private
s3fs: option accessKeyId is no longer supported
mountall: mount /shared/public [502] terminated with status 1
mountall: Filesystem could not be mounted: /shared/public
Tue Jul 10 11:36:51 [FileAllocator] allocating new datafile /data/mongodb/$tmp_repairDatabase_0/local.23, filling with zeroes...
Tue Jul 10 11:37:43 [FileAllocator] done allocating datafile /data/mongodb/$tmp_repairDatabase_0/local.23, size: 2047MB, took 51.37 secs
Tue Jul 10 11:37:43 [FileAllocator] allocating new datafile /data/mongodb/$tmp_repairDatabase_0/local.24, filling with zeroes...
Tue Jul 10 11:38:35 [FileAllocator] done allocating datafile /data/mongodb/$tmp_repairDatabase_0/local.24, size: 2047MB, took 52.474 secs
Tue Jul 10 11:38:35 [FileAllocator] allocating new datafile /data/mongodb/$tmp_repairDatabase_0/local.25, filling with zeroes...
Tue Jul 10 11:39:28 [FileAllocator] done allocating datafile /data/mongodb/$tmp_repairDatabase_0/local.25, size: 2047MB, took 53.182 secs
Tue Jul 10 11:39:28 [initandlisten] query local.oplog.rs nscanned:15 nreturned:14 reslen:1305653 115ms
Tue Jul 10 11:39:28 [initandlisten] warning: ClientCursor::yield can't unlock b/c of recursive lock ns: local.oplog.rs
> db.locks.findOne({_id: "balancer"})
{
"_id" : "balancer",
"process" : "ip-10-115-38-82:1324028323:1804289383",
"state" : 1,
"ts" : ObjectId("4f29ca65d5a528fd12ee03ca"),
"when" : ISODate("2012-02-01T23:27:33.229Z"),
"who" : "ip-10-115-38-82:1324028323:1804289383:Balancer:846930886",
"why" : "doing balance round"
}
Tue Jul 3 18:40:26 [initandlisten] MongoDB starting : pid=15483 port=27019 dbpath=/data/mongodb 64-bit host=ip-10-124-73-218
Tue Jul 3 18:40:26 [initandlisten] db version v2.0.1, pdfile version 4.5
Tue Jul 3 18:40:26 [initandlisten] git version: 3a5cf0e2134a830d38d2d1aae7e88cac31bdd684
Tue Jul 3 18:40:26 [initandlisten] build info: Linux bs-linux64.10gen.cc 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41
Tue Jul 3 18:40:26 [initandlisten] options: { config: "/etc/mongodb.conf", configsvr: true, dbpath: "/data/mongodb", logappend: "true", logpath: "/var/log/mongodb/mongodb.log", port: 27019 }
Tue Jul 3 18:40:26 [initandlisten] exception in initAndListen: 10296 dbpath (/data/mongodb) does not exist, terminating
Tue Jul 3 18:40:26 dbexit:
Tue Jul 3 18:40:26 [initandlisten] shutdown: going to close listening sockets...
Tue Jul 3 18:40:26 [initandlisten] shutdown: going to flush diaglog...
Tue Jul 3 18:40:26 [initandlisten] shutdown: going to close sockets...
[14:38]*** Ines_S ([email protected]) has joined channel #ey-vitrue
<Ines_S> hello
<banzaiman> sessions: no resque processes running on this one.
[14:40]<banzaiman> sessions: is there one that has resque running? I checked resque10, resque8 and resque9, but I don't see any resque process yet.
[14:41]<banzaiman> sessions: so, this failure to reload unicorn must be coming from somewhere else.
<banzaiman> deploy error is somehow getting stuck on resque9.
[14:43]<Drewzar> Hey Ines_S
[14:44]<Drewzar> LuVitrue: is also here with us.
<Ines_S> hey Drewzar
<Drewzar> Where you able to find anything?
[2012-06-20T20:34:06+00:00] INFO: *** Chef 0.10.8 ***
[2012-06-20T20:34:07+00:00] INFO: Client key /etc/chef/client.pem is not present - registering
[2012-06-20T20:34:09+00:00] INFO: HTTP Request Returned 500 Internal Server Error: Failed to update groups in client creation
[2012-06-20T20:34:09+00:00] ERROR: Server returned error for https://api.opscode.com/organizations/vitrue/clients, retrying 1/5 in 3s
[2012-06-20T20:34:13+00:00] INFO: HTTP Request Returned 500 Internal Server Error: Failed to update groups in client creation
[2012-06-20T20:34:13+00:00] ERROR: Server returned error for https://api.opscode.com/organizations/vitrue/clients, retrying 2/5 in 6s
[2012-06-20T20:34:20+00:00] INFO: HTTP Request Returned 500 Internal Server Error: Failed to update groups in client creation
[2012-06-20T20:34:20+00:00] ERROR: Server returned error for https://api.opscode.com/organizations/vitrue/clients, retrying 3/5 in 15s
[2012-06-20T20:34:36+00:00] INFO: HTTP Request Returned 500 Internal Server Error: Failed to u
deploy@ip-10-126-13-128 /data/emcee/current $ bundle exec script/console
Loading production environment (Rails 2.3.10)
/data/emcee/shared/bundled_gems/ruby/1.8/gems/activerecord-2.3.10/lib/active_record/connection_adapters/abstract/connection_specification.rb:76:in `establish_connection':RuntimeError: Please install the mysql2 adapter: `gem install activerecord-mysql2-adapter` (no such file to load -- active_record/connection_adapters/mysql2_adapter)
>> LandingPage.last
NoMethodError: undefined method `acts_as_configurable' for #<Class:0x8fac744>
from /data/emcee/shared/bundled_gems/ruby/1.8/gems/activerecord-2.3.10/lib/active_record/base.rb:1998:in `method_missing'
from /data/emcee/releases/20120123211517/app/models/landing_page.rb:22
from /data/emcee/shared/bundled_gems/ruby/1.8/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:406:in `load_without_new_constant_marking'
from /data/emcee/shared/bundled_gems/ruby/1.8/gems/activesupport-2.3.10/lib/active_support/dependencies.rb:406:in `load_file
[doliner@vitdrew ~/src/temp/_default$] knife grab cookbooks -e _default
{"name"=>"_default", "description"=>"The default Chef environment", "cookbook_versions"=>{}, "json_class"=>"Chef::Environment", "chef_type"=>"environment", "default_attributes"=>{}, "override_attributes"=>{}}
Downloading cookbooks...
Done!
[deploy@ip-10-124-183-96 yum.repos.d]$ sudo yum list
ol6_latest | 1.1 kB 00:00
ol6_latest/primary | 17 MB 00:11
ol6_latest 15103/15103
http://yumrepo.tools.vitrue.com/OracleLinux/OL6/custom/repodata/repomd.xml: [Errno 14] PYCURL ERROR 7 - "couldn't connect to host"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: vitrue. Please verify its path and try again
14:45:53-deploy@ip-10-72-34-214:~$ telnet int-app-master.scribe.cloud.vitrue.com 54133
Trying 10.206.37.171...
Connected to int-app-master.scribe.cloud.vitrue.com.
Escape character is '^]'.
~Scribe