Displaying 7 results from an estimated 7 matches for "packagesite".
Did you mean:
packagekit
2012 Aug 27
1
FreeBSD $PACKAGESITE from -STABLE to -RELEASE
Hi all,
I''m using FreeBSD-9.0-RELEASE.
When I install a package via puppet, it seems to use the -STABLE branches
instead of -RELEASE. I can use pkg_add -r on the command-line, which will
use the -RELEASE branch and break the dependencies.
One workaround is to change the $PACKAGESITE variable to
"ftp://ftp.ch.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/"
but it''s not something I''m happy with as it''s not something recommended for
a production system.
Do anyone know how to change this behavior ?
Thanks in advance,
Franco...
2013 Aug 07
9
Freebsd + Puppet 3.2.2 pkg_add -f ?
Shouldn''t pkg_add be using the -r option for package management? I worked
around by forcing the client to use ports instead, but it stinks. Any
thoughts?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2012 Dec 20
4
repo.txz missong on packages-9-stable for pkg
...new "pkg" tool, but it complains that there is no
repo.txz file on the repository:
# pkg install libreoffice
Updating repository catalogue
pkg: ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/All//repo.txz:
File unavailable (e.g., file not found, no access)
I have set PACKAGESITE to packages-9-stable repository :-)
Will this support stable packages or a release only?
Thanks :-)
Tomek
--
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
2013 Nov 20
1
10.0 BETA3 - nanobsd.sh does not use pkg
Hi, all,
I just wanted to report that. I do not yet have a patch to suggest.
nanobsd.sh cust_pkg() still tries to call pkg_add and fails when
adding packages to the NANO_WORLD_DIR. tbz vs. txz ?
Kind regards
Patrick
--
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
info at punkt.de http://www.punkt.de
Gf: J?rgen Egeling AG Mannheim 108285
2007 Apr 09
11
Issues with Puppet on FreeBSD / Creating a Recipe
Hi,
I am running an environment with 15 FreeBSD servers on which I want to
maintain ports, rc.conf settings, and assorted configuration in
/usr/local/etc/. Looked around the existing Puppet docs, I got a
puppetmaster and a test client to work and install a package as
specified in the site manifest. This is very basic but awesome!
I want to create a puppet FreeBSD HowTo that addresses a
2013 Nov 05
1
FreeBSD 10.0-BETA3 now available
...Core.
o Fix a deadlock when trying to power off a USB device.
o Support checking signature for pkg bootstrap from remote
and for 'pkg add ./pkg.txz'
o Fix long-standing issue with incorrect radix mask calculation.
o Add support for using "pkg+http://" for the PACKAGESITE.
o Add driver for POWER hypervisor interpartition ethernet.
o Fix panic in the tap driver when a tap and vmnet interface were
created after each other.
o Update Emulex oce(4) driver to version 10.0.664.0.
Pre-installed virtual machine images for 10.0-BETA3 are also available
for...
2008 Apr 07
10
setting environment variables
Hi all,
I''m running Puppet on FreeBSD and recently I started building my own
packages. I would like to set the PKGROOT variable on all hosts so
that packages are fetched from my server instead of freebsd.org. Is
it possible to set this with puppet?
I''ve read the suggestion on Trac [1], and it solves the problem when
puppet is run with an rc script, but it won''t work