Re: [systemd-devel] Secondary mounts

2018-12-13 Thread Mantas Mikulėnas
On Fri, Dec 14, 2018 at 12:16 AM Kenneth Porter wrote: > How could I trigger mounting of additional filesystems from the mounting > of > a CIFS share? The additional mounts would be to subfolders within the > primary mount. I'd use symlinks but I get a "this filesystem doesn't > support that oper

[systemd-devel] Secondary mounts

2018-12-13 Thread Kenneth Porter
How could I trigger mounting of additional filesystems from the mounting of a CIFS share? The additional mounts would be to subfolders within the primary mount. I'd use symlinks but I get a "this filesystem doesn't support that operation" when I attempt a "ln -s". The primary is automounted vi

Re: [systemd-devel] delayed start 'on calendar' timers - is it possible?

2018-12-13 Thread Lennart Poettering
On Do, 13.12.18 22:06, Kamil Jońca (kjo...@o2.pl) wrote: > %cat /etc/systemd/system/kjonca-daily.timer > [Unit] > Description=kjonca daily > > [Timer] > OnBootSec=0 Well, with this you say that your timer shall be started right after booting. That's a fixed point in time, and when you start the t

Re: [systemd-devel] delayed start 'on calendar' timers - is it possible?

2018-12-13 Thread Kamil Jońca
Lennart Poettering writes: > On Do, 13.12.18 21:56, Kamil Jońca (kjo...@o2.pl) wrote: > >> Lennart Poettering writes: >> >> [...] >> > >> > What do you mean by "run immediately"? Are you saying the service the >> > timer is supposed to start is run immediately (which would be a bug), >> Yes, ser

Re: [systemd-devel] delayed start 'on calendar' timers - is it possible?

2018-12-13 Thread Lennart Poettering
On Do, 13.12.18 21:56, Kamil Jońca (kjo...@o2.pl) wrote: > Lennart Poettering writes: > > [...] > > > > What do you mean by "run immediately"? Are you saying the service the > > timer is supposed to start is run immediately (which would be a bug), > Yes, service is started immediately. Please pr

Re: [systemd-devel] delayed start 'on calendar' timers - is it possible?

2018-12-13 Thread Kamil Jońca
Lennart Poettering writes: [...] > > What do you mean by "run immediately"? Are you saying the service the > timer is supposed to start is run immediately (which would be a bug), Yes, service is started immediately. KJ -- http://wolnelektury.pl/wesprzyj/teraz/ QOTD: "I drive my car qui

Re: [systemd-devel] delayed start 'on calendar' timers - is it possible?

2018-12-13 Thread Lennart Poettering
On Do, 13.12.18 19:32, Kamil Jońca (kjo...@o2.pl) wrote: > Assume, we want to create "OnCalendar" timer. > and for example we want to run it at 5:0 AM. > (ie. OnCalendar=*-*-* 5:0) > > How can I add this timer WITHOUT immediate running? What do you mean by that? starting the timer doesn't mean yo

[systemd-devel] delayed start 'on calendar' timers - is it possible?

2018-12-13 Thread Kamil Jońca
Assume, we want to create "OnCalendar" timer. and for example we want to run it at 5:0 AM. (ie. OnCalendar=*-*-* 5:0) How can I add this timer WITHOUT immediate running? is systemctl enable "timer" enough? When I issue "systemctl start timer", this timer run immediately. KJ -- http://stopsto

Re: [systemd-devel] Fwd: sdbus-filedescriptor does reproducibly NOT get triggered in a specific situation

2018-12-13 Thread Lennart Poettering
On Do, 13.12.18 12:11, Jan Mueller (janmueller.em...@googlemail.com) wrote: > Hey Lennart - thank you for the quick response! > Ok, originally I stripped it down to select() for better comprehension. > Swichting back to epoll + making use of sd_bus_get_events() did not help > receiving the signals

Re: [systemd-devel] Fwd: sdbus-filedescriptor does reproducibly NOT get triggered in a specific situation

2018-12-13 Thread Jan Mueller
> > I have the following issue: > > An application does not receive dbus signals on its dbus file descriptor *while waiting* for a > > dbus-method response. Considered time frame: between sending the method-call and receiving > > its response. After the response is being received, the (indefinit

[systemd-devel] Statistics collection

2018-12-13 Thread Umut Tezduyar Lindskog
Hello, Do you know any statistics collection application for embedded environment that has fairly working systemd and journald plugins. There are few I can find but surprisingly none of them have deep systemd support. Thanks Umut ___ systemd-devel mail