<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.uugrn.org/index.php?action=history&amp;feed=atom&amp;title=Diskussion%3AFreeBSD%2FSoftwarepflege</id>
	<title>Diskussion:FreeBSD/Softwarepflege - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.uugrn.org/index.php?action=history&amp;feed=atom&amp;title=Diskussion%3AFreeBSD%2FSoftwarepflege"/>
	<link rel="alternate" type="text/html" href="https://wiki.uugrn.org/index.php?title=Diskussion:FreeBSD/Softwarepflege&amp;action=history"/>
	<updated>2026-05-02T12:38:52Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in UUGRN</subtitle>
	<generator>MediaWiki 1.42.5</generator>
	<entry>
		<id>https://wiki.uugrn.org/index.php?title=Diskussion:FreeBSD/Softwarepflege&amp;diff=7206&amp;oldid=prev</id>
		<title>Rabe: hat „Diskussion:FreeBSD Softwarepflege“ nach „Diskussion:FreeBSD/Softwarepflege“ verschoben: subartikel</title>
		<link rel="alternate" type="text/html" href="https://wiki.uugrn.org/index.php?title=Diskussion:FreeBSD/Softwarepflege&amp;diff=7206&amp;oldid=prev"/>
		<updated>2009-04-13T17:39:59Z</updated>

		<summary type="html">&lt;p&gt;hat „&lt;a href=&quot;/Diskussion:FreeBSD_Softwarepflege&quot; class=&quot;mw-redirect&quot; title=&quot;Diskussion:FreeBSD Softwarepflege&quot;&gt;Diskussion:FreeBSD Softwarepflege&lt;/a&gt;“ nach „&lt;a href=&quot;/Diskussion:FreeBSD/Softwarepflege&quot; title=&quot;Diskussion:FreeBSD/Softwarepflege&quot;&gt;Diskussion:FreeBSD/Softwarepflege&lt;/a&gt;“ verschoben: subartikel&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 13. April 2009, 17:39 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Rabe</name></author>
	</entry>
	<entry>
		<id>https://wiki.uugrn.org/index.php?title=Diskussion:FreeBSD/Softwarepflege&amp;diff=5587&amp;oldid=prev</id>
		<title>Rabe: Updates, Single User Mode, offline-Update, Kamikaze-Update.</title>
		<link rel="alternate" type="text/html" href="https://wiki.uugrn.org/index.php?title=Diskussion:FreeBSD/Softwarepflege&amp;diff=5587&amp;oldid=prev"/>
		<updated>2007-07-28T20:34:58Z</updated>

		<summary type="html">&lt;p&gt;Updates, Single User Mode, offline-Update, Kamikaze-Update.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== [[Single User Mode]] ==&lt;br /&gt;
=== Innerhalb einer Generation ===&lt;br /&gt;
In der Doku steht überall, dass man das Update im Single User Mode durchführen soll. &lt;br /&gt;
Das ist aus akademischer Sicht sicherlich korrekt, in der Praxis häufig nicht anwendbar, z.B. wenn das zu pflegende System nur &amp;quot;durchs Schlüsselloch&amp;quot; (via [[ssh]]) administriert werden kann. &lt;br /&gt;
Aus der praktischen Erfahrung heraus find Updates innerhalb eines Release-Zweiges im normalen Betrieb möglich, z.B. Update von RELENG_6_0 auf RELENG_6_2. &lt;br /&gt;
&lt;br /&gt;
=== Update über eine Generationsgrenze hinweg (Kamikaze) ===&lt;br /&gt;
Mit etwas Vorsicht kann man das auch über Releasegrenzen hinweg durchführen, so konnte ich schon ein RELENG_5_4 auf RELENG_6_2 updaten ohne dafür in den [[Single User Mode]] wechseln zu müssen. Hierbei war allerdings erforderlich, dass &amp;#039;&amp;#039;make installkernel&amp;#039;&amp;#039; und &amp;#039;&amp;#039;make installworld&amp;#039;&amp;#039; vor dem Reboot erfolgen. Es gibt hier auch keinen 2. Versuch, wenn der Reboot fehlschlägt. Möglicherweise kommt es beim {{man|freebsd|8|shutdown}} zu einer Kernel-Panic, die bei entsprechender Konfiguration jedoch zu einem automatischen Reboot anch 15sec führt. Da der erforderliche Kernel bereits installiert ist, ist das zu verschmerzen.&lt;br /&gt;
&lt;br /&gt;
=== offline Update ===&lt;br /&gt;
Bei der Migration eines alten RELENG_4_10 Systems von realer Hardware in ein [[Jail]] habe ich schon erfolgreich ein &amp;#039;&amp;#039;offline Update&amp;#039;&amp;#039; auf 6.2 durchgeführt. Dazu wurde per {{man|freebsd|8|dump}} und {{man|freebsd|8|restore}} das gesamte System in &amp;#039;&amp;#039;/data/jails/&amp;lt;systemname&amp;gt;/&amp;#039;&amp;#039; übertragen und dann ausgehend vom Jailhost aus ein &amp;#039;&amp;#039;make installworld DESTDIR=/data/jails/&amp;lt;systemname&amp;gt;/&amp;#039;&amp;#039; gefolgt von &amp;#039;&amp;#039;{{man|freebsd|8|mergemaster}} -D/data/jails/&amp;lt;systemname&amp;gt;/&amp;#039;&amp;#039; das gesamte Basissystem auf RELENG_6_2 upgedatet. Das Jail startete nach ein paar Änderungen in /etc problemlos.&lt;br /&gt;
&lt;br /&gt;
Analog lässt sich ein Update auch durchführen, indem man schon bei der Erstinstallation der Systems 2 Boot-Partitionen anlegt. Ausgehend vom laufenden Produktivsystem kann man offline ein Update auf die nächste Generation in der Maintenance-Partition durchführen, z.B. von RELENG_6_2 auf RELENG_7_0, und diese mit Frischen Sourcen versehen (per cvsup). Das System wird dann über den Bootmanager in die Maintenance-Partition gebootet. Dort wird das frische System zunächst nochmal getestet, ggf. nochmal frisch kompiliert und rebootet. Wenn das neue Release in der Maintenance-Partition sauber funktioniert, kann man ausgehend von /usr/src ein &amp;#039;&amp;#039;make installkernel KERNCONF=MEINKERNEL DESTDIR=/produktiv/&amp;#039;&amp;#039; und &amp;#039;&amp;#039;make installworld DESTDIR=/produktiv/&amp;#039;&amp;#039; ausführen, gefolgt von &amp;#039;&amp;#039;{{man|freebsd|8|mergemaster}} -D/produktiv/&amp;#039;&amp;#039;. Dies natürlich nur mir einem frischen und funktionierenden Backup von /produktiv/!&lt;br /&gt;
&lt;br /&gt;
--[[Benutzer:Rabe|rabe]] 22:34, 28. Jul. 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>Rabe</name></author>
	</entry>
</feed>