Hi there. I think I saw this addressed before but can't find the post.
I recently rebooted my router and it changed the IP address (as sometimes happens) but the dynamic DNS is still pointing to the old address. I rebooted a day ago and it usually sorts itself out quicker than that. I've run the interactive network troubleshooter and all is well with that. Is there a way to convince everyone to look at the new IP address?
EDIT: should note that the amahi.org settings are showing the server as stopped as it still thinks it should be on the old ip address
IP address differences
Re: IP address differences
Hang on. I'm also getting a crash on the networking tab of the HDA. Not looking good
Processing UserSessionsController#new (for 192.168.0.105 at 2010-11-08 22:04:46) [GET]
Parameters: {"action"=>"new", "controller"=>"user_sessions"}
Rendering template within layouts/login
Rendering user_sessions/new
Completed in 72ms (View: 57, DB: 3) | 200 OK [http://192.168.0.5/user_sessions/new]
Processing FrontController#index (for 192.168.0.105 at 2010-11-08 22:10:08) [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 12ms (DB: 3) | 302 Found [http://hda/]
Processing UserSessionsController#new (for 192.168.0.105 at 2010-11-08 22:10:08) [GET]
Parameters: {"action"=>"new", "controller"=>"user_sessions"}
Rendering template within layouts/login
Rendering user_sessions/new
Completed in 17ms (View: 10, DB: 1) | 200 OK [http://hda/user_sessions/new]
Processing FrontController#index (for 192.168.0.105 at 2010-11-08 22:10:11) [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 10ms (DB: 2) | 302 Found [http://hda/]
Processing UserSessionsController#new (for 192.168.0.105 at 2010-11-08 22:10:11) [GET]
Parameters: {"action"=>"new", "controller"=>"user_sessions"}
Rendering template within layouts/login
Rendering user_sessions/new
Completed in 16ms (View: 10, DB: 1) | 200 OK [http://hda/user_sessions/new]
Processing UserSessionsController#create (for 192.168.0.105 at 2010-11-08 22:10:14) [POST]
Parameters: {"commit"=>"Log In", "action"=>"create", "authenticity_token"=>"TtXKoumaj1wkW2YO3lhMjQU6dV7iZ3BG0KGRwYCdTcw=", "username"=>"stravers", "controller"=>"user_sessions", "password"=>"[FILTERED]", "remember_me"=>"1"}
Redirected to http://hda/
Completed in 434ms (DB: 192) | 302 Found [http://hda/user_sessions]
Processing FrontController#index (for 192.168.0.105 at 2010-11-08 22:10:14) [GET]
Parameters: {"action"=>"index", "controller"=>"front"}
Rendering template within layouts/amahi
Rendering front/index
Completed in 2624ms (View: 2514, DB: 87) | 200 OK [http://hda/]
Processing SetupController#index (for 192.168.0.105 at 2010-11-08 22:10:21) [GET]
Parameters: {"action"=>"index", "controller"=>"setup"}
Rendering template within layouts/amahi
Rendering setup/index
Completed in 414ms (View: 142, DB: 221) | 200 OK [http://hda/setup]
Processing SetupController#index (for 192.168.0.105 at 2010-11-08 22:10:25) [GET]
Parameters: {"sub"=>"dhcp", "action"=>"index", "controller"=>"setup", "tab"=>"network"}
Rendering template within layouts/amahi
Rendering setup/index
ActionView::TemplateError (can't convert nil into String) on line #5 of app/views/network/_dhcp_one.html.erb:
2: lease = dhcp_one[1]
3: uid = lease[:mac]
4: toggler = update_page do |page|
5: row = "dhcp_row_" + uid
6: info = "dhcp_info_" + uid
7: page.toggle info
8: page[row].toggle_class_name "settings-row-open"
app/views/network/_dhcp_one.html.erb:5:in `+'
app/views/network/_dhcp_one.html.erb:5:in `__instance_exec0'
app/views/network/_dhcp_one.html.erb:4
app/views/network/_dhcp_body.html.erb:13
app/views/network/_dhcp.html.erb:2
app/views/setup/index.html.erb:39
passenger (2.2.11) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
passenger (2.2.11) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
passenger (2.2.11) lib/phusion_passenger/railz/application_spawner.rb:418:in `start_request_handler'
passenger (2.2.11) lib/phusion_passenger/railz/application_spawner.rb:358:in `handle_spawn_application'
passenger (2.2.11) lib/phusion_passenger/utils.rb:184:in `safe_fork'
passenger (2.2.11) lib/phusion_passenger/railz/application_spawner.rb:354:in `handle_spawn_application'
passenger (2.2.11) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
passenger (2.2.11) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
passenger (2.2.11) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
passenger (2.2.11) lib/phusion_passenger/abstract_server.rb:163:in `start'
passenger (2.2.11) lib/phusion_passenger/railz/application_spawner.rb:213:in `start'
passenger (2.2.11) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
passenger (2.2.11) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
passenger (2.2.11) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
passenger (2.2.11) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
passenger (2.2.11) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
passenger (2.2.11) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
passenger (2.2.11) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
passenger (2.2.11) lib/phusion_passenger/spawn_manager.rb:287:in `handle_spawn_application'
passenger (2.2.11) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
passenger (2.2.11) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
passenger (2.2.11) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
/usr/lib/phusion_passenger/passenger-spawn-server:61
Rendering /var/hda/platform/html/public/500.html (500 Internal Server Error)
Re: IP address differences
Ah sorry folks, I think I've just seen the reason for this error in the announcements section.
Who is online
Users browsing this forum: No registered users and 55 guests