It's a 32-bit i-386 install on an Atom processor system with 1.5 and 1 TB WD EARS drives. It's actually a re-purposed Asus TS-Mini. I've attached the hda install log and the following is the error message:
Processing SetupController#index (for 192.168.0.10 at 2011-08-16 23:51:40) [GET]
Parameters: {"sub"=>"shares", "action"=>"index", "controller"=>"setup", "tab"=>"share"}
Rendering template within layouts/amahi
Rendering setup/index
Completed in 1178ms (View: 988, DB: 56) | 200 OK [
http://hda/setup?sub=shares&tab=share]
Processing SetupController#index (for 192.168.0.10 at 2011-08-16 23:51:44) [GET]
Parameters: {"sub"=>"settings", "action"=>"index", "controller"=>"setup", "tab"=>"setting"}
Rendering template within layouts/amahi
Rendering setup/index
Completed in 542ms (View: 276, DB: 79) | 200 OK [
http://hda/setup?sub=settings&tab=setting]
Processing SetupController#index (for 192.168.0.10 at 2011-08-16 23:51:51) [GET]
Parameters: {"sub"=>"dhcp", "action"=>"index", "controller"=>"setup", "tab"=>"network"}
Rendering template within layouts/amahi
Rendering setup/index
Completed in 333ms (View: 47, DB: 57) | 200 OK [
http://hda/setup?sub=dhcp&tab=network]
Processing FrontController#index (for 192.168.0.10 at 2011-08-17 21:06:37) [GET]
Parameters: {"action"=>"index", "controller"=>"front"}
Redirected to
http://hda/user_sessions/new
Filter chain halted as [:login_required_unless_guest_dashboard] rendered_or_redirected.
Completed in 38ms (DB: 3) | 302 Found [
http://hda/]
Processing UserSessionsController#new (for 192.168.0.10 at 2011-08-17 21:06:37) [GET]
Parameters: {"action"=>"new", "controller"=>"user_sessions"}
Rendering template within layouts/login
Rendering user_sessions/new
Completed in 72ms (View: 50, DB: 2) | 200 OK [
http://hda/user_sessions/new]
Processing FrontController#index (for 192.168.0.10 at 2011-08-17 21:06:37) [GET]
Parameters: {"action"=>"index", "controller"=>"front"}
Redirected to
http://hda/user_sessions/new
Filter chain halted as [:login_required_unless_guest_dashboard] rendered_or_redirected.
Completed in 20ms (DB: 3) | 302 Found [
http://hda/]
Processing UserSessionsController#new (for 192.168.0.10 at 2011-08-17 21:06:37) [GET]
Parameters: {"action"=>"new", "controller"=>"user_sessions"}
Rendering template within layouts/login
Rendering user_sessions/new
Completed in 33ms (View: 21, DB: 2) | 200 OK [
http://hda/user_sessions/new]
Processing FrontController#index (for 192.168.0.10 at 2011-08-17 21:06:41) [GET]
Parameters: {"action"=>"index", "controller"=>"front"}
Rendering template within layouts/amahi
Rendering front/index
Completed in 1242ms (View: 679, DB: 112) | 200 OK [
http://hda/]
Processing SetupController#index (for 192.168.0.10 at 2011-08-17 21:06:49) [GET]
Parameters: {"action"=>"index", "controller"=>"setup"}
Rendering template within layouts/amahi
Rendering setup/index
Completed in 416ms (View: 286, DB: 53) | 200 OK [
http://hda/setup]
Processing SetupController#index (for 192.168.0.10 at 2011-08-17 21:06:52) [GET]
Parameters: {"sub"=>"partitions", "action"=>"index", "controller"=>"setup", "tab"=>"storage"}
NoMethodError (private method `gsub' called for nil:NilClass):
lib/disk-utils.rb:44:in `info'
lib/disk-utils.rb:41:in `each'
lib/disk-utils.rb:41:in `info'
app/controllers/setup_controller.rb:57:in `index'
passenger (3.0.0) lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
passenger (3.0.0) lib/phusion_passenger/abstract_request_handler.rb:513:in `accept_and_process_next_request'
passenger (3.0.0) lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
passenger (3.0.0) lib/phusion_passenger/classic_rails/application_spawner.rb:321:in `start_request_handler'
passenger (3.0.0) lib/phusion_passenger/classic_rails/application_spawner.rb:275:in `send'
passenger (3.0.0) lib/phusion_passenger/classic_rails/application_spawner.rb:275:in `handle_spawn_application'
passenger (3.0.0) lib/phusion_passenger/utils.rb:479:in `safe_fork'
passenger (3.0.0) lib/phusion_passenger/classic_rails/application_spawner.rb:270:in `handle_spawn_application'
passenger (3.0.0) lib/phusion_passenger/abstract_server.rb:357:in `__send__'
passenger (3.0.0) lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
passenger (3.0.0) lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
passenger (3.0.0) lib/phusion_passenger/abstract_server.rb:180:in `start'
passenger (3.0.0) lib/phusion_passenger/classic_rails/application_spawner.rb:149:in `start'
passenger (3.0.0) lib/phusion_passenger/spawn_manager.rb:219:in `spawn_rails_application'
passenger (3.0.0) lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
passenger (3.0.0) lib/phusion_passenger/spawn_manager.rb:214:in `spawn_rails_application'
passenger (3.0.0) lib/phusion_passenger/abstract_server_collection.rb:82:in `synchronize'
passenger (3.0.0) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
passenger (3.0.0) lib/phusion_passenger/spawn_manager.rb:213:in `spawn_rails_application'
passenger (3.0.0) lib/phusion_passenger/spawn_manager.rb:132:in `spawn_application'
passenger (3.0.0) lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
passenger (3.0.0) lib/phusion_passenger/abstract_server.rb:357:in `__send__'
passenger (3.0.0) lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
passenger (3.0.0) lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
passenger (3.0.0) helper-scripts/passenger-spawn-server:99
Rendering /var/hda/platform/html/public/500.html (500 Internal Server Error)