Re: [systemd-devel] logind: multiseat without framebuffer graphic cards

2012-11-26 Thread Oleg Samarin
> > But nigther user of seat0 nor user of seat1 can access it even another > > > user is not working with it, even no user is logged on anothe seat. > I made more testing and found, that /dev/snd/seq is accessible for any user, logged in on the seat0, but not to one logged on the seat1. After re

Re: [systemd-devel] udev interferes with sfdisk partition changes

2012-11-26 Thread Daniel Drake
On Mon, Nov 19, 2012 at 7:57 PM, Lennart Poettering wrote: > parted is actually capable of doing this properly and settles the > device. Have you looked into that? Looks like as of version 3.0, parted can no longer resize partitions. The functionality got dropped. Daniel

Re: [systemd-devel] systemd convert

2012-11-26 Thread Kay Sievers
On Sun, Nov 25, 2012 at 11:39 PM, Colin Guthrie wrote: > 'Twas brillig, and Lennart Poettering at 24/11/12 23:11 did gyre and gimble: >> On Sat, 24.11.12 10:18, Dave (Bob) ([email protected]) wrote: >> >>> The only thing that I would be interested to know, is why what I would >>> see as exec

Re: [systemd-devel] Properly handling rngd's complex dependencies

2012-11-26 Thread Shea Levy
Hi Mantas, Thanks for the advice. One question: On 11/22/2012 12:49 PM, Mantas Mikulėnas wrote: On Thu, Nov 22, 2012 at 6:19 PM, Shea Levy wrote: Hi all, rngd currently supports three sources of randomness to increase the kernel's entropy pool: The hwrng device, the trusted platform module d

[systemd-devel] Browsable man pages from HEAD

2012-11-26 Thread David Strauss
I just enabled anonymous access to the build workspace on the Jenkins server. Aside from making the build artifacts downloadable, this allows web access to the man pages for HEAD: http://systemd.getpantheon.com:8080/jenkins/job/build-master/ws/man/index.html If you bookmark this, it will *always*

Re: [systemd-devel] systemd convert

2012-11-26 Thread Colin Guthrie
'Twas brillig, and Lennart Poettering at 24/11/12 23:11 did gyre and gimble: > On Sat, 24.11.12 10:18, Dave (Bob) ([email protected]) wrote: > >> The only thing that I would be interested to know, is why what I would >> see as executables and cofiguration files are put in the 'lib' > > The

Re: [systemd-devel] logind: multiseat without framebuffer graphic cards

2012-11-26 Thread Thomas Bächler
Am 23.11.2012 18:18, schrieb Lennart Poettering: > On Thu, 22.11.12 13:27, Thomas Bächler ([email protected]) wrote: > >> For me, the major problem is that the selection of "seat master devices" >> is hard-coded in logind (it selects devices of type "graphics" from >> udev, [1]). Step 1 would b

Re: [systemd-devel] logind: multiseat without framebuffer graphic cards

2012-11-26 Thread Kay Sievers
On Sun, Nov 25, 2012 at 6:35 PM, Oleg Samarin wrote: > В Вс., 25/11/2012 в 02:21 +0100, Kay Sievers пишет: >> On Sat, Nov 24, 2012 at 10:46 PM, Lennart Poettering >> wrote: >> >> > This sounds as if it should be tagged with uaccess, so that it is >> > managed by dynamic ACLs as sessoins become ac

Re: [systemd-devel] logind: multiseat without framebuffer graphic cards

2012-11-26 Thread Oleg Samarin
В Вс., 25/11/2012 в 02:21 +0100, Kay Sievers пишет: > On Sat, Nov 24, 2012 at 10:46 PM, Lennart Poettering > wrote: > > > This sounds as if it should be tagged with uaccess, so that it is > > managed by dynamic ACLs as sessoins become active and inactive. > > > > Kay, what's the story behind /dev

Re: [systemd-devel] logind: multiseat without framebuffer graphic cards

2012-11-26 Thread Oleg Samarin
> Please rebase to current git! We merge new stuff like this only into the git > version. I'm sorry. The previous patch was for F17. Here is one for the git version. > As mentioned, for F19 we want to get rid of that. systemd-multi-seat-x > was only intended to be a temporary work-around until X

Re: [systemd-devel] systemd195: issue with udev launched script

2012-11-26 Thread Warpme
On 11/25/12 1:24 PM, Andrey Borzenkov wrote: В Fri, 16 Nov 2012 17:37:27 +0100 Warpme пишет: [Service] ExecStart=/usr/local/bin/run-backup.sh Type=forking GuessMainPID=false RemainAfterExit=no Issue: it works with: ENV{ID_FS_LABEL_ENC}==".myth.backup", RUN+="/usr/bin/systemctl start ext-usb

Re: [systemd-devel] systemd195: issue with udev launched script

2012-11-26 Thread Andrey Borzenkov
В Fri, 16 Nov 2012 17:37:27 +0100 Warpme пишет: > [Service] > ExecStart=/usr/local/bin/run-backup.sh > Type=forking > GuessMainPID=false > RemainAfterExit=no > > > > Issue: > it works with: > ENV{ID_FS_LABEL_ENC}==".myth.backup", RUN+="/usr/bin/systemctl start > ext-usb-backup.service" > Is