pkg

  1. marcus123

    Solved pkg couldn't find mariadb102

    Hello, I am trying to install mariadb10.2 on FreeBSD 10.3, I find the port of mariadb102 is available, but the pkg seems not... I have done pkg update, and pkg search mariadb, but couldn't find the 10.2 version, should we need to wait for few more days if we want to use pkg? Thanks
  2. T

    Solved llvm40 package invalid after being built with poudriere

    Hi, I am experiencing a strange problem. For a while now I have been using poudriere to build my packages. I am running FreeBSD 11 Stable on amd64 and the poudriere jail is on the same revision as the host system. Poudriere, packaging upgrading, etc. works for the most part. But a problem...
  3. uzsolt

    Maintaining multiple VPS servers

    Hello, I've a simple question. I'm not system administrator so maybe my knowledge is a bit outdated. So, I've 4 simple, cheap VPS servers (web, builder, devel (port maintaining) and backup) and it's a little complicated thing to login to every server and run pkg upgrade or freebsd-update fetch...
  4. A

    Raspberry hangs on "pkg upgrade"

    Hi! I have RPi with freebsd installed on it version 11. I made an image with crochet. I didn't install powerd. When I ran "pkg upgrade" and system become upgrading over 50 packages, RPi hangs and didn't respond on any commands untill I made hard reboot. It happens, when large package being...
  5. F

    Converting from portmaster to pkg/poudriere

    I am looking to switch from using portmaster management to pkg/poudriere for management. I already have poudriere setup on an outside system and I am using it for some machines which I built using the poudriere setup from the beginning. I would like to begin using the poudriere/pkg setup for...
  6. R

    Unable to upgrade "pkg" on FreeBSD version 8.4

    I am looking forward to install Node.js v6.10.0 on my FreeBSD 8.4 machine. $ sysctl -n kern.osrelease kern.ostype 8.4-RELEASE FreeBSD To Install Node.js using ports, it needs pkg v1.6.0 $ cd /usr/ports/www/node/ && make install clean ===> node-7.7.2 pkg(8) must be version 1.6.0 or...
  7. N

    Solved pkg asking to install unnecessary packages

    Hi all, Every time I run pkg upgrade or pkg install PKG, pkg asks me to install some apparently unnecessary packages. I'm running FreeBSD 11.0-RELEASE-p8, using mainly packages, tracking the quarterly repo, and checking out the quarterly ports tree to match (using svn). I have compiled...
  8. M

    mirrors for binary packages

    I was trying to configure the mirror site for binary packages but couldn't get it as I wanted. The overseas internet connection here in Korea is very bad (about 50KB/s at best and down to 500B/s in actual download speed per connection) while the local connection is very fast (around 8MB/s per...
  9. J

    Sequence for pkg change php56-* of dependencies to php70-*

    Working on a new server build, I've noted that php 5.6 is out of its active maintenance window. I'd like to get something of a jump on things and install www/wordpress with php 7.0 dependencies (as I don't see php71 in the 11.0-RELEASE AMD64 quarterly repo). I've tried a few contortions of how...
  10. R

    Solved Trying to get NUT to work...

    FreeBSD 11.0 AMD64, NUT 2.7.4 from packages I installed the package without any errors. Config files are as follows: nut.conf MODE=standalone ups.conf [cpups] driver = "usbhid-ups" port = auto desc = "cp-ups" upsd.conf LISTEN 127.0.0.1 3493 upsd.users [monmaster]...
  11. Preacher

    Qjail and listing ports to be updated.

    I am using sysutils/qjail for my jails (qjail-5.0). My host system is: FreeBSD 11.0-RELEASE. Normally I would fetch the hosts' ports tree: portsnap fetch update Then I would update the ports tree of the jails: qjail update -p I would normally then be able to list packages which could be...
  12. F

    Solved pkg upgrade terminated. child process pid=xxx terminated abnormally:killed

    Just a help for those having same problem with the same problem. This problem occurred after I upgrade my VPS to FreeBSD 11.0, only one machine has this problem. I tried everything I can do to fix it but none works. Today I found the source of the problem and got it fixed. Here is the solution...
  13. Vincent_

    Solved Fail on upgrade pkg

    I'm trying upgrade pkg-1.9.3 to pkg-1.9.4_1 via portmaster pkg on FreeBSD 8 server with fresh ports. But I got error message. Part of log: pkg_add.c: In function 'pkg_add_fromdir': pkg_add.c:1283: error: 'struct stat' has no member named 'st_atim' pkg_add.c:1284: error: 'struct stat' has no...
  14. quamenzullo

    Solved Deprecated by upstream, but required by another package

    I guess I am not the only one to have noticed this message in the daily security mail: p5-Net-SMTP-SSL-1.04: Tag: expiration_date Value: 2017-03-31 p5-Net-SMTP-SSL-1.04: Tag: deprecated Value: Deprecated by upstream, use Net::SMTP instead In Internet I have found that it can be replaced by the...
  15. F

    Upgrade 10.1 > 11.0 using freebsd-update fails

    Hi forum I am trying to upgrade a FreeBSD 10.1-RELEASE box to 11-RELEASE using freebsd-update. I am following https://www.freebsd.org/releases/11.0R/installation.html#upgrade-binary and/or https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading-freebsdupdate.html. #...
  16. ronaldlees

    pkg update

    I usually compile the pkg program from ports, using saved source. Hence, no binary pkg bootstrapping installation is ever needed when I use (personally) archived packages. Usually, when I decide to use the "pkg install" command to retrieve a package not yet in my personal archives, the "pkg...
  17. F

    Stop pkg from installing X components?

    When using pkg to install ports, some ports will install with many X components which I will not be utilizing. Is there a way to stop pkg from doing this? Also, is there a way to tell pkg to remove all X components once they have been installed? An example using phpMyAdmin: # pkg install...
  18. E

    Upgrading a package in pfSense (FreeBSD 10.3)

    Hi, I'm fairly new to FreeBSD and I've got a pfSense (FreeBSD 10.3) box. I installed a package like this: pkg add http://pkg.freebsd.org/freebsd:10:x86:64/release_3/All/ossec-hids-client-2.8.2.txz In pfSense, the default FreeBSD 10.3 repositories are not included in /etc/pkg/FreeBSD.conf...
  19. pwdr

    Solved Compiling PKG failure

    I've clean installed FreeBSD 11 to an old laptop: Fujitsu Amilo. The installation is complete and I have root + 1 user. The first thing I tried to do is compile pkg by the following process: cd /usr/ports/ports-mgmt/pkg make install clean but it fails with the following message (note, the...
Back
Top