From: Ivan Kuten <ivan.kuten@promwad.com>
To: buildroot@busybox.net
Subject: [Buildroot] PATCH: lsof - correct URL
Date: Sun, 14 Oct 2007 00:46:31 +0300 [thread overview]
Message-ID: <47113CB7.1030104@promwad.com> (raw)
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/
--------------------------------
reply other threads:[~2007-10-13 21:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47113CB7.1030104@promwad.com \
--to=ivan.kuten@promwad.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.