You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restarting the new pcw container fails after some attempts with the following issue:
Mar 22 14:18:03 larrytornado conmon[5992]: Operations to perform:
Mar 22 14:18:03 larrytornado conmon[5992]: Apply all migrations: admin, auth, contenttypes, ocw, sessions
Mar 22 14:18:03 larrytornado conmon[5992]: Running migrations:
Mar 22 14:18:03 larrytornado conmon[5992]: No migrations to apply.
Mar 22 14:18:05 larrytornado conmon[5992]:
Mar 22 14:18:05 larrytornado conmon[5992]: You have requested to collect static files at the destination
Mar 22 14:18:05 larrytornado conmon[5992]: location as specified in your settings:
Mar 22 14:18:05 larrytornado conmon[5992]:
Mar 22 14:18:05 larrytornado conmon[5992]: /pcw/static
Mar 22 14:18:05 larrytornado conmon[5992]:
Mar 22 14:18:05 larrytornado conmon[5992]: This will overwrite existing files!
Mar 22 14:18:05 larrytornado conmon[5992]: Are you sure you want to do this?
Mar 22 14:18:05 larrytornado conmon[5992]:
Mar 22 14:18:05 larrytornado conmon[5992]: Type 'yes' to continue, or 'no' to cancel:
Mar 22 14:18:05 larrytornado conmon[5992]: Traceback (most recent call last):
Mar 22 14:18:05 larrytornado conmon[5992]: File "manage.py", line 15, in <module>
Mar 22 14:18:05 larrytornado conmon[5992]: execute_from_command_line(sys.argv)
Mar 22 14:18:05 larrytornado conmon[5992]: File "/usr/lib/python3.6/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line
Mar 22 14:18:05 larrytornado conmon[5992]: utility.execute()
Mar 22 14:18:05 larrytornado conmon[5992]: File "/usr/lib/python3.6/site-packages/django/core/management/__init__.py", line 395, in execute
Mar 22 14:18:05 larrytornado conmon[5992]: self.fetch_command(subcommand).run_from_argv(self.argv)
Mar 22 14:18:05 larrytornado conmon[5992]: File "/usr/lib/python3.6/site-packages/django/core/management/base.py", line 330, in run_from_argv
Mar 22 14:18:05 larrytornado conmon[5992]: self.execute(*args, **cmd_options)
Mar 22 14:18:05 larrytornado conmon[5992]: File "/usr/lib/python3.6/site-packages/django/core/management/base.py", line 371, in execute
Mar 22 14:18:05 larrytornado conmon[5992]: output = self.handle(*args, **options)
Mar 22 14:18:05 larrytornado conmon[5992]: File "/usr/lib/python3.6/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 191, in handle
Mar 22 14:18:05 larrytornado conmon[5992]: if input(''.join(message)) != 'yes':
Mar 22 14:18:05 larrytornado conmon[5992]: EOFError: EOF when reading a line
The culprint is most likely the container-startup script, where collectstatic might cause this collision.
The text was updated successfully, but these errors were encountered:
Restarting the new
pcw
container fails after some attempts with the following issue:The culprint is most likely the
container-startup
script, wherecollectstatic
might cause this collision.The text was updated successfully, but these errors were encountered: