freebsd 10.0 RC upgrade disabled many System functions

Matthew Seaman matthew at FreeBSD.org
Sat Jan 11 17:58:29 UTC 2014


On 11/01/2014 17:38, Aravind Gopal wrote:
> As recommended, I tried to rebuild and install all applications by
> using 'portmaster -f' command.
> But failed , systen replied that no such command. also no man files.
> tried to install pkg_add ­-r portmaster ; syatem replied that
> 'pkg_add' ­not found.
> As this stem failed. went to the next step.

You will need to reinstall all your packages, as is expected for a major
version upgrade -- the reason KDE is failing is because of X not coping
with some OS level changes between 9.2 and 10.0

The other thing that is biting you is the switch from pkg_tools to
pkgng.  This is what you need to do:

   # pkg install pkg
   (Answer yes when it prompts you to bootstrap pkg)

   # pkg2ng -p
   (-p fixes up periodic.conf to work with pkgng: omit it if you
    don't want periodic.conf touched)

   # pkg upgrade -f
   (This will reinstall all your installed packages using binaries
    downloaded from the official FreeBSD package repository)

Now, because you're using the official binary packages, they'll all be
compiled with the default options.  This may not be what you want.
Also, while this is a large step towards getting you up and running
again, it may not get you the whole way.  In either case, please ask
again here with specifics of the problems you have encountered.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1036 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20140111/624a6af2/attachment.sig>


More information about the freebsd-questions mailing list