Re: Problem with pkg_add -uv after 6.7 upgrade on i386

2020-05-25 Thread Paolo Aglialoro
Thank you very much, maybe it was some kind of silent corruption due to old IDE disk, anyway pkg_check and then again pkg_add -u fixed all the trouble. I will keep this in mind, should it happen again. Have a nice day! On Mon, May 25, 2020 at 2:52 PM Marc Espie wrote: > On Mon, May 25, 2020 at

Re: Problem with pkg_add -uv after 6.7 upgrade on i386

2020-05-25 Thread Marc Espie
On Mon, May 25, 2020 at 01:01:07PM +0200, Paolo Aglialoro wrote: > Hello Folks, > > I just upgraded a PIII box freshly installed with 6.6 last month. > Everything went right with sysupgrade (big kudos do devs). > > Problems started when upgrading installed packages, here follows the output >

Problem with pkg_add -uv after 6.7 upgrade on i386

2020-05-25 Thread Paolo Aglialoro
Hello Folks, I just upgraded a PIII box freshly installed with 6.6 last month. Everything went right with sysupgrade (big kudos do devs). Problems started when upgrading installed packages, here follows the output of pkg_add -uv. What can this be? Thanks Pasha --

4.6 upgrade problem with 'pkg_add -u' and PKG_PATH

2010-03-24 Thread Juan Miscaro
I am having trouble upgrading to 4.6. I always upgrade from a local master repository. First, from the latter I set up reverse port forwarding on the target server so that PKG_PATH=http://localhost:/ Then I do: pkg_add -v -ui -F update -F updatedepends -F alwaysupdate The error I get is:

Re: Problem with PKG_ADD

2006-02-27 Thread edgarz
Hi! I use -r potion with pkg_add not a -v export PKG_PATH=ftp://ftp.server.com/path/to/packages pkg_add -r package_name [EMAIL PROTECTED] wrote: I installed OpeBSD 3.8 in a server beyond a company's firewall, so i can't use internet's server a source of my packages. I downloaded the packages an

Re: Problem with PKG_ADD

2006-02-27 Thread Florin Iamandi
[EMAIL PROTECTED] dixit (2006-02-27, 10:16:05): > > export PKG_PATH= ftp://xx.xx.xx.xx:998// $ echo --${PKG_PATH}-- $ Try removing the leading space... -- Florin (Slippery) Iamandi Reason is the first victim of emotion. -- Scytale, Dune Messiah

Problem with PKG_ADD

2006-02-27 Thread mart_1
I installed OpeBSD 3.8 in a server beyond a company's firewall, so i can't use internet's server a source of my packages. I downloaded the packages and now they are accessible by a server FTP and a Http server that use the ports 998 and 999. With Iexplore or Mozilla now I see the list of packages i

Re: problem with pkg_add

2005-05-04 Thread Robin
Thanks to all who replied. I'll just turn it on via rc.conf Robin --- Carson Chittom <[EMAIL PROTECTED]> wrote: > On May 4, 2005, at 4:42 PM, Robin wrote: > > > I tried to install OpenNTPD into a 3.6 box using > the > > following commands (as root) as shown on the Ports > and > > Packages p

Re: problem with pkg_add

2005-05-04 Thread Carson Chittom
On May 4, 2005, at 4:42 PM, Robin wrote: I tried to install OpenNTPD into a 3.6 box using the following commands (as root) as shown on the Ports and Packages page: This is unnecessary. OpenNTPD is included in 3.6. Just put ntpd_flags="" in /etc/rc.conf.local

Re: problem with pkg_add

2005-05-04 Thread eric
On Wed, 2005-05-04 at 14:42:04 -0700, Robin proclaimed... > I tried to install OpenNTPD into a 3.6 box using the > following commands (as root) as shown on the Ports and > Packages page: It's in base, or compile the source if you have an older version of OpenBSD.

problem with pkg_add

2005-05-04 Thread Robin
Hello, I tried to install OpenNTPD into a 3.6 box using the following commands (as root) as shown on the Ports and Packages page: # setenv PKG_PATH ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ # pkg_add ${PKG_PATH}openntpd-3.6.1.tgz and receive the following responses: Adding ftp://ftp.openbsd.