Am 12.04.2013 15:05, schrieb har...@redhat.com:
> From: Harald Hoyer
>
> https://bugs.freedesktop.org/show_bug.cgi?id=63189
>
> better fail than segfault
>
> systemd[1]: Failed to load device unit: Invalid argument
> systemd[1]: Failed to process udev device event: Invalid argument
> ---
>
> V
Am 12.04.2013 09:29, schrieb har...@redhat.com:
> From: Harald Hoyer
>
> When using "-p" and "-b" in combination with "-u", the output is not
> what you would expect. The reason is the sd_journal_add_disjunction()
> call in add_matches_for_unit() and add_matches_for_user_unit(), which
> adds two
Am 12.04.2013 09:30, schrieb har...@redhat.com:
> From: Harald Hoyer
>
> Previously only one "--unit=" or "--user-unit" could be specified.
> With this patch, journalcrtl can show multiple units.
>
> $ journalctl -u systemd-udevd.service -u sshd.service -u crond.service -b
> -- Logs begin at Sa
Am 10.04.2013 14:35, schrieb Zbigniew Jędrzejewski-Szmek:
> On Wed, Apr 10, 2013 at 12:34:43PM +0200, har...@redhat.com wrote:
>> From: Harald Hoyer
>>
>> Novice users might think, that
>> $ systemctl --all
>> is equal to
>> $ systemctl list-unit-files
>>
>> https://bugzilla.redhat.com/show_bug.
while reading random patches in cgit I saw
(in commit 6606089752df90f3eeb4924af109046f1c73554c)
...
> diff --git a/src/shared/util.h b/src/shared/util.h
> index 3aac165..cfb5493 100644
> --- a/src/shared/util.h
> +++ b/src/shared/util.h
> @@ -684,3 +684,15 @@ int unlink_noerrno(const char *path);
Am 10.04.2013 11:51, schrieb har...@redhat.com:
> From: Harald Hoyer
>
> https://bugzilla.redhat.com/show_bug.cgi?id=772073
> ---
> src/core/execute.c | 12
> 1 file changed, 12 insertions(+)
>
> diff --git a/src/core/execute.c b/src/core/execute.c
> index 5083af9..fabd38e 100644
>
On Wed, Apr 17, 2013 at 09:33:35AM +0200, Peeters Simon wrote:
> while reading random patches in cgit I saw
> (in commit 6606089752df90f3eeb4924af109046f1c73554c)
>
> ...
> > diff --git a/src/shared/util.h b/src/shared/util.h
> > index 3aac165..cfb5493 100644
> > --- a/src/shared/util.h
> > +++ b/
I have been using systemd to boot into a very basic target. That target
basically executes a script. In that script we execute an "su -m -c
command user". The last version of systemd I have where this worked is
version 37. I'm using opensuse dist and that was in version 12.2 from
about a year a
On Wed, Apr 17, 2013 at 5:46 PM, Mark Hounschell wrote:
> I have been using systemd to boot into a very basic target. That target
> basically executes a script. In that script we execute an "su -m -c command
> user". The last version of systemd I have where this worked is version 37.
> I'm using o
From: Harald Hoyer
---
Due to the heavy modification, I send this to the list for review.
src/login/sd-login.c | 200 ---
1 file changed, 61 insertions(+), 139 deletions(-)
diff --git a/src/login/sd-login.c b/src/login/sd-login.c
index c97d75c.
On Wed, 17.04.13 16:12, har...@redhat.com (har...@redhat.com) wrote:
> -char *root, *cgroup, *p, *cc;
> +char _cleanup_free_ *root = NULL, *cgroup = NULL, *p = NULL, *cc =
> NULL;
Hmm, can we agree on a common syntax for this?
I tend to put the "_cleanup_free_" before the type,
On Wed, 17.04.13 09:46, Mark Hounschell (ma...@compro.net) wrote:
> I have been using systemd to boot into a very basic target. That
> target basically executes a script. In that script we execute an "su
> -m -c command user". The last version of systemd I have where this
> worked is version 37. I
On Wed, 17.04.13 09:33, Peeters Simon (peeters.si...@gmail.com) wrote:
> while reading random patches in cgit I saw
> (in commit 6606089752df90f3eeb4924af109046f1c73554c)
>
> ...
> > diff --git a/src/shared/util.h b/src/shared/util.h
> > index 3aac165..cfb5493 100644
> > --- a/src/shared/util.h
>
On Wed, Apr 17, 2013 at 04:25:40PM +0200, Lennart Poettering wrote:
> On Wed, 17.04.13 16:12, har...@redhat.com (har...@redhat.com) wrote:
>
> > -char *root, *cgroup, *p, *cc;
> > +char _cleanup_free_ *root = NULL, *cgroup = NULL, *p = NULL, *cc =
> > NULL;
>
> Hmm, can we agree
On Wed, 17.04.13 10:37, Andrey Borzenkov (arvidj...@gmail.com) wrote:
>
> On Wed, Apr 17, 2013 at 9:17 AM, Jan Engelhardt wrote:
> >
> > I think systemd should print some status message -- like "Shutdown of
> > xendomains.service still running" every 5sec, maybe? -- when shutting
> > down some s
On Wed, 17.04.13 06:58, Jan Engelhardt (jeng...@inai.de) wrote:
> Hi,
>
>
> something I observed with systemd-195 is that the LidClose event is
> delivered when switching from X to console while the lid is closed. This
> is unexpected, and what I expected is instead that nothing occurs.
> Appr
On Wed, 17.04.13 06:47, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:
> > If we do this, I am not entirely sure about the name "issue" though. If
> > we do this I'd like a good name that expresses that this requires
> > resolving by the admin, and sufficiently makes clear that this is not
On 04/16/2013 07:45 PM, Kevin Wilson wrote:
No I moved /usr/lib/systemd/systemd-cgroups-agent to some backup.
and made sure that:
ls /usr/lib/systemd/systemd-cgroups-agent
ls: cannot access /usr/lib/systemd/systemd-cgroups-agent: No such file
or directory
Now I tried killing two services that I
On Tue, 16.04.13 20:45, Kevin Wilson (wkev...@gmail.com) wrote:
> cat /sys/fs/cgroup/systemd/system/bluetooth.service/tasks
> 671
>
> Apr 16 20:40:05 localhost systemd[1]: bluetooth.service: main process
> exited, code=killed, status=9/KILL
> Apr 16 20:40:05 localhost systemd[1]: Unit bluetooth.
On Tue, 16.04.13 13:48, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:
> +__systemd_properties() {
> +local mode=$1; shift 1
> +{ __systemctl $mode show;
You probaly want to add "-a" here, since "systemctl show" normally
suppresses 'empty' properties.
Lennart
--
Lennart
On Wed, Apr 17, 2013 at 04:50:19PM +0200, Lennart Poettering wrote:
> On Tue, 16.04.13 13:48, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:
>
> > +__systemd_properties() {
> > +local mode=$1; shift 1
> > +{ __systemctl $mode show;
>
> You probaly want to add "-a" here, si
On 04/17/2013 04:33 PM, Lennart Poettering wrote:
It's so pretty in fact, that it almost makes me want to
add sleep(30) or so to all my daemons' startup and shutdown code just to
see it. It's like KITT, but in ASCII!
No, no, you're not supposed to like it. You should tremble in fear!
It's not a
On Wed, Apr 17, 2013 at 4:55 PM, Michal Schmidt wrote:
> On 04/17/2013 04:33 PM, Lennart Poettering wrote:
>>
>> It's so pretty in fact, that it almost makes me want to
>> add sleep(30) or so to all my daemons' startup and shutdown code just to
>> see it. It's like KITT, but in ASCII!
>
>
> No, no
On Tue, 16.04.13 09:11, Koen Kooi (k...@dominion.thruhere.net) wrote:
> Hi,
>
> To help with flashing the onboard eMMC of a 10 boards I'm using
> systemd-nspawn to run package postinstall scripts that generate UUIDs and
> some other things and it's working great for that! Every board now ha
On Tue, 16.04.13 11:00, Kok, Auke-jan H (auke-jan.h@intel.com) wrote:
>
> On Tue, Apr 16, 2013 at 12:11 AM, Koen Kooi
> wrote:
> > Hi,
> >
> > To help with flashing the onboard eMMC of a 10 boards I'm using
> > systemd-nspawn to run package postinstall scripts that generate UUIDs and
On Tue, 16.04.13 20:59, Koen Kooi (k...@dominion.thruhere.net) wrote:
>
> Op 16 apr. 2013, om 20:14 heeft Zbigniew Jędrzejewski-Szmek
> het volgende geschreven:
>
> > On Tue, Apr 16, 2013 at 09:11:51AM +0200, Koen Kooi wrote:
> >> Hi,
> >>
> >> To help with flashing the onboard eMMC of a 1000
Hello,
Thanks a lot for your answer and micahl schmidt.
I made several more tests and I wonder whether there are at all
any such tasks with which systemd uses the release agents.
Most of the services uses one process (this is at least what I see when
running "cat task" from most systemd service fo
On Wednesday 2013-04-17 16:42, Lennart Poettering wrote:
>On Wed, 17.04.13 06:58, Jan Engelhardt (jeng...@inai.de) wrote:
>
>Well, the current logic is that we suspend when the lid is
>closed,[...] Lid switch inhibitor locks are currently per-VT, i.e. a
>lock taken by GNOME is considered irrelevan
On Wed, 17.04.13 17:09, Lennart Poettering (lenn...@poettering.net) wrote:
>
> On Tue, 16.04.13 09:11, Koen Kooi (k...@dominion.thruhere.net) wrote:
>
> > Hi,
> >
> > To help with flashing the onboard eMMC of a 10 boards I'm using
> > systemd-nspawn to run package postinstall scripts that
On Wed, 17.04.13 16:30, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:
>
> On Wed, Apr 17, 2013 at 04:25:40PM +0200, Lennart Poettering wrote:
> > On Wed, 17.04.13 16:12, har...@redhat.com (har...@redhat.com) wrote:
> >
> > > -char *root, *cgroup, *p, *cc;
> > > +char _cl
On Wed, 17.04.13 18:17, Kevin Wilson (wkev...@gmail.com) wrote:
>
> Hello,
> Thanks a lot for your answer and micahl schmidt.
> I made several more tests and I wonder whether there are at all
> any such tasks with which systemd uses the release agents.
Well, many many services fork of porcesses.
On Wed, 17.04.13 17:20, Jan Engelhardt (jeng...@inai.de) wrote:
>
>
> On Wednesday 2013-04-17 16:42, Lennart Poettering wrote:
> >On Wed, 17.04.13 06:58, Jan Engelhardt (jeng...@inai.de) wrote:
> >
> >Well, the current logic is that we suspend when the lid is
> >closed,[...] Lid switch inhibitor
On Wed, Apr 17, 2013 at 05:20:52PM +0200, Lennart Poettering wrote:
> On Wed, 17.04.13 17:09, Lennart Poettering (lenn...@poettering.net) wrote:
>
> >
> > On Tue, 16.04.13 09:11, Koen Kooi (k...@dominion.thruhere.net) wrote:
> >
> > > Hi,
> > >
> > > To help with flashing the onboard eMMC of a
On Mon, 15.04.13 20:48, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:
> On Mon, Apr 15, 2013 at 08:36:33PM +0200, Zbigniew Jędrzejewski-Szmek wrote:
> > On Mon, Apr 15, 2013 at 02:31:56PM -0300, Chir0n wrote:
> > > # yum -y --releasever=19 --nogpg --installroot=/srv/mycontainer
> > > --di
This patch adds --disable-tests to configure. It is based on a patch
posted by Thierry Reding in 2010. The motivation for adding it is that
some tests fail link-time when cross-compiling.
---
Makefile.am | 13 +
configure.ac |5 +
2 files changed, 18 insertions(+)
diff --
Use and _GNU_SOURCE to determine if _ISOC11_SOURCE is
available, and with that, aligned_alloc().
---
src/libsystemd-bus/bus-kernel.c | 19 +--
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/src/libsystemd-bus/bus-kernel.c b/src/libsystemd-bus/bus-kernel.c
index 0
On Wed, Apr 17, 2013 at 5:49 PM, Henrik Grindal Bakken wrote:
> Use and _GNU_SOURCE to determine if _ISOC11_SOURCE is
> available, and with that, aligned_alloc().
Can't you just define the missing function in missing.h to the one we
use, instead of directly blowing up the code with compat stuff
ExecContext isn't used in this header file, and everything seems to
build just fine without this typedef. The typedef doesn't really belong
here, and at least my gcc-4.4.6 gives an error on type redefined.
---
src/core/namespace.h |2 --
1 file changed, 2 deletions(-)
diff --git a/src/core/n
On Wed, Apr 17, 2013 at 5:49 PM, Henrik Grindal Bakken wrote:
> This patch adds --disable-tests to configure. It is based on a patch
> posted by Thierry Reding in 2010. The motivation for adding it is that
> some tests fail link-time when cross-compiling.
Can't the tests get its own variables,
On Wed, Apr 17, 2013 at 6:09 PM, Henrik Grindal Bakken wrote:
> Kay Sievers writes:
>
>> On Wed, Apr 17, 2013 at 5:49 PM, Henrik Grindal Bakken
>> wrote:
>>> Use and _GNU_SOURCE to determine if _ISOC11_SOURCE is
>>> available, and with that, aligned_alloc().
>>
>> Can't you just define the mis
On 04/17/2013 10:09 AM, Andrey Borzenkov wrote:
On Wed, Apr 17, 2013 at 5:46 PM, Mark Hounschell wrote:
I have been using systemd to boot into a very basic target. That target
basically executes a script. In that script we execute an "su -m -c command
user". The last version of systemd I have w
---
src/shared/missing.h | 10 ++
1 file changed, 10 insertions(+)
diff --git a/src/shared/missing.h b/src/shared/missing.h
index d4ba0d3..7f49a6d 100644
--- a/src/shared/missing.h
+++ b/src/shared/missing.h
@@ -23,6 +23,11 @@
/* Missing glibc definitions to access certain kernel API
---
src/libsystemd-bus/bus-kernel.c |1 +
1 file changed, 1 insertion(+)
diff --git a/src/libsystemd-bus/bus-kernel.c b/src/libsystemd-bus/bus-kernel.c
index 086877e..c144f69 100644
--- a/src/libsystemd-bus/bus-kernel.c
+++ b/src/libsystemd-bus/bus-kernel.c
@@ -26,6 +26,7 @@
#include
#in
On 04/17/2013 10:27 AM, Lennart Poettering wrote:
On Wed, 17.04.13 09:46, Mark Hounschell (ma...@compro.net) wrote:
I have been using systemd to boot into a very basic target. That
target basically executes a script. In that script we execute an "su
-m -c command user". The last version of syst
On 17/04/13 16:57, Lennart Poettering wrote:
> Hmm, or maybe like this: enter the container, allocate a pty,
> instantiate getty@.service for that pty, pass pty fd back to host, exit
> in namespace, and process pty on the host as long as we don't get EOF.
This is probably a good idea for interacti
On Wed, Apr 17, 2013 at 6:08 PM, Henrik Grindal Bakken wrote:
> ExecContext isn't used in this header file, and everything seems to
> build just fine without this typedef. The typedef doesn't really belong
> here, and at least my gcc-4.4.6 gives an error on type redefined.
Weird, this type of fo
On Mon, 15.04.13 14:31, Chir0n (io.chi...@gmail.com) wrote:
Please do not send HTML mails to this mailing list, thank you.
> I'm trying to execute the Example 1 of the following tutorial and I can't
> log with any user. I get an authentication
> error.
This is probably fixed with this recent com
Kay Sievers writes:
> On Wed, Apr 17, 2013 at 6:08 PM, Henrik Grindal Bakken
> wrote:
>> ExecContext isn't used in this header file, and everything seems to
>> build just fine without this typedef. The typedef doesn't really belong
>> here, and at least my gcc-4.4.6 gives an error on type rede
On Wed, 17.04.13 17:49, Henrik Grindal Bakken (h...@ifi.uio.no) wrote:
> Use and _GNU_SOURCE to determine if _ISOC11_SOURCE is
> available, and with that, aligned_alloc().
Hmm, we probably should just use memalign() everywhere. It's available
on all GNU systems and Solaris, which is more than en
On Wed, 17.04.13 18:12, Kay Sievers (k...@vrfy.org) wrote:
>
> On Wed, Apr 17, 2013 at 6:09 PM, Henrik Grindal Bakken
> wrote:
> > Kay Sievers writes:
> >
> >> On Wed, Apr 17, 2013 at 5:49 PM, Henrik Grindal Bakken
> >> wrote:
> >>> Use and _GNU_SOURCE to determine if _ISOC11_SOURCE is
> >>
Kay Sievers writes:
> On Wed, Apr 17, 2013 at 5:49 PM, Henrik Grindal Bakken
> wrote:
>> This patch adds --disable-tests to configure. It is based on a patch
>> posted by Thierry Reding in 2010. The motivation for adding it is
>> that some tests fail link-time when cross-compiling.
>
> Can't
On 17/04/13 17:25, Kay Sievers wrote:
> On Wed, Apr 17, 2013 at 6:08 PM, Henrik Grindal Bakken
> wrote:
>> ExecContext isn't used in this header file, and everything seems to
>> build just fine without this typedef. The typedef doesn't really belong
>> here, and at least my gcc-4.4.6 gives an er
On Wed, 17.04.13 18:38, Lennart Poettering (lenn...@poettering.net) wrote:
> > Yeah, the idea of missing.h is to make stuff look like it is there. We
> > usually just decide on one option, and cover older stuff from there.
> > :)
>
> Well, our current usage of aligned_alloc() is not even calling
В Wed, 17 Apr 2013 06:58:20 +0200 (CEST)
Jan Engelhardt пишет:
> Hi,
>
>
> something I observed with systemd-195 is that the LidClose event is
> delivered when switching from X to console while the lid is closed. This
> is unexpected, and what I expected is instead that nothing occurs.
> Appr
Henrik Grindal Bakken writes:
> This patch adds --disable-tests to configure. It is based on a patch
> posted by Thierry Reding in 2010. The motivation for adding it is that
> some tests fail link-time when cross-compiling.
This is the alternative approach. I'm not sure what the distinction
b
This patch adds --disable-tests to configure. It is based on a patch
posted by Thierry Reding in 2010. The motivation for adding it is that
some tests fail link-time when cross-compiling.
---
Makefile.am | 21 +++--
configure.ac |5 +
2 files changed, 16 insertions(+),
В Wed, 17 Apr 2013 17:31:14 +0200
Lennart Poettering пишет:
> On Wed, 17.04.13 17:20, Jan Engelhardt (jeng...@inai.de) wrote:
>
> >
> >
> > On Wednesday 2013-04-17 16:42, Lennart Poettering wrote:
> > >On Wed, 17.04.13 06:58, Jan Engelhardt (jeng...@inai.de) wrote:
> > >
> > >Well, the current
On Wed, 17.04.13 17:36, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:
> > we could add a generator to systemd which looks for "systemd.run=" or so
> > on the kernel cmdline and simply generates throw-away unit files from
> > that, that runs the specified command(s) and triggers a shutdown
On Wed, 17.04.13 18:38, Henrik Grindal Bakken (h...@ifi.uio.no) wrote:
>
> Kay Sievers writes:
>
> > On Wed, Apr 17, 2013 at 5:49 PM, Henrik Grindal Bakken
> > wrote:
> >> This patch adds --disable-tests to configure. It is based on a patch
> >> posted by Thierry Reding in 2010. The motivat
On Wed, 17.04.13 21:01, Andrey Borzenkov (arvidj...@gmail.com) wrote:
>
> В Wed, 17 Apr 2013 17:31:14 +0200
> Lennart Poettering пишет:
>
> > On Wed, 17.04.13 17:20, Jan Engelhardt (jeng...@inai.de) wrote:
> >
> > >
> > >
> > > On Wednesday 2013-04-17 16:42, Lennart Poettering wrote:
> > > >
Lennart Poettering writes:
> noinst_PROGRAMS is for tests that cannot really be run
> automatically during "make check", since they need some kind of
> interaction, priviliges and so on. These tests are much less useful, but
> for some low level stuff we need this.
>
> noinst_tests otoh is for te
Kay Sievers writes:
> On Wed, Apr 17, 2013 at 5:49 PM, Henrik Grindal Bakken
> wrote:
>> Use and _GNU_SOURCE to determine if _ISOC11_SOURCE is
>> available, and with that, aligned_alloc().
>
> Can't you just define the missing function in missing.h to the one we
> use, instead of directly blow
On Wed, 17.04.13 12:22, Mark Hounschell (ma...@compro.net) wrote:
>
> On 04/17/2013 10:27 AM, Lennart Poettering wrote:
> >On Wed, 17.04.13 09:46, Mark Hounschell (ma...@compro.net) wrote:
> >
> >>I have been using systemd to boot into a very basic target. That
> >>target basically executes a scr
On Wed, 17.04.13 18:48, Henrik Grindal Bakken (h...@ifi.uio.no) wrote:
> @@ -125,8 +125,13 @@ dist_dbussystemservice_DATA =
> check_PROGRAMS =
> check_DATA =
> noinst_tests=
> +if ENABLE_TESTS
> noinst_PROGRAMS = $(noinst_tests)
> TESTS = $(noinst_tests)
> +else
> +noinst_PROGRAMS =
> +TESTS
Op 17 apr. 2013, om 17:20 heeft Lennart Poettering het
volgende geschreven:
> On Wed, 17.04.13 17:09, Lennart Poettering (lenn...@poettering.net) wrote:
>
>>
>> On Tue, 16.04.13 09:11, Koen Kooi (k...@dominion.thruhere.net) wrote:
>>
>>> Hi,
>>>
>>> To help with flashing the onboard eMMC of
On 04/17/2013 01:12 PM, Lennart Poettering wrote:
On Wed, 17.04.13 12:22, Mark Hounschell (ma...@compro.net) wrote:
On 04/17/2013 10:27 AM, Lennart Poettering wrote:
On Wed, 17.04.13 09:46, Mark Hounschell (ma...@compro.net) wrote:
I have been using systemd to boot into a very basic target.
Lennart Poettering writes:
> On Wed, 17.04.13 18:48, Henrik Grindal Bakken (h...@ifi.uio.no) wrote:
>
>> @@ -125,8 +125,13 @@ dist_dbussystemservice_DATA =
>> check_PROGRAMS =
>> check_DATA =
>> noinst_tests=
>> +if ENABLE_TESTS
>> noinst_PROGRAMS = $(noinst_tests)
>> TESTS = $(noinst_tests)
>> while reading random patches in cgit I saw
>> (in commit 6606089752df90f3eeb4924af109046f1c73554c)
>>
>> ...
>> > diff --git a/src/shared/util.h b/src/shared/util.h
>> > index 3aac165..cfb5493 100644
>> > --- a/src/shared/util.h
>> > +++ b/src/shared/util.h
>> > @@ -684,3 +684,15 @@ int unlink_n
On Wed, 17.04.13 13:21, Mark Hounschell (ma...@compro.net) wrote:
> >>The only thing I see in /var/log/messages is:
> >>
> >>2013-04-17T11:36:51.667308-04:00 utils-linux su: (to lcrs) root on
> >>/dev/ttyS0
> >
> >Bu that's run on ttyS0? Is that really script? How do spawn that script?
> >
>
> Fr
On Wed, 17.04.13 19:25, Henrik Grindal Bakken (h...@ifi.uio.no) wrote:
>
> Lennart Poettering writes:
>
> > On Wed, 17.04.13 18:48, Henrik Grindal Bakken (h...@ifi.uio.no) wrote:
> >
> >> @@ -125,8 +125,13 @@ dist_dbussystemservice_DATA =
> >> check_PROGRAMS =
> >> check_DATA =
> >> noinst_t
This patch adds --disable-tests to configure. It is based on a patch
posted by Thierry Reding in 2010. The motivation for adding it is that
some tests fail link-time when cross-compiling.
The patch adds a new Makefile variable -- noinst_test_programs -- and uses
that instead of noinst_PROGRAMS.
Lennart Poettering writes:
> Hmm, why do you bother with the tests only appearing on
> noinst_PROGRAMS= anyway? Those are never run automatically, so they
> shouldn't matter to you?
Well, at the moment, one of them (test-bus-marshal) fails to link due to
(seemingly) a problem with glib linking.
On Mon, 15.04.13 16:12, har...@redhat.com (har...@redhat.com) wrote:
> From: Harald Hoyer
>
> Introduce stack_size_guess() and alloca_maybe_safe() and get rid of
> the LINE_MAX limitation for MESSAGE in sd_journal_printv*()
tbh I don't really see the benefit of this. This is about logging, you
On Wed, Apr 17, 2013 at 07:36:47PM +0200, Henrik Grindal Bakken wrote:
> This patch adds --disable-tests to configure. It is based on a patch
> posted by Thierry Reding in 2010. The motivation for adding it is that
> some tests fail link-time when cross-compiling.
>
> The patch adds a new Makefi
On Mon, 08.04.13 19:53, Holger Hans Peter Freyther (hol...@freyther.de) wrote:
>
> On Mon, Apr 08, 2013 at 07:06:44PM +0200, Lennart Poettering wrote:
>
> > > Is it really needed to determine the cgroup of /proc/1 on every message?
> > > Couldn't journald keep the variables for its identity arou
On Mon, 08.04.13 22:09, Askar Safin (safinas...@mail.ru) wrote:
>
> >I'm not sure what problem the proposal is trying to solve. Maybe it'd
> >be clearer if that was provided.
> I want to know what is the arches of the systems on my computer. I. e. I want
> to do the following:
>
> for DISK in
Zbigniew Jędrzejewski-Szmek writes:
> On Wed, Apr 17, 2013 at 07:36:47PM +0200, Henrik Grindal Bakken wrote:
>> This patch adds --disable-tests to configure. It is based on a patch
>> posted by Thierry Reding in 2010. The motivation for adding it is that
>> some tests fail link-time when cross-
On Wed, 10.04.13 19:03, Koen Kooi (k...@dominion.thruhere.net) wrote:
> Hi,
>
> I have a bit of a heisenbug where dropbear.socket will just die and
> needs a systemctl restart dropbear.socket. I can't tell why it's
> dying, just that it does within 3 days of uptime. After restarting it
> it seems
On Sat, 13.04.13 13:27, Reindl Harald (h.rei...@thelounge.net) wrote:
> Hi
>
> as far as i understand "systemd-readahead" is catching what is
> loaded directly due boot and 10 seconds after, well that's fine
I changed this to 30 now, btw, since 10s turned out to be too short on
many systems.
>
On 04/17/2013 01:32 PM, Lennart Poettering wrote:
On Wed, 17.04.13 13:21, Mark Hounschell (ma...@compro.net) wrote:
The only thing I see in /var/log/messages is:
2013-04-17T11:36:51.667308-04:00 utils-linux su: (to lcrs) root on
/dev/ttyS0
Bu that's run on ttyS0? Is that really script? How d
On Wed, 17.04.13 16:08, Mark Hounschell (ma...@compro.net) wrote:
> >That looks OK. Can you try the logger thing I suggested? That should
> >tell us if the transition works at all...
>
> Sorry, I had a dentist Apt.
>
> Uh, I put this as the first command in the /lcrs/sh.lcrs script:
>
> /bin/su
On Wed, 17.04.13 22:16, Lennart Poettering (lenn...@poettering.net) wrote:
> On Wed, 17.04.13 16:08, Mark Hounschell (ma...@compro.net) wrote:
>
> > >That looks OK. Can you try the logger thing I suggested? That should
> > >tell us if the transition works at all...
> >
> > Sorry, I had a dentist
On Thu, 11.04.13 13:08, har...@redhat.com (har...@redhat.com) wrote:
> From: Harald Hoyer
>
> If the key file cannot be accessed, we can at least ask for the
> password.
I like the general idea, but not the patch.
This code is racy. We shouldn't even start with things like this. We
should try
---
TODO |1 +
1 file changed, 1 insertion(+)
diff --git a/TODO b/TODO
index 48e5d2e..eb482d0 100644
--- a/TODO
+++ b/TODO
@@ -320,6 +320,7 @@ Features:
o CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET)
o DST changes
- Support 2012-02~4 as syntax for specifying the fourth to
---
TODO |7 +++
1 file changed, 7 insertions(+)
diff --git a/TODO b/TODO
index 88be72d..48e5d2e 100644
--- a/TODO
+++ b/TODO
@@ -272,6 +272,13 @@ Features:
- journal: store euid in journal if it differs from uid
- journal: sanely deal with entries which are larger than the individu
---
TODO |5 +
1 file changed, 5 insertions(+)
diff --git a/TODO b/TODO
index eb482d0..6cf632a 100644
--- a/TODO
+++ b/TODO
@@ -679,6 +679,11 @@ External:
- put bootcharts in the journal
- kernel cmdline "bootchart" option for simplicity?
+* Support passwd.d and group.d; accumul
On Wed, Apr 17, 2013 at 11:50 PM, Josh Triplett wrote:
> + - unit generator for compatibility with crontab and cron.d
We kind of decided to port the 40-60 things that use the .d/ dirs to
native units right away, and leave cron as it is, and not parse its
config files from systemd.
If people wa
On Thu, Apr 18, 2013 at 12:04:24AM +0200, Kay Sievers wrote:
> On Wed, Apr 17, 2013 at 11:50 PM, Josh Triplett wrote:
>
> > + - unit generator for compatibility with crontab and cron.d
>
> We kind of decided to port the 40-60 things that use the .d/ dirs to
> native units right away, and leave
On Wed, Apr 17, 2013 at 11:49 PM, Josh Triplett wrote:
> + - Replace utmp, wtmp, btmp, and lastlog completely with journal
We should definitely add the data needed to constuct this information,
if they are not already there.
The tools could just use the journal directly, but there is the glibc
On Thu, Apr 18, 2013 at 12:11 AM, Josh Triplett wrote:
> On Thu, Apr 18, 2013 at 12:04:24AM +0200, Kay Sievers wrote:
>> On Wed, Apr 17, 2013 at 11:50 PM, Josh Triplett
>> wrote:
>>
>> > + - unit generator for compatibility with crontab and cron.d
>>
>> We kind of decided to port the 40-60 thin
On Wed, Apr 17, 2013 at 11:50 PM, Josh Triplett wrote:
> ---
> TODO |5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/TODO b/TODO
> index eb482d0..6cf632a 100644
> --- a/TODO
> +++ b/TODO
> @@ -679,6 +679,11 @@ External:
> - put bootcharts in the journal
> - kernel cmdline
On Thu, Apr 18, 2013 at 12:12:38AM +0200, Kay Sievers wrote:
> On Wed, Apr 17, 2013 at 11:49 PM, Josh Triplett wrote:
>
> > + - Replace utmp, wtmp, btmp, and lastlog completely with journal
>
> We should definitely add the data needed to constuct this information,
> if they are not already ther
On Thu, Apr 18, 2013 at 12:15:22AM +0200, Kay Sievers wrote:
> On Thu, Apr 18, 2013 at 12:11 AM, Josh Triplett wrote:
> > On Thu, Apr 18, 2013 at 12:04:24AM +0200, Kay Sievers wrote:
> >> On Wed, Apr 17, 2013 at 11:50 PM, Josh Triplett
> >> wrote:
> >>
> >> > + - unit generator for compatibilit
On Thu, Apr 18, 2013 at 12:30 AM, Josh Triplett wrote:
> On Thu, Apr 18, 2013 at 12:15:22AM +0200, Kay Sievers wrote:
>> On Thu, Apr 18, 2013 at 12:11 AM, Josh Triplett
>> wrote:
>> > On Thu, Apr 18, 2013 at 12:04:24AM +0200, Kay Sievers wrote:
>> >> On Wed, Apr 17, 2013 at 11:50 PM, Josh Triple
On Thu, Apr 18, 2013 at 12:28 AM, Josh Triplett wrote:
> On Thu, Apr 18, 2013 at 12:12:38AM +0200, Kay Sievers wrote:
>> On Wed, Apr 17, 2013 at 11:49 PM, Josh Triplett
>> wrote:
>>
>> > + - Replace utmp, wtmp, btmp, and lastlog completely with journal
>>
>> We should definitely add the data ne
On Wed, 10.04.13 12:34, har...@redhat.com (har...@redhat.com) wrote:
> From: Harald Hoyer
>
> Novice users might think, that
> $ systemctl --all
> is equal to
> $ systemctl list-unit-files
Note that "systemctl" will already clarify this this in the quick
summary it shows at the end of the lis
On Fri, 12.04.13 09:45, har...@redhat.com (har...@redhat.com) wrote:
> From: Harald Hoyer
>
> cryptsetup itself has no timeout as default from the beginning. So the
> default timeout has been "0" from the beginning.
Makes sense I guess. Applied.
Also added a comment to crypttab(5) to mention t
On Mon, 08.04.13 20:08, John Lane (syst...@jelmail.com) wrote:
> I'm trying out the new foobar.service.d way of overriding unit files.
>
> I thought that I'd be able to have a number of service instances
> that were overridden differently but that does not seem to be the
> case (or, at least, I c
On Wed, 10.04.13 16:53, har...@redhat.com (har...@redhat.com) wrote:
> From: Harald Hoyer
>
> This patch adds environment variable substition for PIDFile=. To read
> the environment files only once, ExecContext holds a copy of the
> environment gathered.
>
> RFE: https://bugzilla.redhat.com/sho
On Thu, 11.04.13 15:44, har...@redhat.com (har...@redhat.com) wrote:
> From: Harald Hoyer
>
> Also clarify rd.luks.uuid and luks.uuid in the manual.
>
> https://bugzilla.redhat.com/show_bug.cgi?id=905683
Sounds good. Applied!
Lennart
--
Lennart Poettering - Red Hat, Inc.
___
1 - 100 of 104 matches
Mail list logo