Solving URL Problem on OpenSUSE 12.1 with Firefox

  • Thread starter Thread starter DrDu
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Messages
6,423
Reaction score
1,004
I encountered a strange problem resolving the url of a repository.
I am running opensuse 12.1 and firefox.
The repository of opensuse I want to browse is
http://download.opensuse.org/repositories/CrossToolchain:/avr/
however I am told that it does not exist.
When I surf to
http://download.opensuse.org/repositories/CrossToolchain:
avr is shown but I also get a link does not exist when I click on it.
However it works from another computer (windows).
Any ideas?
 
Physics news on Phys.org
Try: Flush the DNS cache on the ubuntu box & windows. Somebody is out of sync. Is the DNS server local?

Code:
sudo /etc/init.d/dns-clean restart

windoze: from cmd.exe window --
Code:
ipconfig /flushdns

Do you get a 404 error? Usually the system will tell you it cannot connect to the site. Meaning it does resolve but the physical server is not responding.
 
Thank you very much for your answer, Jim!
I tried out a couple of things in the meanwhile, including restarting both the router and the computer.
First, the url is correctly resolved when starting the computer under windows.
Under opensuse, when I click on "/avr" on the page
http://download.opensuse.org/repositories/CrossToolchain:
then a new page opens:
http://www.crosstoolchain.com/avr/
That is also the page where I get with:
http://download.opensuse.org/repositories/CrossToolchain:/avr/

So some script seems to misinterpret the ":" as the beginning of a new url.
I can't find dns-clean under /etc/init.d.

Edit: Just found out that the url is correctly resolved when I replace the ":" with "%3a"
 
Last edited by a moderator: