pkg

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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. #...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. puppydog

    Replacing binary installed packages with ports

    I have various packages installed on my server that were installed as binaries, with pkg install pkgname. Anyway for at least one or two it turns out I need to change the default options which means I need to use ports. Since everyone says you shouldn't mix ports with binaries, I guess I need to...
  11. aaronbaugher

    Solved Can I use pkg while keeping an older version of nvidia-driver?

    I use x11/nvidia-driver-340, installed from ports, because I have an older video card that the default x11/nvidia-driver no longer supports. As long as I install everything from ports, it works fine, so apparently all the ports tools understand that the older version handles that dependency...
  12. IPTRACE

    10.3->11.0 (after upgrade cannot use sudo and pkg)

    Hello! After upgrade I cannot use sudo nad even pkg. Is it a bug? sudo: error in /usr/local/etc/sudo.conf, line 0 while loading plugin `sudoers_policy' sudo: unable to load /usr/local/libexec/sudo/sudoers.so: Shared object "libpam.so.5" not found, required by "sudoers.so" sudo: fatal error...
  13. priyadarshan

    Solved Tracking "latest" pkg repo, Emacs 25 unavailable although is on Freshports

    I am seeing a strange behaviour in regards to latest Emacs pkg. I am tracking the "latest" pkg repository: cat /usr/local/etc/pkg/repos/FreeBSD.conf FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", enabled: yes } Although editors/emacs has been available on freshports since...
  14. smj

    Solved Firefox, zero-length .sqlite files, and NFS/ZFS

    [ tl;dr - When configuring an NFS client, don't forget to add nfs_client_enable, rpc_lockd_enable, and rpc_statd_enable in /etc/rc.conf ... ] Last week I decided to rebuild my primary desktop, going from 10.1 to 10.3. Installing the OS, the update to -p7, windowing system & window managers, et...
  15. FKEinternet

    Solved Sendmail start fails after pkg upgrade

    In the process of updating MySQL last week, I did a pkg upgrade and after my server rebooted, sendmail won't start: /etc/mail # make start Starting: sendmailShared object "libdb-6.1.so" not found, required by "sendmail" sendmail-clientmqueueShared object "libdb-6.1.so" not found, required by...
  16. dch

    poudriere(8) daemon queue mode

    I've seen a few mentions of queue mode for poudriere and this would be super useful for the CI setup I'm currently working on. Other than an oblique mention in the man page, and https://savagedlight.me/2014/03/09/freebsd-package-builder-with-poudriere/ I've been unable to find enough info to get...
  17. andrewm659

    using pkg behind proxy

    How can I set this up so that I can do sudo pkg install packagename as a normal user. In RHEL I would put an entry in the /etc/yum.conf for the proxy.
  18. HL1234

    pkg: Fail to create /usr: Bad file descriptor

    Hello, since a long time I want to do some update but a problem I do not understand: system:9.1-RELEASE-p17 FreeBSD 9.1-RELEASE-p17 please see the output of command it shows all: # pkg install pcre Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are...
  19. Steffen

    Solved pkg-static error when registering installation

    Hi! I am porting siegfried to FreeBSD, more info on it here: http://www.itforarchivists.com/siegfried make stage works without problems. When I try to make install, it fails with root@nemesis /usr/ports/sysutils/siegfried]# make install ===> License APACHE20 accepted by the user ===>...
Back
Top