Hello all,
sorry for the late reply, I've been swamped with other stuff recently.
Lennart Poettering [2015-09-22 2:31 +0200]:
> a) there's support in systemctl to reboot the system by sending the
>right bytes to /dev/initctl as fallback, so that you can reboot a
>sysvinit system with "sy
Hi Lennart,
thank you for your answer!
> There is no concept of "first" or "last" in systemd, since it's not clear what
> that's supposed to mean if there are multiple, and what happens if some
> operation results in activation?
That's bad... :)
> Hence, simply order your service against the se
Hello,
Hoping someone can point me in the right direction. I'm attempting to
change the interface name (eth0 -> wired) on one of my servers.
Here's the output from the journal:
~# journalctl --no-pager | grep -i wired
Sep 23 17:11:15 vivid systemd-udevd[399]: error changing net interface
name 'e
Krzysztof Kotlenga wrote:
> 2. Maybe I don't get something right - please enlighten me if that's
> the case - but prioq_put or rather shuffle_up function is buggy.
>
> (...)
>
> Am I wrong to believe that it should have swapped 2 and 1, not 2 and
> 0?
OK, I've finally realised that I'm a moron
Instead of waiting on every fork, which would
become a bottle neck during a mount storm, simply
set a SIGCHLD signal handler to do the wait on
the child process
Signed-off-by: Steve Dickson
---
utils/gssd/gssd.c | 18 ++
utils/gssd/gssd_proc.c | 11 ++-
2 files chang
Krzysztof Kotlenga wrote:
> Two things:
> (...)
One more. Prioq compare functions in sd-event.c contain this:
/* Stability for the rest */
if (x < y)
return -1;
if (x > y)
return 1;
How comparing prioq_item.data pointers is going to ensure stability?
Shouldn't it be:
if (x->pr
On Wed, Sep 23, 2015 at 5:20 PM, Luca Bertoncello <
l.bertonce...@queo-group.com> wrote:
> Hi list!
>
> I'm new here and I hope, I'm in topic... I don't want to develop system,
> but I didn't found a "system-user"-ML...
>
Yeah, systemd-devel is still also the tech support list.
> So, to my prob
Krzysztof Kotlenga wrote:
> I recommend the following gdb script, because it provides some
> possibly interesting output:
Slightly fixed version:
https://gist.github.com/pocek/709d8c098d632ed1f21e
The first one was incorrectly printing pending_iteration instead of
prepare_iteration field. Nothin
Heya!
We are close to being sold out now, only 14 tickets are still
available now. If you intend to attend, make sure to register for the
conference *now*, before it's too late and all tickets are gone.
Register here:
https://systemd.events/systemdconf-2015/registration
To get an idea about the
On Wed, 23.09.15 16:20, Luca Bertoncello (l.bertonce...@queo-group.com) wrote:
> Hi list!
>
> I'm new here and I hope, I'm in topic... I don't want to develop system, but
> I didn't found a "system-user"-ML...
>
> So, to my problem:
> I need a possibility to call a script on shutdown/reboot/ha
Hi list!
I'm new here and I hope, I'm in topic... I don't want to develop system, but I
didn't found a "system-user"-ML...
So, to my problem:
I need a possibility to call a script on shutdown/reboot/halt (I use CentOS 7).
This **MUST** be the first one be called, since it needs many other servi
Applied thanks!
Though I removed the S-o-b line, we don't use that in systemd.
On 09/23/2015 01:42 PM, Hendrik Brueckner wrote:
> Signed-off-by: Hendrik Brueckner
> ---
> src/basic/missing.h |2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/src/basic/missing.h b/sr
From: Liu Yuan Yuan
Improve and enhance the path_id udev builtin to correctly handle bus'
available on Linux on z Systems (s390).
Previously, the CCW bus and, in particular, any FCP devices on it, have
been treated separately. This commit integrates the CCW bus into the
device chain loop. FCP
Signed-off-by: Hendrik Brueckner
---
src/basic/missing.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/basic/missing.h b/src/basic/missing.h
index dc1f244..93a7cb9 100644
--- a/src/basic/missing.h
+++ b/src/basic/missing.h
@@ -139,6 +139,8 @@ static inline int pivo
14 matches
Mail list logo