Re: [systemd-devel] Quick ? about ExecStartPre and Restart

2013-07-03 Thread Jan Alexander Steffens
On Thu, Jul 4, 2013 at 2:04 AM, Paul D. DeRocco wrote: > 1) I want my service executable to be copied from flash to RAM disk, and > then executed from there, so that the original can be updated while the copy > is running. You don't need to copy it to somewhere else. You can replace an executable

Re: [systemd-devel] Quick ? about ExecStartPre and Restart

2013-07-03 Thread Reindl Harald
Am 04.07.2013 01:45, schrieb Paul D. DeRocco: >> From: Reindl Harald [mailto:[email protected]] >> >> Am 04.07.2013 00:38, schrieb Paul D. DeRocco: >>> I'm new to systemd, and I'm confused about something. The >>> docs include the >>> following sentence under the Restart directive: >>> >>>

Re: [systemd-devel] [ANNOUNCE] systemd 205

2013-07-03 Thread Cristian Rodríguez
El 03/07/13 20:22, Shawn escribió: On Wed, Jul 3, 2013 at 4:22 PM, Cristian Rodríguez mailto:[email protected]>> wrote: http://git.0pointer.de/ is down so I cannot check if this has been already corrected.. http://cgit.freedesktop.org/systemd/systemd/ I think is the canonical g

Re: [systemd-devel] [ANNOUNCE] systemd 205

2013-07-03 Thread Shawn
On Wed, Jul 3, 2013 at 4:22 PM, Cristian Rodríguez wrote: > > http://git.0pointer.de/ is down so I cannot check if this has been > already corrected.. http://cgit.freedesktop.org/systemd/systemd/ I think is the canonical git location --- Shawn Landden +1 360 389 3001 (SMS preferred) __

Re: [systemd-devel] Quick ? about ExecStartPre and Restart

2013-07-03 Thread Paul D. DeRocco
> From: Reindl Harald [mailto:[email protected]] > > so make *two* services while the first replaces ExecStartPre > and it's "ExecStartPost=/usr/bin/systemctl start service2.service" > > "but I want the service to be restarted on success" is generally > very uncommon and you can hardly have

Re: [systemd-devel] Quick ? about ExecStartPre and Restart

2013-07-03 Thread Paul D. DeRocco
> From: Reindl Harald [mailto:[email protected]] > > Am 04.07.2013 00:38, schrieb Paul D. DeRocco: > > I'm new to systemd, and I'm confused about something. The > > docs include the > > following sentence under the Restart directive: > > > > "Configures whether the service shall be restart

Re: [systemd-devel] Quick ? about ExecStartPre and Restart

2013-07-03 Thread Reindl Harald
Am 04.07.2013 00:38, schrieb Paul D. DeRocco: > I'm new to systemd, and I'm confused about something. The docs include the > following sentence under the Restart directive: > > "Configures whether the service shall be restarted when the service process > exits, is killed, or a timeout is reached

Re: [systemd-devel] [ANNOUNCE] systemd 205

2013-07-03 Thread Cristian Rodríguez
El 03/07/13 12:44, Lennart Poettering escribió: * As discussed earlier, the low-level cgroup configuration options ControlGroup=, ControlGroupModify=, ControlGroupPersistent=, ControlGroupAttribute= have been removed. Please use high-level attribute sett

[systemd-devel] [PATCH] po: add dbus-scope.c to POTFILES.skip

2013-07-03 Thread William Giokas
--- This has been bothering me for way too long. This should be caught when make check is run, and things shouldn't make it past the CI service till it actually passes make check. This even managed to make it to the systemd 205 release version. po/POTFILES.skip | 1 + 1 file changed, 1 insertion

[systemd-devel] Quick ? about ExecStartPre and Restart

2013-07-03 Thread Paul D. DeRocco
I'm new to systemd, and I'm confused about something. The docs include the following sentence under the Restart directive: "Configures whether the service shall be restarted when the service process exits, is killed, or a timeout is reached. The service process may be the main service process, but

[systemd-devel] [ANNOUNCE] systemd 205

2013-07-03 Thread Lennart Poettering
Heya! Let this one be known as the "dynamic" release, where things became dynamic! Or call it the "cgroups" release, where we took possession of the cgroup tree! This release introduces a number of major new concepts, such as transient units, scopes and slices, which turn systemd into something t

[systemd-devel] [ANNOUNCE] kmod 14

2013-07-03 Thread Lucas De Marchi
ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-14.tar.xz ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-14.tar.sign kmod 14 is out. Some bug fixes and a new "static-nodes" command to parse modules.devname. It was a very calm release cycle. For the reasoning behind removing "--enabl

