Page 2 of 6

Re: Is Easyfind down?

Posted: 26 Nov 2014, 15:28
by Ubi
Gordon wrote:AFAIK all the servers were in the cloud and I suppose they were taken down when Excito stopped paying for them. Ubi did copy all of the content to two of his own servers, but only transferred ef.excito.org - I think not even with the intention of leaving it that way, but as a test to see what impact the easyfind service would have on CPU usage. Theoretically bringing easyfind back up should be as simple as relocating the DNS records for the excito.org servers to Ubi's servers at Ideeel, but as said there may be other - non technical - issues that prevent this.
This is incorrect. The full functionality has been copied and tested. The mybubba.org servers can replace the old infra 100%, requires no changes or configuration at the user end.

Re: Is Easyfind down?

Posted: 29 Nov 2014, 10:39
by kruemelprinz
Ubi wrote:This is incorrect. The full functionality has been copied and tested. The mybubba.org servers can replace the old infra 100%, requires no changes or configuration at the user end.
Hmmm. I did not even know about the sad thing with excitos bankruptcy, and everything worked just fine for me with easyfind until 21 november when I suddenly could not reach my B3-owncloud from work. So I understand what Ubi says because it obviously worked well after the transfer from Excitos servers.

So does anybody know what the problem is now? Is it for some reason working again for someone else than me?

Re: Is Easyfind down?

Posted: 29 Nov 2014, 12:39
by Puma
It does not work for me, my father, brother in law as wel. So i am thinking of change the bubba setting as mentioned above.

So i don't belief it is working.
Puma

Re: Is Easyfind down?

Posted: 29 Nov 2014, 14:12
by MouettE
We are currently working things out with Ubi as fast as we can. I hope it will be soon working again.

Re: Is Easyfind down?

Posted: 30 Nov 2014, 03:23
by Ubi
Maybe my last post was confusing: Although the functions of the easyfind have been copied, they were not yet activated. This is because the original easyfind was still working fine and there was no direct need.

Now that easyfind has stopped without announcement, we did end up in the unfortunate situation that there is downtime. In principle the solution is just a change in the DNS settings for myownb3.com and myownb2.com. I expect these to propagate within the next day or so, and we have operational easyfind once again.

Re: Is Easyfind down?

Posted: 30 Nov 2014, 16:56
by ther
Ubi wrote:Maybe my last post was confusing: Although the functions of the easyfind have been copied, they were not yet activated. This is because the original easyfind was still working fine and there was no direct need.

Now that easyfind has stopped without announcement, we did end up in the unfortunate situation that there is downtime. In principle the solution is just a change in the DNS settings for myownb3.com and myownb2.com. I expect these to propagate within the next day or so, and we have operational easyfind once again.
Awsome! The fact that someone else does this on their own time and without compensation is just super and admirable. Hats of to you!

Thank you kindly!

Re: Is Easyfind down?

Posted: 30 Nov 2014, 17:08
by Ubi
Everything should be operational now. Please let us know if you still have issues. Please be as detailed as you can be (i.e. "It doesnt work" is not helping...)

Re: Is Easyfind down?

Posted: 01 Dec 2014, 01:54
by Gordon

Code: Select all

dig myownb3.com ns

; <<>> DiG 9.10.1 <<>> myownb3.com ns
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24828
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1480
;; QUESTION SECTION:
;myownb3.com.			IN	NS

;; ANSWER SECTION:
myownb3.com.		86400	IN	NS	ns1.mybubba.org.
myownb3.com.		86400	IN	NS	ns2.mybubba.org.

;; Query time: 27 msec
This looks good

Code: Select all

dig easyfind.excito.org

; <<>> DiG 9.10.1 <<>> easyfind.excito.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53254
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;easyfind.excito.org.		IN	A

;; ANSWER SECTION:
easyfind.excito.org.	48	IN	A	109.74.2.52

;; Query time: 0 msec
This doesn't. People won't be able to update their address if this one is not relocated as well. Unless of course they change the easyfind scripts on their B2|3...

Re: Is Easyfind down?

Posted: 01 Dec 2014, 04:15
by Ubi
Thanks for this pointer. No the goals is that users do not need to change anything. So this indeed needs to be addressed. I'll ask Mouette to change this in DNS via PM.

Re: Is Easyfind down?

Posted: 01 Dec 2014, 05:16
by Gordon
One more issue:

Easyfind.excito.org needs to be https. Macaroni does not appear to be running that protocol.

Re: Is Easyfind down?

Posted: 01 Dec 2014, 06:16
by Ubi
Tnx. At first glance I thought this would be an easy fix, but my guess is this will not work with a self-signed cert, and I don't know if I can get a startSSL cert without access to the postmaster@excito.org mail account.
Mouette can you help out here?

Re: Is Easyfind down?

Posted: 01 Dec 2014, 07:50
by Gordon
I just did a quick check. The perl LWP module does in fact appear not to verify the certificate. It will even pass if the server name is incorrect. Therefore, both the button in the admin pages and the dhcp exit hook should work with a self signed certificate.

The bubba-easyfind service, which uses python (twistd), is a bit harder to verify. This one may fail with the self signed certificate.

Re: Is Easyfind down?

Posted: 01 Dec 2014, 10:49
by Ubi
I'll try a self-signed cert first and see if it breaks :)

Re: Is Easyfind down?

Posted: 01 Dec 2014, 12:52
by Gordon
If you set up your own CA, you can also push it to the bubbae through an update while at the same time removing the dependencies towards the excito.org domain. These are in some 5-10 files only, so it's not that big a deal. It also makes a lot of sense to be your own CA in this case, because it's only bubbae connecting to the easyfind server and they don't need some paid authority to confirm that you are mybubba.org.

Re: Is Easyfind down?

Posted: 01 Dec 2014, 13:11
by Ubi
yes, there's quite a few things to adjust, but it's really up to the new owner of the excito.org domain.

anyway, macaroni is now listening on https with a self signed cert. As I'm not at home I cannot check if it works. But because easyfind.excito.org still points to 109.74.2.52 instead of to easyfind.mybubba.org, probably there's still problems.