Changes between Version 3 and Version 4 of support-team/wheezy-upgrade-tech-notes
- Timestamp:
- Nov 8, 2013, 8:32:07 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
support-team/wheezy-upgrade-tech-notes
v3 v4 49 49 You can safely just choose to keep the local version as there are no meaningful changes to the package maintainers version. 50 50 51 == mysql-5.5 open files == 52 It's not yet clear if this particular issue will be chronic across servers. However, according to ticket #8040, it appears that mysql file limits might need to be increased just to be safe. The current recommendation judging from rose is to modify... 53 === `/etc/security/limits.conf` === 54 And add the following lines to that file: 55 56 {{{ 57 mysql soft nofile 4096 58 mysql hard nofile 32768 59 60 root soft nofile 4096 61 root hard nofile 32768 62 }}} 63 51 64 == rebooting == 52 65 Upon rebooting rose using `shutdown -h now` the service on rose's host failed to start the kvm process. This required the following commands from `root@florence.mayfirst.org`: