| View previous topic :: View next topic |
| Author |
Message |
mpthompson
Joined: 02 Jan 2006 Posts: 650 Location: San Carlos, CA
|
Posted: Mon Mar 26, 2007 6:09 pm Post subject: OpenServo Site Upgrade/Downtime |
|
|
On March 27th, Tuesday night between 10pm and 2am GMT (2pm to 6pm Pacific time), the OpenServo web site will be moved to a new hosting provider and various pieces of the software that run the site will be upgraded.
Heaps of thanks go to Barry Carter (ginge) for spearheading this effort to help move us to a new foundation for growing the OpenServo site in the future. Also, many thanks go to Andrew Lippitt for hosting the OpenServo site for free on his hardware for the last year.
After the OpenServo site has been upgraded, please be patient with us while any remaining kinks are worked out. Any issues you might notice should be posted to this thread so Barry and I can fix things up as needed.
-Mike |
|
| Back to top |
|
 |
ginge Site Admin
Joined: 14 Jan 2006 Posts: 1029 Location: Manchester, UK
|
Posted: Wed Mar 28, 2007 12:03 am Post subject: |
|
|
Hi All,
We have successfully migrated the OpenServo project hosting from Andy's server to a new Linux based host.
The total downtime of the forum was just under 2 hours and the website approximately 30 minutes. Downtime of the OpenServo domain was minimised thanks to some fancy bash scripts and lack of sleep.
Now the OpenServo domain is hosted on a more flexible platform, we are free to expand our hosting technology as the project grows.
As Mike has said, any issues that may arise from the porting of platforms should be reported here.
Thanks again to Andy for his hosting of OpenServo.com over the past year.
Thanks for your patience.
Barry _________________ http://www.headfuzz.co.uk/
http://www.robotfuzz.co.uk/ |
|
| Back to top |
|
 |
mpthompson
Joined: 02 Jan 2006 Posts: 650 Location: San Carlos, CA
|
Posted: Wed Mar 28, 2007 6:33 am Post subject: |
|
|
Barry,
The formatting for the following Forum thread is appearing to be broken in my Firefox 1.5 browser:
http://www.openservo.com/forums/viewtopic.php?t=437
It's late tonight for me, but I'll try to take a look at it further in the morning to diagnose what might be wrong.
-Mike |
|
| Back to top |
|
 |
ginge Site Admin
Joined: 14 Jan 2006 Posts: 1029 Location: Manchester, UK
|
Posted: Wed Mar 28, 2007 8:28 am Post subject: |
|
|
Yep, broken here in Konqueror browser.
This one seems to be fixed for now. The database tables were all escaped out due to some mangling. Replacing "" with " fixes it.
Barry _________________ http://www.headfuzz.co.uk/
http://www.robotfuzz.co.uk/ |
|
| Back to top |
|
 |
SOI Sentinel
Joined: 30 Mar 2006 Posts: 44
|
Posted: Wed Mar 28, 2007 4:57 pm Post subject: |
|
|
| I think you might not have your DNS completely correct. Openservo.com goes to the right site, openservo.org give an Apache/Fedora forbidden message. |
|
| Back to top |
|
 |
ginge Site Admin
Joined: 14 Jan 2006 Posts: 1029 Location: Manchester, UK
|
Posted: Wed Mar 28, 2007 5:11 pm Post subject: |
|
|
Well spotted SOI.
I think the .org should be a forwarder not an A record entry. I will get Mike to update this when he has a few minutes to spare.
Barry _________________ http://www.headfuzz.co.uk/
http://www.robotfuzz.co.uk/ |
|
| Back to top |
|
 |
ginge Site Admin
Joined: 14 Jan 2006 Posts: 1029 Location: Manchester, UK
|
|
| Back to top |
|
 |
mpthompson
Joined: 02 Jan 2006 Posts: 650 Location: San Carlos, CA
|
Posted: Wed Mar 28, 2007 11:14 pm Post subject: |
|
|
Hmmm. I'm having problems with CVS where the OpenServo repository does not seem to be found as shown below:
| Quote: | cvs -d :pserver;username=mpthompson;password=XXXXXX;hostname=www.openservo.com;port=2401:/OpenServo login
Logging in to :pserver:mpthompson@www.openservo.com:2401:/OpenServo
cvs [login aborted]: /OpenServo: no such repository
|
I'll need to investigate this further on Thursday.
-Mike |
|
| Back to top |
|
 |
