Hello,
I just installed DA on FreeBSD 4.9 and sucessfully logged into Admin panel.
2 services were not running:
1. Apache
I fixed that as follows:
Adding admin to /etc/group solved that porblem.
2. FTP
/usr/local/etc/rc.d/proftpd status
I got "proftpd dead but subsys locked".
I removed /var/spool/lock/proftpd file and tried to restart the service manually. It didn't get up.
After experimenting with it for a while it occured to me that for some reason proftpd *wants* to have 'hostname' set.
Since it's a fresh new box, no domains were associated with it and I left hostname unset for now.
Please mention it as requirement for DA install
This is my experience so far.
I just installed DA on FreeBSD 4.9 and sucessfully logged into Admin panel.
2 services were not running:
1. Apache
I fixed that as follows:
I realized that the script probably failed to create admin group and that was causing the problem.bash-2.05b# cd /var/log/httpd/
bash-2.05b# tail error_log
[Thu Jan 29 07:23:01 2004] [notice] Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7c PHP/4.3.4 mod_perl/1.27 FrontPage/5.0.2.2510 configured -- resuming normal operations
[Thu Jan 29 07:23:01 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Jan 29 07:23:01 2004] [notice] Accept mutex: flock (Default: flock)
[Thu Jan 29 07:32:00 2004] [notice] SIGHUP received. Attempting to restart
httpd: bad group name admin
bash-2.05b#
Adding admin to /etc/group solved that porblem.
2. FTP
/usr/local/etc/rc.d/proftpd status
I got "proftpd dead but subsys locked".
I removed /var/spool/lock/proftpd file and tried to restart the service manually. It didn't get up.
After experimenting with it for a while it occured to me that for some reason proftpd *wants* to have 'hostname' set.
Since it's a fresh new box, no domains were associated with it and I left hostname unset for now.
Please mention it as requirement for DA install

This is my experience so far.
Last edited: