Welcome to FreeBSDFreaks.net!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

pkgdb missing

 
   FreeBSD Hosting (Home) -> FreeBSD Handbook RSS
Next:  how do you build a custom install disk/iso?  
Author Message
chani

External


Since: Sep 05, 2007
Posts: 1



(Msg. 1) Posted: Wed Sep 05, 2007 4:42 am
Post subject: pkgdb missing
Archived from groups: comp>unix>bsd>freebsd>misc (more info?)

Hi all,
I am new to freeBSD. I am now reading freeBSD handbook.
I could not find pkgdb command in my system.
I compared with another machine. there pkgdb was @
/usr/local/sbin/pkgdb

But that file was not found in my machine. Waht should i install
to make pkgdb available.

Please help me

Thankyou!

 >> Stay informed about: pkgdb missing 
Back to top
Login to vote
Bob Eager

External


Since: Oct 09, 2007
Posts: 23



(Msg. 2) Posted: Wed Sep 05, 2007 11:53 am
Post subject: Re: pkgdb missing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 5 Sep 2007 11:42:09 UTC, chani wrote:

> Hi all,
> I am new to freeBSD. I am now reading freeBSD handbook.
> I could not find pkgdb command in my system.
> I compared with another machine. there pkgdb was @
> /usr/local/sbin/pkgdb
>
> But that file was not found in my machine. Waht should i install
> to make pkgdb available.

pkg_add -r portupgrade

Or build the port: sysutils/portupgrade

--
Bob Eager
UNIX since v6..
http://tinyurl.com/2xqr6h

 >> Stay informed about: pkgdb missing 
Back to top
Login to vote
Patrick_Lamaizière

External


Since: Oct 08, 2007
Posts: 6



