Chromium and ERR_NAME_NOT_RESOLVED
July 15th, 2009
While trying to use Chromium on a Ubuntu 64-bit machine, I discovered I wasn’t able to browse to any web page. I always got the following error message:
This webpage is not available.
The webpage at http://www.google.com/ might be temporarily down or it may have moved permanently to a new web address.
Here are some suggestions:
Reload this web page later.
More information on this error
Below is the original error messageError 105 (net::ERR_NAME_NOT_RESOLVED): The server could not be found.
DNS name resolution was working properly, so it was something else. I searched for this error and most of the search results were about Chrome on Windows having problems with proxy or firewall configuration. But, who cares about Windows? So, after spending a little bit more, I found the following issue in the official Google Code web site.
In the end, it was just a matter of:
$ sudo apt-get install lib32nss-mdns
Why Chromium has a an explicit dependency on mDNS is something that still puzzles me out.
Official Chromium builds for Mac OS X
May 16th, 2009
Recently, the Chromium team has started to provide official builds of Chromium for Mac OS X. Looks to me these builds are just the output of the continuous build process — also known as waterfall.
In any case, these are good news and to me a proof that Chromium for Mac OS X keeps evolving at a fast pace and that it is making very good progress. As a consequence, a few days ago, I switched to Chromium as my main browser (also in Linux) and I must say it feels great so far.
PS: This post was written entirely under Chromium for Mac OS X. No crashes or any strange behavior were experienced.