Re: [systemd-devel] Second (erroneous) check of rootfs?

2015-01-10 Thread Andrei Borzenkov
В Sat, 10 Jan 2015 16:51:24 +0300 Nikolai Zhubr пишет: > Hi, > 09.01.2015 23:48, Chris Murphy: > [...] > >> I might be missing something, but what's wrong with the existing "root=... > >> rootfstype=... rootflags=... rw" options? Why is the remount even > >> necessary? > > > > Seems to be distro

[systemd-devel] Fw: [PATCH 1/2] systemd-helpers

2015-01-10 Thread Carlos Morata Castillo
Hi, El Sat, 10 Jan 2015 14:28:26 -0500 Dave Reisner escribió: >On Sat, Jan 10, 2015 at 01:33:05PM +0100, Carlos Morata Castillo wrote: >> Hi, >> >> As stated here, we should use a library for bash autocompletions (maybe even >> with include guards). >> http://cgit.freedesktop.org/systemd/system

Re: [systemd-devel] [udev] Giving exclusive rights over a sound card to a user

2015-01-10 Thread Léo Gillot-Lamure
Brilliant, worked like a charm : $ ls -l /dev/snd/ total 0 drwxr-xr-x 2 rootroot 60 11 janv. 00:52 by-id drwxr-xr-x 2 rootroot 100 11 janv. 00:52 by-path crw-rw+ 1 rootaudio 116, 2 11 janv. 00:52 controlC0 crw-rw+ 1 rootaudio 116, 7 11 janv. 00:52 controlC1 c

Re: [systemd-devel] Second (erroneous) check of rootfs?

2015-01-10 Thread Chris Murphy
On Sat, Jan 10, 2015 at 6:51 AM, Nikolai Zhubr wrote: > > Hope someone will come up with a better solution though :) > (There are lots of systems affected to some degree in the wild already) > Yeah it's a bit messy and I really think to some degree this should be bounced back to the ext develope

Re: [systemd-devel] [PATCH 1/2] systemd-helpers

2015-01-10 Thread Dave Reisner
On Sat, Jan 10, 2015 at 01:33:05PM +0100, Carlos Morata Castillo wrote: > Hi, > > As stated here, we should use a library for bash autocompletions (maybe even > with include guards). > http://cgit.freedesktop.org/systemd/systemd/commit/shell-completion/bash/localectl?id=a72d698d0d9ff9c158155b44cd

Re: [systemd-devel] Second (erroneous) check of rootfs?

2015-01-10 Thread Nikolai Zhubr
Hi, 09.01.2015 23:48, Chris Murphy: [...] I might be missing something, but what's wrong with the existing "root=... rootfstype=... rootflags=... rw" options? Why is the remount even necessary? Seems to be distro specific. I see rw for opensuse or Ubuntu, and ro for Fedora. The ro seems antiqu

[systemd-devel] [PATCH 2/2] Use local -A OPTS in all bash autocompletions

2015-01-10 Thread Carlos Morata Castillo
Hi, For homogenisation, we should use an associative array in "all" the bash autocompletion scripts, thus when someone added new options should type them into the correct type. My intention is to make bash script completions homogeneous in order to maintain them more efficiently. PD: Sorry

[systemd-devel] [PATCH 1/2] systemd-helpers

2015-01-10 Thread Carlos Morata Castillo
Hi, As stated here, we should use a library for bash autocompletions (maybe even with include guards). http://cgit.freedesktop.org/systemd/systemd/commit/shell-completion/bash/localectl?id=a72d698d0d9ff9c158155b44cdc77376df31a317 Explanation: Using autotools make the autocompletions to /usr/sh