Re: [systemd-devel] systemd config recipes for namespace-isolated webapps

2013-07-03 Thread Martin Langhoff
On Wed, Jul 3, 2013 at 10:49 AM, Zbigniew Jędrzejewski-Szmek wrote: >> - How do I tell several services to use the "same" cg? > They can't all use the same cg, because systemd uses groups to group > units. But they can share a slice of resources, by assigning a group > of services to the same sys

[systemd-devel] LSB Requires-Start: ... $network ... vs network.service

2013-07-03 Thread Sage Weil
Hi everyone, I have a sysvinit script on fedora 18 (systemd 195) with ### BEGIN INIT INFO # Provides: ceph # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Required-Start:$remote_fs $named $network $time # Required-Stop: $remote_fs $named $network $time # Short-De

Re: [systemd-devel] systemd config recipes for namespace-isolated webapps

2013-07-03 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jul 03, 2013 at 07:40:33AM -0400, Martin Langhoff wrote: > On Wed, Jul 3, 2013 at 12:53 AM, Zbigniew Jędrzejewski-Szmek > wrote: > > I haven't really tried anythng like what you describe, but in general > > both container and container-less approaches should work. > > Thanks for your repl

Re: [systemd-devel] LSB Requires-Start: ... $network ... vs network.service

2013-07-03 Thread Colin Guthrie
'Twas brillig, and Sage Weil at 03/07/13 04:06 did gyre and gimble: > Hi everyone, > > I have a sysvinit script on fedora 18 (systemd 195) with > > ### BEGIN INIT INFO > # Provides: ceph > # Default-Start: 2 3 4 5 > # Default-Stop: 0 1 6 > # Required-Start:$remote_fs $n

Re: [systemd-devel] [PATCH] man: more grammar improvements

2013-07-03 Thread Zbigniew Jędrzejewski-Szmek
Applied. Zbyszek ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] systemd config recipes for namespace-isolated webapps

2013-07-03 Thread Martin Langhoff
On Wed, Jul 3, 2013 at 12:53 AM, Zbigniew Jędrzejewski-Szmek wrote: > I haven't really tried anythng like what you describe, but in general > both container and container-less approaches should work. Thanks for your reply. Yes, I get the sense that "in general, it should work". As usual, the devi

Re: [systemd-devel] [PATCH 1/2] keymap: improve consistency and general formatting of comments

2013-07-03 Thread Kay Sievers
On Wed, Jul 3, 2013 at 1:15 PM, Jason St. John wrote: > From: "Jason St. John" Applied. Thanks, Kay ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH 2/2] keymap: horizontally align comments in the same column

2013-07-03 Thread Kay Sievers
On Wed, Jul 3, 2013 at 1:15 PM, Jason St. John wrote: > From: "Jason St. John" Applied. Thanks, Kay ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Patch for Smack labelling support in udev

2013-07-03 Thread Kay Sievers
On Wed, Jul 3, 2013 at 1:04 PM, Reshetova, Elena wrote: >>Things like: >> ..., XATTR{foo}="foo", XATTR{bar}="bar" >>would just eat the entire foo key. That is intentional? We usually have lists >>for that, or we would not allow 2 keys ... > > Hm.. Do we want to allow multiple xattr setup on the

[systemd-devel] [PATCH 2/2] keymap: horizontally align comments in the same column

2013-07-03 Thread Jason St. John
From: "Jason St. John" --- keymaps-force-release/common-volume-keys| 6 +-- keymaps-force-release/samsung-series-3 | 4 +- keymaps/acer| 34 keymaps/acer-aspire_5720| 6 +-- keymaps/dell

[systemd-devel] [PATCH 1/2] keymap: improve consistency and general formatting of comments

2013-07-03 Thread Jason St. John
From: "Jason St. John" --- keymaps-force-release/samsung-other | 4 ++-- keymaps-force-release/samsung-series-3 | 2 +- keymaps-force-release/samsung-series-9 | 6 +++--- keymaps/acer-aspire_8930| 4 ++-- keymaps/dell

Re: [systemd-devel] Patch for Smack labelling support in udev

2013-07-03 Thread Reshetova, Elena
-Original Message- From: Kay Sievers [mailto:[email protected]] Sent: Tuesday, June 25, 2013 7:30 PM To: Reshetova, Elena Cc: Lennart Poettering; [email protected]; Ware, Ryan R; Schaufler, Casey; [email protected] Subject: Re: [systemd-devel] Patch for Smack labelling