Re: apt problem
Michael Fleming <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user,gmane.spam.detected |
|---|---|
| Organization | Lacey Turner's Fan Club (Charter Member and President) |
| Message-ID | <[email protected]> |
On Sun, 2006-01-22 at 00:58 +0600, GEJOE DANIEL wrote: > On 1/21/06, Michael Fleming <[email protected]> wrote: > > On Sat, 21 Jan 2006 08:38:06 +0600. GEJOE DANIEL waffled thusly: > > > > > this is what i got for apt-get update.. > > > what's wrong??Everytime i try i get the same thing... > > > > > > [root@gejoe ~]# apt-get update > > > Err http://ayo.freshrpms.net fedora/linux/4/i386 release > > > Temporary failure resolving 'ayo.freshrpms.net' > > > Err http://ftp.heanet.ie fedora/4/en/i386 release > > > Temporary failure resolving 'ftp.heanet.ie' > > > Err http://wftp.tu-chemnitz.de fedora/4/en/i386 release > > > Temporary failure resolving 'wftp.tu-chemnitz.de' > > > Err http://apt.sw.be fedora/4/en/i386 release > > > Temporary failure resolving 'apt.sw.be' > > > > This looks like a local DNS resolution problem - check your local caching > > nameserver. > > > > What does the output of a "dig +qr a ayo.freshrpms.net" command give you? > > > > Cheers, > > Michael. > > > > -- > > Michael Fleming <[email protected]> > > "Bother" said the Borg, "We've assimilated Pooh!" > > > > > > this is what i got for dig +qr a ayo.freshrpms.net: > [root@gejoe ~]# dig +qr a ayo.freshrpms.net > > ; <<>> DiG 9.3.1 <<>> +qr a ayo.freshrpms.net > ;; global options: printcmd > ;; Sending: > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15428 > ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 > > ;; QUESTION SECTION: > ;ayo.freshrpms.net. IN A > > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 15428 > ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 The DNS server has refused our request for a recursive query (status: REFUSED). If this is yours / your ISP's caching nameserver you're querying (61.1.192.65) you'll need to add your IP block to a "allow-query" directive in named.conf (assuming BIND is being used) or ask the ISP's sysadmins to do likewise. Your APT config is otherwise fine and not at issue. > ;; QUESTION SECTION: > ;ayo.freshrpms.net. IN A > > ;; Query time: 111 msec > ;; SERVER: 61.1.192.65#53(61.1.192.65) > ;; WHEN: Sun Jan 22 00:30:38 2006 > ;; MSG SIZE rcvd: 35 > Gejoe Cheers, Michael. -- Michael Fleming <[email protected]> "Bother" said the Borg, "We've assimilated Pooh!"