<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KOS-HIRE5</title>
	<atom:link href="http://kos-hire5.org.ua/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://kos-hire5.org.ua</link>
	<description>Заметки ненормального человека:))</description>
	<lastBuildDate>Thu, 29 Mar 2012 13:04:47 +0000</lastBuildDate>
	<language>ru</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32</title>
		<link>http://kos-hire5.org.ua/?p=250&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=could-not-build-the-server_names_hash-you-should-increase-server_names_hash_bucket_size-32</link>
		<comments>http://kos-hire5.org.ua/?p=250#comments</comments>
		<pubDate>Mon, 12 Mar 2012 16:42:12 +0000</pubDate>
		<dc:creator>kos</dc:creator>
				<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://kos-hire5.org.ua/?p=250</guid>
		<description><![CDATA[После добавления новых сайтов в nginx при ребуте вылезла такая ошибка: could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32 Исправляется очень просто: 1. Открываем файл конфигурации nginx (/etc/nginx/nginx.conf) 2. В секцию http добавляем строку server_names_hash_bucket_size 64; 3. Запускаем &#8230; <a href="http://kos-hire5.org.ua/?p=250">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://kos-hire5.org.ua/?feed=rss2&#038;p=250</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error calling Dispatcher.dispatch # NoMethodError: undefined method `[]&#8216; for nil:NilClass</title>
		<link>http://kos-hire5.org.ua/?p=242&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=error-calling-dispatcher-dispatch</link>
		<comments>http://kos-hire5.org.ua/?p=242#comments</comments>
		<pubDate>Thu, 23 Feb 2012 09:38:24 +0000</pubDate>
		<dc:creator>kos</dc:creator>
				<category><![CDATA[Без рубрики]]></category>

		<guid isPermaLink="false">http://kos-hire5.org.ua/?p=242</guid>
		<description><![CDATA[После установки redmine и запуска mongrel_rails сам redmine грузился, но после залогинивания выдавало ошибку: Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance. &#8230; <a href="http://kos-hire5.org.ua/?p=242">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://kos-hire5.org.ua/?feed=rss2&#038;p=242</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dpkg: unrecoverable fatal error, aborting: syntax error: unknown user &#8216;root&#8217; in statoverride file</title>
		<link>http://kos-hire5.org.ua/?p=238&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dpkg-unrecoverable-fatal-error-aborting-syntax-error-unknown-user-root-in-statoverride-file</link>
		<comments>http://kos-hire5.org.ua/?p=238#comments</comments>
		<pubDate>Wed, 22 Feb 2012 16:21:59 +0000</pubDate>
		<dc:creator>kos</dc:creator>
				<category><![CDATA[Без рубрики]]></category>

		<guid isPermaLink="false">http://kos-hire5.org.ua/?p=238</guid>
		<description><![CDATA[Решением проблемы &#8212; dpkg: unrecoverable fatal error, aborting: syntax error: unknown user &#8216;root&#8217; in statoverride file , является: rm /var/lib/dpkg/statoverride]]></description>
		<wfw:commentRss>http://kos-hire5.org.ua/?feed=rss2&#038;p=238</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Обновление php 5.2 до php 5.3 в directadmin</title>
		<link>http://kos-hire5.org.ua/?p=236&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25d0%25be%25d0%25b1%25d0%25bd%25d0%25be%25d0%25b2%25d0%25bb%25d0%25b5%25d0%25bd%25d0%25b8%25d0%25b5-php-5-2-%25d0%25b4%25d0%25be-php-5-3-%25d0%25b2-directadmin</link>
		<comments>http://kos-hire5.org.ua/?p=236#comments</comments>
		<pubDate>Tue, 21 Feb 2012 10:13:02 +0000</pubDate>
		<dc:creator>kos</dc:creator>
				<category><![CDATA[Без рубрики]]></category>

		<guid isPermaLink="false">http://kos-hire5.org.ua/?p=236</guid>
		<description><![CDATA[Вот загорелось одну клиенту обновить php 5.2 до php 5.3 directadmin. Собственно, что выкопал на сайте поддержки directadmin. cd /usr/local/directadmin/custombuild ./build set php5_ver 5.3 ./build update ./build php n Оригинал help.directadmin.com]]></description>
		<wfw:commentRss>http://kos-hire5.org.ua/?feed=rss2&#038;p=236</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Не работает sshd &#8212; /dev/null is not a character device!.</title>
		<link>http://kos-hire5.org.ua/?p=232&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25d0%25bd%25d0%25b5-%25d1%2580%25d0%25b0%25d0%25b1%25d0%25be%25d1%2582%25d0%25b0%25d0%25b5%25d1%2582-sshd-devnull-is-not-a-character-device</link>
		<comments>http://kos-hire5.org.ua/?p=232#comments</comments>
		<pubDate>Mon, 13 Feb 2012 17:19:28 +0000</pubDate>
		<dc:creator>kos</dc:creator>
				<category><![CDATA[Без рубрики]]></category>

		<guid isPermaLink="false">http://kos-hire5.org.ua/?p=232</guid>
		<description><![CDATA[Сегодня натолкнулся на проблему с невозможностью запуска sshd под Debian 6.0 (OpenVZ). /etc/init.d/ssh start /dev/null is not a character device! Как оказалось, устройство /dev/null стало файлом. Причины такой метаморфозы искать не стал, хотя где-то натолкнулся в интернетах, что могло возникнуть &#8230; <a href="http://kos-hire5.org.ua/?p=232">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://kos-hire5.org.ua/?feed=rss2&#038;p=232</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

