Re: [systemd-devel] sd-bus delayed reply

2019-01-28 Thread Jean Valjean
I feel like Tom Hanks in the Cast Away when he made fire. Thank you. Boris On Mon, 28 Jan 2019 at 14:07, Lennart Poettering wrote: > > On Mo, 28.01.19 14:00, Jean Valjean (valjean.jean1...@gmail.com) wrote: > 65;5403;1c > > Can I, in principle, register objects and interfaces with > >

Re: [systemd-devel] Fail to load network modules properly

2019-01-28 Thread Łukasz Słaboń
Yes, as far as I know it should load firmware. Is there a possibility to force loading wl driver and module only after partition is mounted? I assume that something systemd scripts needs to be changed to force different boot sequence. Regards, Łukasz Słaboń On Mon, Jan 28, 2019 at 10:48 AM

Re: [systemd-devel] Bugfix release(s)

2019-01-28 Thread Ryan Gonzalez
>From here everything looks good! On Mon, Jan 28, 2019 at 7:39 AM Lennart Poettering wrote: > On Mo, 28.01.19 14:32, Lennart Poettering (lenn...@poettering.net) wrote: > > > On Sa, 26.01.19 16:56, Ryan Gonzalez (rym...@gmail.com) wrote: > > > > > I'll send you the webhook target and webhook

Re: [systemd-devel] Bugfix release(s)

2019-01-28 Thread Lennart Poettering
On Mo, 28.01.19 14:32, Lennart Poettering (lenn...@poettering.net) wrote: > On Sa, 26.01.19 16:56, Ryan Gonzalez (rym...@gmail.com) wrote: > > > I'll send you the webhook target and webhook secret in a PGP-encrypted > > email off-list (maybe overkill, but better safe than sorry). It's set up

Re: [systemd-devel] Bugfix release(s)

2019-01-28 Thread Lennart Poettering
On Sa, 26.01.19 16:56, Ryan Gonzalez (rym...@gmail.com) wrote: > I'll send you the webhook target and webhook secret in a PGP-encrypted > email off-list (maybe overkill, but better safe than sorry). > > As a side note, the bot currently watches tags. Would it be better to watch > releases, or

Re: [systemd-devel] Systemd-analyze time not giving kernal bootup time.

2019-01-28 Thread deepan muthusamy
"systemd-analyze time" directly provides time. I don't know about journalctl MESSAGE_ID. On Mon, 28 Jan 2019, 5:40 pm Mantas Mikulėnas On Mon, Jan 28, 2019 at 11:22 AM deepan muthusamy > wrote: > >> My target(RCAR-H3) runs with yocto project have boot up time of 13 >> seconds before init starts

Re: [systemd-devel] Systemd-analyze time not giving kernal bootup time.

2019-01-28 Thread deepan muthusamy
The systems version is "systemd 230". I'm not sure about what the container is. My system having only one user (root). No other users. On Mon, 28 Jan 2019, 2:56 pm Jérémy ROSEN What version of systemd are you using ? > > Kernel time is usually not displayed when systemd is run inside a >

Re: [systemd-devel] Systemd-analyze time not giving kernal bootup time.

2019-01-28 Thread Mantas Mikulėnas
On Mon, Jan 28, 2019 at 11:22 AM deepan muthusamy wrote: > My target(RCAR-H3) runs with yocto project have boot up time of 13 seconds > before init starts as of my observation. because I am starting Weston in > basic.target which is starting after 13 seconds from the time I pressed > power

Re: [systemd-devel] sd-bus delayed reply

2019-01-28 Thread Lennart Poettering
On Mo, 28.01.19 14:00, Jean Valjean (valjean.jean1...@gmail.com) wrote: 65;5403;1c > Can I, in principle, register objects and interfaces with > sd_bus_add_object_vtable like in > http://0pointer.net/blog/the-new-sd-bus-api-of-systemd.html > and in handler function, take a copy, of a reference to

Re: [systemd-devel] sd-bus delayed reply

2019-01-28 Thread Jean Valjean
Can I, in principle, register objects and interfaces with sd_bus_add_object_vtable like in http://0pointer.net/blog/the-new-sd-bus-api-of-systemd.html and in handler function, take a copy, of a reference to message object, to global variable and use it later with sd_bus_reply_method_return? I

Re: [systemd-devel] Many user slices created and user managers spawned on boot

2019-01-28 Thread Simon McVittie
On Sat, 26 Jan 2019 at 10:26:23 -0600, Steve Bergman wrote: > possibly since before the upgrade from Debian 7 with sysvinit to > Debian 9 with systemd I hope you upgraded from Debian 7 (usually booted with sysvinit) to Debian 8 (usually booted with systemd), then rebooted, cleaned up any obsolete

Re: [systemd-devel] sd-bus: calling D-Bus method from a D-Bus method callback upon the same D-Bus connection

2019-01-28 Thread Simon McVittie
On Sat, 26 Jan 2019 at 16:22:47 +0100, Lennart Poettering wrote: > Yes, you may synchronously call into other bus services from an async > msg hander, but as long as that call runs no incoming msgs besides the > expected reply will be processed. This means effectively that while > the synchronous

Re: [systemd-devel] sd-bus delayed reply

2019-01-28 Thread Lennart Poettering
On Mo, 28.01.19 12:25, Jean Valjean (valjean.jean1...@gmail.com) wrote: > Is there a possibility to send a delayed response to a method call? Yes. Just keep a reference to the incoming method call message object around, and then, when you are ready to respond, respond. > The scenario is > 1.

[systemd-devel] Systemd-analyze time not giving kernal bootup time.

2019-01-28 Thread Shuang Liu
Looks like https://github.com/systemd/systemd/pull/9801 ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] sd-bus delayed reply

2019-01-28 Thread Jean Valjean
Is there a possibility to send a delayed response to a method call? The scenario is 1. Message A with input data is received by a service and placed into a list. This message will be used to reply later. 2. A routine is invoked that might take a long time to prepare a reply on a background thread

Re: [systemd-devel] Fail to load network modules properly

2019-01-28 Thread juice
Łukasz Słaboń kirjoitti 2019-01-28 11:18: Apparently the same bug is in the open-source driver. As I said in my previous e-mail I'm experiencing same problem with all possible drivers for my wifi card. Regards, Łukasz Słaboń Does your driver require firmware to be loaded before operation?

Re: [systemd-devel] Systemd-analyze time not giving kernal bootup time.

2019-01-28 Thread Jérémy ROSEN
What version of systemd are you using ? Kernel time is usually not displayed when systemd is run inside a container (since it makes no sense). There might be something wrong with container detection here, though... Le lun. 28 janv. 2019 à 10:22, deepan muthusamy a écrit : > My target(RCAR-H3)

[systemd-devel] Systemd-analyze time not giving kernal bootup time.

2019-01-28 Thread deepan muthusamy
My target(RCAR-H3) runs with yocto project have boot up time of 13 seconds before init starts as of my observation. because I am starting Weston in basic.target which is starting after 13 seconds from the time I pressed power button. Note: I am booting the board from SD card(The image is in SD

Re: [systemd-devel] Fail to load network modules properly

2019-01-28 Thread Łukasz Słaboń
Apparently the same bug is in the open-source driver. As I said in my previous e-mail I'm experiencing same problem with all possible drivers for my wifi card. Regards, Łukasz Słaboń On Mon, Jan 28, 2019 at 8:32 AM Greg KH wrote: > On Sun, Jan 27, 2019 at 09:14:37PM +0100, Łukasz Słaboń