+ PKG_PATH=/nfs/packages/SmartOS/upstream/bulktest/All + /opt/tools/sbin/pkg_add -K /var/opt/.pkgdb digest-20220214 apache-2.4.54nb1 mktools-20220614 cwrappers-20220403 checkperms-1.12 p5-DBD-postgresql-3.14.2nb2 p5-DBI-1.643nb4 p5-DBIx-DataSource-0.02nb16 p5-DBIx-SearchBuilder-1.71 p5-libwww-6.61nb1 p5-MLDBM-2.05nb9 p5-Params-Validate-1.30nb2 p5-HTML-Mason-1.59nb2 p5-ap24-libapreq2-2.16nb1 p5-Apache-Session-1.94nb2 p5-TimeDate-2.33nb2 p5-MIME-tools-5.509nb6 p5-MailTools-2.21nb3 p5-Tie-IxHash-1.23nb8 p5-Text-Wrapper-1.05nb8 p5-Text-Template-1.60nb1 p5-FreezeThaw-0.50.01nb13 p5-Log-Dispatch-2.70nb2 p5-Apache-DBI-1.12nb8 perl-5.36.0 libiconv-1.14nb3: copying /opt/pkg/share/examples/libiconv/charset.alias to /opt/pkg/lib/charset.alias pkg_add: Can't open meta data file: /var/opt/.pkgdb/openssl-1.1.1q/+DESC: Disc quota exceeded pkg_add: Can't install dependency openssl>=1.1.1pnb1 pkg_add: Expected dependency openssl>=1.1.1pnb1 still missing pkg_add: package `mktools-20220614' already recorded as installed pkg_add: package `cwrappers-20220403' already recorded as installed xmlcatmgr-2.2nb1: /etc/opt/pkg/sgml/catalog already exists xmlcatmgr-2.2nb1: /etc/opt/pkg/xml/catalog already exists xmlcatmgr-2.2nb1: copying /opt/pkg/share/examples/xmlcatmgr/catalog.share.sgml to /opt/pkg/share/sgml/catalog xmlcatmgr-2.2nb1: copying /opt/pkg/share/examples/xmlcatmgr/catalog.share.xml to /opt/pkg/share/xml/catalog readline-8.2: registering info file /opt/pkg/info/history.info readline-8.2: registering info file /opt/pkg/info/readline.info readline-8.2: registering info file /opt/pkg/info/rluserman.info gettext-lib-0.21: copying /opt/pkg/share/examples/gettext/locale.alias to /opt/pkg/lib/locale/locale.alias openssl-1.1.1q: /etc/opt/pkg/openssl/openssl.cnf already exists postgresql14-client-14.5nb1: /etc/opt/pkg/postgresql/pg_service.conf already exists postgresql14-client-14.5nb1: /etc/opt/pkg/postgresql/psqlrc already exists pkg_add: package `p5-DBI-1.643nb4' was already installed as dependency, now marked as installed manually pkg_add: Can't open meta data file: /var/opt/.pkgdb/p5-Clone-0.45nb3/+DEINSTALL: Disc quota exceeded pkg_add: Can't install dependency p5-Clone-[0-9]* pkg_add: Expected dependency p5-Clone-[0-9]* still missing pkg_add: Can't open meta data file: /var/opt/.pkgdb/p5-Encode-Locale-1.05nb8/+CONTENTS: Disc quota exceeded pkg_add: no files matching ``/var/opt/.pkgdb/p5-Encode-Locale-1.05nb8/+*'' found: Error 0 pkg_add: Can't install dependency p5-Encode-Locale>=0 pkg_add: Expected dependency p5-Encode-Locale>=0 still missing libffi-3.4.3: registering info file /opt/pkg/info/libffi.info apache-2.4.54nb1: Creating group ``www'' apache-2.4.54nb1: Creating user ``www'' UX: /usr/sbin/useradd: ERROR: Cannot update system files - login cannot be created. ./+USERGROUP: line 132: ./.pkginstall.421789/group_exists: Disc quota exceeded =========================================================================== The following groups need to be created for apache-2.4.54nb1: www =========================================================================== =========================================================================== The following users need to be created for apache-2.4.54nb1: www: www, /nonexistent, /usr/bin/false =========================================================================== pkg_add: install script returned error status pkg_add: Can't install dependency apache>=2.4.54nb1<2.5 pkg_add: Expected dependency apache>=2.4.54nb1<2.5 still missing pkg_add: Can't install dependency ap24-perl>=2.0.12nb1 pkg_add: Expected dependency ap24-perl>=2.0.12nb1 still missing pkg_add: package `p5-MailTools-2.21nb3' was already installed as dependency, now marked as installed manually pkg_add: package `p5-Tie-IxHash-1.23nb8' was already installed as dependency, now marked as installed manually pkg_add: var_set: cannot move tempfile to '/var/opt/.pkgdb/p5-Sub-Exporter-Progressive-0.001013nb6/+INSTALLED_INFO': Disc quota exceeded pkg_add: package `perl-5.36.0' was already installed as dependency, now marked as installed manually pkg_add: 4 package additions failed =========================================================================== $NetBSD: MESSAGE,v 1.2 2008/07/22 21:41:55 rhaen Exp $ In order to use HTML::Mason with mod_perl and Apache you have to create the "data directory" (aka data_dir), which is used by Mason for various features and optimizations, and change your web server configuration accordingly. The data directory must be writable by the user account specified for the Apache process in your httpd.conf file. As an example, if you use "/var/mason" as your data directory you have to add the following line to httpd.conf: PerlSetVar MasonDataDir /var/mason For more details, have a look at the "Mason Administrator's Manual" at http://www.masonhq.com/. It's also possible to use HTML::Mason with lighttpd and FastCGI. There is a recipe for it in the Trac system of lighttpd. For more details, have a look at the recipe at http://trac.lighttpd.net/trac/wiki/MasonRecipe ===========================================================================