Re: [systemd-devel] Openvswitch-problem to start

2019-08-13 Thread Mantas Mikulėnas
On Wed, Aug 14, 2019 at 8:02 AM V Sai Surya Laxman Rao Bellala < laxmanraobell...@gmail.com> wrote: > Hello all, > When I am trying to install openvswitch.It is failed to start. I am > attaching the screenshot please see and help me to solve this problem. > Your screenshot shows that it's an open

[systemd-devel] Openvswitch-problem to start

2019-08-13 Thread V Sai Surya Laxman Rao Bellala
Hello all, When I am trying to install openvswitch.It is failed to start. I am attaching the screenshot please see and help me to solve this problem. Regards Laxman ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesk

Re: [systemd-devel] systemd's connections to /run/systemd/private ?

2019-08-13 Thread Brian Reichert
On Thu, Aug 01, 2019 at 07:18:20PM +, Zbigniew J??drzejewski-Szmek wrote: > Yes. (With the caveat that there *are* legitimate reasons to have new > long-lived fds created, so not every long-lived fd is "wrong".) I finally was able to track down what's happening on my system. This is sufficien

Re: [systemd-devel] systemd-readahead: failed to create fanoltify object

2019-08-13 Thread Reindl Harald
Am 13.08.19 um 12:24 schrieb Ranran: > After upgrading kernel in from 3.10 to 4.14.15 (centOS 7), it seems > that all function OK without any issues. > > Except for some print error in boot which I've noticed: > "systemd-readahead[]: failed to create fanoltify object: Function not > implemented"

[systemd-devel] systemd-readahead: failed to create fanoltify object

2019-08-13 Thread Ranran
Hello, After upgrading kernel in from 3.10 to 4.14.15 (centOS 7), it seems that all function OK without any issues. Except for some print error in boot which I've noticed: "systemd-readahead[]: failed to create fanoltify object: Function not implemented" Is there any idea about the error and its

Re: [systemd-devel] why the function don't have the parameter of 'value'

2019-08-13 Thread www
Dear Lennart, Thank you very much for your help. thanks, Byron At 2019-08-13 15:44:59, "Lennart Poettering" wrote: >On Di, 13.08.19 09:21, www (ouyangxua...@163.com) wrote: > >> I am looking forward to your reply. >> thanks, > >It expects that you registered an object vtable first, whic

Re: [systemd-devel] why the function don't have the parameter of 'value'

2019-08-13 Thread Lennart Poettering
On Di, 13.08.19 09:21, www (ouyangxua...@163.com) wrote: > I am looking forward to your reply. > thanks, It expects that you registered an object vtable first, which lists properties. The getters in that vtable are then called for the values. This is unfortunately a bit under-documented, but bas