<?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>Jessi &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/jessi/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Sun, 23 Oct 2016 06:24:51 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>Jessi &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Debian Jessi Update unter openVZ</title>
		<link>https://www.systemtechnics.de/debian-jessi-update-unter-openvz/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 23 Oct 2016 06:22:16 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Jessi]]></category>
		<category><![CDATA[openvz]]></category>
		<category><![CDATA[Upgrade]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=1773</guid>

					<description><![CDATA[Unter einem openVZ System mit einem Kernel älter als 2.6.32-37-pve, kann ein &#8222;normales Update dazu führen, dass diese VM nicht [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Unter einem openVZ System mit einem Kernel älter als 2.6.32-37-pve, kann ein &#8222;normales Update dazu führen, dass diese VM nicht mehr korrekt startet. Mit folgender Befehlsfolge kann dies vermieden werden:</p>
<p><span id="more-1773"></span></p>
<p>System aktualisieren:</p>
<pre><code>apt-get update && apt-get upgrade -y
dpkg --audit</code></pre>
<p>Sourcen editieren:</p>
<pre><code>nano /etc/apt/sources.list</code></pre>
<pre><code>deb http://ftp.de.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.de.debian.org/debian/ jessie main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free

deb http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free</code></pre>
<p>Pakete aktualisieren</p>
<pre><code>apt-get update && apt-get upgrade -y
apt-get dist-upgrade</code></pre>
<p>sysvinit installieren</p>
<pre><code>apt-get install sysvinit-core
reboot</code></pre>
<p>systemd deinstallieren</p>
<pre><code>apt-get remove systemd libsystemd0
Enter: Yes, do as I say!
apt-get autoremove
reboot</code></pre>
<p>Nicht fertig konfigurierte Pakete konfigurieren</p>
<pre><code>dpkg --configure --pending</code></pre>
<p>Noch ein Check</p>
<pre><code>dpkg --audit
reboot</code></pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
