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,405
Reaction score
1,002
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 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top