News
Linux
Linux: restart service with mtimes differ
When restarting Apache on Gentoo I was getting messages like these :
/etc/init.d/apache2 restart * Re-caching dependency info (mtimes differ)... * Stopping apache2 ... [ ok ] * Re-caching dependency info (mtimes differ)... * Re-caching dependency info (mtimes differ)... * Re-caching dependency info (mtimes differ)... * Re-caching dependency info (mtimes differ)... * Starting apache2 ...
It took only a little while to find out that a simple command like
/etc/init.d/depscan.sh --update
solved the problem for me.


Comments
Only logged in users are allowed to comment. Register or log in.