I am running docker on amazon linux. I set the cron job for a specific action. It returns an error message. Unable to make / delete a record for the specified session . Docker version: 1.12.6 (client and server) API version: 1.24 (client and server)
This error usually occurs due to a pam protection problem.
Recently, the last one has been fixed: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726661 and in Ubuntu Wily (15.10).
pam_loginuid.so /etc/pam.d/cron cron ( ).
- Docker:
RUN sed -i '/session required pam_loginuid.so/c\#session required pam_loginuid.so' /etc/pam.d/cron
Source: https://habr.com/ru/post/1674478/More articles:how to add title in Gtk.MessageDialog - pythonИзменить цвет точки на клике с помощью ChartJS - javascriptThe correct way to manage test / prod connection chains in the .NET web.config file is c #Changing the connection string from development to release when publishing - c #How to find out who did not handle the event - c #gob panics decodes interface - encodingTensorFlow controller prevents variable assignment: the graph is complete and cannot be changed - pythonDelay in two-way binding in a nested directive with selection area - angularjsTensorflow: graph completed and cannot be changed - pythonNullPointerExceptions from random lines of code - javaAll Articles