s33r 0.5.3 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/examples/cli/instant_download_server.rb +1 -1
- data/examples/fores33r/app/controllers/browser_controller.rb +1 -1
- data/examples/fores33r/app/views/browser/_upload.rhtml +1 -1
- data/examples/fores33r/config/environment.rb +5 -4
- data/examples/fores33r/log/development.log +8074 -0
- data/examples/fores33r/log/mongrel.log +573 -0
- data/examples/fores33r/log/production.log +1 -0
- data/examples/fores33r/tmp/fores33r.pid +1 -0
- data/examples/fores33r/tmp/sessions/ruby_sess.0c2698596752188b +0 -0
- data/examples/fores33r/tmp/sessions/ruby_sess.4a48fe4b3d99901d +0 -0
- data/examples/fores33r/tmp/sessions/ruby_sess.987bf5655d8a4d9b +0 -0
- data/examples/fores33r/tmp/sessions/ruby_sess.aa26883a8a59649a +0 -0
- data/examples/fores33r/tmp/sessions/ruby_sess.edee8583e9baf769 +0 -0
- data/lib/s33r/bucket.rb +6 -1
- data/lib/s33r/bucket_listing.rb +1 -1
- data/lib/s33r/client.rb +10 -3
- data/lib/s33r/networking.rb +6 -3
- data/lib/s33r/s33r_http.rb +4 -3
- data/lib/s33r/s3_logging.rb +2 -2
- data/lib/s33r/utility.rb +11 -6
- data/test/cases/spec_acl.rb +5 -5
- data/test/cases/spec_bucket_listing.rb +9 -9
- data/test/cases/spec_logging.rb +5 -5
- data/test/cases/spec_s3_object.rb +1 -17
- data/test/cases/spec_utility.rb +16 -16
- data/test/cases/spec_xml.rb +2 -2
- data/test/test_setup.rb +1 -2
- metadata +150 -134
@@ -0,0 +1,573 @@
|
|
1
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
2
|
+
** Starting Mongrel listening at 0.0.0.0:3333
|
3
|
+
** Starting Rails with development environment...
|
4
|
+
/opt/lampp/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in `const_missing': uninitialized constant Client (NameError)
|
5
|
+
from /home/ell/dev/s3/s33r/examples/fores33r/config/environment.rb:62
|
6
|
+
from /opt/lampp/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
|
7
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/rails.rb:161:in `rails'
|
8
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:112:in `cloaker_'
|
9
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/configurator.rb:134:in `listener'
|
10
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:98:in `cloaker_'
|
11
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/configurator.rb:51:in `initialize'
|
12
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:85:in `run'
|
13
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/command.rb:211:in `run'
|
14
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:231
|
15
|
+
from /opt/lampp/bin/mongrel_rails:18
|
16
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
17
|
+
** Starting Mongrel listening at 0.0.0.0:3333
|
18
|
+
** Starting Rails with development environment...
|
19
|
+
/opt/lampp/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in `const_missing': uninitialized constant Client (NameError)
|
20
|
+
from /home/ell/dev/s3/s33r/examples/fores33r/config/environment.rb:62
|
21
|
+
from /opt/lampp/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
|
22
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/rails.rb:161:in `rails'
|
23
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:112:in `cloaker_'
|
24
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/configurator.rb:134:in `listener'
|
25
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:98:in `cloaker_'
|
26
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/configurator.rb:51:in `initialize'
|
27
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:85:in `run'
|
28
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/command.rb:211:in `run'
|
29
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:231
|
30
|
+
from /opt/lampp/bin/mongrel_rails:18
|
31
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
32
|
+
** Starting Mongrel listening at 0.0.0.0:3333
|
33
|
+
** Starting Rails with development environment...
|
34
|
+
/opt/lampp/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in `const_missing': uninitialized constant Client (NameError)
|
35
|
+
from /home/ell/dev/s3/s33r/examples/fores33r/config/environment.rb:62
|
36
|
+
from /opt/lampp/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
|
37
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/rails.rb:161:in `rails'
|
38
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:112:in `cloaker_'
|
39
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/configurator.rb:134:in `listener'
|
40
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:98:in `cloaker_'
|
41
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/configurator.rb:51:in `initialize'
|
42
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:85:in `run'
|
43
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/command.rb:211:in `run'
|
44
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:231
|
45
|
+
from /opt/lampp/bin/mongrel_rails:18
|
46
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
47
|
+
** Starting Mongrel listening at 0.0.0.0:3333
|
48
|
+
** Starting Rails with development environment...
|
49
|
+
/home/ell/dev/s3/s33r/examples/fores33r/config/environment.rb:62: undefined method `load_config' for S33r::Client:Class (NoMethodError)
|
50
|
+
from /opt/lampp/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
|
51
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/rails.rb:161:in `rails'
|
52
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:112:in `cloaker_'
|
53
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/configurator.rb:134:in `listener'
|
54
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:98:in `cloaker_'
|
55
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/configurator.rb:51:in `initialize'
|
56
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:85:in `run'
|
57
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/mongrel/command.rb:211:in `run'
|
58
|
+
from /opt/lampp/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:231
|
59
|
+
from /opt/lampp/bin/mongrel_rails:18
|
60
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
61
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
62
|
+
** Starting Rails with development environment...
|
63
|
+
** Mounting Rails at /fores33r...
|
64
|
+
Cannot find gem for Rails =1.1.6:
|
65
|
+
Install the missing gem with 'gem install -v=1.1.6 rails', or
|
66
|
+
change environment.rb to define RAILS_GEM_VERSION with your desired version.
|
67
|
+
|
68
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
69
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
70
|
+
** Starting Rails with development environment...
|
71
|
+
** Mounting Rails at /fores33r...
|
72
|
+
Cannot find gem for Rails =1.1.6:
|
73
|
+
Install the missing gem with 'gem install -v=1.1.6 rails', or
|
74
|
+
change environment.rb to define RAILS_GEM_VERSION with your desired version.
|
75
|
+
|
76
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
77
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
78
|
+
** Starting Rails with development environment...
|
79
|
+
** Mounting Rails at /fores33r...
|
80
|
+
** Rails loaded.
|
81
|
+
** Loading any Rails specific GemPlugins
|
82
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
83
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
84
|
+
** Mongrel available at 0.0.0.0:9999
|
85
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
86
|
+
*******
|
87
|
+
GET / HTTP/1.1
|
88
|
+
Host: s3.amazonaws.com
|
89
|
+
Accept: */*
|
90
|
+
Date: Mon, 22 Jan 2007 11:18:15 GMT
|
91
|
+
Content-Type:
|
92
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:Pd3yD8D9Uq+2aUYmYfy2BTyr0Jo=
|
93
|
+
*******
|
94
|
+
|
95
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:1)
|
96
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:6)
|
97
|
+
*******
|
98
|
+
GET /elliotsmith-backup/ HTTP/1.1
|
99
|
+
Host: s3.amazonaws.com
|
100
|
+
Accept: */*
|
101
|
+
Date: Mon, 22 Jan 2007 11:18:17 GMT
|
102
|
+
Content-Type:
|
103
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:MJzWOPXEGrAJUWZZg97mJuC7m/E=
|
104
|
+
*******
|
105
|
+
|
106
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:1)
|
107
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:5)
|
108
|
+
*******
|
109
|
+
GET / HTTP/1.1
|
110
|
+
Host: s3.amazonaws.com
|
111
|
+
Accept: */*
|
112
|
+
Date: Mon, 22 Jan 2007 11:18:20 GMT
|
113
|
+
Content-Type:
|
114
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:5i6nbD3rPaBWnPhSzoCLmbB8V/U=
|
115
|
+
*******
|
116
|
+
|
117
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:1)
|
118
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:6)
|
119
|
+
*******
|
120
|
+
GET /elliotsmith-s33r-demo/ HTTP/1.1
|
121
|
+
Host: s3.amazonaws.com
|
122
|
+
Accept: */*
|
123
|
+
Date: Mon, 22 Jan 2007 11:18:22 GMT
|
124
|
+
Content-Type:
|
125
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:XrW26qn8r4Om3iwAOEnv/myPCs0=
|
126
|
+
*******
|
127
|
+
|
128
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:1)
|
129
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:5)
|
130
|
+
*******
|
131
|
+
GET /elliotsmith-s33r-demo/ HTTP/1.1
|
132
|
+
Host: s3.amazonaws.com
|
133
|
+
Accept: */*
|
134
|
+
Date: Mon, 22 Jan 2007 11:19:31 GMT
|
135
|
+
Content-Type:
|
136
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:iCzzdlQClKMriNroiE2taWk6N8c=
|
137
|
+
*******
|
138
|
+
|
139
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:1)
|
140
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:5)
|
141
|
+
** INT signal received.
|
142
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
143
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
144
|
+
** Starting Rails with development environment...
|
145
|
+
** Mounting Rails at /fores33r...
|
146
|
+
** Rails loaded.
|
147
|
+
** Loading any Rails specific GemPlugins
|
148
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
149
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
150
|
+
** Mongrel available at 0.0.0.0:9999
|
151
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
152
|
+
*******
|
153
|
+
GET /elliotsmith-s33r-demo/ HTTP/1.1
|
154
|
+
Host: s3.amazonaws.com
|
155
|
+
Accept: */*
|
156
|
+
Date: Mon, 22 Jan 2007 11:19:45 GMT
|
157
|
+
Content-Type:
|
158
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:kdj+GBee9+xz8YaUkm8UKbN3/Gk=
|
159
|
+
*******
|
160
|
+
|
161
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:1)
|
162
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:5)
|
163
|
+
*******
|
164
|
+
GET /elliotsmith-s33r-demo/ HTTP/1.1
|
165
|
+
Host: s3.amazonaws.com
|
166
|
+
Accept: */*
|
167
|
+
Date: Mon, 22 Jan 2007 11:20:08 GMT
|
168
|
+
Content-Type:
|
169
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:hEPkeN0tENbUOQNVM0ZhZHy8RHE=
|
170
|
+
*******
|
171
|
+
|
172
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:1)
|
173
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:5)
|
174
|
+
*******
|
175
|
+
GET / HTTP/1.1
|
176
|
+
Host: s3.amazonaws.com
|
177
|
+
Accept: */*
|
178
|
+
Date: Mon, 22 Jan 2007 11:20:12 GMT
|
179
|
+
Content-Type:
|
180
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:fLNnjOAn8FUctilF9fjwy0tUmMM=
|
181
|
+
*******
|
182
|
+
|
183
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:1)
|
184
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:6)
|
185
|
+
*******
|
186
|
+
GET /elliotsmith-s33r-demo/ HTTP/1.1
|
187
|
+
Host: s3.amazonaws.com
|
188
|
+
Accept: */*
|
189
|
+
Date: Mon, 22 Jan 2007 11:20:14 GMT
|
190
|
+
Content-Type:
|
191
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:arzYV6NmKZNx+YzqdYAfVHLs7vU=
|
192
|
+
*******
|
193
|
+
|
194
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:1)
|
195
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:5)
|
196
|
+
*******
|
197
|
+
GET / HTTP/1.1
|
198
|
+
Host: s3.amazonaws.com
|
199
|
+
Accept: */*
|
200
|
+
Date: Mon, 22 Jan 2007 11:32:18 GMT
|
201
|
+
Content-Type:
|
202
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:ihqMaeR02sjT8/6h64UgCwKXdbY=
|
203
|
+
*******
|
204
|
+
|
205
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:1)
|
206
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:6)
|
207
|
+
*******
|
208
|
+
GET /elliotsmith-backup/ HTTP/1.1
|
209
|
+
Host: s3.amazonaws.com
|
210
|
+
Accept: */*
|
211
|
+
Date: Mon, 22 Jan 2007 11:32:21 GMT
|
212
|
+
Content-Type:
|
213
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:A7OqEx549cMSFGgPDrLd86AzCSc=
|
214
|
+
*******
|
215
|
+
|
216
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:1)
|
217
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:5)
|
218
|
+
*******
|
219
|
+
GET / HTTP/1.1
|
220
|
+
Host: s3.amazonaws.com
|
221
|
+
Accept: */*
|
222
|
+
Date: Mon, 22 Jan 2007 11:32:24 GMT
|
223
|
+
Content-Type:
|
224
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:xgSctdaFacqMrk+P7yhFISbQJCM=
|
225
|
+
*******
|
226
|
+
|
227
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:1)
|
228
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:6)
|
229
|
+
*******
|
230
|
+
GET /elliotsmith-test/ HTTP/1.1
|
231
|
+
Host: s3.amazonaws.com
|
232
|
+
Accept: */*
|
233
|
+
Date: Mon, 22 Jan 2007 11:32:27 GMT
|
234
|
+
Content-Type:
|
235
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:PjZr4T/U+9/zzjA9Q8pATjtuXQs=
|
236
|
+
*******
|
237
|
+
|
238
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:1)
|
239
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:5)
|
240
|
+
*******
|
241
|
+
DELETE /elliotsmith-test/test HTTP/1.1
|
242
|
+
Host: s3.amazonaws.com
|
243
|
+
Accept: */*
|
244
|
+
Date: Mon, 22 Jan 2007 11:32:31 GMT
|
245
|
+
Content-Type:
|
246
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:ZLvHU5QgDhZ/zntq2ax/ODWE6O0=
|
247
|
+
*******
|
248
|
+
|
249
|
+
*******
|
250
|
+
GET /elliotsmith-test/ HTTP/1.1
|
251
|
+
Host: s3.amazonaws.com
|
252
|
+
Accept: */*
|
253
|
+
Date: Mon, 22 Jan 2007 11:32:31 GMT
|
254
|
+
Content-Type:
|
255
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:mUzoxItIZWwq1vZ7UztTmTQfgro=
|
256
|
+
*******
|
257
|
+
|
258
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:1)
|
259
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:5)
|
260
|
+
*******
|
261
|
+
GET / HTTP/1.1
|
262
|
+
Host: s3.amazonaws.com
|
263
|
+
Accept: */*
|
264
|
+
Date: Mon, 22 Jan 2007 11:32:33 GMT
|
265
|
+
Content-Type:
|
266
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:FmYcrC0i/b2smSWToYDfJtDdNJQ=
|
267
|
+
*******
|
268
|
+
|
269
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:1)
|
270
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:6)
|
271
|
+
*******
|
272
|
+
GET /elliotsmith-s33r-demo/ HTTP/1.1
|
273
|
+
Host: s3.amazonaws.com
|
274
|
+
Accept: */*
|
275
|
+
Date: Mon, 22 Jan 2007 11:32:36 GMT
|
276
|
+
Content-Type:
|
277
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:uyMo0Z5H6D28zLgunD7kjsP9GjQ=
|
278
|
+
*******
|
279
|
+
|
280
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:1)
|
281
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:5)
|
282
|
+
*******
|
283
|
+
DELETE /elliotsmith-s33r-demo//home/ell/personal/photos/misc/slide.jpg HTTP/1.1
|
284
|
+
Host: s3.amazonaws.com
|
285
|
+
Accept: */*
|
286
|
+
Date: Mon, 22 Jan 2007 11:32:39 GMT
|
287
|
+
Content-Type:
|
288
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:LypX++JXT18F4T/AGYgWxQ49EkM=
|
289
|
+
*******
|
290
|
+
|
291
|
+
*******
|
292
|
+
GET /elliotsmith-s33r-demo/ HTTP/1.1
|
293
|
+
Host: s3.amazonaws.com
|
294
|
+
Accept: */*
|
295
|
+
Date: Mon, 22 Jan 2007 11:32:40 GMT
|
296
|
+
Content-Type:
|
297
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:pt5q+iDAHbFB4ful1PZnf4orveE=
|
298
|
+
*******
|
299
|
+
|
300
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:1)
|
301
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_upload46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_upload.rhtml:5)
|
302
|
+
*******
|
303
|
+
GET / HTTP/1.1
|
304
|
+
Host: s3.amazonaws.com
|
305
|
+
Accept: */*
|
306
|
+
Date: Mon, 22 Jan 2007 11:32:43 GMT
|
307
|
+
Content-Type:
|
308
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:vAHMuEZCWASVUCSKW9cfhMAx6Mw=
|
309
|
+
*******
|
310
|
+
|
311
|
+
DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 (use form_tag instead) See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:1)
|
312
|
+
DEPRECATION WARNING: end_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from _run_rhtml_47app47views47browser47_create_bucket46rhtml at /home/ell/dev/s3/s33r/examples/fores33r/config/../app/views/browser/_create_bucket.rhtml:6)
|
313
|
+
*******
|
314
|
+
GET / HTTP/1.1
|
315
|
+
Host: s3.amazonaws.com
|
316
|
+
Accept: */*
|
317
|
+
Date: Wed, 31 Jan 2007 09:48:47 GMT
|
318
|
+
Content-Type:
|
319
|
+
Authorization: AWS 0X9Q0PZYBY1K0NBMTN02:1TZj/CJeew5q/3SfIvmz42s0yKY=
|
320
|
+
*******
|
321
|
+
|
322
|
+
** INT signal received.
|
323
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
324
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
325
|
+
** Starting Rails with production environment...
|
326
|
+
** Mounting Rails at /fores33r...
|
327
|
+
** Rails loaded.
|
328
|
+
** Loading any Rails specific GemPlugins
|
329
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
330
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
331
|
+
** Mongrel available at 0.0.0.0:9999
|
332
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
333
|
+
** TERM signal received.
|
334
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
335
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
336
|
+
** Starting Rails with development environment...
|
337
|
+
** Mounting Rails at /fores33r...
|
338
|
+
** Rails loaded.
|
339
|
+
** Loading any Rails specific GemPlugins
|
340
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
341
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
342
|
+
** Mongrel available at 0.0.0.0:9999
|
343
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
344
|
+
** INT signal received.
|
345
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
346
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
347
|
+
** Starting Rails with development environment...
|
348
|
+
** Mounting Rails at /fores33r...
|
349
|
+
** Rails loaded.
|
350
|
+
** Loading any Rails specific GemPlugins
|
351
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
352
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
353
|
+
** Mongrel available at 0.0.0.0:9999
|
354
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
355
|
+
** TERM signal received.
|
356
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
357
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
358
|
+
** Starting Rails with development environment...
|
359
|
+
** Mounting Rails at /fores33r...
|
360
|
+
** Rails loaded.
|
361
|
+
** Loading any Rails specific GemPlugins
|
362
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
363
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
364
|
+
** Mongrel available at 0.0.0.0:9999
|
365
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
366
|
+
** TERM signal received.
|
367
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
368
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
369
|
+
** Starting Rails with development environment...
|
370
|
+
** Mounting Rails at /fores33r...
|
371
|
+
** Rails loaded.
|
372
|
+
** Loading any Rails specific GemPlugins
|
373
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
374
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
375
|
+
** Mongrel available at 0.0.0.0:9999
|
376
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
377
|
+
** TERM signal received.
|
378
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
379
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
380
|
+
** Starting Rails with development environment...
|
381
|
+
** Mounting Rails at /fores33r...
|
382
|
+
** Rails loaded.
|
383
|
+
** Loading any Rails specific GemPlugins
|
384
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
385
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
386
|
+
** Mongrel available at 0.0.0.0:9999
|
387
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
388
|
+
** TERM signal received.
|
389
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
390
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
391
|
+
** Starting Rails with development environment...
|
392
|
+
** Mounting Rails at /fores33r...
|
393
|
+
** Rails loaded.
|
394
|
+
** Loading any Rails specific GemPlugins
|
395
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
396
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
397
|
+
** Mongrel available at 0.0.0.0:9999
|
398
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
399
|
+
** TERM signal received.
|
400
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
401
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
402
|
+
** Starting Rails with development environment...
|
403
|
+
** Mounting Rails at /fores33r...
|
404
|
+
** Rails loaded.
|
405
|
+
** Loading any Rails specific GemPlugins
|
406
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
407
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
408
|
+
** Mongrel available at 0.0.0.0:9999
|
409
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
410
|
+
** INT signal received.
|
411
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
412
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
413
|
+
** Starting Rails with development environment...
|
414
|
+
** Mounting Rails at /fores33r...
|
415
|
+
** Rails loaded.
|
416
|
+
** Loading any Rails specific GemPlugins
|
417
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
418
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
419
|
+
** Mongrel available at 0.0.0.0:9999
|
420
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
421
|
+
** INT signal received.
|
422
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
423
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
424
|
+
** Starting Rails with development environment...
|
425
|
+
** Mounting Rails at /fores33r...
|
426
|
+
** Rails loaded.
|
427
|
+
** Loading any Rails specific GemPlugins
|
428
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
429
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
430
|
+
** Mongrel available at 0.0.0.0:9999
|
431
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
432
|
+
** TERM signal received.
|
433
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
434
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
435
|
+
** Starting Rails with development environment...
|
436
|
+
** Mounting Rails at /fores33r...
|
437
|
+
** Rails loaded.
|
438
|
+
** Loading any Rails specific GemPlugins
|
439
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
440
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
441
|
+
** Mongrel available at 0.0.0.0:9999
|
442
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
443
|
+
** INT signal received.
|
444
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
445
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
446
|
+
** Starting Rails with development environment...
|
447
|
+
** Mounting Rails at /fores33r...
|
448
|
+
** Rails loaded.
|
449
|
+
** Loading any Rails specific GemPlugins
|
450
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
451
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
452
|
+
** Mongrel available at 0.0.0.0:9999
|
453
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
454
|
+
** INT signal received.
|
455
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
456
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
457
|
+
** Starting Rails with development environment...
|
458
|
+
** Mounting Rails at /fores33r...
|
459
|
+
** Rails loaded.
|
460
|
+
** Loading any Rails specific GemPlugins
|
461
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
462
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
463
|
+
** Mongrel available at 0.0.0.0:9999
|
464
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
465
|
+
** INT signal received.
|
466
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
467
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
468
|
+
** Starting Rails with development environment...
|
469
|
+
** Mounting Rails at /fores33r...
|
470
|
+
** Rails loaded.
|
471
|
+
** Loading any Rails specific GemPlugins
|
472
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
473
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
474
|
+
** Mongrel available at 0.0.0.0:9999
|
475
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
476
|
+
** TERM signal received.
|
477
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
478
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
479
|
+
** Starting Rails with development environment...
|
480
|
+
** Mounting Rails at /fores33r...
|
481
|
+
** Rails loaded.
|
482
|
+
** Loading any Rails specific GemPlugins
|
483
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
484
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
485
|
+
** Mongrel available at 0.0.0.0:9999
|
486
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
487
|
+
** INT signal received.
|
488
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
489
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
490
|
+
** Starting Rails with development environment...
|
491
|
+
** Mounting Rails at /fores33r...
|
492
|
+
** Rails loaded.
|
493
|
+
** Loading any Rails specific GemPlugins
|
494
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
495
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
496
|
+
** Mongrel available at 0.0.0.0:9999
|
497
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
498
|
+
** INT signal received.
|
499
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
500
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
501
|
+
** Starting Rails with development environment...
|
502
|
+
** Mounting Rails at /fores33r...
|
503
|
+
** Rails loaded.
|
504
|
+
** Loading any Rails specific GemPlugins
|
505
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
506
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
507
|
+
** Mongrel available at 0.0.0.0:9999
|
508
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
509
|
+
** TERM signal received.
|
510
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
511
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
512
|
+
** Starting Rails with development environment...
|
513
|
+
** Mounting Rails at /fores33r...
|
514
|
+
** Rails loaded.
|
515
|
+
** Loading any Rails specific GemPlugins
|
516
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
517
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
518
|
+
** Mongrel available at 0.0.0.0:9999
|
519
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
520
|
+
** INT signal received.
|
521
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
522
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
523
|
+
** Starting Rails with development environment...
|
524
|
+
** Mounting Rails at /fores33r...
|
525
|
+
** Rails loaded.
|
526
|
+
** Loading any Rails specific GemPlugins
|
527
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
528
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
529
|
+
** Mongrel available at 0.0.0.0:9999
|
530
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
531
|
+
** INT signal received.
|
532
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
533
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
534
|
+
** Starting Rails with development environment...
|
535
|
+
** Mounting Rails at /fores33r...
|
536
|
+
** Rails loaded.
|
537
|
+
** Loading any Rails specific GemPlugins
|
538
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
539
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
540
|
+
** Mongrel available at 0.0.0.0:9999
|
541
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
542
|
+
** INT signal received.
|
543
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
544
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
545
|
+
** Starting Rails with development environment...
|
546
|
+
** Mounting Rails at /fores33r...
|
547
|
+
** Rails loaded.
|
548
|
+
** Loading any Rails specific GemPlugins
|
549
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
550
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
551
|
+
** Mongrel available at 0.0.0.0:9999
|
552
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
553
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
554
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
555
|
+
** Starting Rails with development environment...
|
556
|
+
** Mounting Rails at /fores33r...
|
557
|
+
** Rails loaded.
|
558
|
+
** Loading any Rails specific GemPlugins
|
559
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
560
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
561
|
+
** Mongrel available at 0.0.0.0:9999
|
562
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|
563
|
+
** TERM signal received.
|
564
|
+
** Daemonized, any open files are closed. Look at /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid and log/mongrel.log for info.
|
565
|
+
** Starting Mongrel listening at 0.0.0.0:9999
|
566
|
+
** Starting Rails with development environment...
|
567
|
+
** Mounting Rails at /fores33r...
|
568
|
+
** Rails loaded.
|
569
|
+
** Loading any Rails specific GemPlugins
|
570
|
+
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
|
571
|
+
** Rails signals registered. HUP => reload (without restart). It might not work well.
|
572
|
+
** Mongrel available at 0.0.0.0:9999
|
573
|
+
** Writing PID file to /home/ell/dev/s3/s33r/examples/fores33r/tmp/fores33r.pid
|