forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Server Move
Goto page 1, 2  Next
 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
Oobles
Site Admin


Joined: 17 Jan 2004
Posts: 362
Location: Melbourne, Australia

PostPosted: Wed Mar 10, 2010 11:20 pm    Post subject: Server Move Reply with quote

The new server is a Virtual Private Server with limited resources. Please report any odd behaviour here. Current status:

ps2dev.org : not working
forums.ps2dev.org : working
svn.ps2dev.org : working
wiki.ps2dev.org : working (hosted on external box)
subversion : should be working.

Once again, if you see anything unusual let me know.

Thanks,
David.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Thu Mar 11, 2010 3:06 am    Post subject: Reply with quote

SVN isn't working:
Code:
$ svn ls svn://svn.pspdev.org/
svn: Can't connect to host 'svn.pspdev.org': Connection refused
$ svn ls svn://svn.ps2dev.org/
svn: Can't connect to host 'svn.ps2dev.org': Connection refused

although the web interface is up.
Back to top
View user's profile Send private message
dlanor



Joined: 28 Oct 2004
Posts: 269
Location: Stockholm, Sweden

PostPosted: Thu Mar 11, 2010 8:54 am    Post subject: Reply with quote

jimparis wrote:
SVN isn't working:
Code:
$ svn ls svn://svn.pspdev.org/
svn: Can't connect to host 'svn.pspdev.org': Connection refused
$ svn ls svn://svn.ps2dev.org/
svn: Can't connect to host 'svn.ps2dev.org': Connection refused

although the web interface is up.
I get the same problem. It is now impossible to install or update libs from the SVN repository, either by normal bash script usage or by manually browsing to the server for HTTP downloads.

I needed to do this myself due to a recent HDD crash, so until this server problem is fixed I am unable to get a new working PS2 dev lib setup.

All attempts to browse into "http://ps2dev.org/" are met with an error message containing the following text (though HTML formatted):
Quote:
HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

java.lang.RuntimeException: Client has not been created
com.lime.app.AppClient.getClient(AppClient.java:60)
com.lime.struts.LimeUrlFilter.doFilter(LimeUrlFilter.java:30)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.24 logs.
Apache Tomcat/6.0.24


I hope this is fixed soon, so I can continue my normal PS2 Dev activities.

Best regards: dlanor
Back to top
View user's profile Send private message
Oobles
Site Admin


Joined: 17 Jan 2004
Posts: 362
Location: Melbourne, Australia

PostPosted: Thu Mar 11, 2010 10:13 am    Post subject: Reply with quote

Ok, I fixed the web site http://svn.ps2dev.org and hopefully got svnserve running. Can someone please test? I'm unable to use the svn protocol here.

Thanks,
David.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Oobles
Site Admin


Joined: 17 Jan 2004
Posts: 362
Location: Melbourne, Australia

PostPosted: Thu Mar 11, 2010 9:47 pm    Post subject: Reply with quote

Looks like we're in for a bumpy ride with this VPS environment. Server went down due to insufficient resources being assigned. Resources have been bumped up and we're up and running again.

I'm also living the linux repository nightmare. If anyone can provide a good link which describes yum versus rpm and which repositories to use to ensure different rpm do not conflict that would help too.

David.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
ragnarok2040



Joined: 09 Aug 2006
Posts: 230

PostPosted: Thu Mar 11, 2010 10:20 pm    Post subject: Reply with quote

Subversion seems to be working fine now.

Yum's just a frontend for rpms to make it easier to update. It keeps track of dependencies for each rpm, making it harder to break some things. I've no idea if you need to use it from the beginning or not, in case it doesn't track manually installed rpms. There are GUIs for yum to make it easier to use. I use a Debian-based system, though, so that's about the limit of what I know of it.

For repositories, you can probably use YDL/Fedora/RPM Fusion, and their communities will probably have links to other approved third-party repositories.
Back to top
View user's profile Send private message
dlanor



Joined: 28 Oct 2004
Posts: 269
Location: Stockholm, Sweden

PostPosted: Fri Mar 12, 2010 2:05 am    Post subject: Reply with quote

I also confirm that SVN access does work now, as used by my setup.sh scripts for uLaunchELF etc.

But the normal HTTP server is still down causing other forms of access of the same scripts to fail, as in the following example:

Code:
wget http://ps2dev.org/ps2/Projects/Libraries/LIBCDVD:_CD+DVD_Filing_System_for_PS2/LIBCDVD_v1.15:_CD+DVD_Filing_System_for_PS2.download -O libcdvd_1.15.zip


