Changes between Version 29 and Version 30 of jessie-upgrade-tech-notes
- Timestamp:
- Dec 7, 2015, 1:17:05 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jessie-upgrade-tech-notes
v29 v30 68 68 }}} 69 69 70 * Run: {{{diff -u /etc/security/limits.conf.dpkg-old /etc/security/limits.conf}}}. If you see ulimit settings removed, you'll need to restore them in {{{/etc/security/limit.d/$(hostname).conf}}}. (See ticket:11200 for elaboration.) If limits.conf.dpkg-old doesn't exist, then nothing to do. 71 70 72 == Errors and special situations == 71 73 … … 99 101 * /var/log/sysstat: The newer version of sysstat asks that you delete the current files, do it 100 102 101 === limits.conf ==102 103 After upgrading, run {{{diff -u /etc/security/limits.conf.dpkg-old /etc/security/limits.conf}}}. If limits.conf.dpkg-old doesn't exist, or if diff shows no significant output, then there are no special steps required here. On the other hand, if diff shows ulimit settings removed, you'll need to restore them in {{{/etc/security/limit.d/$(hostname).conf}}}. See ticket:11200 for elaboration.