View Single Post
  #1  
Old 01-11-2008, 06:15 PM
unix unix is offline
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Problems in browsing in opera

I have a problem browsing with opera which started when I upgraded from
Mandriva 2007.

I cannot access any pages on the web at all. The web can be accessed
normally using other browsers such as Firefox or Konqueror. My email
program and newsreader also work OK, so I would appear that my internet
connection is OK.

I am now running "Mandriva Linux release 2008.0 (Official) for i586"

The browser shows:

Error!
Network problem

You tried to access the address http://en.wikipedia.org/wiki/Main_Page,
which is currently unavailable. Please make sure that the Web address
(URL) is correctly spelled and punctuated, then try reloading the page.
Make sure your Internet connection is active and check whether other
applications that rely on the same connection are working.
Check that the setup of any Internet security software is correct and
does not interfere with ordinary Web browsing.
If you are behind a firewall on a Local Area Network and think this may
be causing problems, talk to your systems administrator.
Try pressing the F12 key on your keyboard and disabling proxy servers,
unless you know that you are required to use a proxy to connect to the
Internet. Reload the page

Running opera -debugdns and trying to connect to Wikipedia gives the
following output:

dns: Resolving 'en.wikipedia.org'
dns: Trying IPv6 lookup for host 'en.wikipedia.org'...
dns: Thread created
dns: gethostbyname failed with return value 34 (Numerical result out of
range). hostent pointernil)
dns: Trying IPv4 lookup for host 'en.wikipedia.org'...
dns: gethostbyname failed with return value 34 (Numerical result out of
range). hostent pointernil)
dns: Resolving 'en.wikipedia.org'
dns: Trying IPv6 lookup for host 'en.wikipedia.org'...
dns: gethostbyname failed with return value 34 (Numerical result out of
range). hostent pointernil)
dns: Trying IPv4 lookup for host 'en.wikipedia.org'...
dns: gethostbyname failed with return value 34 (Numerical result out of
range). hostent pointernil)
dns: Thread created

The contents of /etc/modules.conf is:

alias net-pf-10 off

The contents of /etc/modprobe.conf is:

alias eth0 sis900
alias sound-slot-0 snd_intel8x0
alias net-pf-10 off
install scsi_hostadapter /sbin/modprobe usb_storage; /bin/true
remove snd-intel8x0 /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe
--first-time -r --ignore-remove snd-intel8x0
install snd-intel8x0 /sbin/modprobe --first-time --ignore-install
snd-intel8x0 && { /sbin/modprobe snd-pcm-oss; /bin/true; }
install usb-interface /sbin/modprobe ohci_hcd; /sbin/modprobe ehci_hcd;
/bin/true
alias ieee1394-controller ohci1394
blacklist audio
blacklist snd-usb-audio
install ide-controller /sbin/modprobe sis5513; /bin/true

The contents of /etc/resolv.conf is:

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by
# resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 192.168.1.254
search home

The primary DNS (as shown by my router) is 194.72.0.114

Any ideas on how to correct this problem?

--
Chris

Give a man a match, and he'll be warm for a minute,
but set him on fire, and he'll be warm for the rest of his life.
Reply With Quote