OpenServo.com Forum Index OpenServo.com
Discussion of the OpenServo project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

OpenServo Site Upgrade/Downtime
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    OpenServo.com Forum Index -> Website
View previous topic :: View next topic  
Author Message
mpthompson



Joined: 02 Jan 2006
Posts: 650
Location: San Carlos, CA

PostPosted: Mon Mar 26, 2007 6:09 pm    Post subject: OpenServo Site Upgrade/Downtime Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
ginge
Site Admin


Joined: 14 Jan 2006
Posts: 1029
Location: Manchester, UK

PostPosted: Wed Mar 28, 2007 12:03 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
mpthompson



Joined: 02 Jan 2006
Posts: 650
Location: San Carlos, CA

PostPosted: Wed Mar 28, 2007 6:33 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
ginge
Site Admin


Joined: 14 Jan 2006
Posts: 1029
Location: Manchester, UK

PostPosted: Wed Mar 28, 2007 8:28 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
SOI Sentinel



Joined: 30 Mar 2006
Posts: 44

PostPosted: Wed Mar 28, 2007 4:57 pm    Post subject: Reply with quote

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
View user's profile Send private message
ginge
Site Admin


Joined: 14 Jan 2006
Posts: 1029
Location: Manchester, UK

PostPosted: Wed Mar 28, 2007 5:11 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
ginge
Site Admin


Joined: 14 Jan 2006
Posts: 1029
Location: Manchester, UK

PostPosted: Wed Mar 28, 2007 5:29 pm    Post subject: Reply with quote

This is now updated. I managed to find a way of redirecting within the server and without updating DNS records.

Thanks again.

Barry
_________________
http://www.headfuzz.co.uk/
http://www.robotfuzz.co.uk/
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
mpthompson



Joined: 02 Jan 2006
Posts: 650
Location: San Carlos, CA

PostPosted: Wed Mar 28, 2007 11:14 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
ginge
Site Admin


Joined: 14 Jan 2006
Posts: 1029
Location: Manchester, UK

PostPosted: Thu Mar 29, 2007 8:04 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
mpthompson



Joined: 02 Jan 2006
Posts: 650
Location: San Carlos, CA

PostPosted: Thu Mar 29, 2007 4:49 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
ginge
Site Admin


Joined: 14 Jan 2006
Posts: 1029
Location: Manchester, UK

PostPosted: Thu Mar 29, 2007 4:58 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
mpthompson



Joined: 02 Jan 2006
Posts: 650
Location: San Carlos, CA

PostPosted: Thu Mar 29, 2007 5:07 pm    Post subject: Reply with quote

Sounds fine Barry. I haven't yet had a chance to change anything on my side (I'm moving pretty slow this morning Smile).

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
ginge
Site Admin


Joined: 14 Jan 2006
Posts: 1029
Location: Manchester, UK

PostPosted: Thu Mar 29, 2007 5:10 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
mpthompson



Joined: 02 Jan 2006
Posts: 650
Location: San Carlos, CA

PostPosted: Thu Mar 29, 2007 5:21 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Cliff



Joined: 23 Jan 2007
Posts: 150
Location: Saratoga, CA

PostPosted: Thu Mar 29, 2007 5:28 pm    Post subject: Reply with quote

Some things I've noticed on the site. . .

Formatting gets broken in these threads:

In the Hardware Section:
http://www.openservo.com/forums/viewtopic.php?t=188
http://www.openservo.com/forums/viewtopic.php?t=407&start=15
http://www.openservo.com/forums/viewtopic.php?t=125
http://www.openservo.com/forums/viewtopic.php?t=458
http://www.openservo.com/forums/viewtopic.php?t=454
http://www.openservo.com/forums/viewtopic.php?t=180&postdays=0&postorder=asc&start=15
http://www.openservo.com/forums/viewtopic.php?t=94&postdays=0&postorder=asc&start=75

Applications:
http://www.openservo.com/forums/viewtopic.php?t=163
http://www.openservo.com/forums/viewtopic.php?t=172
http://www.openservo.com/forums/viewtopic.php?t=134
http://www.openservo.com/forums/viewtopic.php?t=191
http://www.openservo.com/forums/viewtopic.php?t=166
http://www.openservo.com/forums/viewtopic.php?t=461
http://www.openservo.com/forums/viewtopic.php?t=440

User profile, find all posts by user:

General Error
Could not delete old search id sessions
DEBUG MODE
SQL Error : 1054 Unknown column 'search_time' in 'where clause'
DELETE FROM phpbb_search_results WHERE search_time < 1175184334
Line : 658
File : search.php

I'm using IE on a Mac, but doing a spot check, I see the same stuff in Safari and using IE on XP.
All in all looking pretty good.

Cliff
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    OpenServo.com Forum Index -> Website All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group