Re: runuser error in a docker container on rawhide

2014-06-04 Thread Daniel J Walsh
On 06/04/2014 04:03 PM, Robert Rati wrote: > I'm pretty baffled. I've successfully used runuser with F20 as the > host and F20 in the container. Something is different in rawhide. I > even tried downgrading util-linux in the container to the latest > version in F20 and I still get the same erro

Re: runuser error in a docker container on rawhide

2014-06-04 Thread Robert Rati
I'm pretty baffled. I've successfully used runuser with F20 as the host and F20 in the container. Something is different in rawhide. I even tried downgrading util-linux in the container to the latest version in F20 and I still get the same error, which leads me to believe it's not util-linux

Re: runuser error in a docker container on rawhide

2014-06-04 Thread Daniel J Walsh
On 06/04/2014 03:17 PM, Robert Rati wrote: > I checked the status of selinux in the container and it was disabled, > so I don't think that's the problem. I then tried re-launching the > container in privileged mode (--privileged=true) and that didn't > change anything. The runuser command still

Re: runuser error in a docker container on rawhide

2014-06-04 Thread Robert Rati
I checked the status of selinux in the container and it was disabled, so I don't think that's the problem. I then tried re-launching the container in privileged mode (--privileged=true) and that didn't change anything. The runuser command still prints "System error" if I use it to do anything

Re: runuser error in a docker container on rawhide

2014-06-04 Thread Daniel J Walsh
On 06/04/2014 02:27 PM, Robert Rati wrote: > I'm trying to run some docker containers and it appears the runuser in > rawhide isn't functional in the container: > > # runuser > runuser: System error > > I can run runuser in a physical system running rawhide however. These > same images created of

runuser error in a docker container on rawhide

2014-06-04 Thread Robert Rati
I'm trying to run some docker containers and it appears the runuser in rawhide isn't functional in the container: # runuser runuser: System error I can run runuser in a physical system running rawhide however. These same images created off of F20 containers worked fine. Has anyone run into