{"id":485,"date":"2008-08-28T13:42:44","date_gmt":"2008-08-28T18:42:44","guid":{"rendered":"http:\/\/bitpost.com\/news\/?p=485"},"modified":"2008-09-10T13:43:40","modified_gmt":"2008-09-10T18:43:40","slug":"apache-not-happy-time-for-an-emerge-world-bump","status":"publish","type":"post","link":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/","title":{"rendered":"Apache not happy, time for an [emerge world] bump"},"content":{"rendered":"<p>After bumping up 60+ packages (probably about half or a third the total), apache started spawning several processes, each taking 10-15% CPU, until my poor little server box was kswapd&#8217;ing its little guts out.  It was heartwrenching seeing that red drive light on constantly.  Poor little thing.<\/p>\n<p>I did an emerge world and rebooted, and this baby is absolutely humming now.  load average 0.00  :><\/p>\n<p>UPDATE: eventually Apache is still hogging things.  Looks like gentoo changed the config settings for the Apache memory manager (MPM).  There are several choices, looks like I want the &#8220;worker&#8221; variant.  To get it, add APACHE_MPMS=&#8221;worker&#8221; to [\/etc\/conf.d\/apache2], and update httpd.conf settings to specify performance settings.  The defaults are here: [\/etc\/apache2\/modules.d\/00_mpm.conf].  I am attempting to adjust them to optimal values in my [machine_globals.conf] file.<\/p>\n<p>The gory details follow.  Sure it&#8217;s a lot of change, but once again, gentoo is the ultimate power tool.<!--more--><\/p>\n<pre><code>emerge-all tasks:                                                                                                             \r\npython: run python-updater                                                                                                    \r\n    done                                                                                                                      \r\napp-emacs\/rst: run emacs-updater                                                                                              \r\n    reinstalling:                                                                                                             \r\n        app-emacs\/autoconf-mode                                                                                               \r\n    done                                                                                                                      \r\nopenldap:                                                                                                                     \r\n    Getting started using OpenLDAP? There is some documentation available:                                                    \r\n        Gentoo Guide to OpenLDAP Authentication                                                                               \r\n        (http:\/\/www.gentoo.org\/doc\/en\/ldap-howto.xml)                                                                         \r\napache2:                                                                                                                      \r\n    If you would like to install the latest webroot, please run                                                               \r\n        emerge --config =apache-2.2.9                                    \r\nca-certificates:                                                                                                              \r\n    You should run update-ca-certificates manually after etc-update                                                           \r\n    Broken symlink for a certificate at \/\/etc\/ssl\/certs\/cacert.org.pem                                                        \r\n    You MUST remove the above broken symlinks                                                                                 \r\n    done                                                                                                                      \r\nsys-libs\/com_err:                                                                                                             \r\n    Please make *sure* to run revdep-rebuild now                                                                              \r\n    done                                                                                                                      \r\nsys-fs\/udev                                                                                                                   \r\n     http:\/\/www.gentoo.org\/doc\/en\/udev-guide.xml                                                                              \r\neix: run update-eix                                                                                                           \r\n    done                                                                                                                      \r\nocaml: \/usr\/sbin\/ocaml-rebuild.sh                                                                                             \r\n    reemerge mediawiki, swig                                                                                                  \r\n    yikes, i had to unalias emerge first, be careful                                                                          \r\n    done                                                                                                                      \r\ngentoo-sources: need to build a new kernel                                                                                    \r\n    building...                                                                                                               \r\n    make oldconfig                                                                                                            \r\n    make && make modules_install                                                                                              \r\n    etc.                                                                                                                      \r\n    done                                                               \r\nsquid: If your traffic level is low to moderate, use 'aufs' or 'ufs' (for cache_dir)                                          \r\n    also getting config file changes                                                                                          \r\n    acl all src all                                                                                                           \r\n        was:    acl all src 0.0.0.0\/0.0.0.0                                                                                   \r\n    added three acl localnet lines                                                                                            \r\n    added: http_access allow localnet                                                                                         \r\n        was commented out                                                                                                     \r\n    ICP queries only from local now                                                                                           \r\n    we prevented some caching before:                                                                                         \r\n        #We recommend you to use the following two lines.                                                                     \r\n        acl QUERY urlpath_regex cgi-bin                                                                                    \r\n        cache deny QUERY                                                                                                      \r\n    ok, it saved all my other changes, nice.                                                                                  \r\n    let it rip...                                                                                                             \r\n    done        \r\ncyrus-imapd:                                                                                                                  \r\nFor correct logging add the following to \/etc\/syslog.conf:                                                                    \r\n|    local6.*         \/var\/log\/imapd.log                                                                                      \r\n|    auth.debug       \/var\/log\/auth.log                                                                                       \r\n|You have to add user cyrus to the sasldb2. Do this with:                                                                     \r\n|    saslpasswd2 cyrus                                                                                                        \r\n    looks like NO config changes, whew!     \r\niptables:                                                                                                                     \r\n    !!! ipforwarding is not a part of the iptables initscripts.                                                               \r\n    To enable ipforwarding at bootup:                                                                                         \r\n    \/etc\/sysctl.conf and set net.ipv4.ip_forward = 1                                                                          \r\n                                                                                                                              \r\n    If you are using the iptables initsscript you should save your                                                            \r\n    rules using the new iptables version before rebooting.                                                                    \r\n    (i ran \/etc\/init.d\/iptables save)                                                                                         \r\n    done                                                                                                                      \r\ngrub:                                                                                                                         \r\n    you must use grub-install                                                                                                 \r\n        http:\/\/www.gentoo.org\/doc\/en\/handbook\/handbook-x86.xml?part=1&chap=10#grub-install-auto\r\npostfix:                                                                                                                      \r\n * You are upgrading from an incompatible version.\r\n * You MUST stop Postfix BEFORE installing this version to your system.\r\n * If you want minimal downtime, emerge postfix with:\r\n *     FORCE_UPGRADE=1 emerge --buildpkgonly postfix\r\n *     \/etc\/init.d\/postfix stop\r\n *     emerge --usepkgonly postfix\r\n * Then run etc-update or dispatch-conf and merge the configuration files.\r\n * Then restart Postfix with: \/etc\/init.d\/postfix start\r\nstopped it, emerging now...\r\n    config changes, uggg\r\n        main.cf wasn't too bad\r\n        master.cf\r\n            adding: proxywrite unix line\r\n            the [smtp_] part is new... -o smtp_fallback_relay=\r\n            maildrop line LOOKS the same - new version is commented out\r\n            same with old-cyrus, cyrus, virt-cyrus\r\n                last 2 have flags=hu\r\n            and uucp, bsmtp\r\n    done\r\nREBOOT TIME.          \r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>After bumping up 60+ packages (probably about half or a third the total), apache started spawning several processes, each taking 10-15% CPU, until my poor little server box was kswapd&#8217;ing its little guts out. It was heartwrenching seeing that red drive light on constantly. Poor little thing. I did an emerge world and rebooted, and [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[15],"tags":[],"class_list":["post-485","post","type-post","status-publish","format-standard","hentry","category-gentoo-server"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"After bumping up 60+ packages (probably about half or a third the total), apache started spawning several processes, each taking 10-15% CPU, until my poor little server box was kswapd&#039;ing its little guts out. It was heartwrenching seeing that red drive light on constantly. Poor little thing. I did an emerge world and rebooted, and\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"m\"\/>\n\t<meta name=\"keywords\" content=\"gentoo server\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bitpost.com\/news | Note to self\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Apache not happy, time for an [emerge world] bump | bitpost.com\/news\" \/>\n\t\t<meta property=\"og:description\" content=\"After bumping up 60+ packages (probably about half or a third the total), apache started spawning several processes, each taking 10-15% CPU, until my poor little server box was kswapd&#039;ing its little guts out. It was heartwrenching seeing that red drive light on constantly. Poor little thing. I did an emerge world and rebooted, and\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2008-08-28T18:42:44+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2008-09-10T18:43:40+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Apache not happy, time for an [emerge world] bump | bitpost.com\/news\" \/>\n\t\t<meta name=\"twitter:description\" content=\"After bumping up 60+ packages (probably about half or a third the total), apache started spawning several processes, each taking 10-15% CPU, until my poor little server box was kswapd&#039;ing its little guts out. It was heartwrenching seeing that red drive light on constantly. Poor little thing. I did an emerge world and rebooted, and\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2008\\\/apache-not-happy-time-for-an-emerge-world-bump\\\/#article\",\"name\":\"Apache not happy, time for an [emerge world] bump | bitpost.com\\\/news\",\"headline\":\"Apache not happy, time for an [emerge world] bump\",\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2008\\\/apache-not-happy-time-for-an-emerge-world-bump\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"},\"datePublished\":\"2008-08-28T13:42:44-04:00\",\"dateModified\":\"2008-09-10T13:43:40-04:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2008\\\/apache-not-happy-time-for-an-emerge-world-bump\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2008\\\/apache-not-happy-time-for-an-emerge-world-bump\\\/#webpage\"},\"articleSection\":\"Gentoo Server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2008\\\/apache-not-happy-time-for-an-emerge-world-bump\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/#listItem\",\"name\":\"Tricks Tips Tools\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/#listItem\",\"position\":2,\"name\":\"Tricks Tips Tools\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/gentoo-server\\\/#listItem\",\"name\":\"Gentoo Server\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/gentoo-server\\\/#listItem\",\"position\":3,\"name\":\"Gentoo Server\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/gentoo-server\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2008\\\/apache-not-happy-time-for-an-emerge-world-bump\\\/#listItem\",\"name\":\"Apache not happy, time for an [emerge world] bump\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/#listItem\",\"name\":\"Tricks Tips Tools\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2008\\\/apache-not-happy-time-for-an-emerge-world-bump\\\/#listItem\",\"position\":4,\"name\":\"Apache not happy, time for an [emerge world] bump\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/gentoo-server\\\/#listItem\",\"name\":\"Gentoo Server\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2008\\\/apache-not-happy-time-for-an-emerge-world-bump\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2008\\\/apache-not-happy-time-for-an-emerge-world-bump\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2008\\\/apache-not-happy-time-for-an-emerge-world-bump\\\/#webpage\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2008\\\/apache-not-happy-time-for-an-emerge-world-bump\\\/\",\"name\":\"Apache not happy, time for an [emerge world] bump | bitpost.com\\\/news\",\"description\":\"After bumping up 60+ packages (probably about half or a third the total), apache started spawning several processes, each taking 10-15% CPU, until my poor little server box was kswapd'ing its little guts out. It was heartwrenching seeing that red drive light on constantly. Poor little thing. I did an emerge world and rebooted, and\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2008\\\/apache-not-happy-time-for-an-emerge-world-bump\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"datePublished\":\"2008-08-28T13:42:44-04:00\",\"dateModified\":\"2008-09-10T13:43:40-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/\",\"name\":\"bitpost.com\\\/news\",\"description\":\"Note to self\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Apache not happy, time for an [emerge world] bump | bitpost.com\/news","description":"After bumping up 60+ packages (probably about half or a third the total), apache started spawning several processes, each taking 10-15% CPU, until my poor little server box was kswapd'ing its little guts out. It was heartwrenching seeing that red drive light on constantly. Poor little thing. I did an emerge world and rebooted, and","canonical_url":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/","robots":"max-image-preview:large","keywords":"gentoo server","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/#article","name":"Apache not happy, time for an [emerge world] bump | bitpost.com\/news","headline":"Apache not happy, time for an [emerge world] bump","author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"},"datePublished":"2008-08-28T13:42:44-04:00","dateModified":"2008-09-10T13:43:40-04:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/#webpage"},"isPartOf":{"@id":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/#webpage"},"articleSection":"Gentoo Server"},{"@type":"BreadcrumbList","@id":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","position":1,"name":"Home","item":"https:\/\/bitpost.com\/news","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/#listItem","name":"Tricks Tips Tools"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/#listItem","position":2,"name":"Tricks Tips Tools","item":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/gentoo-server\/#listItem","name":"Gentoo Server"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/gentoo-server\/#listItem","position":3,"name":"Gentoo Server","item":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/gentoo-server\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/#listItem","name":"Apache not happy, time for an [emerge world] bump"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/#listItem","name":"Tricks Tips Tools"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/#listItem","position":4,"name":"Apache not happy, time for an [emerge world] bump","previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/gentoo-server\/#listItem","name":"Gentoo Server"}}]},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/#person","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/author\/m\/#author","url":"https:\/\/bitpost.com\/news\/author\/m\/","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"WebPage","@id":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/#webpage","url":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/","name":"Apache not happy, time for an [emerge world] bump | bitpost.com\/news","description":"After bumping up 60+ packages (probably about half or a third the total), apache started spawning several processes, each taking 10-15% CPU, until my poor little server box was kswapd'ing its little guts out. It was heartwrenching seeing that red drive light on constantly. Poor little thing. I did an emerge world and rebooted, and","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/bitpost.com\/news\/#website"},"breadcrumb":{"@id":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/#breadcrumblist"},"author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"creator":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"datePublished":"2008-08-28T13:42:44-04:00","dateModified":"2008-09-10T13:43:40-04:00"},{"@type":"WebSite","@id":"https:\/\/bitpost.com\/news\/#website","url":"https:\/\/bitpost.com\/news\/","name":"bitpost.com\/news","description":"Note to self","inLanguage":"en-US","publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"}}]},"og:locale":"en_US","og:site_name":"bitpost.com\/news | Note to self","og:type":"article","og:title":"Apache not happy, time for an [emerge world] bump | bitpost.com\/news","og:description":"After bumping up 60+ packages (probably about half or a third the total), apache started spawning several processes, each taking 10-15% CPU, until my poor little server box was kswapd'ing its little guts out. It was heartwrenching seeing that red drive light on constantly. Poor little thing. I did an emerge world and rebooted, and","og:url":"https:\/\/bitpost.com\/news\/2008\/apache-not-happy-time-for-an-emerge-world-bump\/","article:published_time":"2008-08-28T18:42:44+00:00","article:modified_time":"2008-09-10T18:43:40+00:00","twitter:card":"summary","twitter:title":"Apache not happy, time for an [emerge world] bump | bitpost.com\/news","twitter:description":"After bumping up 60+ packages (probably about half or a third the total), apache started spawning several processes, each taking 10-15% CPU, until my poor little server box was kswapd'ing its little guts out. It was heartwrenching seeing that red drive light on constantly. Poor little thing. I did an emerge world and rebooted, and"},"aioseo_meta_data":{"post_id":"485","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-03-13 19:52:04","updated":"2025-08-17 18:59:48","seo_analyzer_scan_date":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9M11L-7P","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/485","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/comments?post=485"}],"version-history":[{"count":16,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/485\/revisions"}],"predecessor-version":[{"id":489,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/485\/revisions\/489"}],"wp:attachment":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/media?parent=485"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/categories?post=485"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/tags?post=485"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}