Re: HOWTO monitor changes in installed packages within jails?

2013-07-23 Thread Michael Grimm
On 20.07.2013, at 18:34, Michael Grimm wrote: > On 20.07.2013, at 14:53, Matthew Seaman > wrote: >> On 20/07/2013 12:09, Michael Grimm wrote: > >>> I did migrate to pkgng some month ago, and ever since I am curious >>> how to monitor changes in inst

Re: HOWTO monitor changes in installed packages within jails?

2013-07-20 Thread Michael Grimm
On 20.07.2013, at 14:53, Matthew Seaman wrote: > On 20/07/2013 12:09, Michael Grimm wrote: >> I did migrate to pkgng some month ago, and ever since I am curious >> how to monitor changes in installed packages within jails. I am >> looking for a functionality/port that

Re: HOWTO monitor changes in installed packages within jails?

2013-07-20 Thread Matthew Seaman
On 20/07/2013 12:09, Michael Grimm wrote: > I did migrate to pkgng some month ago, and ever since I am curious > how to monitor changes in installed packages within jails. I am > looking for a functionality/port that works like 490.status- > pkg-changes for my host. > > Ques

HOWTO monitor changes in installed packages within jails?

2013-07-20 Thread Michael Grimm
Hi -- I did migrate to pkgng some month ago, and ever since I am curious how to monitor changes in installed packages within jails. I am looking for a functionality/port that works like 490.status-pkg-changes for my host. Question: is there any functionality within the periodic system or a

Re: python script to backup installed packages

2010-02-11 Thread Giorgos Keramidas
On Thu, 11 Feb 2010 20:35:16 -0600, Adam Vande More wrote: > Thanks for the tips, I may add some of your functionality to my own. > I think I might add a couple more features like accepting a backup > path from the command line and an auto create for the dir if it > doesn't exist. One other thin

Re: python script to backup installed packages

2010-02-11 Thread Adam Vande More
On Thu, Feb 11, 2010 at 1:31 PM, Giorgos Keramidas wrote: > My own version groks an os.environ['EXTRA_PKG_CREATE_ARGS'] option too > and inserts the extra options before the ["-b", "package"] arguments of > pkg_create, so that I can run the script for example with: > >env EXTRA_PKG_CREATE_ARG

Re: python script to backup installed packages

2010-02-11 Thread Giorgos Keramidas
On Thu, 11 Feb 2010 10:15:12 -0600, Adam Vande More wrote: > Sometimes you have need to backup installed packages. I realize most > port management tools do this automatically, but if you're on a system > with a lot of packages installed and one port management tool fails > an

python script to backup installed packages

2010-02-11 Thread Adam Vande More
Sometimes you have need to backup installed packages. I realize most port management tools do this automatically, but if you're on a system with a lot of packages installed and one port management tool fails and you use another to fix it, /usr/ports/packages can become jumbled. Anyways,

Re: Removing installed packages

2009-11-28 Thread Polytropon
On Sat, 28 Nov 2009 08:16:58 -0800, Rem P Roberti wrote: > In trying to upgrade CUPS on a new 7.2 installation (CUPS was installed > via sysinstall) the upgrade choked, and then I saw in UPDATING that > print/cups has been split into multiple ports, and that in order to > upgrade you must first re

Removing installed packages

2009-11-28 Thread Rem P Roberti
In trying to upgrade CUPS on a new 7.2 installation (CUPS was installed via sysinstall) the upgrade choked, and then I saw in UPDATING that print/cups has been split into multiple ports, and that in order to upgrade you must first remove the installed version. What is the best way to do that? Sho

Re: How to list all the installed packages...

2009-03-28 Thread Mel Flynn
On Friday 27 March 2009 10:12:57 Jan Henrik Sylvester wrote: > Is there anything about build dependencies in cutleaves? > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/ports-mgmt/pkg_cutleaves/files/ >pkg_cutleaves?rev=1.2 > > I do not see it at a quick glance. No. Typically one knows the leaves

Re: How to list all the installed packages...

