On Mon, Dec 04, 2017 at 07:14:51PM +0100, Lennart Poettering wrote:
> On Mo, 04.12.17 23:15, Yun-Chih Chen (yunchih@gmail.com) wrote:
>
> > Hi, fellows:
> >
> > How do I remove a dead process (D-state process) wrapped as a Systemd
> > service unit? The process's parent is systemd (pid=1) and
On Mo, 04.12.17 23:15, Yun-Chih Chen (yunchih@gmail.com) wrote:
> Hi, fellows:
>
> How do I remove a dead process (D-state process) wrapped as a Systemd
> service unit? The process's parent is systemd (pid=1) and I still did not
> find a way to remove such process without rebooting. I have
Hi, fellows:
How do I remove a dead process (D-state process) wrapped as a Systemd
service unit? The process's parent is systemd (pid=1) and I still did not
find a way to remove such process without rebooting. I have tried the
following:
$ systemctl restart # timeout
$ systemctl daemon-reexec
On Fri, 1 Dec 2017 18:25:35 +0100
Lennart Poettering wrote:
> On Fr, 01.12.17 13:42, Pekka Paalanen (ppaala...@gmail.com) wrote:
>
> > > > > This is racy, as the session ID is not really reliably predictable,
> > > > > and is synthesized in different contexts in different ways, for
> > > > > exa
Yup, thanks a lot, it did work.
On 4 December 2017 at 14:39, Silvio Knizek wrote:
> Am Montag, den 04.12.2017, 14:25 +0300 schrieb Andrey Klimentyev:
> > Hi,
> >
> > Is it possible to register local mount as a remote-fs?
> >
> > I've got a rather peculiar problem with Kubernetes and Ceph:
> > 1.
Am Montag, den 04.12.2017, 14:25 +0300 schrieb Andrey Klimentyev:
> Hi,
>
> Is it possible to register local mount as a remote-fs?
>
> I've got a rather peculiar problem with Kubernetes and Ceph:
> 1. kubelet creates an rbd device in /dev;
> 2. it mounts it to some location;
> 3. systemd adds loc
Hi,
Is it possible to register local mount as a remote-fs?
I've got a rather peculiar problem with Kubernetes and Ceph:
1. kubelet creates an rbd device in /dev;
2. it mounts it to some location;
3. systemd adds local-fs.target and local-fs-pre.target to Before= and
After= directives on auto-cre