Re: [F26] missing /run/user/${USER} directory

2017-09-21 Thread Ed Greshko
On 09/21/17 18:34, Ed Greshko wrote: > On 09/21/17 14:10, Frédéric Bron wrote: >>> I don't know if they fixed it yet or not, but I ran into this >>> bug: >>> >>> https://bugzilla.redhat.com/show_bug.cgi?id=1471519 >> I do not think this is that. >> >> What I understood is that: >> 1. we connect by

Re: [F26] missing /run/user/${USER} directory

2017-09-21 Thread Ed Greshko
On 09/21/17 14:10, Frédéric Bron wrote: >> I don't know if they fixed it yet or not, but I ran into this >> bug: >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1471519 > I do not think this is that. > > What I understood is that: > 1. we connect by ssh to launch the vncserver. The ssh connection

Re: [F26] missing /run/user/${USER} directory

2017-09-21 Thread Frédéric Bron
> The directory is created by logind. There have been lots of bugs in > this area where because a user isn't ‘logging in’ in the normal sense, > the directory doesn't get created, eg: > > https://bugzilla.redhat.com/show_bug.cgi?id=753882 > https://bugzilla.redhat.com/show_bug.cgi?id=967509 O

Re: [F26] missing /run/user/${USER} directory

2017-09-21 Thread Richard W.M. Jones
On Wed, Sep 20, 2017 at 10:56:35AM +0200, Frédéric Bron wrote: > Hi, > > I have a user for which /run/user/${USER} directory is not > automatically created. I manually created the directory and made it > owned by the user and all was fine but after reboot it had disappeard > and I had to do it aga

Re: [F26] missing /run/user/${USER} directory

2017-09-20 Thread Samuel Sieb
On 09/20/2017 11:10 PM, Frédéric Bron wrote: What I understood is that: 1. we connect by ssh to launch the vncserver. The ssh connection creates the /run/user/${USER} directory 2. we launch vnc viewer 3. we exit the terminal where we launched vncviewer and at this moment the directory is removed.

Re: [F26] missing /run/user/${USER} directory

2017-09-20 Thread Frédéric Bron
> I don't know if they fixed it yet or not, but I ran into this > bug: > > https://bugzilla.redhat.com/show_bug.cgi?id=1471519 I do not think this is that. What I understood is that: 1. we connect by ssh to launch the vncserver. The ssh connection creates the /run/user/${USER} directory 2. we lau

Re: [F26] missing /run/user/${USER} directory

2017-09-20 Thread Tom Horsley
On Wed, 20 Sep 2017 18:18:16 +0200 Frédéric Bron wrote: > Yes, you're right, it's normal that it is not there after reboot. What > is not normal is why it is not created automatically. I don't know if they fixed it yet or not, but I ran into this bug: https://bugzilla.redhat.com/show_bug.cgi?id=

Re: [F26] missing /run/user/${USER} directory

2017-09-20 Thread Frédéric Bron
> Normally, the /run directory is a tmpfs mount (the contents are only > held in RAM, they're not actually stored on disc). So, anything that's > inside that directory will always need recreating (if needed) after a > reboot. Though, having said that, I think that things in it are always > going

Re: [F26] missing /run/user/${USER} directory

2017-09-20 Thread Tim
Allegedly, on or about 20 September 2017, Frédéric Bron sent: > I have a user for which /run/user/${USER} directory is not > automatically created. I manually created the directory and made it > owned by the user and all was fine but after reboot it had disappeard > and I had to do it again. Norma

[F26] missing /run/user/${USER} directory

2017-09-20 Thread Frédéric Bron
Hi, I have a user for which /run/user/${USER} directory is not automatically created. I manually created the directory and made it owned by the user and all was fine but after reboot it had disappeard and I had to do it again. Could this be related to the fact that the user uses a remote connecti