Re: How to uninstall pkgng

2012-06-16 Thread Marcin Wisnicki
On Sat, 09 Jun 2012 19:56:56 +0200, Julien Laffaye wrote:

 On 6/9/2012 7:46 PM, Marcin Wisnicki wrote:
 I've made a mistake of installing pkgng on 9.0-amd64 but since there is
 no up-to-date repository I want to remove it.
 Have you looked at http://pkgbeta.freebsd.org/freebsd-9-amd64/latest/ ?


Yes, it was 3 weeks behind -i386 at the time.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to uninstall pkgng

2012-06-16 Thread Baptiste Daroussin
On Sat, Jun 16, 2012 at 04:26:59PM +, Marcin Wisnicki wrote:
 On Sat, 09 Jun 2012 19:56:56 +0200, Julien Laffaye wrote:
 
  On 6/9/2012 7:46 PM, Marcin Wisnicki wrote:
  I've made a mistake of installing pkgng on 9.0-amd64 but since there is
  no up-to-date repository I want to remove it.
  Have you looked at http://pkgbeta.freebsd.org/freebsd-9-amd64/latest/ ?
 
 
 Yes, it was 3 weeks behind -i386 at the time.
 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

It is now up to date


pgpodr7MVVvyg.pgp
Description: PGP signature


How to uninstall pkgng

2012-06-09 Thread Marcin Wisnicki
I've made a mistake of installing pkgng on 9.0-amd64 but since there is no 
up-to-date repository I want to remove it.

What would be the correct procedure to achieve that ?

Invoking `pkg delete -a` still leaves some files including /usr/sbin/pkg.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to uninstall pkgng

2012-06-09 Thread Julien Laffaye

On 6/9/2012 7:46 PM, Marcin Wisnicki wrote:

I've made a mistake of installing pkgng on 9.0-amd64 but since there is no
up-to-date repository I want to remove it.

Have you looked at http://pkgbeta.freebsd.org/freebsd-9-amd64/latest/ ?


What would be the correct procedure to achieve that ?

Invoking `pkg delete -a` still leaves some files including /usr/sbin/pkg.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to uninstall pkgng

2012-06-09 Thread Matthew Seaman
On 09/06/2012 18:46, Marcin Wisnicki wrote:
 I've made a mistake of installing pkgng on 9.0-amd64 but since there is no 
 up-to-date repository I want to remove it.
 
 What would be the correct procedure to achieve that ?
 
 Invoking `pkg delete -a` still leaves some files including /usr/sbin/pkg.

Not easy.  You'ld have to delete the pkg port, undo any additional
configuration you may have added to eg. /etc/make.conf (ie. remove
WITH_PKGNG settings), undo any patches to portmaster (if you're using
that) and then reinstall all your ports using the original package tools
to rebuild /var/db/pkg/ contents.

/usr/sbin/pkg is part of base nowadays.  You don't want to delete that.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW





signature.asc
Description: OpenPGP digital signature


Re: How to uninstall pkgng

2012-06-09 Thread Jason Hellenthal


On Sat, Jun 09, 2012 at 07:03:23PM +0100, Matthew Seaman wrote:
 On 09/06/2012 18:46, Marcin Wisnicki wrote:
  I've made a mistake of installing pkgng on 9.0-amd64 but since there is no 
  up-to-date repository I want to remove it.
  
  What would be the correct procedure to achieve that ?
  
  Invoking `pkg delete -a` still leaves some files including /usr/sbin/pkg.
 
 Not easy.  You'ld have to delete the pkg port, undo any additional
 configuration you may have added to eg. /etc/make.conf (ie. remove
 WITH_PKGNG settings), undo any patches to portmaster (if you're using
 that) and then reinstall all your ports using the original package tools
 to rebuild /var/db/pkg/ contents.
 
 /usr/sbin/pkg is part of base nowadays.  You don't want to delete that.
 

When was pkgng made part of base ?

/usr/sbin/pkg would be from pkgng if you are using it to delete itself
then the problem you are experiencing is the file is busy at the time of
deletion. Try pkg_delete instead ?



-- 

 - (2^(N-1))
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to uninstall pkgng

