Cool, es scheint nun gelöst zu sein
GEILE TYPEN
Posts made by DannyOcean
-
RE: Joystick und Buttons, USB oder GPIO, welche Marke...
@Level-X : Halte uns mal mit deinem Projekt am laufenden. Gerne auch mit Bildern. Solch ein Bartop ist für mich auch mal ein Projekt in der Zukunft. Weiß nur noch nicht ob mit Pi3 oder mit Odroid XU4
-
RE: How to play systems that require more buttons than your controller.
Just use a PS3 Controller. Sixasis or Dualshock 3 work like a charm.
-
RE: Sega arcade ... what emulator?
For Sega I would go with the standard Sega Mega Drive/Genesis and Master System. Perfect.
When it comes to arcade games I use the 0.2.97.38 romset on 4.0 final. Also works perfect with fba_libretro
-
RE: Can't Connect
Sorry for double post, but I wanted to let you know that there might be an easy solution to fix the "no connection" problem.
If your host (gandi.net ?) supports .htaccess there might be an easy solution.
In ISPconfig the domain has to be "RECALBOX.COM" (without www) and auto-subdomain has to be "www"
The A records in the DNS setting:
IP for www.recalbox.com is 163.172.153.70
IP for recalbox.com is 217.70.184.38That is why the update is not working and the recalbox shows "not connected"
To fix the problem the IP for recalbox.com and www.recalbox.com just have to be the same.
Check the DNS settings and see the A record for yourself.
The hoster (gandi.net ?) should be able to fix it.You also have to add the following code to your root .htaccess file:
This redirects all non-www requests to your site to the www version
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
The second line means: if the HTTP_HOST does not (!) start with (^) "www.", then put it in memory for the next line. The next line says: from what was captured in the previous line, match everything (.*) from beginning (^) to end ($) and save everything (inside the parenthesis) as $1. Then replace $1 with ""; plus the HTTP_HOST variable.
And this would redirect all www requests to your site to the non-www version
RewriteEngine On
RewriteCond %{HTTP_HOST} !^my-domain.com$ [NC]
RewriteRule ^(.*)$ http://my-domain.com/$1 [R=301,L]
I really hope this helps, and everyone will be able to update
Cheers
-
RE: Netzwerkproblem
@Substring
sure, but to fix the problem the IP for recalbox.com and www.recalbox.com just have to be the same.
Check the DNS settings and see the A record for yourself.
The hoster (gandi.net ?) should be able to fix it.In ISPconfig the domain has to be "RECALBOX.COM" (without www) and auto-subdomain has to be "www"
The A records in the DNS setting:
IP for www.recalbox.com is 163.172.153.70
IP for recalbox.com is 217.70.184.38That is why the update is not working and the recalbox shows "not connected"
To fix the problem the IP for recalbox.com and www.recalbox.com just have to be the same.
Check the DNS settings and see the A record for yourself.
The hoster (gandi.net ?) should be able to fix it.You also have to add the following code to your root .htaccess file:
This redirects all non-www requests to your site to the www version
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
The second line means: if the HTTP_HOST does not (!) start with (^) "www.", then put it in memory for the next line. The next line says: from what was captured in the previous line, match everything (.*) from beginning (^) to end ($) and save everything (inside the parenthesis) as $1. Then replace $1 with ""; plus the HTTP_HOST variable.
And this would redirect all www requests to your site to the non-www version
RewriteEngine On
RewriteCond %{HTTP_HOST} !^my-domain.com$ [NC]
RewriteRule ^(.*)$ http://my-domain.com/$1 [R=301,L]
I really hope this helps, and everyone will be able to update
Cheers
-
RE: Netzwerkproblem
@Nachtgarm @paradadf @lackyluuk @Substring
Das Problem, dass recalbox.com nur mit 'www' vorne dran erreichbar ist, besteht weiterhin.
Wie ist denn die recalbox Domain in ISPConfig angelegt (mit www oder ohne)?
Diese muss ohne www, also nur 'RECALBOX.DE' angelegt sein und dann 'www' als Auto-Subdomain ausgewählt sein.Macht mal eine nslookup für RECALBOX.DE
und für WWW.RECALBOX.DE
und kontrolliert welche IPs zurück gegeben werden. Die IPs müssen identisch sein.
If your host (gandi.net ?) supports .htaccess there might be an easy solution.
EDIT:
IP for www.recalbox.com is 163.172.153.70
IP for recalbox.com is 217.70.184.38That is why the update is not working and the recalbox shows "not connected"
-
RE: Can't Connect
blog.recalbox.com also not working.
forum.recalbox.com is fine ... strange
-
RE: Can't Connect
@Substring always easy
Also wanted to say a big THANK YOU to you and your colleagues. Coders, forum admins, translators etc... -
RE: Can't Connect
Same problem.
Network settings show "not connected".
But connection via SSH is fine.Strange thing is that scraping of ROMs works and tracking with retroachievements server also work as it should. But no updates possible.
Yes, w-lan settings are correct, also looked in the config.
I can ping WWW.recalbox.com but not recalbox.com - same with firefox via laptop.recalbox pings recalbox.com to check if we're "connected".
The "www" has to be in the address.
So how do we update to 4.1 if we get no connection with 4.0?
-
RE: Netzwerkproblem
@Substring said in Netzwerkproblem:
So, recalbox pings recalbox.com to check if you're "connected". That DNS is irrevelant as not everyone can ping it, may correct that
I can ping WWW.recalbox.com but not recalbox.com
The "www" has to be in the address
-
RE: Netzwerkproblem
Same problem, also from Germany.
Settings show "no connection". Connection via SSH is fine.Strange thing is that scraping of ROMs works and tracking with retroachievements server also work as it should. But no updates possible.
Yes, w-lan settings are correct, also looked in the config.