<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: How To Upgrade FreeBSD 6.3 to 7.0 Stable Release</title> <atom:link href="http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: linko22</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-47988</link> <dc:creator>linko22</dc:creator> <pubDate>Tue, 22 Jun 2010 12:38:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-47988</guid> <description>For the first, before any update change user-shell to default, e.g. /bin/sh</description> <content:encoded><![CDATA[<p>For the first, before any update change user-shell to default, e.g. /bin/sh</p> ]]></content:encoded> </item> <item><title>By: dzibi</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-47001</link> <dc:creator>dzibi</dc:creator> <pubDate>Fri, 23 Apr 2010 12:53:28 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-47001</guid> <description>Hi again,
everything is fine now, I just installed snmpd when I&#039;ve got 7.0. After upgrading I just forgot to install snmpd again.
One problem just was with pthread library and modules but it just needs creating some symlinks.
Regards!</description> <content:encoded><![CDATA[<p>Hi again,<br
/> everything is fine now, I just installed snmpd when I&#8217;ve got 7.0. After upgrading I just forgot to install snmpd again.<br
/> One problem just was with pthread library and modules but it just needs creating some symlinks.<br
/> Regards!</p> ]]></content:encoded> </item> <item><title>By: David Radovanovic</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-46995</link> <dc:creator>David Radovanovic</dc:creator> <pubDate>Thu, 22 Apr 2010 20:40:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-46995</guid> <description>Thanks for sharing! I upgraded from 6.3 and it went relatively flawless though I had to fix several stale dependencies. Thanks again.</description> <content:encoded><![CDATA[<p>Thanks for sharing! I upgraded from 6.3 and it went relatively flawless though I had to fix several stale dependencies. Thanks again.</p> ]]></content:encoded> </item> <item><title>By: dzibi</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-46908</link> <dc:creator>dzibi</dc:creator> <pubDate>Fri, 16 Apr 2010 16:59:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-46908</guid> <description>I did it for 6.2-&gt;7.0-&gt;7.3 and it is not working fine. At firs view at the system after upgrading, everthing looks fine. Problem is while compiling apache, mysql or something like that because of PTHREADS. After working with symlinks and installin/deinstalling compat6x, compat5x finaly compiling mysql and apache was successful. Than I started snmpd and there is a problem like this:
kvm_read(*, 1, 0x7fffffffe920, 40) = -1: kvm_read: Bad address
auto_nlist failed on cp_time at location 1
I followed the problem and found this:
Your kernel and userland are not synchronized (i.e., you built a new kernel but did not do an installworld, or vice versa), and thus the symbol table is different from what the user application thinks it is. If this is the case, simply complete the upgrade process (see /usr/src/UPDATING for the correct sequence).
How could I repair it?</description> <content:encoded><![CDATA[<p>I did it for 6.2-&gt;7.0-&gt;7.3 and it is not working fine. At firs view at the system after upgrading, everthing looks fine. Problem is while compiling apache, mysql or something like that because of PTHREADS. After working with symlinks and installin/deinstalling compat6x, compat5x finaly compiling mysql and apache was successful. Than I started snmpd and there is a problem like this:</p><p>kvm_read(*, 1, 0x7fffffffe920, 40) = -1: kvm_read: Bad address<br
/> auto_nlist failed on cp_time at location 1</p><p>I followed the problem and found this:</p><p>Your kernel and userland are not synchronized (i.e., you built a new kernel but did not do an installworld, or vice versa), and thus the symbol table is different from what the user application thinks it is. If this is the case, simply complete the upgrade process (see /usr/src/UPDATING for the correct sequence).</p><p>How could I repair it?</p> ]]></content:encoded> </item> <item><title>By: bryn1u</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-42038</link> <dc:creator>bryn1u</dc:creator> <pubDate>Sat, 13 Jun 2009 00:24:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-42038</guid> <description>I have a problem. When i used [code]Step # 3: Start upgrade procedure
Type the following command to install new kernel and reboot the system, enter:
# sh freebsd-update.sh -f freebsd-update.conf -r 7.0-RELEASE upgrade
# sh freebsd-update.sh -f freebsd-update.conf install
# reboot
[/code] after reboot i cant connect with server by ssh. I had to connect monitor to my home server, when i wrote in console example: ssh -p 31337 bryn1u@localhost worked fine, but when i wrote ssh -p 31337 bryn1u@192.168.0.181 i got something like [code]
ssh: connect to host 192.168.0.181 port 31337: Network i unreachable[/code]So whats wrong, why i cant connect with my own server. Before upgrade everything was fine. Someone can help me ?</description> <content:encoded><![CDATA[<p>I have a problem. When i used [code]Step # 3: Start upgrade procedure</p><p>Type the following command to install new kernel and reboot the system, enter:<br
/> # sh freebsd-update.sh -f freebsd-update.conf -r 7.0-RELEASE upgrade<br
/> # sh freebsd-update.sh -f freebsd-update.conf install<br
/> # reboot<br
/> [/code] after reboot i cant connect with server by ssh. I had to connect monitor to my home server, when i wrote in console example: ssh -p 31337 bryn1u@localhost worked fine, but when i wrote ssh -p 31337 <a
href="mailto:bryn1u@192.168.0.181">bryn1u@192.168.0.181</a> i got something like [code]<br
/> ssh: connect to host 192.168.0.181 port 31337: Network i unreachable[/code]So whats wrong, why i cant connect with my own server. Before upgrade everything was fine. Someone can help me ?</p> ]]></content:encoded> </item> <item><title>By: Gambler</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-41627</link> <dc:creator>Gambler</dc:creator> <pubDate>Fri, 15 May 2009 18:16:10 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-41627</guid> <description>If you get certain library errors, installing /usr/ports/misc/compat6x might help.</description> <content:encoded><![CDATA[<p>If you get certain library errors, installing /usr/ports/misc/compat6x might help.</p> ]]></content:encoded> </item> <item><title>By: simc</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-40209</link> <dc:creator>simc</dc:creator> <pubDate>Tue, 10 Feb 2009 08:51:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-40209</guid> <description>I&#039;ve upgrade a 6.3 to 7.1 whithout difficulties thanks.</description> <content:encoded><![CDATA[<p>I&#8217;ve upgrade a 6.3 to 7.1 whithout difficulties thanks.</p> ]]></content:encoded> </item> <item><title>By: Darko</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-40135</link> <dc:creator>Darko</dc:creator> <pubDate>Wed, 04 Feb 2009 23:55:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-40135</guid> <description>Well I just did 6.2 to 7.1 without a glitch and all over ssh on a production server with 200+ packages installed on it.
It took a lot of courage/to do it this way. If it went wrong I would had to travel 200 miles to access it from the console.
But I am happy to report the upgrade procedure worked well (had to clear up some dependencies manually but that is minor).</description> <content:encoded><![CDATA[<p>Well I just did 6.2 to 7.1 without a glitch and all over ssh on a production server with 200+ packages installed on it.</p><p>It took a lot of courage/to do it this way. If it went wrong I would had to travel 200 miles to access it from the console.</p><p> But I am happy to report the upgrade procedure worked well (had to clear up some dependencies manually but that is minor).</p> ]]></content:encoded> </item> <item><title>By: Shoaibi</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-39815</link> <dc:creator>Shoaibi</dc:creator> <pubDate>Tue, 13 Jan 2009 07:33:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-39815</guid> <description>Can i upgrade using this method from 6.1 to 7.1 ?</description> <content:encoded><![CDATA[<p>Can i upgrade using this method from 6.1 to 7.1 ?</p> ]]></content:encoded> </item> <item><title>By: Oscar Cappa</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-39584</link> <dc:creator>Oscar Cappa</dc:creator> <pubDate>Wed, 24 Dec 2008 02:30:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-39584</guid> <description>Dear Micro-Shock,
to resolve the same problem i create a symbolic link to new version of library
ln -s /lib/libreadline.so.7 /lib/libreadline.so.6</description> <content:encoded><![CDATA[<p>Dear Micro-Shock,<br
/> to resolve the same problem i create a symbolic link to new version of library<br
/> ln -s /lib/libreadline.so.7 /lib/libreadline.so.6</p> ]]></content:encoded> </item> <item><title>By: georgi kosev</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-39526</link> <dc:creator>georgi kosev</dc:creator> <pubDate>Fri, 19 Dec 2008 16:48:10 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-39526</guid> <description>upgraded from 6.2 do 7.0 via ssh without any problems</description> <content:encoded><![CDATA[<p>upgraded from 6.2 do 7.0 via ssh without any problems</p> ]]></content:encoded> </item> <item><title>By: Micro-Shock</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-39457</link> <dc:creator>Micro-Shock</dc:creator> <pubDate>Sun, 14 Dec 2008 07:51:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-39457</guid> <description>/libexec/ld-elf.so.1: Shared object &quot;libreadline.so.6&quot; not found, required by &quot;-bash&quot;
is there a work around for this .... I can no longer SSH to the server....</description> <content:encoded><![CDATA[<p>/libexec/ld-elf.so.1: Shared object &#8220;libreadline.so.6&#8243; not found, required by &#8220;-bash&#8221;</p><p>is there a work around for this &#8230;. I can no longer SSH to the server&#8230;.</p> ]]></content:encoded> </item> <item><title>By: Yaerek</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-39177</link> <dc:creator>Yaerek</dc:creator> <pubDate>Tue, 11 Nov 2008 10:07:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-39177</guid> <description>The problem was, I had a bash shell configured in /etc/passwd. The upgrade program did not upgrade the bash but the library it links to (which is too bad, I thought freebsd was statically linked); so the bash was failing when launched. I had to change the /etc/passwd to use sh instead, then update the bash.</description> <content:encoded><![CDATA[<p>The problem was, I had a bash shell configured in /etc/passwd. The upgrade program did not upgrade the bash but the library it links to (which is too bad, I thought freebsd was statically linked); so the bash was failing when launched. I had to change the /etc/passwd to use sh instead, then update the bash.</p> ]]></content:encoded> </item> <item><title>By: greg</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-39173</link> <dc:creator>greg</dc:creator> <pubDate>Tue, 11 Nov 2008 05:35:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-39173</guid> <description>think I can do this from freebsd 6.1-release?</description> <content:encoded><![CDATA[<p>think I can do this from freebsd 6.1-release?</p> ]]></content:encoded> </item> <item><title>By: Yaerek</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-38500</link> <dc:creator>Yaerek</dc:creator> <pubDate>Tue, 05 Aug 2008 07:23:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-38500</guid> <description>Howdy. I ran the scripts on a machine that is a remote machine. After running the last step and rebooting, I no longer can log in. The computer runs ssh and apache, kernel security level was set to &#039;1&#039;. I no longer can connect via ssh and apache (web site is no longer accessible). When trying to connect via ssh, I get Connection closed by 0.0.0.0.
Did this update overwrite my passwd file?</description> <content:encoded><![CDATA[<p>Howdy. I ran the scripts on a machine that is a remote machine. After running the last step and rebooting, I no longer can log in. The computer runs ssh and apache, kernel security level was set to &#8217;1&#8242;. I no longer can connect via ssh and apache (web site is no longer accessible). When trying to connect via ssh, I get Connection closed by 0.0.0.0.<br
/> Did this update overwrite my passwd file?</p> ]]></content:encoded> </item> <item><title>By: kur</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-38189</link> <dc:creator>kur</dc:creator> <pubDate>Sat, 28 Jun 2008 15:28:08 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-38189</guid> <description>&lt;b&gt;coolbeans&lt;/b&gt; - don&#039;t mention aplus.net - this is a dirty word/company</description> <content:encoded><![CDATA[<p><b>coolbeans</b> &#8211; don&#8217;t mention aplus.net &#8211; this is a dirty word/company</p> ]]></content:encoded> </item> <item><title>By: Tim</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-37985</link> <dc:creator>Tim</dc:creator> <pubDate>Sat, 24 May 2008 20:04:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-37985</guid> <description>Hi,
I just upgraded from 6.2 to 7.0 via SSH. Worked like a charm.</description> <content:encoded><![CDATA[<p>Hi,</p><p>I just upgraded from 6.2 to 7.0 via SSH. Worked like a charm.</p> ]]></content:encoded> </item> <item><title>By: coolbeans</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-37752</link> <dc:creator>coolbeans</dc:creator> <pubDate>Wed, 09 Apr 2008 14:50:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-37752</guid> <description>For testing purposes, I installed a minimal install of FreeBSD 6.3-RELEASE and wanted to upgrade to 7.0-RELEASE via SSH only. I installed 6.3 locally via CD-ROM. The only thing i did after  was to enable SSH and changed the port to 300. I did not need to download a newer freebsd-update since 6.3-RELEASE has the correct version.
I logged into this computer remotely via SSH and followed the steps mentioned in this article (obviously I didn&#039;t have to upgrade any ports since I had 0 of them installed). Everything went smoothly, including using port 300 for SSH THE ENTIRE TIME even after the reboots. Don&#039;t blame me though if it doesn&#039;t work for you via SSH :P
TIP: Currently MOST FreeBSD dedicated server hosting companies are only advertising 6.3. As of today, http://www.aplus.net/ will only install 6.3 and charge you $150 to upgrade to 7.0. THUS, I suggest if you&#039;re getting a new dedicated server,  have them install 6.3 with minimal install and no ports or changes. This way the upgrade to 7.0 will be smooth via SSH and will save you possibly $150 (:</description> <content:encoded><![CDATA[<p>For testing purposes, I installed a minimal install of FreeBSD 6.3-RELEASE and wanted to upgrade to 7.0-RELEASE via SSH only. I installed 6.3 locally via CD-ROM. The only thing i did after  was to enable SSH and changed the port to 300. I did not need to download a newer freebsd-update since 6.3-RELEASE has the correct version.</p><p>I logged into this computer remotely via SSH and followed the steps mentioned in this article (obviously I didn&#8217;t have to upgrade any ports since I had 0 of them installed). Everything went smoothly, including using port 300 for SSH THE ENTIRE TIME even after the reboots. Don&#8217;t blame me though if it doesn&#8217;t work for you via SSH :P</p><p>TIP: Currently MOST FreeBSD dedicated server hosting companies are only advertising 6.3. As of today, <a
href="http://www.aplus.net/" rel="nofollow">http://www.aplus.net/</a> will only install 6.3 and charge you $150 to upgrade to 7.0. THUS, I suggest if you&#8217;re getting a new dedicated server,  have them install 6.3 with minimal install and no ports or changes. This way the upgrade to 7.0 will be smooth via SSH and will save you possibly $150 (:</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-37734</link> <dc:creator>Andrew</dc:creator> <pubDate>Fri, 04 Apr 2008 10:09:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-37734</guid> <description>I was trying to do this upgrade from official freebsd website and it failed. When I&#039;ve done it from your website it all worked thanks very much!:)</description> <content:encoded><![CDATA[<p>I was trying to do this upgrade from official freebsd website and it failed. When I&#8217;ve done it from your website it all worked thanks very much!:)</p> ]]></content:encoded> </item> <item><title>By: Yasser</title><link>http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-37650</link> <dc:creator>Yasser</dc:creator> <pubDate>Mon, 17 Mar 2008 13:39:05 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/#comment-37650</guid> <description>Hello,,
When i will upgrade to 7.0 lost my users and my files? or when upgrade is finished return my files and users or not ?</description> <content:encoded><![CDATA[<p>Hello,,</p><p>When i will upgrade to 7.0 lost my users and my files? or when upgrade is finished return my files and users or not ?</p> ]]></content:encoded> </item> </channel> </rss>
