From 070efea3362adff1665448af070f58524bc24a19 Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Tue, 28 Jul 2009 20:44:01 +0000 Subject: [PATCH] added tip about pkg_add warnings --- wiki/Tips.wiki | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/wiki/Tips.wiki b/wiki/Tips.wiki index 23c5ec3c..c6e848be 100644 --- a/wiki/Tips.wiki +++ b/wiki/Tips.wiki @@ -9,11 +9,18 @@ tips for CORE that are not OS-specific = FreeBSD tips = tips for FreeBSD - # on FreeBSD 7.2 for the amd64 platform, running `pkg_add -r` causes the following error: + * 1. on FreeBSD 7.2 for the amd64 platform, running `pkg_add -r` causes the following error: {{{ -Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/Latest/*.tbz: Not Found + Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/Latest/*.tbz: Not Found }}} a workaround is to use `sysinstall` and choose `Configure` and `Packages` and choose your appropriate FTP/HTTP option, and select and install packages there + * 2. when you run `pkg_add core-7.x-3.4.tbz` you receive the following messages: +{{{ +pkg_add: warning: package 'core-7.x-3.4' requires 'bash-3.2.25', but 'bash-4.0.10_2' is installed +pkg_add: warning: package 'core-7.x-3.4' requires 'tcl-8.4.16,1', but 'tcl-8.4.19_2,1' is installed +pkg_add: warning: package 'core-7.x-3.4' requires 'tk-8.4.16,2', but 'tk-8.4.19_2,2' is installed +}}} + This is OK, the warnings may be safely ignored. CORE is not particular about which version of bash, Tcl, or Tk are used. An earlier version number is used in the package file so that CORE will install on older FreeBSD 7.0 systems. = OpenVZ tips = tips for Linux