Jail problem while starting

2008-06-19 Thread Jo Pesko

Hi,

I'm using FreeBSD 7.0 version and expecting some problems with jail. 
/etc/rc.d/jail script hangs when it try to map jail's interface to alias 
address of my nic. Script successfully starting if i removing alias 
address from rc.conf(or manually via ifconfig). Any info will be 
helpful. Thanks.


Best Regards,
Jo Pesko
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


OpenFire installation

2008-06-02 Thread Jo Pesko

Hi.

I receive Error code 64 while trying to install OpenFire(after 
executing make install) from ports collection. Here is some output:


/bin/mkdir -p /usr/local/share/doc/openfire
(cd /usr/ports/net-im/openfire/work/openfire_src  install  -o root -g 
wheel -m 444  LICENSE.html README.html changelog.html 
/usr/local/share/doc/openfire)
(cd /usr/ports/net-im/openfire/work/openfire_src/documentation/docs  
/usr/bin/find . \! -path ./javadoc\*  | /usr/bin/cpio -pdmu -R 
root:wheel /usr/local/share/doc/openfire  /dev/null 21 )

/bin/ln -sf /var/log/openfire /usr/local/share/java/openfire/logs
/bin/ln -sf /var/db/openfire  /usr/local/share/java/openfire/embedded-db
/bin/ln -sf  /usr/local/share/java/openfire/conf
/bin/ln -sf  /usr/local/share/java/openfire/resources/security
/bin/mkdir -p /usr/local/share/examples/openfire
install  -o root -g wheel -m 444 
/usr/ports/net-im/openfire/work/openfire_src/target/openfire/conf/openfire.xml  
/usr/local/share/examples/openfire/openfire.xml
install -m 600 
/usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/truststore  
/usr/local/share/examples/openfire/truststore
install -m 600 
/usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/keystore  
/usr/local/share/examples/openfire/keystore

usage: mkdir [-pv] [-m mode] directory_name ...
*** Error code 64

Stop in /usr/ports/net-im/openfire.

Any help will be appreciated.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OpenFire installation

2008-06-02 Thread Jo Pesko

Jo Pesko wrote:

Hi.

I receive Error code 64 while trying to install OpenFire(after 
executing make install) from ports collection. Here is some output:


/bin/mkdir -p /usr/local/share/doc/openfire
(cd /usr/ports/net-im/openfire/work/openfire_src  install  -o root 
-g wheel -m 444  LICENSE.html README.html changelog.html 
/usr/local/share/doc/openfire)
(cd /usr/ports/net-im/openfire/work/openfire_src/documentation/docs  
/usr/bin/find . \! -path ./javadoc\*  | /usr/bin/cpio -pdmu -R 
root:wheel /usr/local/share/doc/openfire  /dev/null 21 )

/bin/ln -sf /var/log/openfire /usr/local/share/java/openfire/logs
/bin/ln -sf /var/db/openfire  /usr/local/share/java/openfire/embedded-db
/bin/ln -sf  /usr/local/share/java/openfire/conf
/bin/ln -sf  /usr/local/share/java/openfire/resources/security
/bin/mkdir -p /usr/local/share/examples/openfire
install  -o root -g wheel -m 444 
/usr/ports/net-im/openfire/work/openfire_src/target/openfire/conf/openfire.xml  
/usr/local/share/examples/openfire/openfire.xml
install -m 600 
/usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/truststore  
/usr/local/share/examples/openfire/truststore
install -m 600 
/usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/keystore  
/usr/local/share/examples/openfire/keystore

usage: mkdir [-pv] [-m mode] directory_name ...
*** Error code 64

Stop in /usr/ports/net-im/openfire.

Any help will be appreciated.


Fixed after adding ETCDIR(=/usr/local/etc/openfire) variable in Makefile :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]