[systemd-devel] [PATCH 3/5] doc: corrections to words and forms

2014-05-03 Thread Jan Engelhardt
This patch exchange words which are inappropriate for a situation, deletes duplicated words, and adds particles where needed. --- NEWS | 2 +- TODO | 2 +- man/sd_bus_message_append_string_memfd.xml | 4 ++-- man/sd_bus_me

[systemd-devel] [PATCH 5/5] doc: adhere to XML syntax

2014-05-03 Thread Jan Engelhardt
--- man/systemd.resource-control.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 5a996fd..80c365b 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -139,7 +139,7

[systemd-devel] [PATCH 1/5] doc: use non-contracted forms in written documents

2014-05-03 Thread Jan Engelhardt
--- NEWS | 42 +- README | 2 +- TODO | 36 ++-- man/sd_bus_path_encode.xml | 2 +- man/systemd.network.xml| 2 +- 5 files changed, 42 insertions(+), 42 de

[systemd-devel] [PATCH 2/5] doc: typographical fine tuning

2014-05-03 Thread Jan Engelhardt
--- NEWS| 4 ++-- README | 2 +- TODO| 2 +- man/sd_bus_path_encode.xml | 2 +- man/systemd-gpt-auto-generator.xml | 12 ++-- man/systemd-networkd.service.xml| 2 +- man/systemd-

[systemd-devel] Corrections to documentation

2014-05-03 Thread Jan Engelhardt
This is a recurring submissions (occurring more or less regularly) and contains fixes to changes made since v208-1927-g4670e9d. --- The following changes since commit d67006fe539cb024440e06053742e8c7478ac0c1: timesyncd: use nanosecond mode (2014-04-30 17:25:46 +0200) are available in the git r

Re: [systemd-devel] failed to start login service

2014-05-03 Thread arnaud gaboury
On Fri, May 2, 2014 at 7:31 PM, arnaud gaboury wrote: > I broke my machine and can not log anymore. When at login prompt, I > can log as user or root, I am rejected. > I have no idea what broke the system (upgrade, wrong behavior, a 100% > full ssd...). The box is clean, up to date, no fancy hacks

[systemd-devel] [PATCH 0/2] Don't hardcode ~/.config in presence of XDG_CONFIG_HOME

2014-05-03 Thread Tanu Kaskinen
These patches supersede an earlier patch of mine: http://thread.gmane.org/gmane.comp.sysutils.systemd.devel/18473/focus=18474 Tanu Kaskinen (2): path-util: add path_make_relative() path-lookup: don't hardcode .config src/shared/path-lookup.c | 12 +-- src/shared/path-util.c | 90 ++

[systemd-devel] [PATCH 1/2] path-util: add path_make_relative()

2014-05-03 Thread Tanu Kaskinen
In user_dirs() in path-lookup.c, I want to replace this: symlink("../../../.config/systemd/user", data_home); with symlink(config_home, data_home); to avoid hardcoding .config when XDG_CONFIG_HOME is set. The problem is that config_home is an absolute path, and it's better to make

[systemd-devel] [PATCH 2/2] path-lookup: don't hardcode .config

2014-05-03 Thread Tanu Kaskinen
If XDG_CONFIG_HOME is set, then we should respect that. --- src/shared/path-lookup.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c index 63af43c..92abd11 100644 --- a/src/shared/path-lookup.c +++ b/src/shared/p

Re: [systemd-devel] Unit File: Create Folder With User Permissions

2014-05-03 Thread Austin Matherne
Thank you, that worked perfectly. On Sat, May 3, 2014 at 3:14 AM, Kirill Elagin wrote: > That's how you do this in systemd: > http://pkgs.fedoraproject.org/cgit/couchdb.git/tree/couchdb.tmpfiles.conf > > https://projects.archlinux.org/svntogit/community.git/tree/trunk/couchdb.tmpfiles?h=package

Re: [systemd-devel] Unit File: Create Folder With User Permissions

2014-05-03 Thread Kirill Elagin
That's how you do this in systemd: http://pkgs.fedoraproject.org/cgit/couchdb.git/tree/couchdb.tmpfiles.conf https://projects.archlinux.org/svntogit/community.git/tree/trunk/couchdb.tmpfiles?h=packages/couchdb -- Кирилл Елагин On Sat, May 3, 2014 at 12:03 PM, Austin Matherne wrote: > I switche

[systemd-devel] Unit File: Create Folder With User Permissions

2014-05-03 Thread Austin Matherne
I switched my Gentoo install over to systemd today and pretty much everything worked flawlessly. The only exception was CouchDB, which lacks systemd support in Portage, so I'm left writing my own service file. I took a peak at the files for Fedora ( http://pkgs.fedoraproject.org/cgit/couchdb.git/t