Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shutdown sometimes hangs when using "changes" file #7

Open
GoogleCodeExporter opened this issue May 19, 2015 · 0 comments
Open

Shutdown sometimes hangs when using "changes" file #7

GoogleCodeExporter opened this issue May 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Sometimes the AppPot image hangs during shutdown, just after INIT has finished 
killing all the tasks, and must be halted from `uml_mconsole`.

My guess is that INIT (or Debian's `/etc/rc` script) is using the 
atime/ctime/mtime of some file or directory as a reference timestamp; this 
access time is changed by the `apppot-snap` script when merging the changes, 
and thus confuses INIT.  Likely, the reference timestamp is set in the past (to 
the time of creation of the "changes" file), hence INIT is just waiting for 
time to pass.

If this guess is confirmed, we should find out what this reference 
file/directory is, and exclude it from `apppot-snap` operations, modifying 
`/var/lib/apppot/apppot-snap.exclude`.

Original issue reported on code.google.com by riccardo.murri@gmail.com on 1 Mar 2012 at 7:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant