Ticket #53: _.cust.cust_pkg

File _.cust.cust_pkg, 11.4 KB (added by huub, 17 years ago)
Line 
1/usr/obj/nanobsd.wleiden//_.w/Pkg/apache-1.3.41_1.tbz
2/usr/obj/nanobsd.wleiden//_.w/Pkg/expat-2.0.1.tbz
3/usr/obj/nanobsd.wleiden//_.w/Pkg/gettext-0.17_1.tbz
4/usr/obj/nanobsd.wleiden//_.w/Pkg/iperf-2.0.4.tbz
5/usr/obj/nanobsd.wleiden//_.w/Pkg/isc-dhcp30-server-3.0.7_5.tbz
6/usr/obj/nanobsd.wleiden//_.w/Pkg/libiconv-1.13.1.tbz
7/usr/obj/nanobsd.wleiden//_.w/Pkg/libxml2-2.7.3.tbz
8/usr/obj/nanobsd.wleiden//_.w/Pkg/nagios-plugins-1.4.13,1.tbz
9/usr/obj/nanobsd.wleiden//_.w/Pkg/net-snmp-5.4.2.1_5.tbz
10/usr/obj/nanobsd.wleiden//_.w/Pkg/nrpe-2.12_1.tbz
11/usr/obj/nanobsd.wleiden//_.w/Pkg/pen-0.18.0.tbz
12/usr/obj/nanobsd.wleiden//_.w/Pkg/perl-5.8.9_3.tbz
13/usr/obj/nanobsd.wleiden//_.w/Pkg/php5-5.2.10.tbz
14/usr/obj/nanobsd.wleiden//_.w/Pkg/pkg-config-0.23_1.tbz
15/usr/obj/nanobsd.wleiden//_.w/Pkg/py25-cheetah-2.2.1.tbz
16/usr/obj/nanobsd.wleiden//_.w/Pkg/py25-cherrypy-3.1.2.tbz
17/usr/obj/nanobsd.wleiden//_.w/Pkg/python26-2.6.2.tbz
18/usr/obj/nanobsd.wleiden//_.w/Pkg/vim-lite-7.2.209.tbz
1983776 blocks
20=== TODO: 18
21apache-1.3.41_1.tbz
22expat-2.0.1.tbz
23gettext-0.17_1.tbz
24iperf-2.0.4.tbz
25isc-dhcp30-server-3.0.7_5.tbz
26libiconv-1.13.1.tbz
27libxml2-2.7.3.tbz
28nagios-plugins-1.4.13,1.tbz
29net-snmp-5.4.2.1_5.tbz
30nrpe-2.12_1.tbz
31pen-0.18.0.tbz
32perl-5.8.9_3.tbz
33php5-5.2.10.tbz
34pkg-config-0.23_1.tbz
35py25-cheetah-2.2.1.tbz
36py25-cherrypy-3.1.2.tbz
37python26-2.6.2.tbz
38vim-lite-7.2.209.tbz
39===
40pkg_add: could not find package expat-2.0.1 !
41pkg_add: could not find package perl-5.8.9_3 !
42pkg_add: could not find package libiconv-1.13.1 !
43ps: empty file: Invalid argument
44Added group "dhcpd".
45Added user "dhcpd".
46pkg_add: could not find package pkg-config-0.23_1 !
47pkg_add: could not find package perl-5.8.9_3 !
48pkg_add: could not find package gettext-0.17_1 !
49pkg_add: could not find package perl-5.8.9_3 !
50pkg_add: could not find package gettext-0.17_1 !
51pkg_add: could not find package nagios-plugins-1.4.13,1 !
52Removing stale symlinks from /usr/bin...
53 Skipping /usr/bin/perl
54 Skipping /usr/bin/perl5
55Done.
56Creating various symlinks in /usr/bin...
57 Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl
58 Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5
59Done.
60Skipping `*.h': not a file or directory
61Skipping `machine/*.h': not a file or directory
62Skipping `sys/*.h': not a file or directory
63Cleaning up /etc/make.conf... Done.
64Spamming /etc/make.conf... Done.
65Cleaning up /etc/manpath.config... Done.
66Spamming /etc/manpath.config... Done.
67pkg_add: could not find package apache-1.3.41_1 !
68pkg_add: could not find package libxml2-2.7.3 !
69pkg_add: could not find package pkg-config-0.23_1 !
70pkg_add: could not find package python25-2.5.4_1 !
71pkg_add: could not find package py25-setuptools-0.6c9 !
72pkg_add: could not find package python25-2.5.4_1 !
73pkg_add: could not find package py25-setuptools-0.6c9 !
74pkg_add: could not find package py25-cheetah-2.2.1 !
75
76**** To setup dhcpd, you may have to copy /usr/local/etc/dhcpd.conf.sample
77 to /usr/local/etc/dhcpd.conf for editing.
78
79**** This port installs dhcp daemon, but doesn't invoke dhcpd by default. If
80 you want to invoke dhcpd at startup, put these lines into /etc/rc.conf.
81
82 dhcpd_enable="YES" # dhcpd enabled?
83 dhcpd_flags="-q" # command option(s)
84 dhcpd_conf="/usr/local/etc/dhcpd.conf" # configuration file
85 dhcpd_ifaces="" # ethernet interface(s)
86 dhcpd_withumask="022" # file creation mask
87
88**** If compiled with paranoia support (the default), the following lines
89 are also supported:
90
91 dhcpd_chuser_enable="YES" # runs w/o privileges?
92 dhcpd_withuser="dhcpd" # user name to run as
93 dhcpd_withgroup="dhcpd" # group name to run as
94 dhcpd_chroot_enable="YES" # runs chrooted?
95 dhcpd_devfs_enable="YES" # use devfs if available?
96 dhcpd_makedev_enable="YES" # use MAKEDEV instead?
97 dhcpd_rootdir="/var/db/dhcpd" # directory to run in
98 dhcpd_includedir="<some_dir>" # directory with config-
99 files to include
100 dhcpd_flags="-early_chroot" # needs full root
101
102 WARNING: -early_chroot requires a jail(8) like environment to work.
103
104 WARNING: dhcpd_devfs_enable and dhcpd_makedev_enable are mutually
105 exclusive
106 dhcpd_makedev_enable make NO sense on FreeBSD 5.x and up!
107
108**** If compiled with jail support (the default), the following lines are
109 also supported (-early_chroot and dhcpd_chroot_enable=YES are implied):
110
111 dhcpd_jail_enable="YES" # runs imprisoned?
112 dhcpd_hostname="<hostname>" # jail hostname
113 dhcpd_ipaddress="<ip address>" # jail ip address
114
115 WARNING: dhcpd_rootdir needs to point to a full jail(8) environment.
116
117**** WARNING: never edit the chrooted or jailed dhcpd.conf file but
118 /usr/local/etc/dhcpd.conf instead which is always copied where
119 needed upon startup.
120
121**** WARNING: /usr/local/etc/rc.isc-dhcpd.conf is obsolete. rc.conf like
122 variables are still read there but should be moved /etc/rc.conf or
123 /etc/rc.conf.d/dhcpd instead. Also, the dhcpd_options variable must
124 be renamed dhcpd_flags if any.
125
126
127**** This port installs snmp daemon, header files and libraries but don't
128 invokes snmpd by default.
129 If you want to invoke snmpd and/or snmptrapd at startup, put these
130 lines into /etc/rc.conf.
131
132 snmpd_enable="YES"
133 snmpd_flags="-a"
134 snmpd_conffile="/usr/local/share/snmpd.conf /etc/snmpd.conf"
135 snmptrapd_enable="YES"
136 snmptrapd_flags="-a -p /var/run/snmptrapd.pid"
137
138**** You may specify the following make variables:
139
140 NET_SNMP_SYS_CONTACT="pgollucci@FreeBSD.org"
141 NET_SNMP_SYS_LOCATION="Maryland, USA"
142 DEFAULT_SNMP_VERSION=3
143 NET_SNMP_MIB_MODULES="host smux mibII/mta_sendmail ucd-snmp/diskio"
144 NET_SNMP_LOGFILE=/var/log/snmpd.log
145 NET_SNMP_PERSISTENTDIR=/var/net-snmp
146
147 to define default values (or overwriting defaults). At least
148 setting first two variables, you will not be prompted during
149 configuration process. You may also set
150
151 BATCH="yes"
152
153 to avoid interactive configuration.
154
155
156====
157Note that some of the standard modules are provided as separate
158ports since they require extra dependencies:
159
160bsddb databases/py-bsddb
161gdbm databases/py-gdbm
162sqlite3 databases/py-sqlite3
163tkinter x11-toolkits/py-tkinter
164
165Install them as needed.
166====
167
168
169SECURITY NOTE: The VIM software has had several remote vulnerabilities
170discovered within VIM's modeline support. It allowed remote attackers to
171execute arbitrary code as the user running VIM. All known problems
172have been fixed, but the FreeBSD Security Team advises that VIM users
173use 'set nomodeline' in ~/.vimrc to avoid the possibility of trojaned
174text files.
175
176=== NOW 10
177expat-2.0.1
178iperf-2.0.4
179isc-dhcp30-server-3.0.7_5
180libiconv-1.13.1
181net-snmp-5.4.2.1_5
182pen-0.18.0
183perl-5.8.9_3
184pkg-config-0.23_1
185python26-2.6.2
186vim-lite-7.2.209
187===
188pkg_add: package 'expat-2.0.1' or its older version already installed (ignored)
189pkg_add: package 'iperf-2.0.4' or its older version already installed (ignored)
190pkg_add: package 'isc-dhcp30-server-3.0.7_5' or its older version already installed (ignored)
191pkg_add: package 'libiconv-1.13.1' or its older version already installed (ignored)
192pkg_add: package 'net-snmp-5.4.2.1_5' or its older version already installed (ignored)
193pw: unknown group `nagios'
194You need a "nagios" group.
195Done.
196pw: no such user `nagios'
197You need a "nagios" user.
198pkg_add: package 'pen-0.18.0' or its older version already installed (ignored)
199pkg_add: package 'perl-5.8.9_3' or its older version already installed (ignored)
200[activating module `php5' in /usr/local/etc/apache/httpd.conf]
201cp /usr/local/etc/apache/httpd.conf.new /usr/local/etc/apache/httpd.conf
202rm /usr/local/etc/apache/httpd.conf.new
203pkg_add: package 'pkg-config-0.23_1' or its older version already installed (ignored)
204pkg_add: could not find package python25-2.5.4_1 !
205pkg_add: could not find package py25-setuptools-0.6c9 !
206pkg_add: could not find package python25-2.5.4_1 !
207pkg_add: could not find package py25-setuptools-0.6c9 !
208pkg_add: could not find package py25-cheetah-2.2.1 !
209pkg_add: package 'python26-2.6.2' or its older version already installed (ignored)
210pkg_add: package 'vim-lite-7.2.209' or its older version already installed (ignored)
211
212===> COMPATIBILITY NOTE:
213 As of version 1.3.24, the RedirectMatch directive requires an
214 absolute URL target location per RFC 2068. Uses of RedirectMatch that
215 specify a relative URL will fail and must be corrected to function.
216
217===> BE CAREFULL HOW TO BOOT on 1.3.29_4 or after:
218 To run apache www server from startup, add apache_enable="YES"
219 in your /etc/rc.conf.
220
221Your hostname must be resolvable using at least 1 mechanism in
222/etc/nsswitch typically DNS or /etc/hosts or apache might
223have issues starting depending on the modules you are using.
224
225
226**********************************************************************
227
228 Enable NRPE in /etc/rc.conf with the following line:
229
230 nrpe2_enable="YES"
231
232 A sample configuration is available in /usr/local/etc/nrpe.cfg-sample.
233 Copy to nrpe.cfg where required and edit to suit your needs.
234
235**********************************************************************
236
237
238***************************************************************
239
240Make sure index.php is part of your DirectoryIndex.
241
242You should add the following to your Apache configuration file:
243
244AddType application/x-httpd-php .php
245AddType application/x-httpd-php-source .phps
246
247***************************************************************
248
249=== NOW 16
250apache-1.3.41_1
251expat-2.0.1
252gettext-0.17_1
253iperf-2.0.4
254isc-dhcp30-server-3.0.7_5
255libiconv-1.13.1
256libxml2-2.7.3
257nagios-plugins-1.4.13,1
258net-snmp-5.4.2.1_5
259nrpe-2.12_1
260pen-0.18.0
261perl-5.8.9_3
262php5-5.2.10
263pkg-config-0.23_1
264python26-2.6.2
265vim-lite-7.2.209
266===
267pkg_add: package 'apache-1.3.41_1' or its older version already installed (ignored)
268pkg_add: package 'expat-2.0.1' or its older version already installed (ignored)
269pkg_add: package 'gettext-0.17_1' or its older version already installed (ignored)
270pkg_add: package 'iperf-2.0.4' or its older version already installed (ignored)
271pkg_add: package 'isc-dhcp30-server-3.0.7_5' or its older version already installed (ignored)
272pkg_add: package 'libiconv-1.13.1' or its older version already installed (ignored)
273pkg_add: package 'libxml2-2.7.3' or its older version already installed (ignored)
274pkg_add: package 'nagios-plugins-1.4.13,1' or its older version already installed (ignored)
275pkg_add: package 'net-snmp-5.4.2.1_5' or its older version already installed (ignored)
276pkg_add: package 'nrpe-2.12_1' or its older version already installed (ignored)
277pkg_add: package 'pen-0.18.0' or its older version already installed (ignored)
278pkg_add: package 'perl-5.8.9_3' or its older version already installed (ignored)
279pkg_add: package 'php5-5.2.10' or its older version already installed (ignored)
280pkg_add: package 'pkg-config-0.23_1' or its older version already installed (ignored)
281pkg_add: could not find package python25-2.5.4_1 !
282pkg_add: could not find package py25-setuptools-0.6c9 !
283pkg_add: could not find package python25-2.5.4_1 !
284pkg_add: could not find package py25-setuptools-0.6c9 !
285pkg_add: could not find package py25-cheetah-2.2.1 !
286pkg_add: package 'python26-2.6.2' or its older version already installed (ignored)
287pkg_add: package 'vim-lite-7.2.209' or its older version already installed (ignored)
288=== NOW 16
289apache-1.3.41_1
290expat-2.0.1
291gettext-0.17_1
292iperf-2.0.4
293isc-dhcp30-server-3.0.7_5
294libiconv-1.13.1
295libxml2-2.7.3
296nagios-plugins-1.4.13,1
297net-snmp-5.4.2.1_5
298nrpe-2.12_1
299pen-0.18.0
300perl-5.8.9_3
301php5-5.2.10
302pkg-config-0.23_1
303python26-2.6.2
304vim-lite-7.2.209
305===
306FAILED: Nothing happened on this pass