starting apache22 in a jail - name-based shared memory failure

Mateusz Guzik mjguzik at gmail.com
Sat Jun 22 00:45:18 UTC 2013


On Sat, Jun 22, 2013 at 02:35:14AM +0200, Julian H. Stacey wrote:
> Hi all,
> Any ideas ?
> I have a jail running 9.1-RELEASE in a jail, with a kernel as
> shown by uname -a
> 
> 	FreeBSD land.berklix.org 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4
> 	#0: Mon Jun 17 11:42:37 UTC 2013
> 	root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
> 	amd64
> 
> cd /usr/ports/www/apache22 ; su ; make install ;
> cd /usr/local/etc/rc.d # using default httpd.conf
> ./apache22 stop ; ./apache22 start
> tail -F /var/log/httpd-error.log
> 
>   [info] mod_unique_id: using ip addr 144.76.10.75
>   [info] Init: Seeding PRNG with 144 bytes of entropy
>   [info] Init: Generating temporary RSA private keys (512/1024 bits)
>   [info] Init: Generating temporary DH parameters (512/1024 bits)
>   [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
>   [info] Init: Initializing (virtual) servers for SSL
>   [info] mod_ssl/2.2.23 compiled against Server: Apache/2.2.23, Library: OpenSSL/0.9.8x
>   [notice] Digest: generating secret for digest authentication ...
>   [notice] Digest: done
>   [info] mod_unique_id: using ip addr 144.76.10.75
>   [info] Init: Seeding PRNG with 144 bytes of entropy
>   [info] Init: Generating temporary RSA private keys (512/1024 bits)
>   [info] Init: Generating temporary DH parameters (512/1024 bits)
>   [info] Init: Initializing (virtual) servers for SSL
>   [info] mod_ssl/2.2.23 compiled against Server: Apache/2.2.23, Library: OpenSSL/0.9.8x
>   [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
>   [crit] (78)Function not implemented: unable to create or access scoreboard "/var/run/httpd.scoreboard" (name-based shared memory failure)
> 

Can you include truss/ktrace output so that actual syscall is shown?

-- 
Mateusz Guzik <mjguzik gmail.com>


More information about the freebsd-jail mailing list