Jérôme Petazzoni
2014-01-28 22:07:50 UTC
Hi Rich,
(I'm moving the conversation to docker-user because I think it will be more
appropriate there!)
Can you provide a Dockerfile that reproduces the issue?
Otherwise, I would suggest to:
- investigate with strace to see what's happening on a low level;
- try with sudo instead of su.
Cheers,
(I'm moving the conversation to docker-user because I think it will be more
appropriate there!)
Can you provide a Dockerfile that reproduces the issue?
Otherwise, I would suggest to:
- investigate with strace to see what's happening on a low level;
- try with sudo instead of su.
Cheers,
I have a centos base, and I have added several users. When I attempt to
"su - user", I get "could not open session".
After searching online, it appears it may be an issue with CentOS where
nofile should not be set to unlimited, but I can't seem to modify this
value (after attempting to edit /etc/security/limits.conf and
/etc/security/limits.d/).
I need to run a process as a user other than root, but I am not sure how
to accomplish this without "su" working properly. Has anyone else run into
this issue before?
Thanks!
Rich
--
You received this message because you are subscribed to the Google Groups
"docker-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
"su - user", I get "could not open session".
After searching online, it appears it may be an issue with CentOS where
nofile should not be set to unlimited, but I can't seem to modify this
value (after attempting to edit /etc/security/limits.conf and
/etc/security/limits.d/).
I need to run a process as a user other than root, but I am not sure how
to accomplish this without "su" working properly. Has anyone else run into
this issue before?
Thanks!
Rich
--
You received this message because you are subscribed to the Google Groups
"docker-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
--
@jpetazzo <https://twitter.com/jpetazzo>
Latest blog post: http://jpetazzo.github.io/2013/12/07/pxe-netboot-docker/
--
You received this message because you are subscribed to the Google Groups "docker-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to docker-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
@jpetazzo <https://twitter.com/jpetazzo>
Latest blog post: http://jpetazzo.github.io/2013/12/07/pxe-netboot-docker/
--
You received this message because you are subscribed to the Google Groups "docker-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to docker-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.