You are not logged in.

#1 2007-02-10 11:33:17

JhonnyBoy
Member
Registered: 2006-10-11
Posts: 33

getting kernel source with abs

Hi
I'm trying to compile a new kernel with the archlinux tools. I use the abs file but makepkg stuck at downloading the first file (it says : "connecting to <IP adresse>" it waits and says : "failed : connection time out.")
I also tried with PKGBUILD and the kerne26fr.install from this page http://wiki.archlinux.fr/howto:kernel:custom when I use it it says "Resolving fr.ftp.kernel.org...  failed : name or service not known"
My connexion work I tried to ping google and all was find.
I'm not downloading those file for the first time. Is that a classical problem?

Offline

#2 2007-02-10 12:32:02

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: getting kernel source with abs

Those error messages indicate a network-related problem, despite your successful ping test. Try using wget by uncommenting the XferCommand line in /etc/pacman.conf - you can also adjust wget's timeout there if necessary.

Offline

#3 2007-02-10 13:29:28

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: getting kernel source with abs

do as tomk suggested.
.......
added note:
when there is a network issue, don't rely on troubleshooting by just pinging Google. that just confirms you can connect to the internet (a Google server); you should ping the server you're trying to connect to.
also, many servers and home pc, et all wil disable ping reply in their firewall

i personally find that using nmap (questionable) will get you a more accurate reading of whether a host is really down or not.

===========
# ping xts.hcore.org
25 packets transmitted, 0 received, 100% packet loss, time 23997ms
______________________________________________________
# nmap xts.hcore.org
Nmap finished: 1 IP address (1 host up) scanned in 22.525 seconds

Last edited by noriko (2007-02-10 13:35:29)


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#4 2007-02-10 15:44:37

JhonnyBoy
Member
Registered: 2006-10-11
Posts: 33

Re: getting kernel source with abs

I modify the /etc/pacman.conf now pacman -Suy print différent message (it still works). But my makepkg still failled, eatch time it waits around 1 minute 30.
It's talking about ftp://152.104.238.194/.. So I tried to ping this server it and I can't! 100% packets lost. On both of my computer (the other one works under debian and ubuntu so it's not a question of OS).
It's the only net things wihch doesn't work.

Offline

#5 2007-02-10 16:05:43

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: getting kernel source with abs

change the mirror, only suggestion i got.


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#6 2007-02-10 17:53:03

JhonnyBoy
Member
Registered: 2006-10-11
Posts: 33

Re: getting kernel source with abs

How do I change the mirror? by editing the PKGBUILD?

Offline

#7 2007-02-10 18:38:29

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: getting kernel source with abs

yes, the source = section.


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#8 2007-02-11 14:29:08

JhonnyBoy
Member
Registered: 2006-10-11
Posts: 33

Re: getting kernel source with abs

Where can I find other server (it's not the kernel that I can't dowwload it's a patch).

Last edited by JhonnyBoy (2007-02-11 14:29:22)

Offline

#9 2007-02-11 15:15:54

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: getting kernel source with abs

i dunno,
what patch is it ... and what's the mirror in the pkgbuild ?


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#10 2007-02-11 17:10:32

JhonnyBoy
Member
Registered: 2006-10-11
Posts: 33

Re: getting kernel source with abs

here is the source part of the PKGBUILD :

ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$basekernel.tar.bz2 \
  http://www.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2 \
  #http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2 \
  #http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.19-rc6-git2.bz2 \
  ftp://152.104.238.194/cn/nic/r1000_v1.05.tgz \
  config config.x86_64 logo_linux_clut224.ppm logo_linux_mono.pbm logo_linux_vga16.ppm kernel26.preset \
  mkinitcpio-$pkgname.conf \
  #ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/$basekernel/acpi-release-20060310-$basekernel.diff.bz2 \
  acpi-dsdt-initrd-v0.8.1-2.6.16.patch ata-early-irq.patch fuse-2.6.1.patch toshiba-bluetooth.patch

and it's ftp://152.104.238.194/cn/nic/r1000_v1.05.tgz that get stuck.

Offline

#11 2007-02-11 23:32:19

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: getting kernel source with abs

well i dunno where to get it from.
google is useless here.
but the host is down as of 23:31 GMT
#nmap static-ip-194-238-104-152.anlai.com
Nmap finished: 1 IP address (0 hosts up) scanned in 3.100 seconds


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#12 2007-02-11 23:50:57

filoktetes
Member
From: Skien, Norway
Registered: 2003-12-29
Posts: 287

Re: getting kernel source with abs

I hda the same problem, but google worked fine. Searched for r100_v1.05.tgz and found this:

ftp://61.56.86.122/cn/nic/r1000_v1.05.tgz

It works fine for me smile
Although you only need this patch if you need that driver...

Offline

Board footer

Powered by FluxBB