ginge Site Admin
Joined: 14 Jan 2006 Posts: 1029 Location: Manchester, UK
|
Posted: Thu Mar 29, 2007 8:04 am Post subject: |
|
|
Mike,
I think the whole win32 Linux file case issue is getting us here. You never had to put any thought into the case on the old system, so OpEnSeRvO would have worked.
Switching to the correct case gives:
| Quote: | baz@baz-desktop:/storage$ cvs -d :pserver:ginge@www.openservo.com:/openservo login
Logging in to :pserver:ginge@www.openservo.com:2401/openservo
CVS password:
baz@baz-desktop:~$ cvs -d :pserver:ginge@www.openservo.com:/openservo co OpenServo
cvs checkout: Updating OpenServo
cvs checkout: Updating OpenServo/ATmegaX_Bootloader
U OpenServo/ATmegaX_Bootloader/ATmega168_Bootloader.aps
U OpenServo/ATmegaX_Bootloader/ATmega8_Bootloader.aps
etc
|
The difference here is the the CVS root is called openservo and the repository is called OpenServo
I will see if I can create some symlinks to fix this. Hopefully we should be able to avoid having to change every reference to the cvs.
Barry _________________ http://www.headfuzz.co.uk/
http://www.robotfuzz.co.uk/ |
|
| Back to top |
|
 |
mpthompson
Joined: 02 Jan 2006 Posts: 650 Location: San Carlos, CA
|
Posted: Thu Mar 29, 2007 4:49 pm Post subject: |
|
|
Barry,
Thanks for the hint on this. I'll update the Wiki page with the correct case information if you haven't beat me to it.
BTW, I'm not in love with mixed case or anything for these directories and such. I'm all for changing everything to lower case if we think it is better in the long run. I certainly realize it would be better for people working in command line environments.
-Mike |
|
| Back to top |
|
 |
ginge Site Admin
Joined: 14 Jan 2006 Posts: 1029 Location: Manchester, UK
|
Posted: Thu Mar 29, 2007 4:58 pm Post subject: |
|
|
Mike,
It looks like we are working to fix the same problem. Luckily we can have both of our solutions for a good workaround. If anyone has a CVS client setup to use openservo it will still work. Your solution to edit the website should help to stop people using the now "legacy" links.
In any case, I just put a symlink in the OpenServo CVS that no one will see and will not impact anything. We can always remove this when we are happy that people have stopped using the old cases.
Personally I don't mind mixed case on command lines, and I certainly think the module should be called OpenServo, just in case we will break everyones local CVS copy.
Barry _________________ http://www.headfuzz.co.uk/
http://www.robotfuzz.co.uk/ |
|
| Back to top |
|
 |
mpthompson
Joined: 02 Jan 2006 Posts: 650 Location: San Carlos, CA
|
Posted: Thu Mar 29, 2007 5:07 pm Post subject: |
|
|
Sounds fine Barry. I haven't yet had a chance to change anything on my side (I'm moving pretty slow this morning ).
BTW, I want to thank you in this thread for all the work you have done to move the OpenServo site to a standardized Linux environment. It's critical that we put in place a solid foundation for continued growth of the OpenServo project and you have made it ALL possible. Thank you.
-Mike |
|
| Back to top |
|
 |
ginge Site Admin
Joined: 14 Jan 2006 Posts: 1029 Location: Manchester, UK
|
Posted: Thu Mar 29, 2007 5:10 pm Post subject: |
|
|
Mike, Can you check the server time. I have no idea what time it is supposed to be on your side of the lake these days, but the server is reporting (at the time of this post) Thu Mar 29 19:09:08 CEST 2007
I recently had to put on an hour for British Summer Time which puts the server time at about 2 hours wrong even when configuring phpBB's timezones.
Barry _________________ http://www.headfuzz.co.uk/
http://www.robotfuzz.co.uk/
Last edited by ginge on Thu Mar 29, 2007 6:50 pm; edited 1 time in total |
|
| Back to top |
|
 |
mpthompson
Joined: 02 Jan 2006 Posts: 650 Location: San Carlos, CA
|
Posted: Thu Mar 29, 2007 5:21 pm Post subject: |
|
|
I just checked the server time. Showing the following for me at the time of this posting:
# date
Thu Mar 29 19:16:20 CEST 2007
Should we adjust it to GMT? I would be fine with that. I'm not sure what advantage there is on keeping it on CEST (central european summer time). Do we change the timezone through Plesk or is it control in some other Linux configuration file?
-Mike |
|
| Back to top |
|
 |
Cliff
Joined: 23 Jan 2007 Posts: 150 Location: Saratoga, CA
|
|
| Back to top |
|
 |
|