* [Buildroot] PATCH: lsof - correct URL
@ 2007-10-13 21:46 Ivan Kuten
0 siblings, 0 replies; only message in thread
From: Ivan Kuten @ 2007-10-13 21:46 UTC (permalink / raw)
To: buildroot
This what I get when trying to get lsof:
ftp lsof.itap.purdue.edu
Connected to lsof.itap.purdue.edu.
530-The name server used by lsof.itap.purdue.edu cannot convert your network
530-address to a host name and back to your network address. Therefore,
530-lsof.itap.purdue.edu will not accept the connection. Consult with your
530-DNS provider to determine why DNS lookups do not match correctly for
530-your network address and host name.
530-
530-Even without having proper DNS reverse lookup, you may be able to get
530-lsof from one of these mirror sites:
530-
530- ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof
530- ftp://ftp.tau.ac.il/pub/unix/admin
530- ftp://ftp.cert.dfn.de/pub/tools/admin/lsof
530- ftp://ftp.fu-berlin.de/pub/unix/tools/lsof
530- ftp://ftp.kaizo.org/pub/lsof/
530- ftp://ftp.tu-darmstadt.de/pub/sysadmin/lsof
530- ftp://ftp.tux.org/pub/sites/vic.cc.purdue.edu/tools/unix/lsof
530- ftp://gd.tuwien.ac.at/utils/admin-tools/lsof
530- ftp://sunsite.ualberta.ca/pub/Mirror/lsof
530- ftp://the.wiretapped.net/pub/security/host-security/lsof/
Patch to use mirror for lsof:
Index: package/lsof/lsof.mk
===================================================================
--- package/lsof/lsof.mk (revision 20237)
+++ package/lsof/lsof.mk (working copy)
@@ -5,7 +5,8 @@
#############################################################
LSOF_VERSION:=4.78
LSOF_SOURCE:=lsof_$(LSOF_VERSION).tar.bz2
-LSOF_SITE:=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
+#LSOF_SITE:=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
+LSOF_SITE:=ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/
LSOF_CAT:=$(BZCAT)
LSOF_DIR:=$(BUILD_DIR)/lsof_$(LSOF_VERSION)
LSOF_BINARY:=lsof
Best regards,
Ivan
--------------------------------
Embedded Linux engineer,
Promwad Company: http://www.promwad.com/
Homepage : http://www.ivankuten.com/
--------------------------------
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-13 21:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-13 21:46 [Buildroot] PATCH: lsof - correct URL Ivan Kuten
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.