B
BillyParadise
Guest
Yay, upgrade time already - and the server had only been up for 10 days. Just my luck
I'm doing the upgrade on my FreeBSD 5.3 box right now, and since it needs some convincing, I thought I'd share the steps I used.
The big problem seems to be perl. 7.5.3 requires an older version of perl (5.8.6) than ships with stock FreeBSD 5.3. But 7.5.4 wants 5.8.7. So any of you who went through the hassle of finding 5.8.6 like I did will need to upgrade it before proceeding.
1. cd /usr/ports/lang/perl5.8
2. make deinstall (removes perl5.8.6)
3. make reinstall (hurray! now we have 5.8.7)
Now you should be ready to run the install. The upgrade file is big - 34MB - so I suggest you pick somewhere OTHER than /root to put it in - the / partition can fill up quickly if you built the server with default permissions.
Go to Server, Updater, and follow the prompts. I had no problems (although the stock FreeBSD kernel does not support Quotas - that's another post), and in 15 minutes or less, I had a shiny new 7.5.4 installation.
Best of luck...
BP
I'm doing the upgrade on my FreeBSD 5.3 box right now, and since it needs some convincing, I thought I'd share the steps I used.
The big problem seems to be perl. 7.5.3 requires an older version of perl (5.8.6) than ships with stock FreeBSD 5.3. But 7.5.4 wants 5.8.7. So any of you who went through the hassle of finding 5.8.6 like I did will need to upgrade it before proceeding.
1. cd /usr/ports/lang/perl5.8
2. make deinstall (removes perl5.8.6)
3. make reinstall (hurray! now we have 5.8.7)
Now you should be ready to run the install. The upgrade file is big - 34MB - so I suggest you pick somewhere OTHER than /root to put it in - the / partition can fill up quickly if you built the server with default permissions.
Go to Server, Updater, and follow the prompts. I had no problems (although the stock FreeBSD kernel does not support Quotas - that's another post), and in 15 minutes or less, I had a shiny new 7.5.4 installation.
Best of luck...
BP