Monday, May 25th, 2009 | Author: myazhax

ref : http://kerneltrap.org/mailarchive/freebsd-bugs/2007/10/27/362534

www# cat /var/log/messages
May 25 21:19:31 www root: /etc/rc: WARNING: /webserver/jails/home/dev has symlink as parent - not starting jail webserver

what happen? that was because

www# cat /etc/rc.conf |grep root
jail_webserver_rootdir="/webserver/jails/home/" #this directory wrong
www#
www# cd /webserver/jails/
www# ls
.cshrc          boot            lib             proc            sys
.profile        dev             libexec         rescue          tmp
COPYRIGHT       etc             media           root            usr
bin             home            mnt             sbin            var
www#

change it to

jail_webserver_rootdir="/webserver/jails/"
  • Share/Bookmark
Tags: ,
Category: Uncategorized
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply » Log in