2012-06-09 Thread Marcin Wisnicki
On Sat, Jun 9, 2012 at 8:23 PM, Jason Hellenthal jhellent...@dataix.net wrote:


 On Sat, Jun 09, 2012 at 07:03:23PM +0100, Matthew Seaman wrote:
 On 09/06/2012 18:46, Marcin Wisnicki wrote:
  I've made a mistake of installing pkgng on 9.0-amd64 but since there is no
  up-to-date repository I want to remove it.
 
  What would be the correct procedure to achieve that ?
 
  Invoking `pkg delete -a` still leaves some files including /usr/sbin/pkg.

 Not easy.  You'ld have to delete the pkg port, undo any additional
 configuration you may have added to eg. /etc/make.conf (ie. remove
 WITH_PKGNG settings), undo any patches to portmaster (if you're using
 that) and then reinstall all your ports using the original package tools
 to rebuild /var/db/pkg/ contents.

 /usr/sbin/pkg is part of base nowadays.  You don't want to delete that.


So I guess that if I have empty /usr/local, no make.conf and no
/var/db/pkg/local.sqlite then I'm fine ?


 When was pkgng made part of base ?


It seems to be a simple wrapper/bootstrapper (see src/usr.sbin/pkg)
that just downloads real thing.

 /usr/sbin/pkg would be from pkgng if you are using it to delete itself
 then the problem you are experiencing is the file is busy at the time of
 deletion. Try pkg_delete instead ?


It have deleted itself just fine.



 --

  - (2^(N-1))
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to uninstall pkgng

2012-06-09 Thread Julien Laffaye

On 6/9/2012 8:23 PM, Jason Hellenthal wrote:


On Sat, Jun 09, 2012 at 07:03:23PM +0100, Matthew Seaman wrote:

On 09/06/2012 18:46, Marcin Wisnicki wrote:

I've made a mistake of installing pkgng on 9.0-amd64 but since there is no
up-to-date repository I want to remove it.

What would be the correct procedure to achieve that ?

Invoking `pkg delete -a` still leaves some files including /usr/sbin/pkg.

Not easy.  You'ld have to delete the pkg port, undo any additional
configuration you may have added to eg. /etc/make.conf (ie. remove
WITH_PKGNG settings), undo any patches to portmaster (if you're using
that) and then reinstall all your ports using the original package tools
to rebuild /var/db/pkg/ contents.

/usr/sbin/pkg is part of base nowadays.  You don't want to delete that.


When was pkgng made part of base ?

The bootstrap binary is in base, not pkgng.


/usr/sbin/pkg would be from pkgng if you are using it to delete itself
then the problem you are experiencing is the file is busy at the time of
deletion. Try pkg_delete instead ?


Wrong, this is the bootstrap binary. The pkg binary is in LOCALBASE.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: How to uninstall pkgng

2012-06-09 Thread Jason Hellenthal


On Sat, Jun 09, 2012 at 08:32:03PM +0200, Julien Laffaye wrote:
 On 6/9/2012 8:23 PM, Jason Hellenthal wrote:
 
  On Sat, Jun 09, 2012 at 07:03:23PM +0100, Matthew Seaman wrote:
  On 09/06/2012 18:46, Marcin Wisnicki wrote:
  I've made a mistake of installing pkgng on 9.0-amd64 but since there is no
  up-to-date repository I want to remove it.
 
  What would be the correct procedure to achieve that ?
 
  Invoking `pkg delete -a` still leaves some files including /usr/sbin/pkg.
  Not easy.  You'ld have to delete the pkg port, undo any additional
  configuration you may have added to eg. /etc/make.conf (ie. remove
  WITH_PKGNG settings), undo any patches to portmaster (if you're using
  that) and then reinstall all your ports using the original package tools
  to rebuild /var/db/pkg/ contents.
 
  /usr/sbin/pkg is part of base nowadays.  You don't want to delete that.
 
  When was pkgng made part of base ?
 The bootstrap binary is in base, not pkgng.
 
  /usr/sbin/pkg would be from pkgng if you are using it to delete itself
  then the problem you are experiencing is the file is busy at the time of
  deletion. Try pkg_delete instead ?
 
 Wrong, this is the bootstrap binary. The pkg binary is in LOCALBASE.

Missed that. This is pretty confusing as stable/8  releng/9 does not
have a pkg while head and stable/9 do.

-- 

 - (2^(N-1))
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org