The following changes since commit 5199cbe4a4cb0f3e4134e8577dda37c05abf7dc0:
man: describe OBJECT_PID= (2013-07-02 23:35:38 -0400)
are available in the git repository at:
git://git.inai.de/systemd manpages
for you to fetch changes up to 6ee704781d5ebf5e6ec6f1f96a0b129a04772c48:
man: mor
On Tue, Jul 02, 2013 at 05:18:57PM -0400, Martin Langhoff wrote:
> Hi folks!
>
> At OLPC, I got an early chance to use and abuse systemd, and I like it
> quite a bit.
>
> We currently have ~500 identical VMs (created from kickstarts, kept
> almost in sync via satellite), each hosts apache/mysql d
On Wed, Jun 26, 2013 at 03:06:38PM +0200, [email protected] wrote:
> From: Harald Hoyer
>
> $ systemctl status dracut-initqueue.service
> dracut-initqueue.service - dracut initqueue hook
>Loaded: loaded (/usr/lib/systemd/system/dracut-initqueue.service;
> static)
>Active: inactive (dead)
Applied.
Zbyszek
___
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
On Thu, Jun 27, 2013 at 09:34:24PM +0200, Kay Sievers wrote:
> On Thu, Jun 27, 2013 at 7:12 AM, Zbigniew Jędrzejewski-Szmek
> wrote:
> > On Thu, Jun 27, 2013 at 06:40:37AM +0200, Zbigniew Jędrzejewski-Szmek wrote:
> >> make distcheck fails for me, because make uninstall chokes on -.slice.
> >> aut
On Fri, Jun 28, 2013 at 09:18:24AM +0200, Holger Hans Peter Freyther wrote:
> On Fri, Jun 28, 2013 at 09:05:40AM +0200, Peter Sztanojev wrote:
> > there already is a jenkins ci for systemd kindly provided by Pantheon:
> > http://systemd.getpantheon.com:8080/jenkins/
>
> The jenkins script is still
On Tue, Jul 02, 2013 at 12:16:09PM +0200, Jason St. John wrote:
> On Sat, Jun 29, 2013 at 5:38 PM, Zbigniew Jędrzejewski-Szmek
> wrote:
> > On Thu, Jun 27, 2013 at 09:51:44PM +0200, Jason St. John wrote:
> > Hi David,
> > you changed the spellings of 'file system' and 'namespace'.
> > Here is a pr
Hello,
TL;DR criu works if you disable the journal and stop the .socket
before restore, criu appears to be incompatible with systemd-nspawn.
I've been "having fun" with systemd, -nspawn, and the latest criu
tools. These are just my research notes. I wanted to share progress,
would love any feedba
Hi folks!
At OLPC, I got an early chance to use and abuse systemd, and I like it
quite a bit.
We currently have ~500 identical VMs (created from kickstarts, kept
almost in sync via satellite), each hosts apache/mysql daemons, and 2
installs of the same PHP webapp (production, test).
Goal is to r
On Thu, Jun 27, 2013 at 08:14:03PM +, Lars Kellogg-Stedman wrote:
> I'm running systemd 204 under Fedora 19 (beta). I have
> /etc/systemd/system/postfix-update-hook.service installed as a symlink
> to /etc/postfix/support/postfix-update-hook.service.
>
> I can start it:
>
> # systemctl s
On Mon, Jul 01, 2013 at 05:16:02PM +0200, Jan Janssen wrote:
> ---
> src/core/dbus-scope.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/core/dbus-scope.c b/src/core/dbus-scope.c
> index bddf8f4..f6cfe38 100644
> --- a/src/core/dbus-scope.c
> +++ b/src/core/dbus-sco
Tcrypt uses a different approach to passphrases/key files. The
passphrase and all key files are incorpaorated into the "password"
to open the volume. So, the idea of slots that provide a way to
open the volume with different passphrases/key files that are
independent from each other like with LUKS
---
src/cryptsetup/cryptsetup.c | 229 +++-
1 file changed, 121 insertions(+), 108 deletions(-)
diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c
index 994a0e0..cb48009 100644
--- a/src/cryptsetup/cryptsetup.c
+++ b/src/cryptsetup/crypt
Also use _cleanup_free_ where possible.
---
src/cryptsetup/cryptsetup.c | 153 +---
1 file changed, 72 insertions(+), 81 deletions(-)
diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c
index 347394d..994a0e0 100644
--- a/src/cryptsetup/c
On Tue, Jul 02, 2013 at 09:42:46PM +0900, Tristan Van Berkom wrote:
> Hello Mailing List.
>
> I have a quick question about the org.freedesktop.locale1 interface.
I'm not aware of anyone working on something like that. I think you'd
be best off simply reading the sources, esp. locale_message_handl
Hello Mailing List.
I have a quick question about the org.freedesktop.locale1 interface.
I've been working on some locale bound addressbook features for
Evolution Data Server, and we wanted a feature to handle locale
changes dynamically.
To handle this, we thought for starters it would be a good
Hi all,
some time ago, I wrote support for insserv.conf inside systemd main
daemon and we have been using this code in openSUSE for several
releases.
The main goal was to move this patch (which was adding parsing
insserv.conf to systemd core) to a separate generator. This work is now
complete and
From: "Jason St. John"
The affected files in this patch had inconsistent use of tabs vs. spaces
for indentation, and this patch eliminates the stray tabs.
Also, the opening brace of sigchld_hdl() in activate.c was moved so the
opening braces are consistent throughout the file.
---
NEWS
Just for info
Latest commits (01.07) broke systemd user session. Looks like user
slices doesn't chowned, so 'systemd --user' exits with permission
denied.
___
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mai
19 matches
Mail list logo