Re: Question about enable polling.

2010-10-04 Thread Kay Sievers
On Mon, Oct 4, 2010 at 17:42, Kay Sievers wrote: > On Mon, Oct 4, 2010 at 17:30, Stef Bon wrote: > >> To be sure, the command >> >> udisk --poll-for-media /dev/sr0 >> >> results in: >> : > ps aux | grep udisks | grep -v grep >> root      2792  0.0  0.0  14408  3060 ?        SNl  12:09   0:00 >> /

Re: Question about enable polling.

2010-10-04 Thread Kay Sievers
On Mon, Oct 4, 2010 at 17:30, Stef Bon wrote: > To be sure, the command > > udisk --poll-for-media /dev/sr0 > > results in: > : > ps aux | grep udisks | grep -v grep > root      2792  0.0  0.0  14408  3060 ?        SNl  12:09   0:00 > /usr/lib/udisks/udisks-daemon > root      2793  0.0  0.0   588

Re: Question about enable polling.

2010-10-04 Thread Stef Bon
On 10/04/2010 05:13 PM, Kay Sievers wrote: On Mon, Oct 4, 2010 at 17:05, Stef Bon wrote: But still stays why not: udisks --poll-for-removeable-media in stead of udisks --poll-for-media /dev/sr0 That's a one-shot command, not a switch to enable something in the daemon that keeps polling. It

Re: Question about enable polling.

2010-10-04 Thread Kay Sievers
On Mon, Oct 4, 2010 at 17:05, Stef Bon wrote: >>> But still stays why not: >>> >>> udisks --poll-for-removeable-media >>> >>> in stead of >>> >>> udisks --poll-for-media /dev/sr0 >> >> That's a one-shot command, not a switch to enable something in the >> daemon that keeps polling. It should act on

Re: Question about enable polling.

2010-10-04 Thread Stef Bon
On 10/04/2010 04:31 PM, Kay Sievers wrote: On Mon, Oct 4, 2010 at 16:14, Stef Bon wrote: On 10/04/2010 03:03 PM, David Zeuthen wrote: I see also a difference in the way udev handles cdroms. cdroms inserted or ejected are reported as change, while an inserted usb stick is reported as adding

UPower release 0.9.6

2010-10-04 Thread Richard Hughes
Version 0.9.6 ~~~ Released: 2010-10-04 New Features: - Remove devkit-power-gobject (Richard Hughes) Bugfixes: - Allow explicitly disabling libimobiledevice support (Brett Witherspoon) - Free GErrors after returning them (Matthias Clasen) - Add missing D-Bus return in up_qos_cancel_req

Re: Question about enable polling.

2010-10-04 Thread Kay Sievers
On Mon, Oct 4, 2010 at 16:14, Stef Bon wrote: >  On 10/04/2010 03:03 PM, David Zeuthen wrote: > I see also a  difference in the way udev handles cdroms. cdroms inserted or > ejected are reported as change, while an inserted usb stick is reported as > adding a device (and removal: remove a device)

Re: [Fwd: Re: [RFC] propose to develop a rfkill daemon]

2010-10-04 Thread Gary Ching-Pang Lin
Hi All, 2010/10/4 Joey Lee : > FYI. > > 轉遞的郵件 >> 從: Dan Williams >> 至: Joey Lee >> 副本: mar...@holtmann.org, had...@hadess.net, >> devkit-devel@lists.freedesktop.org, har...@redhat.com, vbo...@suse.cz, >> kay.siev...@suse.de >> 主旨: Re: [RFC] propose to develop a rfkill daemon >>

Re: Question about enable polling.

2010-10-04 Thread David Zeuthen
Hi, For the record, the docs are located here http://hal.freedesktop.org/docs/udisks/ Also note that the ABI of the udisks(1) binary isn't considered stable. The D-Bus ABI has some stability gurantees, see the README file. On Sat, Oct 2, 2010 at 10:43 AM, Stef Bon wrote: > I'm using the udisk

Re: Question about enable polling.

2010-10-04 Thread Stef Bon
On 10/04/2010 03:03 PM, David Zeuthen wrote: Hi, For the record, the docs are located here http://hal.freedesktop.org/docs/udisks/ Also note that the ABI of the udisks(1) binary isn't considered stable. The D-Bus ABI has some stability gurantees, see the README file. Thanks a lot for your