Page 1 of 2

Dashboard gives an error after you "yum update"d? Fix here

Posted: Fri May 07, 2010 2:06 pm
by gboudreau
If you're getting a big error when trying to load your Amahi dashboard, try this to fix it:

If you're on 64-bit:

Code: Select all

rpm -Uvh http://alpha.amahi.org/tmp/rubygem-passenger-2.2.11-7.fc12.x86_64.rpm
Otherwise:

Code: Select all

rpm -Uvh http://alpha.amahi.org/tmp/rubygem-passenger-2.2.11-7.fc12.i686.rpm
We're working on a better fix... one that won't require user intervention...

UPDATE: the links above have been updated - please try them and report below!

Re: Dashboard gives an error after you "yum update"d? Fix here

Posted: Fri May 07, 2010 5:12 pm
by jamesw
I have a install on Fedora 12 (64bit). It's running in a KVM VM as a trial. I don't have the spare hardware to play with at the moment. Anyway, I had the whole fundamental error thing on the dashboard after the install. It, never worked.

Tried this fix and now have this error:

Code: Select all

Error message: Missing the Rails 2.3.4 gem. Please `gem install -v=2.3.4 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.

Re: Dashboard gives an error after you "yum update"d? Fix here

Posted: Fri May 07, 2010 10:23 pm
by snewlon
Same thing for me. Funny thing is, system is working, although I cannot access it via http://hda. It actually started handing out IP addresses and I could see the shares thru my MVIX Ultio Pro box. I am not sure if I should just try re-installing, or hold out to see if there is a potential fix.

Re: Dashboard gives an error after you "yum update"d? Fix here

Posted: Sat May 08, 2010 4:00 am
by cpg
We have updated the links above - could you please try them (2.2.11-7) and report back?

This is supposed to be a general fix!

Re: Dashboard gives an error after you "yum update"d? Fix here

Posted: Sat May 08, 2010 5:11 am
by cpg
These have been released to the f12 repo, so updates from the HDA's automatics updates should pick them up automatically!

Please do report if there are still any issues!

MANY THANKS to the many that helped triage, test and debug this very nasty issue. We took the opportunity to learn and correct the packages involved to make them easier down the line!

Re: Dashboard gives an error after you "yum update"d? Fix here

Posted: Sat May 08, 2010 6:00 am
by edito
Greetings:

I updated with the update manager and still same issue. Maybe my local repo still hasn't updated. But I can assure you that the code/link provided worked like a charm.

Thank you very much. Greatly appreciate those involved

Re: Dashboard gives an error after you "yum update"d? Fix here

Posted: Sat May 08, 2010 8:22 am
by snewlon
Fix seems to have worked, allowing me to access dashboard via http://hda. I still get an 'unable to connect' when trying to access http://localhost:2000. Thanks for your hard work, and let em know if you have any suggestions for the amahi-installer issue (or if I even need to be concerned about that)

Re: Dashboard gives an error after you "yum update"d? Fix here

Posted: Sat May 08, 2010 8:30 am
by gboudreau
Fix seems to have worked, allowing me to access dashboard via http://hda. I still get an 'unable to connect' when trying to access http://localhost:2000. Thanks for your hard work, and let em know if you have any suggestions for the amahi-installer issue (or if I even need to be concerned about that)
If http://hda works, it means the installer was previously run.
Port 2000 is closed once the installer is done, so you won't be able to access it again that way.
Why do you want to access http://localhost:2000, if http://hda is working?

Re: Dashboard gives an error after you "yum update"d? Fix here

Posted: Sat May 08, 2010 8:45 am
by snewlon
I guess that I don't. I couldn't remember (from a previous trial install) if there was configuration work that needed to be done at that address. Sort of new to all this, so just feeling my way around. Thanks again for the fix.

Re: Dashboard gives an error after you "yum update"d? Fix here

Posted: Sat May 08, 2010 11:14 am
by cpg
Great to hear things are working!

I suppose we could make it so that it gets picked up automatically, however, this will only get hit by people who update by hand, in which case, the fixed package will be picked up anyway.

Thanks for the feedback!