2009-03-28 Thread Ghirai
On Fri, 27 Mar 2009 09:05:04 +0700 (ICT) Olivier Nicole wrote: > Hi, > > Is there a way to show a list of all installed packages that are not > required by any other package? > > Some thing like "pkg_info -aR" where the Required by: field is empty. > > Ult

Re: How to list all the installed packages...

2009-03-27 Thread Jan Henrik Sylvester
Alain G. Fabry wrote: On Fri, Mar 27, 2009 at 09:34:00AM +0100, Jan Henrik Sylvester wrote: Olivier Nicole wrote: Is there a way to show a list of all installed packages that are not required by any other package? cd /var/db/pkg/ ; for i in *-* ; do if [ ! -e $i/+REQUIRED_BY ] ; then echo $i

Re: How to list all the installed packages...

2009-03-27 Thread Alain G. Fabry
On Fri, Mar 27, 2009 at 09:34:00AM +0100, Jan Henrik Sylvester wrote: > Olivier Nicole wrote: > > Is there a way to show a list of all installed packages that are not > > required by any other package? > > cd /var/db/pkg/ ; for i in *-* ; do if [ ! -e $i/+REQUIRED_BY ] ;

Re: How to list all the installed packages...

2009-03-27 Thread Jan Henrik Sylvester
Olivier Nicole wrote: > Is there a way to show a list of all installed packages that are not > required by any other package? cd /var/db/pkg/ ; for i in *-* ; do if [ ! -e $i/+REQUIRED_BY ] ; then echo $i ; fi ; done > Ultimately, that would give a list of "software" versu

Re: How to list all the installed packages...

2009-03-26 Thread Glen Barber
On Thu, Mar 26, 2009 at 10:05 PM, Olivier Nicole wrote: > Hi, > > Is there a way to show a list of all installed packages that are not > required by any other package? > > Some thing like "pkg_info -aR" where the Required by: field is empty. > > Ultimately, t

How to list all the installed packages...

2009-03-26 Thread Olivier Nicole
Hi, Is there a way to show a list of all installed packages that are not required by any other package? Some thing like "pkg_info -aR" where the Required by: field is empty. Ultimately, that would give a list of "software" versus "libraries". The question arise b

Re: upgrading all installed packages problem.

2005-12-02 Thread Kent Stewart
On Friday 02 December 2005 03:51 am, Mehmet Fatih AKBULUT wrote: > hi all. > i tried to run #portupgrade -arR but got the error below: > > > [EMAIL PROTECTED] portupgrade -arR > [Updating the pkgdb in /var/db/pkg ... - 328 > packages found (-7 +128) > (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.r

upgrading all installed packages problem.

2005-12-02 Thread Mehmet Fatih AKBULUT
hi all. i tried to run #portupgrade -arR but got the error below: [EMAIL PROTECTED] portupgrade -arR [Updating the pkgdb in /var/db/pkg ... - 328 packages found (-7 +128) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: [BUG] Segmentation fault ruby 1.8.2 (2004-12-25) [i386-freebsd5] Abort

Re: cloning installed packages?

2005-08-30 Thread Danny Howard
On Mon, Aug 29, 2005 at 05:53:27AM -0400, Wolfgang Lausenbart wrote: > I want to setup a FreeBSD 5.4 Server, which should have all > packages, as an older 4.11 based Server. What is the best > way of providing the same packages to as installed on the > 4.11 based? Note that it must not be *exactly

cloning installed packages?

2005-08-30 Thread u
Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Hi List, I want to setup a FreeBSD 5.4 Server, which should have all packages, as an older 4.11 based Server. What is the best way of providing the same packages to as installed on

cloning installed packages?

2005-08-30 Thread Wolfgang Lausenbart
Hi List, I want to setup a FreeBSD 5.4 Server, which should have all packages, as an older 4.11 based Server. What is the best way of providing the same packages to as installed on the 4.11 based? Note that it must not be *exactly* the same :o) Is there any option to sysinstall/pkg_* to import

Re: Keeping installed packages up to date

