251c6
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
After spending lots of time searching the net I can't find any way to upgrade my system from 7.2 to 8.0. Can someone please point me in the right direction? I don't want to do a binary upgrade but want to upgrade from source. I normally use portsnap. Can we use that or do we have to use cvsup?
|
|
#2
|
||||
|
||||
|
Tried looking at FreeBSD handbook: Chapter 24 Updating and Upgrading FreeBSD ?
portsnap is for ports only.... |
|
#3
|
|||
|
|||
|
Yes, I have. couldn't find anything useful there. It only describes what cvsup is then goes on the say;
"24.7 Rebuilding “world” Once you have synchronized your local source tree against a particular version of FreeBSD (FreeBSD-STABLE, FreeBSD-CURRENT, and so on) you can then use the source tree to rebuild the system." But it never gave what commands to use to update the source. And again, do we have to use cvsup or can we use portsnap? I didn't see anything there about how to update the source, only a description of what cvsup is. |
|
#4
|
|||
|
|||
|
Have you upgraded the base system yet?
|
|
#5
|
|||
|
|||
|
|
|
#6
|
||||
|
||||
|
a quick handbook search would return this:
http://www.freebsd.org/doc/en_US.ISO...k/mirrors.html Here are interesting subsections http://www.freebsd.org/doc/en_US.ISO...ook/cvsup.html http://www.freebsd.org/doc/en_US.ISO.../cvs-tags.html note that cvsup, is now in base system and i called csup also csup(1) |
|
#7
|
|||
|
|||
|
Quote:
Quote:
Quote:
|
|
#8
|
||||
|
||||
|
Quote:
Chapter 24 Updating and Upgrading FreeBSD I know what I'm saying |
|
#9
|
||||
|
||||
|
Also, forums search would return this:
https://forums.freebsd.org/showthread.php?t=8406 |
|
#10
|
|||
|
|||
|
I've read all that and don't have the slightest idea how to upgrade my 7.2 system to 8.0. Does anybody know who can tell me? The answer "read the manual" is not helpful.
|
|
#11
|
||||
|
||||
|
|
|
#12
|
||||
|
||||
|
I do upgrade like I described here
Another info is here If you don't want any explanations this is naked algorithm: # ee /root/src-supfileCopy the text below and paste it into your termal (new file): Code:
*default host=cvsup.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_8 *default delete use-rel-suffix src-all Then type one by one: Code:
# cp -r /etc/ /etc.old # cp -r /boot /boot.old # csup -L 2 /root/src-supfile # cd /usr/src # make buildworld # make buildkernel # make installkernel # reboot Press Enter when asked for default shell. Code:
# fsck # mount -a -t ufs # cd /usr/src # make installworld # mergemaster -Fi ## this is tricky: don't delete your password file! Watch for word "root" and your user name in files and pay maximum attention to that files. Reboot. If you are lucky you now have 8-STABLE and you can update it daily if you want. Have fun and don't blame me if you screw your system without reading what others recommended in this thread. Last edited by DutchDaemon; December 9th, 2009 at 06:13. |
|
#13
|
||||
|
||||
|
FreeBSD upgrade can be done either by using
freebsd-update tool or rebuilding it from the source. For the latter option there are detailed steps listed inside the /usr/src/Makefile as well.The links given in earlier posts are useful. Quote:
Quote:
|
|
#14
|
||||
|
||||
|
He's just lazy to read.
|
|
#15
|
|||
|
|||
|
Quote:
|
|
#16
|
||||
|
||||
|
check if you have
Code:
hald_enable="YES" dbus_enable="YES" Did you build X with HAL enabled? If not comment out hald_enable="YES" |
|
#17
|
|||
|
|||
|
How do I know which one to do, binary upgrade or from source? I always install ports from source not package so it's built on my system. Shouldn't I do upgrade the same way? How do you choose which way to do it? I think building on your own system is the preferred way, right?
|
|
#18
|
|||
|
|||
|
Yes, both of those are there but I don't remember if I built X with HAL enabled or not. Is there any way I can tell?
|
|
#19
|
||||
|
||||
|
Whatever you prefer...
I prefer to compile everything on my machine.... Others prefer not to waste time compiling and simply do binary update If you have very old and slow pc, you probably will want binary update, because compiling sources on slow machine is ...... slow |
|
#20
|
|||
|
|||
|
Quote:
Code:
ums0: <Logitech USB-PS/2 Optical Mouse,class 0/0, rev 2.00/20.00, addr 2> on usb6 usm0: 4 buttons and [XYZ] coordinates ID=0 |
|
#21
|
||||
|
||||
|
it found your mouse
|
|
#22
|
||||
|
||||
|
Bright text is from the kernel, dim text is from userland.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#23
|
||||
|
||||
|
Quote:
Option "AllowEmptyInput" "off" under the ServerLayout section of my xorg.conf (you can find this mentioned in /usr/src/UPDATING). I've commented out that option though after removing my libusb and recompile my hal (I think).@zeiz - isn't it supposed to be the following? Code:
*default release=cvs tag=RELENG_8_0 |
|
#24
|
||||
|
||||
|
If you want to track 8.0-RELEASE. RELENG_8 tracks 8.0-STABLE.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following User Says Thank You to SirDice For This Useful Post: | ||
sixtydoses (December 9th, 2009) | ||
|
#25
|
||||
|
||||
|
8-STABLE to be exact
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Upgrade to KDE 4.3.4 from 4.3.1 | alie | Installation and Maintenance of FreeBSD Ports or Packages | 3 | December 7th, 2009 21:11 |
| Upgrade 7.0 to 7.1 | clinty | Installing & Upgrading | 3 | August 4th, 2009 05:51 |
| Upgrade 7.1 -> 7.2 | icer | Installing & Upgrading | 4 | May 25th, 2009 17:21 |
| Can not upgrade 7.1 to 7.2 | Darth_Vader | Installing & Upgrading | 17 | May 5th, 2009 05:50 |
| upgrade FreeBSD | rainman82 | Installing & Upgrading | 1 | February 5th, 2009 00:07 |