Solving URL Problem on OpenSUSE 12.1 with Firefox

  • Thread starter Thread starter DrDu
  • Start date Start date
AI Thread Summary
A user experienced issues accessing the OpenSUSE repository at http://download.opensuse.org/repositories/CrossToolchain:/avr/ on OpenSUSE 12.1 using Firefox, receiving a "link does not exist" error. The repository worked on a Windows machine, indicating a potential DNS or URL parsing issue on the OpenSUSE system. Suggestions included flushing the DNS cache on both systems and restarting the router. The user discovered that the URL resolves correctly when replacing the colon (":") with "%3a", suggesting that a script misinterprets the colon as a delimiter for a new URL. The absence of the dns-clean script in the OpenSUSE system was noted.
DrDu
Science Advisor
Messages
6,421
Reaction score
1,003
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?
 
Computer science 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:
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Back
Top