ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] tunctl & udev rules
@ 2007-03-03 11:17 Nick S. Grechukh
  2007-03-03 11:56 ` Sergey Vlasov
  0 siblings, 1 reply; 3+ messages in thread
From: Nick S. Grechukh @ 2007-03-03 11:17 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]

я тут собрался делать дистрибутивное решение для qemu tun/tap
networking, по ходу нарисовался control-скрипт для tunctl.
обнаружилось что:

[root@gns facilities]# grep -Rw tun /etc/udev/rules.d/
/etc/udev/rules.d/50-udev-default.rules:KERNEL=="tun",
 NAME="net/%k", MODE="0600"
/etc/udev/rules.d/90-tun.rules:KERNEL=="tun", NAME="net/%k",
GROUP="tun" MODE="0660"

[root@gns facilities]# rpm -qf /etc/udev/rules.d/90-tun.rules
tunctl-20060323-alt0

[root@gns facilities]# rpm -q --scripts tunctl
preinstall scriptlet (through /bin/sh):
groupadd -r tun
postuninstall scriptlet (through /bin/sh):
groupdel tun

(тут сразу три баги - BLOCKER: /^groupdel.*$// ; ENH: s/tun/_tun/ ;
TRIVIAL: s/groupadd/%groupadd/ ;)

[root@gns facilities]# modprobe tun

[root@gns facilities]# ll /dev/net/tun
crw------- 1 root root 10, 200 Mar  2 23:00 /dev/net/tun

конечно, закоментить строчку в 50-udev-default.rules могy, но это не
наш метод. можно:

а) поставить группу tun в дефолт самого удева, из пакета убрать
рулезы. а кто создаст группу?

б) убрать из udev правило для tun, чтобы работало нужно будет ставить
пакет tunctl. да и так без него tun особо не поюзаешь  - qemu
разучился создавать их от пользователя.

в) изменить в пакете номер правила на меньше 50. это грязно :)

[-- Attachment #2: tun.control --]
[-- Type: application/x-shellscript, Size: 1614 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-04 10:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-03 11:17 [devel] tunctl & udev rules Nick S. Grechukh
2007-03-03 11:56 ` Sergey Vlasov
2007-03-04 10:21   ` Nick S. Grechukh

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