Hi, I upgraded my system from 11.1 to 11.2, unfortunately after the upgrade there were no repositories set up. My notebook already has 11.2 on it, so I just copied the addresses from there and tried to update. Everytime I try zypper up, or from yast online-update. I wait for 10 min, and get an timeout error.
[quote]
> zypper ref
Metadaten von Repository ‘non-oss’ werden abgerufen ]Timeout exceed
Abbrechen, wiederholen, ignorieren? [a/w/i] (w):
w nach 22 automatisch wählen
[quote]
Looks like it’s some sort of network problem. I know I can ping google and other webpages, unfortunately since I upgraded to 11.2 I haven’t been able to get X back up and running I need to reinstall the nvidia drivers. So first just fixing the repos then I can work on getting X back up, but X isn’t a priority right now.
The problem is not so much getting a working X, is I need to be able to get the repos to work again. I don’t know where to start looking to be able to fix the problem. I keep getting a timeout exceeded but the internet works on the pc.
There should be IP addresses on those line and not * in whatever form.
And the search statement should contain one or more domains (or be left out completely) instead of the five (!) white space separated fields you have.
How did you get this in there? When your router is also your DNS server, it should be:
nameserver 172.22.78.126
Or when your provider offers you the service of some DNS servers use those.
Third possibility, use some others out on the Internet llike Googles:
I changed the IP addreses of the DNS servers to *, they were the proper ips and nameservers, I just changed them for privacy reasons. The domains I changed as well, should have made that clear sorry about that. I’m sure that they work though and the numbers are correct. My university has 3 nameservers (I live in a dorm) and a seperate gateway. Which is why I can’t really try out DHCP. 172.22.78.126 is the gateway not a nameserver (as far as I know).
Umm here’s the proper output from /etc/resolv.conf.
# ssh ismpc31 -X
Password:
Last login: Mon Jun 7 11:04:34 2010
Have a lot of fun...
ismpc31: > cat /etc/resolv.conf
### /etc/resolv.conf file autogenerated by netconfig!
#
# Before you change this file manually, consider to define the
# static DNS configuration using the following variables in the
# /etc/sysconfig/network/config file:
# NETCONFIG_DNS_STATIC_SEARCHLIST
# NETCONFIG_DNS_STATIC_SERVERS
# NETCONFIG_DNS_FORWARDER
# or disable DNS configuration updates via netconfig by setting:
# NETCONFIG_DNS_POLICY=''
#
# See also the netconfig(8) manual page and other documentation.
#
# Note: Manual change of this file disables netconfig too, but
# may get lost when this file contains comments or empty lines
# only, the netconfig settings are same with settings in this
# file and in case of a "netconfig update -f" call.
#
### Please remove (at least) this line when you modify the file!
search mach.uni-karlsruhe.de rz.uni-karlsruhe.de uni-karlsruhe.de
nameserver 129.13.64.5
nameserver 129.3.96.2
nameserver 129.13.180.2
Seeing now you are in the university network of Uni Karlsruhe, aren’t you supposed to use a proxy for going on the Internet? And when yes, does YaST > Sofware management (and thus zypper) know about this?
I am not very fluent with this, but maybe somebody here can help you with a proxy configuration for repository usage.
And like DenverD, the use of root to ssh to a system looks far more dangerous to me then showing the DNS servers of the Uni (which are widely published within the Uni I suppose).
Ok, so I figured out what was wrong. It’s the plug in the wall, who would of thought. Ssh works and ping works but nothing else, really wierd. I tried my notebook using an ethernet cable to the same plug and it wouldn’t work either. So I carried my pc over to the next room and plugged it in and it worked. I’m not all that worried about root access because I only allow ssh from certain IPs and I don’t leave the pc on much. Thanx for the help too bad it was a hardware failure.