Best regards: dlanor
Back to top
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Fri Mar 12, 2010 10:03 am    Post subject: Reply with quote

Subversion commits work, but give a warning:
Code:
$ svn commit
Sending        debug/src/scr_printf.c
Transmitting file data .
Committed revision 1665.

Warning: 'post-commit' hook failed with error output:
/home/svn/commit-email.pl: required program `/usr/local/bin/svnlook' does not exist, edit /home/svn/commit-email.pl.
I'd suggest just taking out the commit email hook, it's not really that important.
Back to top
View user's profile Send private message
Oobles
Site Admin


Joined: 17 Jan 2004
Posts: 362
Location: Melbourne, Australia

PostPosted: Sat Mar 13, 2010 8:44 am    Post subject: Reply with quote

I've removed the post-commit mailing on all the repositories.

Still working on getting the main site up and running. There's a bug in my old code and I don't have that exact version any more so I'm having to update the code which is taking longer than I'd like. I'll have it back by the end of the weekend hopefully.

David.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Oobles
Site Admin


Joined: 17 Jan 2004
Posts: 362
Location: Melbourne, Australia

PostPosted: Mon Mar 15, 2010 9:12 am    Post subject: Reply with quote

End of the weekend has come and gone for this side of the world. I made progress and should have the site back in the next 24 hours.

David.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Oobles
Site Admin


Joined: 17 Jan 2004
Posts: 362
Location: Melbourne, Australia

PostPosted: Mon Mar 15, 2010 9:33 pm    Post subject: Reply with quote

And it's back! Let me know if you see any problems.

I discovered that the web site code was in the middle of a change to make it all based around CSS. It looks like I didn't make it very far, however, there might be some problems due to the fact I didn't do much testing to get it online.

All services (subversion, web site, forums) should be working now. If you find anything that isn't it.. let me know.

Did I say let me know if you find any problems enough? :)

David.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
sauron_le_noir



Joined: 05 Jul 2008
Posts: 229

PostPosted: Wed Mar 17, 2010 6:02 am    Post subject: Reply with quote

And he is gone again, problem with your dns domain www.pspdev.org no A record found
and several dns error see below


Mismatched NS records WARNING: One or more of your nameservers did not return any of your NS records.
Error DNS servers responded ERROR: One or more of your nameservers did not respond:
The ones that did not responded are:
203.34.166.157 195.234.42.1 87.98.164.164

Missing nameservers reported by your nameservers You should already know that your NS records at your nameservers are missing, so here it is again:

ns.ps2dev.org.
ns0.xname.org.
ns1.xname.org.

SOA Error SOA record No valid SOA record came back!
MX Error MX Records Oh well, I did not detect any MX records so you probably don't have any and if you know you should have then they may be missing at your nameservers!
WWW Error WWW A Record ERROR: I could not get any A records for www.pspdev.org!
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Oobles
Site Admin


Joined: 17 Jan 2004
Posts: 362
Location: Melbourne, Australia

PostPosted: Wed Mar 17, 2010 4:15 pm    Post subject: Reply with quote

I tried http://www.ps2dev.org and it works here.

www.ps2dev.org is a CNAME record that points to ps2dev.org

It looks like you're still resolving the old IP address or your DNS server is still resolving the old delegation details. The server is at:

203.17.237.154

The old IP address is 203.34.166.157.

I checked with my name register and delegation is also correct:

Name Server 1ns.livemedia.com.au
Name Server 2ns0.xname.org
Name Server 3ns1.xname.org
Name Server 4ns2.xname.org

Regards,
David.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Thu Mar 18, 2010 3:51 am    Post subject: Reply with quote

The name servers aren't returning the same data, only ns2.xname.org is working right now:
Code:

$ host ps2dev.org ns0.xname.org.
Using domain server:
Name: ns0.xname.org.
Address: 195.234.42.1#53
Aliases:

$ host ps2dev.org ns1.xname.org.
Using domain server:
Name: ns1.xname.org.
Address: 87.98.164.164#53
Aliases:

$ host ps2dev.org ns2.xname.org.
Using domain server:
Name: ns2.xname.org.
Address: 88.191.64.64#53
Aliases:

ps2dev.org has address 203.17.237.154
ps2dev.org mail is handled by 30 aspmx3.googlemail.com.
ps2dev.org mail is handled by 10 aspmx.l.google.com.
ps2dev.org mail is handled by 20 alt2.aspmx.l.google.com.
ps2dev.org mail is handled by 30 aspmx4.googlemail.com.
ps2dev.org mail is handled by 30 aspmx5.googlemail.com.
ps2dev.org mail is handled by 20 alt1.aspmx.l.google.com.
ps2dev.org mail is handled by 30 aspmx2.googlemail.com.
$ host ps2dev.org ns.livemedia.com.au
;; connection timed out; no servers could be reached

You can use http://dnssy.com/ to confirm the problems. It takes it quite a while to time out on the non-responding server, though.
Back to top
View user's profile Send private message
Oobles
Site Admin


Joined: 17 Jan 2004
Posts: 362
Location: Melbourne, Australia

PostPosted: Thu Mar 18, 2010 10:24 pm    Post subject: Reply with quote

Looks like the name server had stopped. Thanks for the pointer to dnssy.com it has helped identify a few problems with DNS config too. I'll attempt to get that sync'd up over the next few days.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
sauron_le_noir



Joined: 05 Jul 2008
Posts: 229

PostPosted: Fri Mar 19, 2010 3:00 am    Post subject: Reply with quote

No problem anymore . Well done guy's
Back to top
View user's profile Send private message Send e-mail MSN Messenger
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Fri Mar 19, 2010 4:14 am    Post subject: Reply with quote

Almost perfect: although I notice that the whois record for pspdev.org still references ns.ps2dev.org which has a wrong glue record, 203.34.166.157.
Thanks Oobles!
Back to top
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Tue Mar 30, 2010 8:02 am    Post subject: Reply with quote

Posting to some threads (probably ones that people are monitoring) gives an error in emailer.php, mentioning DEBUG something or other. I unfortunately didn't catch the full error.
Back to top
View user's profile Send private message
Ps3Rips



Joined: 02 May 2007
Posts: 30

PostPosted: Tue Mar 30, 2010 9:31 am    Post subject: Reply with quote

Each time I post I'm getting

General Error

Failed sending email :: PHP ::

DEBUG MODE

Line : 234
File : emailer.php


then i page back and try again and I get the error about not posting twice in quick succession so the first post which gives me the debug error seems to go through.
_________________
Kicking out a bad guy
Beating up a monster
Fighting against evil
I'll rescue this town
Back to top
View user's profile Send private message
dlanor



Joined: 28 Oct 2004
Posts: 269
Location: Stockholm, Sweden

PostPosted: Tue Apr 20, 2010 8:13 pm    Post subject: http server is still bugged (or is it ?) Reply with quote

As recently as yesterday another user of my Cygwin setups complained that it was impossible to fully update the libs needed for uLaunchELF from this site.

The part that failed was the one that downloads libcdvd, which is not part of the SVN repository, forcing us to download it not by the usual svn commands but by a wget command like this one:
Code:
wget http://ps2dev.org/ps2/Projects/Libraries/LIBCDVD:_CD+DVD_Filing_System_for_PS2/LIBCDVD_v1.15:_CD+DVD_Filing_System_for_PS2.download -O libcdvd_1.15.zip


This access does not work anymore, and I'm not sure if this is because of a server failure or due to some change in the storage path. So I'd appreciate it if someone could either fix it or tell me how to change the script, in case the path string needs to be modified after the move.

Best regards: dlanor
Back to top
View user's profile Send private message
ragnarok2040



Joined: 09 Aug 2006
Posts: 230

PostPosted: Wed Apr 21, 2010 2:15 am    Post subject: Reply with quote

It looks like every download link on ps2dev.org is giving a "File missing on server" message, in red, when trying to download them. I tested a few random files under each PS2/PSP/PS3 category. Hope this helps, :D.
Back to top
View user's profile Send private message
sauron_le_noir



Joined: 05 Jul 2008
Posts: 229

PostPosted: Thu Apr 22, 2010 4:26 am    Post subject: Reply with quote

dns problem again
look at :http://www.intodns.com/pspdev.org
Code:

Mismatched NS records     WARNING: One or more of your nameservers did not return any of your NS records.
DNS servers responded     ERROR: One or more of your nameservers did not respond:
The ones that did not responded are:
203.34.166.157 195.234.42.1 87.98.164.164
Missing nameservers reported by your nameservers     You should already know that your NS records at your nameservers are missing, so here it is again:

ns.ps2dev.org.
ns0.xname.org.
ns1.xname.org.
    SOA record   No valid SOA record came back!
WWW A Record      ERROR: I could not get any A records for www.pspdev.org!
Back to top
View user's profile Send private message Send e-mail MSN Messenger
dlanor



Joined: 28 Oct 2004
Posts: 269
Location: Stockholm, Sweden

PostPosted: Thu May 20, 2010 2:04 am    Post subject: Reply with quote

Is anyone working on restoring the toplevel ps2dev.org site and the many downloads it used to contain in its subdirectories ?

Here I am thinking primarily of "http://ps2dev.org/ps2/Projects/Libraries/" which contained many libraries never adopted into the main SVN site, and therefore ONLY available through http: downloads here.

The main reason I'm so interested in someone fixing this is because the source setup script for uLE requires one of those libs, and constant failure of such source updates over the last months is what brought this problem to my attention. But as I inspected these web pages closer I soon noted that ALL download attempts using any of the download links there led to the same complaint about missing files on the server. So this is not even isolated to the PS2 sections.

In any case, in order to keep uLE source releases alive despite this change we now have no choice but to incorporate the libcdvd v1.15 library into the source package of uLE itself, since it is no longer available for download here a ps2dev.org.

For the libs available through SVN we will continue to refer to the ps2dev.org repository in our source setup script, as that will hopefully continue to function as it does right now. (Though that too has been very 'shaky' over the last couple of months.)

Best regards: dlanor
Back to top
View user's profile Send private message
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Thu May 20, 2010 4:15 am    Post subject: Reply with quote

I tried to upload a file the other day, it didn't work. There's definitely something wrong.
Back to top
View user's profile Send private message Visit poster's website
dlanor



Joined: 28 Oct 2004
Posts: 269
Location: Stockholm, Sweden

PostPosted: Mon May 24, 2010 6:59 pm    Post subject: Reply with quote

ooPo wrote:
I tried to upload a file the other day, it didn't work. There's definitely something wrong.
Yes, that is unfortunately beyond any doubt. :(

But the most crucial question of all under these circumstances is how 'safe' we can consider the main SVN repository to be...

The ps2dev.org SVN repository is of great importance to all ps2 homebrewing and we need to know that it is not going to evaporate into thin air one of these days, like the non-SVN libraries I mentioned already seem to have done.

Best regards: dlanor
Back to top
View user's profile Send private message
ragnarok2040



Joined: 09 Aug 2006
Posts: 230

PostPosted: Tue May 25, 2010 6:24 pm    Post subject: Reply with quote

There's a recent mirror that has everything at: http://psp.jim.sh/svn/

It's not up-to-date with the latest revision, but almost all of the ports and extra libraries should be fine since most of those haven't seen an update in years.

Plus, misfire has an up-to-date Mercurial mirror of ps2sdk at: http://bitbucket.org/misfire/ps2sdk

For the non-SVN files hosted on the main site, the error is probably caused by file permissions on the server. At least, I hope that's what the problem is.
Back to top
View user's profile Send private message
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Tue May 25, 2010 10:05 pm    Post subject: Reply with quote

I feel the same way about potential loss, so I also keep a relatively up-to-date copy of svn contents. I also back up the contents of these forums every so often.
Back to top
View user's profile Send private message Visit poster's website
Wally



Joined: 26 Sep 2005
Posts: 672

PostPosted: Tue May 25, 2010 10:15 pm    Post subject: Reply with quote

Dunno if this is new or not but I didn't recieve a password reset email.
Back to top
View user's profile Send private message AIM Address
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Sat May 29, 2010 5:45 am    Post subject: Reply with quote

ragnarok2040 wrote:
There's a recent mirror that has everything at: http://psp.jim.sh/svn/

It's not up-to-date with the latest revision, but almost all of the ports and extra libraries should be fine since most of those haven't seen an update in years.

Hmm, I didn't realize the updates were failing, SVN::Mirror is having problems. I'll switch it over to svnsync and get all of the mirrored repositories updating daily again. Thanks.
Back to top
View user's profile Send private message
Oobles
Site Admin


Joined: 17 Jan 2004
Posts: 362
Location: Melbourne, Australia

PostPosted: Tue Jun 01, 2010 11:01 pm    Post subject: Reply with quote

I think its pretty obvious that I haven't had enough time to manage the server the last few months. It seems that the virtual environment the site is currently running on is not suitable to run the web server and svnserve. I have the old server still in a rack. However, I haven't had time to reconfigure it. The plan was to install vmware esxi and setup a few machines. I'm open to suggestions to keep the site up and running and would be willing to point it to another environment if someone else was interested in taking the reins. If anyone is willing, please let me know.

Also, I've fixed the configuration of the main site. Files download correctly now. Although the last test file put up will continue to fail.

David.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> General Discussion All times are GMT + 10 Hours
Goto page 1, 2  Next
Page 1 of 2

 
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