From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] netstat (was: I: packages depending on obsolete net-tools)
Date: Fri, 5 Feb 2010 04:49:22 +0300
Message-ID: <20100205014922.GA9781@wo.int.altlinux.org> (raw)
In-Reply-To: <20100204175222.GX19966@snowwhite.immo>
[-- Attachment #1: Type: text/plain, Size: 1319 bytes --]
On Thu, Feb 04, 2010 at 08:52:22PM +0300, Konstantin Pavlov wrote:
> On Thu, Feb 04, 2010 at 08:43:58PM +0300, Dmitry V. Levin wrote:
> > > Более другие дистрибутивы и операционные системы этот "устаревший
> > > неподдерживаемый софт" тоже не поддерживают?
> >
> > net-tools в некоторой степени поддерживается, но основное направление
> > этой поддержки -- распространение рекомендаций по миграции.
> >
> > > Какова поддержка и живучесь форков этого софта?
> >
> > iproute2 -- это не форк net-tools, а его замена.
>
> А что насчет замены части net-tools через inetutils?
inetutils очень мало распространен, не в каждом репозитории есть пакет,
мне понадобилось некоторое время, чтобы понять, что можно ожидать от
inetutils.
Итак, netstat там нет, route там нет, arp там нет, а ifconfig, который там
есть, работает по тем же принципам, что и ifconfig из net-tools.
Сравните:
$ strace -eioctl -o '|grep -c SIOC >&2' /sbin/ip l sh lo >/dev/null
1
$ strace -eioctl -o '|grep -c SIOC >&2' /sbin/ifconfig lo >/dev/null
11
$ strace -eioctl -o '|grep -c SIOC >&2' inetutils/ifconfig/ifconfig lo >/dev/null
17
(BTW, ifconfig -a из inetutils в упор не видит venet0)
Нет, увы, netlink упразднил ioctl, об этом даже на wikipedia написано:
http://en.wikipedia.org/wiki/Netlink
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2010-02-05 1:49 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-03 22:36 ` [devel] I: packages depending on obsolete net-tools Dmitry V. Levin
2010-02-04 12:19 ` Денис Смирнов
2010-02-04 12:38 ` Damir Shayhutdinov
2010-02-04 12:43 ` Afanasov Dmitry
2010-02-07 22:12 ` Michael Shigorin
2010-02-09 15:18 ` Victor Forsiuk
2010-02-09 16:15 ` Andrey Rahmatullin
2010-02-09 16:33 ` Victor Forsiuk
2010-02-09 16:43 ` Andrey Rahmatullin
2010-02-04 13:39 ` [devel] netstat (was: I: packages depending on obsolete net-tools) Dmitry V. Levin
2010-02-04 14:38 ` Andrey Rahmatullin
2010-02-04 14:51 ` Dmitry V. Levin
2010-02-04 14:57 ` Andrey Rahmatullin
2010-02-04 17:10 ` Dmitry V. Levin
2010-02-04 17:31 ` Konstantin Pavlov
2010-02-04 17:43 ` Dmitry V. Levin
2010-02-04 17:52 ` Konstantin Pavlov
2010-02-05 1:49 ` Dmitry V. Levin [this message]
2010-02-04 17:40 ` Денис Смирнов
2010-02-05 1:54 ` Dmitry V. Levin
2010-02-05 16:34 ` Денис Смирнов
2010-02-07 22:23 ` [devel] apache1 (was: netstat (was: I: packages depending on obsolete net-tools)) Michael Shigorin
2010-02-08 0:11 ` Денис Смирнов
2010-02-08 4:20 ` [devel] apache1 (was: netstat Aleksey Avdeev
2010-02-08 10:12 ` [devel] apache1 Michael Shigorin
2010-02-04 16:52 ` [devel] netstat (was: I: packages depending on obsolete net-tools) Денис Смирнов
2010-02-04 21:44 ` Afanasov Dmitry
2010-02-05 5:36 ` [devel] netstat Anton Farygin
2010-02-04 12:35 ` [devel] I: packages depending on obsolete net-tools Timur Batyrshin
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=20100205014922.GA9781@wo.int.altlinux.org \
--to=ldv@altlinux.org \
--cc=devel@lists.altlinux.org \
/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
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git