Am 06.04.2015 um 08:17 schrieb 임창근:
Hello EveryOne.
I wonder that If I use kernel v3.4 with systemd v219, systemd-run function is
work or not.
Because My target have kernel v3.4 and systemd v216.
So, If possible, I want apply just minor upgrade at kernel side.
Which Kernel Feature needed? or
Hello EveryOne.
I wonder that If I use kernel v3.4 with systemd v219, systemd-run function is
work or not.
Because My target have kernel v3.4 and systemd v216.
So, If possible, I want apply just minor upgrade at kernel side.
Which Kernel Feature needed? or impossible?
Thanks.
_
В Sun, 5 Apr 2015 16:04:19 -0700
Alison Chaiken пишет:
>
> > 3. Is it possible to reconfigure systemd to run some script at the end
> > of initialisation?
>
> Yes, you can add a new service by creating a new unit file in
> multi-user.target (more or less old runlevel 3) or graphical.target
> (m
srdb asks:
> 1. Is there any documentation for creating minimal systemd
> configuration? I mean for example - for qemu or embedded systems - with
> only sshd daemon running and console to just log into the system?
Yes, at
http://freedesktop.org/wiki/Software/systemd/MinimalBuilds/
The easiest wa
On 04/05/2015 07:03 PM, Shawn Landden wrote:
> found with coverty report
Applied, thanks!
> ---
> src/bootchart/store.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/bootchart/store.c b/src/bootchart/store.c
> index f19427e..f159cba 100644
> --- a/src/bootchart/st
found with coverty report
---
src/bootchart/store.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bootchart/store.c b/src/bootchart/store.c
index f19427e..f159cba 100644
--- a/src/bootchart/store.c
+++ b/src/bootchart/store.c
@@ -476,7 +476,7 @@ catch_rename:
As per systemd 216 NEWS [1], alternative NTP implementations should add
Conflicts=systemd-timesyncd.service to be recognized by systemd, which
ntpd.service on Arch Linux does. But still, active ntpd.service does not seem
to be recognized by timedatectl:
$ timedatectl
...
NTP enabled: no
NTP s
On Sun, Apr 5, 2015 at 11:50 AM, Lennart Poettering
wrote:
> On Fri, 03.04.15 13:23, Tom Gundersen (tome...@kemper.freedesktop.org) wrote:
>
>>
>> -tags = strdupa(value);
>> +FOREACH_WORD_SEPARATOR(word, l, value, ":", state) {
>> +char *tag;
On Fri, 03.04.15 13:23, Tom Gundersen (tome...@kemper.freedesktop.org) wrote:
>
> -tags = strdupa(value);
> +FOREACH_WORD_SEPARATOR(word, l, value, ":", state) {
> +char *tag;
>
> -while ((next = strchr(tags, ':'))) {
> -
Hello,
I've got a few very basic questions regarding configuration of systemd.
I'm trying to setup some minimal configuration for qemu running linux.
The qemu runs linux kernel which mounts nfs-root as root directory.
I've made minimal nfs-root and now I'd like to start the system with
systemd
10 matches
Mail list logo