(Msg. 3) Posted: Wed Sep 05, 2007 1:51 pm
Post subject: Re: pkgdb missing [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

This message is not archived
 >> Stay informed about: pkgdb missing 
Back to top
Login to vote
Henri Hennebert

External


Since: Nov 15, 2007
Posts: 4



(Msg. 4) Posted: Wed Sep 05, 2007 2:13 pm
Post subject: Re: pkgdb missing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

chani wrote:
> Hi all,
> I am new to freeBSD. I am now reading freeBSD handbook.
> I could not find pkgdb command in my system.
> I compared with another machine. there pkgdb was @
> /usr/local/sbin/pkgdb
>
> But that file was not found in my machine. Waht should i install
> to make pkgdb available.
>

cd /usr/ports/ports-mgmt/portupgrade
make install clean

or install corresponding pkg

and then run:
portsdb -Uu

Henri
> Please help me
>
> Thankyou!
>
 >> Stay informed about: pkgdb missing 
Back to top
Login to vote
Bob Eager

External


Since: Oct 09, 2007
Posts: 23



(Msg. 5) Posted: Wed Sep 05, 2007 2:13 pm
Post subject: Re: pkgdb missing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 5 Sep 2007 12:13:25 UTC, Henri Hennebert wrote:

> chani wrote:
> > Hi all,
> > I am new to freeBSD. I am now reading freeBSD handbook.
> > I could not find pkgdb command in my system.
> > I compared with another machine. there pkgdb was @
> > /usr/local/sbin/pkgdb
> >
> > But that file was not found in my machine. Waht should i install
> > to make pkgdb available.
> >
>
> cd /usr/ports/ports-mgmt/portupgrade
> make install clean

On 6.2-RELEASE, there *is* no ports-mgmt directory; it appears after a
portupgrade. So, chicken and egg..

Look in sysutils/portupgrade on RELEASE.
--
Bob Eager
UNIX since v6..
http://tinyurl.com/2xqr6h
 >> Stay informed about: pkgdb missing 
Back to top
Login to vote
Henri Hennebert

External


Since: Nov 15, 2007
Posts: 4



(Msg. 6) Posted: Wed Sep 05, 2007 7:31 pm
Post subject: Re: pkgdb missing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Bob Eager wrote:
> On Wed, 5 Sep 2007 12:13:25 UTC, Henri Hennebert wrote:
>
>> chani wrote:
>>> Hi all,
>>> I am new to freeBSD. I am now reading freeBSD handbook.
>>> I could not find pkgdb command in my system.
>>> I compared with another machine. there pkgdb was @
>>> /usr/local/sbin/pkgdb
>>>
>>> But that file was not found in my machine. Waht should i install
>>> to make pkgdb available.
>>>
>> cd /usr/ports/ports-mgmt/portupgrade
>> make install clean
>
> On 6.2-RELEASE, there *is* no ports-mgmt directory; it appears after a
> portupgrade.

You I right

So, chicken and egg..

No - you update the port tree with cvsup / csup

>
> Look in sysutils/portupgrade on RELEASE.
 >> Stay informed about: pkgdb missing 
Back to top
Login to vote
Bob Eager

External


Since: Oct 09, 2007
Posts: 23



(Msg. 7) Posted: Wed Sep 05, 2007 7:31 pm
Post subject: Re: pkgdb missing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 5 Sep 2007 17:31:57 UTC, Henri Hennebert wrote:

> Bob Eager wrote:
> > On Wed, 5 Sep 2007 12:13:25 UTC, Henri Hennebert wrote:
> >
> >> chani wrote:
> >>> Hi all,
> >>> I am new to freeBSD. I am now reading freeBSD handbook.
> >>> I could not find pkgdb command in my system.
> >>> I compared with another machine. there pkgdb was @
> >>> /usr/local/sbin/pkgdb
> >>>
> >>> But that file was not found in my machine. Waht should i install
> >>> to make pkgdb available.
> >>>
> >> cd /usr/ports/ports-mgmt/portupgrade
> >> make install clean
> >
> > On 6.2-RELEASE, there *is* no ports-mgmt directory; it appears after a
> > portupgrade.
>
> You I right
>
> So, chicken and egg..
>
> No - you update the port tree with cvsup / csup
>
> >
> > Look in sysutils/portupgrade on RELEASE.

Agreed...you can do that, and I realised that afterwards. However,
advice to look in ports-mgmt may well confuse if he starts looking for
that nonexistent directory! Hence my mention of the RELEASE location.

Also, not everyone wants to update the ports tree, unless they want a
lot of hassle with Xorg!
--
Bob Eager
UNIX since v6..
http://tinyurl.com/2xqr6h
 >> Stay informed about: pkgdb missing 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
make depend error - simple option missing? - Hello! FreeBSD 4.9 i386 PIII 800 MHz PC: Dell Optiplex GX200 Following the FreeBSD Handbook Chapter 9 section on Building and Installing a Custom Kernel I edited the MYKERNEL file and proceeded to config MYKERNEL and to the ../../compile/MYKERNEL..

Installation & fdisk partitioning (slices) - I picked up a copy of the "FreeBSD Handbook 2nd Ed" the other day, it came with a installation disk for version 5.1 Current and that is what I am trying to install. This is my first attempt to do anything with FreeBSD. First let me describe my...

CVSup vs. portupgrade - Reading from the FreeBSD handbook on "Using the Ports Collection" leaves me a bit confused wrt CVSup and portupgrade... do these utilities accomplish the same thing? Thanks, Jay _______________________________________________..

configuring freebsd dhcp server/router to listen on device - Hello, Im trying to move away from my linksys wireless router and move onto an old Pentium 200 Mhz I have. It will be the gateway between my modem and my network. I installed isc-dhcp3 on the box and took the sample dhcp.conf file in the freebsd..

PPP - Hi! I'm french and don't understand the chapter 18.2.1.2 (Creating PPP device Nodes) in the freeBSD handbook. Precicely I don't understand what is N in the first paragraph. Is it necessary to change the tun0? I have an other question.(I'm sorry if it..
   FreeBSD Hosting (Home) -> FreeBSD Handbook All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]