Re: [systemd-devel] Systemd DBus API doc on wiki

2017-11-28 Thread Jacob Floyd
On Tue, Nov 28, 2017 at 3:57 PM, Jacob Floyd < [email protected]> wrote: > 2) = > > First property of Manager: https://www.freedesktop.org/ > wiki/Software/systemd/dbus/#properties > > *Version* encodes the version string of the running systemd instance. >> Note tha

Re: [systemd-devel] [PATCH v2] udev rules: add by-location symlinks to nvme devices

2017-11-28 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git _

[systemd-devel] [PATCH v2] udev rules: add by-location symlinks to nvme devices

2017-11-28 Thread Charles.Rose
On systems with multiple 2.5-inch form factor PCIe SSD devices, locating the physical drive can be made easier with symlinks that contain the drive bay and slot information like this: /dev/disk/by-path/PCIe_SSD_in_Slot_9_Bay_1-nvme0n1 -> ../../nvme0n1 /dev/disk/by-path/PCIe_SSD_in_Slot_9_Bay

[systemd-devel] Systemd DBus API doc on wiki

2017-11-28 Thread Jacob Floyd
Could someone update this doc: https://www.freedesktop.org/wiki/Software/systemd/dbus/ The history says it was last updated Feb 2014, so I think it's out of date, but I don't know enough about what's changed to update it. (If you want to explain it, I can try to write it up, and then I'll have to

[systemd-devel] "service failed because a configured resource limit was exceeded" for service whose ExecStart command works without systemd

2017-11-28 Thread Doug Snyder
I am trying to create a systemd service to manage the celery task queue My service file is : [Unit] Description=Celery bf Service After=network.target [Service] Type=forking User=doug Group=doug WorkingDirectory=/home/doug/www/my_project ExecStart=/home/doug/.virtualenvs/bf-env/bin/celery-A t

Re: [systemd-devel] [Question]: About systemctl and its related commands

2017-11-28 Thread 千葉幹正
Thank you. I know have a deeper understanding of the this topic :) Regards. Chiba 2017年11月28日(火) 23:32 Lennart Poettering : > f1;5002;0cOn Di, 28.11.17 16:16, 千葉幹正 ([email protected]) wrote: > > > We have a few questions about systemctl and -H option. > > > > It looks like systemctl is communica

[systemd-devel] A server says: "System is going down." But never does.

2017-11-28 Thread Yuri Kanivetsky
Hi, This mailing list is the only place where I expect to have some helpful feedback. But feel free to suggest other places. I'd like to investigate situation I have now, find out what went wrong and prevent it from happening again if possible. Your help is appreciated. Like I said, a server repo

Re: [systemd-devel] [Question]: About systemctl and its related commands

2017-11-28 Thread Lennart Poettering
f1;5002;0cOn Di, 28.11.17 16:16, 千葉幹正 ([email protected]) wrote: > We have a few questions about systemctl and -H option. > > It looks like systemctl is communicating with /run/systemd/private in order > to interact with systemd. > > However, after you log in the connected computer via ssh, it lo

Re: [systemd-devel] failed to schedule restart job: Transaction is destructive.

2017-11-28 Thread Lennart Poettering
On Di, 28.11.17 14:44, prashantkumar dhotre ([email protected]) wrote: > Hi > Sometimes i see that service restart fails with > systemd[1]: *my.service failed to schedule restart job: Transaction is > destructive.* The restart logic of services is very defensive: it won't reverse alr

Re: [systemd-devel] failed to schedule restart job: Transaction is destructive.

2017-11-28 Thread prashantkumar dhotre
Exec StopPost script writes to log file and writes to zookeeper. I have checked that , that script takes Max 2 sec to finish. To recreate issue, I have tried doing mre work in the script so that script take more than 1 min but I could not recreate issue On Nov 28, 2017 4:34 PM, "Mantas Mikulėnas"

Re: [systemd-devel] failed to schedule restart job: Transaction is destructive.

2017-11-28 Thread Mantas Mikulėnas
On Tue, Nov 28, 2017 at 11:14 AM, prashantkumar dhotre < [email protected]> wrote: > Hi > Sometimes i see that service restart fails with > systemd[1]: *my.service failed to schedule restart job: Transaction is > destructive.* > > above error is very rare. > I have defined ExecStopPost

Re: [systemd-devel] [PATCH weston] doc/systemd: system service example

2017-11-28 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git ___

[systemd-devel] [PATCH weston] doc/systemd: system service example

2017-11-28 Thread Pekka Paalanen
From: Pekka Paalanen There are many bad and even worse attempts to make Weston run as a systemd service, and very few good ones. Let's add a good one as an example in upstream: does not use weston-launch, does not run weston as root, does not need wrapper scripts, and relies on logind and PAM. T

Re: [systemd-devel] What is the recommended way to setup the compose key ?

2017-11-28 Thread Francis Moreau
On Tue, Nov 28, 2017 at 9:57 AM, Mantas Mikulėnas wrote: > > And where would it get the actual compose definitions from? They have to be > defined in the keymap itself. > on my distro (opensuse Tumbleweed) compose tables and the definition of the compose key can be found here: $ ls /usr/share/k

[systemd-devel] failed to schedule restart job: Transaction is destructive.

2017-11-28 Thread prashantkumar dhotre
Hi Sometimes i see that service restart fails with systemd[1]: *my.service failed to schedule restart job: Transaction is destructive.* above error is very rare. I have defined ExecStopPost script in my service file. this problem does not always happen and there is no defined steps to recreate th

Re: [systemd-devel] What is the recommended way to setup the compose key ?

2017-11-28 Thread Mantas Mikulėnas
On Tue, Nov 28, 2017 at 10:54 AM, Francis Moreau wrote: > On Tue, Nov 28, 2017 at 9:46 AM, Mantas Mikulėnas > wrote: > > On Tue, Nov 28, 2017 at 10:35 AM, Francis Moreau > > > wrote: > >> > >> Hello, > >> > >> I'm trying to figure out how I can configure a compose key for the > >> consoles. > >

Re: [systemd-devel] What is the recommended way to setup the compose key ?

2017-11-28 Thread Francis Moreau
On Tue, Nov 28, 2017 at 9:46 AM, Mantas Mikulėnas wrote: > On Tue, Nov 28, 2017 at 10:35 AM, Francis Moreau > wrote: >> >> Hello, >> >> I'm trying to figure out how I can configure a compose key for the >> consoles. >> >> I looked at man localectl and vconsole.conf but haven't found an answer. >

Re: [systemd-devel] What is the recommended way to setup the compose key ?

2017-11-28 Thread Mantas Mikulėnas
On Tue, Nov 28, 2017 at 10:35 AM, Francis Moreau wrote: > Hello, > > I'm trying to figure out how I can configure a compose key for the > consoles. > > I looked at man localectl and vconsole.conf but haven't found an answer. > You'd need to edit the actual keyboard layout in /usr/share/kbd/keyma

[systemd-devel] What is the recommended way to setup the compose key ?

2017-11-28 Thread Francis Moreau
Hello, I'm trying to figure out how I can configure a compose key for the consoles. I looked at man localectl and vconsole.conf but haven't found an answer. Could anybody give me some hints ? Thanks. -- Francis ___ systemd-devel mailing list systemd-

Re: [systemd-devel] [Question]: About systemctl and its related commands

2017-11-28 Thread aleivag
Hi, i asked similar question a few weeks ago, and you probably will get a oficial answer soon :P, but in a nutshell would be: /run/systemd/private is a private socket and its meant for systemd tools to communicate with systemd even if dbus daemon is down. this is specially true during boot and shu