DA Installing on FreeBSD 12.1 64-bit

pavlabor

New member
Joined
Feb 13, 2020
Messages
4
Installation problem

FreeBSD 12.1 64-bit
# sysctl -a | egrep -i 'hw.machine:|hw.model|hw.ncpu|dev.cpu.0.freq:|dev.cpu.0.freq_levels|hw.physmem'
hw.machine: amd64
hw.model: AMD FX(tm)-8350 Eight-Core Processor
hw.ncpu: 8
hw.physmem: 1799176192
dev.cpu.0.freq_levels: 4000/16213 3400/11993 2800/8625 2100/5535 1400/3240
dev.cpu.0.freq: 2100
========8<-------------------
Clean FreeBSD

# pkg install gcc gmake perl5 wget bison flex cyrus-sasl cmake python autoconf libtool libarchive iconv bind911 mailx webalizer gettext-runtime udns sudo psmisc
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
# wget https://www.directadmin.com/setup.sh
# chmod 755 setup.sh
# ./setup.sh auto
...
mv -f .deps/module-dir.Tpo .deps/module-dir.Plo
mv -f .deps/ostream.Tpo .deps/ostream.Plo
gmake[4]: Leaving directory '/usr/local/directadmin/custombuild/dovecot-2.3.9.3/src/lib'
gmake[3]: *** [Makefile:1004: all] Error 2
gmake[3]: Leaving directory '/usr/local/directadmin/custombuild/dovecot-2.3.9.3/src/lib'
gmake[2]: *** [Makefile:563: all-recursive] Error 1
gmake[2]: Leaving directory '/usr/local/directadmin/custombuild/dovecot-2.3.9.3/src'
gmake[1]: *** [Makefile:681: all-recursive] Error 1
gmake[1]: Leaving directory '/usr/local/directadmin/custombuild/dovecot-2.3.9.3'
gmake: *** [Makefile:525: all] Error 2
Could not find /usr/local/directadmin/scripts/directadmin_cron or it is empty
#
 
Problems

It’s not clear where it came from 85.190.7.34
========8<-------------------
## INSTALL_COMPLETE
## ACCOUNT_INFO

The following information has been set:

Admin username: admin
Admin password: **************
Admin email: [email protected]

Server IP: 194.x.x.x
Server Hostname: 85.190.7.34
========8<-------------------
Your hostname > https://help.directadmin.com/item.php?id=322

######################
Exim does not start
Subject: The service 'exim' on server 85.190.7.34 is currently down
This message has been automatically generated notifying you that the service exim is currently down.

Service Monitor
exim Process is stopped

when trying to start
An error has occurred
Details
/usr/local/etc/rc.d/exim start 2>&1

/var/log/exim/mainlog
2020-02-15 00:03:50 Warning: No server certificate defined; will use a selfsigned one.
Suggested action: either install a certificate or change tls_advertise_hosts option
2020-02-15 00:03:50 Warning: purging the environment.
Suggested action: use keep_environment.
2020-02-15 00:03:50 exim 4.93.0.4 daemon started: pid=65658, -q30m, listening for SMTP on port 25 (IPv6 and IPv4)
2020-02-15 00:03:50 Warning: No server certificate defined; will use a selfsigned one.
Suggested action: either install a certificate or change tls_advertise_hosts option
2020-02-15 00:03:50 Start queue run: pid=65660
2020-02-15 00:03:50 End queue run: pid=65660
2020-02-15 00:08:18 Taint mismatch, Ustrncpy: main 3968
2020-02-15 00:09:15 Taint mismatch, Ustrncpy: main 3968
2020-02-15 00:09:20 Taint mismatch, Ustrncpy: main 3968
...

/var/log/exim/paniclog
...
2020-02-15 00:11:02 Taint mismatch, Ustrncpy: main 3968
2020-02-15 00:11:07 Taint mismatch, Ustrncpy: main 3968
2020-02-15 00:12:01 Taint mismatch, Ustrncpy: main 3968
...
 
Back
Top