2005-04-05 Thread Lowell Gilbert
cial FreeBSD documentation before following third-party advice? Both the FreeBSD FAQ and FreeBSD Handbook have advice on this. > My question is: is there an easier way of updating my > installed packages? Several. You might try ctm(1). Fuller details are in the Handbook, if I recall. Anon

Keeping installed packages up to date

2005-04-04 Thread Kenneth A. Bond
move to FreeBSD due to its maturity, stability and performance, not to mention that extended releases are supported for two years from their release, which is attractive in a mission-critical environment. I am trying to determine the best method of keeping my installed packages up-to-date. My

Re: How download installed packages' sourcesfiles

2005-03-25 Thread RW
On Friday 25 March 2005 20:49, RW wrote: > On Friday 25 March 2005 14:25, O. Hartmann wrote: > > Unforunately "portupdate" does not have a simple functionality to gather > > all tarballs from each installed > > port and its friends it depends on. > > Maybe someone of you has a similar limitation an

Re: How download installed packages' sourcesfiles

2005-03-25 Thread RW
On Friday 25 March 2005 14:25, O. Hartmann wrote: > Hello. > I run into the follwoing problem. > Using an internet connected at my lab makes me happy installing each > package I need from source. > At home I have only a very slow moem connection, but I need also the > same packages (not precompiled

Re: How download installed packages' sourcesfiles

2005-03-25 Thread O. Hartmann
Chuck Swiger schrieb: O. Hartmann wrote: [ ... ] Unforunately "portupdate" does not have a simple functionality to gather all tarballs from each installed port and its friends it depends on. Maybe someone of you has a similar limitation and can help. Try using "make fetch-recursive" from a port'

Re: How download installed packages' sourcesfiles

2005-03-25 Thread John Mitchell
This one time, at band camp, Chuck Swiger wrote: > O. Hartmann wrote: > [ ... ] > > Unforunately "portupdate" does not have a simple functionality to gather > > all tarballs from each installed port and its friends it depends on. > > Maybe someone of you has a similar limitation and can help. > >

Re: How download installed packages' sourcesfiles

2005-03-25 Thread Chuck Swiger
O. Hartmann wrote: [ ... ] Unforunately "portupdate" does not have a simple functionality to gather all tarballs from each installed port and its friends it depends on. Maybe someone of you has a similar limitation and can help. Try using "make fetch-recursive" from a port's directory to fetch the

How download installed packages' sourcesfiles

2005-03-25 Thread O. Hartmann
Hello. I run into the follwoing problem. Using an internet connected at my lab makes me happy installing each package I need from source. At home I have only a very slow moem connection, but I need also the same packages (not precompiled, the sources) there. One idea was to "fetch" every source

Re: Installed Packages?

2002-12-12 Thread parv
in message <[EMAIL PROTECTED]>, wrote parv thusly... > > in message <[EMAIL PROTECTED]>, > wrote Mark-Nathaniel Weisman thusly... > > > > Is there a command that I can check to see if a particular package was > > installed ... the way it was supposed to? ... > # given a package name, see if file

Re: Installed Packages?

2002-12-12 Thread parv
mes they do not. try (assuming bourne like shell)... # given a package name, see if files exists # if they do not, ls will complain; only errors will be # shown pkg_info -L | xargs ls -l > /dev/null > Or maybe a list of all installed packages? this can be accomplished by pkg_info.

Re: Installed Packages?

2002-12-12 Thread Jonathan Chen
On Wed, Dec 11, 2002 at 11:35:27PM -0900, Mark-Nathaniel Weisman wrote: > Is there a command that I can check to see if a particular package was > installed in the kernel the way it was supposed to? Or maybe a list of > all installed packages? I've installed a module for my Perl, a

Installed Packages?

2002-12-12 Thread Mark-Nathaniel Weisman
Is there a command that I can check to see if a particular package was installed in the kernel the way it was supposed to? Or maybe a list of all installed packages? I've installed a module for my Perl, and I want to make sure I installed it correctly. His Faithful Servant, Mark To Unsubs