ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] Re: Re: Re: Re: автомонтирвоание
Date: Thu, 5 Jan 2006 19:34:34 +0300
Message-ID: <20060105163433.GA8675@procyon.home> (raw)
In-Reply-To: <dpj9b5$vs3$1@sea.gmane.org>

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

On Thu, Jan 05, 2006 at 05:09:40PM +0300, Sergey V Turchin wrote:
> Dmitry Marochko wrote:
> > В сообщении от 3 Январь 2006 14:49 Sergey V Turchin написал(a):
> >>Видимо, hal перестает сообщать о появлении/удалении устройства.
> >>С hal в kde при изменении /etc/mtab отслеживается только изменение статуса
> >>смонтировано/размонтировано.
> > Это как-то лечится?
> Как-то наверняка лечится :-)
> Теоретически вижу такие варианты:
> 1. Раз есть hal, то он должен сообщать о появлении/удалении устройства

Точнее, в случае использования ivman+pmount надо ловить события о
монтировании.  Имеющееся на сегодняшний день в Сизифе ядро 2.6.14 в
принципе посылает такие события через netlink (и вроде бы hal даже
умеет их принимать), но там есть race, который решили не чинить.  В
2.6.15 можно будет вызывать select() или poll() для /proc/mounts,
чтобы ожидать изменений списка смонтированных ФС.  В 2.6.16 события
KOBJ_MOUNT и KOBJ_UMOUNT, передававшиеся через netlink, будут убраны
(следовательно, имеющийся сейчас в hal код для их обработки
окончательно перестанет работать); соответствующий патч уже
закоммичен:

http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=033b96fd30db52a710d97b06f87d16fc59fee0f1

> 2. Это должен делать ivman(т.к. из-за него перестает) и kde должен ловить
> сообщения ivman через dbus.

Теоретически можно и так, но у ivman тоже нет полной информации (в
частности, каталог, куда будет монтироваться ФС, определяет pmount).

> 3. Если есть hal и есть ivman, то kde должен появление/удаление устройств
> в /etc/mtab смотреть тоже, но это криво выглядит и делать такой хак не
> захочу.

Либо в /etc/mtab, либо вообще в /proc/mounts.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2006-01-05 16:34 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-01 16:45 [sisyphus] автомонтирвоание Anton Gorlov
2006-01-01 17:25 ` [sisyphus] автомонтирвоание Michael Shigorin
2006-01-01 17:38   ` Anton Gorlov
2006-01-01 18:49     ` Dmitry Marochko
2006-01-01 19:20       ` Anton Gorlov
2006-01-01 22:42         ` Dmitry Marochko
2006-01-02 11:19           ` Anton Gorlov
2006-01-02 16:12             ` Dmitry Marochko
2006-01-02 17:07               ` Sergey Vlasov
2006-01-02 17:55                 ` [sisyphus] " Sergey V Turchin
2006-01-02 18:04                   ` Anton Gorlov
2006-01-02 19:05                     ` [sisyphus] " Sergey V Turchin
2006-01-03  6:07                       ` Anton Gorlov
2006-01-02 19:51                     ` Sergey V Turchin
2006-01-02 20:36                   ` [sisyphus] " Dmitry Marochko
2006-01-03  6:08                     ` Anton Gorlov
2006-01-03 11:49                       ` [sisyphus] " Sergey V Turchin
2006-01-03 21:32                         ` Dmitry Marochko
2006-01-04 15:25                           ` [sisyphus] " Michael Shigorin
2006-01-05 14:15                             ` Sergey V Turchin
2006-01-07 21:47                               ` Michael Shigorin
2006-01-05 14:09                           ` [sisyphus] Re: Re: " Sergey V Turchin
2006-01-05 15:18                             ` Dmitry Marochko
2006-01-05 16:46                               ` Alexei V. Mezin
2006-01-05 18:10                                 ` Dmitry Marochko
2006-01-07 22:40                                     ` [sisyphus] " Dmitry Marochko
2006-01-10 13:21                                       ` Nick S. Grechukh
2006-01-05 16:34                             ` Sergey Vlasov [this message]
2006-01-05 18:07                               ` [sisyphus] Re: Re: " Dmitry Marochko
2006-01-05 19:22                                 ` Sergey Vlasov
2006-01-05 20:26                                   ` Dmitry Marochko
2006-01-05 19:48                               ` [sisyphus] " Sergey V Turchin
2006-01-06  0:55                                 ` Arioch
2006-01-07 10:17                                   ` Sergey V Turchin
2006-01-10  9:13 ` [sisyphus] автомонтирвоание Epiphanov Sergei

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=20060105163433.GA8675@procyon.home \
    --to=vsu@altlinux.ru \
    --cc=sisyphus@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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git