Directadmin install script not creating users on FreeBSD 9.2

marcvh

New member
Joined
Sep 29, 2009
Messages
4
Hello folks,

I am currently trying to deploy Directadmin on FreeBSD 9.2-RELEASE. I've pre-installed a few packages from the portstree as suggested in the "How To Install Directadmin on FreeBSD 9.1" thread, but it seems that the setup script is unable to add users to the system.

This is a snippet from our install log:
All Checks have passed, continuing with install...
chown: mail: illegal user name
chown: diradmin: illegal user name
chown: diradmin: illegal user name
ln: /usr/lib/libc.so.4: File exists
ln: /usr/lib/libc_r.so.4: File exists
ln: /usr/lib/libstdc++.so.3: File exists
chown: mail: illegal user name
mkdir: /etc/virtual/usage: File exists
chown: mail: illegal user name
Checking quotas...

These users simply don't exist:
root@directadmin:~ # id mail
id: mail: no such user
root@directadmin:~ # id diradmin
id: diradmin: no such user

Any idea what's happening here? The syntax of adduser hasn't changed since earlier FreeBSD 9.X releases. How is Directadmin trying to add the users, if at all?
 
Back
Top