b920
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
I am running the release version 9 of FreeBSD with the Gnome desktop 2.32.1 build. I have no issues or problems except for a 'Software Update' icon that appears on the Gnome panel. This icon reports that there are '317 updates available'. I am not clear whether these updates are restricted to the Gnome desktop or if they apply to my system generally.
I have read chapter 25 of the handbook on upgrading FreeBSD. I have also made the effort to search this forum before posting this request for help. I have found that another user had an identical problem: http://forums.freebsd.org/showthread.php?t=16363. However, the previous thread did not in my view clearly explain how the problem was solved. Furthermore, I have read what appear to be conflicting suggestions on how to go about solving this problem. My Ports collection is up to date. Today I ran: Code:
portsnap fetch portsnap extract portsnap update "An Internal System error has occurred. Please report this bug in your distribution bug tracker with the error description". So I selected the option to show details and this is the error reported: "The back end exited unexpectedly. This is a serious error as the spawned back end did not complete the pending transaction". I am not sure how to report this or if I should. Could someone kindly advise me on how to proceed? (i.e Should it be reported as a bug or not?). I would also be grateful for a step by step explanation of how to get the updates installed. At this stage, I do not want to run FreeBSD Current. I just want to stay with the 9.0 Release. Previously, I installed FreeBSD and then 'upgraded' and rebuilt the entire core system with the latest FreeBSD Stable sources. This resulted in many inconsistencies with the various libraries and installed packages. I had no option but to do a fresh install from scratch. Obviously, I do not want to make the same mistake. Kind Regards |
|
#2
|
|||
|
|||
|
A chance application/port breakage would occur, but you could start with... (I always do major upgrades piecemeal...)
Code:
portmaster -L --index-only | tee -a /usr/p.log grep version /usr/p.lot | grep lib | less portmaster -d -B -P -i -g /var/db/pkg/[somelib...-number /var/db/pkg/[somelib-number /var/db/pkg/somelib...-number # etc Code:
ldd /usr/local/bin/geany | grep found # or most any other With a few hundred ports, if you are experienced with portmaster it may speed up the process. Other ways, but I do not use them as much. |
|
#3
|
||||
|
||||
|
Are you saying that the outdated libraries etc are normal if one goes for an upgrade? If that is the case, I am better off just leaving my system alone until the next release comes out.
Do you know how I can stop Gnome displaying the 'software updates' program and icon? |
|
#4
|
|||
|
|||
|
The best option is to ignore the software updated icon, if you find a way to uninstall it, even better.
This is an excellent HOWTO written just for you and anyone who is new to FreeBSD and is struggling with updates: http://forums.freebsd.org/showthread.php?t=26140 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FreeBSD-9.0-RELEASE with Gnome 2? | ryu | GNOME | 1 | March 8th, 2012 18:04 |
| freebsd-update from 8.0-RELEASE to 8.1-RELEASE damaged system | laurelraven | Installing & Upgrading | 8 | July 1st, 2011 22:08 |
| [Solved] freebsd-update 8.2-RELEASE vs 8.2-STABLE | thinkofit | Installing & Upgrading | 1 | June 20th, 2011 13:10 |
| [Solved] FreeBSD + Gnome 2 - command 'update-packages' is not known | drp | GNOME | 5 | August 24th, 2010 20:25 |
| general locales problem with FreeBSD 7.2-RELEASE using bash & GNOME | whoppix | GNOME | 0 | November 14th, 2009 00:03 |