Re: [systemd-devel] Which kernel options are required?

2011-04-27 Thread DR
The diff has about 6k lines. On Thu, Apr 28, 2011 at 5:19 AM, Kay Sievers wrote: > On Wed, Apr 27, 2011 at 17:32, DR wrote: > > Er..As I explained above, this problem just exists with my customized > kernel > > and > > not with the archlinux official kernel. So I asked 'what kernel options >

Re: [systemd-devel] tmpfile white listing [PATCH]v3

2011-04-27 Thread william douglas
The reason I limited it to just D or x is that without that, r and R files would also be protected and that wouldn't be desired. I can do a check just for those however since unfiltered behavior otherwise makes more sense. On Apr 27, 2011 12:52 PM, "Lennart Poettering" wrote: On Wed, 27.04.11 1

Re: [systemd-devel] Assertion 'u->meta.type != _UNIT_TYPE_INVALID' failed at src/unit.c:257, function unit_add_to_load_queue(). Aborting.

2011-04-27 Thread Lennart Poettering
On Mon, 04.04.11 18:30, Albert Strasheim ([email protected]) wrote: > > Hello > > On Mon, Apr 4, 2011 at 6:01 PM, Albert Strasheim wrote: > > I'm trying to set up a configuration where a variable number of > > devices under /dev/mapper get automounted. > > I've started with the following: > > #

Re: [systemd-devel] Which kernel options are required?

2011-04-27 Thread Kay Sievers
On Wed, Apr 27, 2011 at 17:32, DR wrote: > Er..As I explained above, this problem just exists with my customized kernel > and >  not with the archlinux official kernel. So I asked 'what kernel options are > required'. > I didn't mean that it is a bug in systemd. If you diff the kernel .config fil

Re: [systemd-devel] tmpfile white listing [PATCH]v3

2011-04-27 Thread Lennart Poettering
On Wed, 27.04.11 10:03, William Douglas ([email protected]) wrote: > > +static bool protected(const char *key) { > +struct Item *i; > + > +if (!(i = find_glob(globs, key))) > +if (!(i = (Item *)hashmap_get(items, key))) > +return

Re: [systemd-devel] tmpfile white listing [PATCH]v3

2011-04-27 Thread William Douglas
Below is version 3 of tmpfile white listing. >From ed06da9a9dea18070cedf0bc2bf3d387b1bd57f0 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Tue, 19 Apr 2011 15:12:19 -0700 Subject: [PATCH] Implement tmpfile white listing. x, in addition to its old behavior, now will protect (recursively) f

Re: [systemd-devel] Which kernel options are required?

2011-04-27 Thread Lennart Poettering
On Wed, 27.04.11 23:32, DR ([email protected]) wrote: > Er..As I explained above, this problem just exists with my customized kernel > and > not with the archlinux official kernel. So I asked 'what kernel options are > required'. > I didn't mean that it is a bug in systemd. But this doesn't

Re: [systemd-devel] Which kernel options are required?

2011-04-27 Thread DR
Er..As I explained above, this problem just exists with my customized kernel and not with the archlinux official kernel. So I asked 'what kernel options are required'. I didn't mean that it is a bug in systemd. -- Dark Raven -Waiting for chaos to begin On Wed, Apr 27, 2011 at 11:16 PM, Lennart

Re: [systemd-devel] Which kernel options are required?

2011-04-27 Thread Lennart Poettering
On Wed, 27.04.11 22:46, [email protected] ([email protected]) wrote: > I recently started to use systemd. But I experienced a very annoying > problem. When I try 'systemctl poweroff', everything goes fine first, > systemd says 'Detaching DM Device' and exits, the kernel stopped my > hard d

[systemd-devel] Which kernel options are required?

2011-04-27 Thread drdarkraven
I recently started to use systemd. But I experienced a very annoying problem. When I try 'systemctl poweroff', everything goes fine first, systemd says 'Detaching DM Device' and exits, the kernel stopped my hard disk and disabled non-boot cpus, but then my computer just hang there. I wait for about

Re: [systemd-devel] manager.c

2011-04-27 Thread Lennart Poettering
On Wed, 27.04.11 02:07, Cristi Patty ([email protected]) wrote: > in [manager.c], function [manager_reload], close to the end of > function, there are these lines:"       assert(m->n_deserializing > > 0);        m->n_deserializing ++;                             "- is it > really OK the " m->n

[systemd-devel] manager.c

2011-04-27 Thread Cristi Patty
in [manager.c], function [manager_reload], close to the end of function, there are these lines:"       assert(m->n_deserializing > 0);         m->n_deserializing ++;                             "- is it really OK the " m->n_deserializing ++ " or it should have been " m->n_deserializing -- " ? Tha

Re: [systemd-devel] How to implement fsck progress report with systemd and plymouth?

2011-04-27 Thread [email protected]
Hi, 2011/4/27 Lennart Poettering : > I would suggest to leave the parsing of the fsck -C output to fsckd, as > well as the integration of multiple of these streams. fsckd would then > only pass one stream of progress bar information to plymouth. The > handling in Plymouth would be very simple: you