can´t login anymore

Awd

Verified User
Joined
Aug 9, 2015
Messages
316
Hi,

Until now everything worked well with the new skin. But now suddenly I can´t login anymore.

I am not blocked, changed nothing (except I upgraded evolution skin and DA latest bin. yesterday). I have two factor enabled. For some reason I think there is something wrong, but I do not see a field to fill in the auth. code.

When I want to change the password through ssh i get this message:
Authentication token manipulation error

Login DA Admin I get this message:
Hmm, that's not the right login details. Please try again.

I am 100% sure the login details are correct. Only the two factor could be an isseu in the new skin?

Any suggestions?
 
Problem solved. I reinstalled pre binaries and the then I noticed some errors. I did again and that resolved it. Maybe bad connection?
 
New error/bug: admin -> admin tools -> service monitor
Error Captured inside render on “ui-table”

When I do
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs

I get many errors with:
Cannot write: No space left on device

Code:
tar: httpd-2.4.29/test/check_chunked: Cannot write: No space left on device
tar: httpd-2.4.29/test/cls.c: Cannot write: No space left on device
tar: httpd-2.4.29/test/make_sni.sh: Cannot write: No space left on device
tar: httpd-2.4.29/test/Makefile.in: Cannot write: No space left on device
tar: httpd-2.4.29/test/README: Cannot write: No space left on device
tar: httpd-2.4.29/test/tcpdumpscii.txt: Cannot write: No space left on device
tar: httpd-2.4.29/test/test-writev.c: Cannot write: No space left on device
tar: httpd-2.4.29/test/test_find.c: Cannot open: No space left on device
tar: httpd-2.4.29/test/test_limits.c: Cannot open: No space left on device
tar: httpd-2.4.29/test/test_parser.c: Cannot open: No space left on device
tar: httpd-2.4.29/test/test_select.c: Cannot open: No space left on device
tar: httpd-2.4.29/test/time-sem.c: Cannot open: No space left on device
tar: httpd-2.4.29/VERSIONING: Cannot write: No space left on device
tar: Exiting with failure status due to previous errors
cp: error writing '/etc/httpd/conf/extra/httpd-ssl.conf': No space left on device
cp: failed to extend '/etc/httpd/conf/extra/httpd-ssl.conf': No space left on device
cp: error writing '/etc/httpd/conf/httpd.conf': No space left on device
cp: failed to extend '/etc/httpd/conf/httpd.conf': No space left on device
cp: error writing '/etc/httpd/conf/httpd.conf': No space left on device
cp: failed to extend '/etc/httpd/conf/httpd.conf': No space left on device
Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
./build: line 13149: /usr/local/directadmin/data/task.queue.cb: No space left on device
./build: line 13154: /usr/local/directadmin/data/task.queue.cb: No space left on device
./build: line 844: 21892 Segmentation fault      /usr/local/directadmin/dataskq ${DATASKQ_OPT} --custombuild
Using 185.224.131.134 for your server IP
Found /usr/local/directadmin/custombuild/mod_aclr2-1.0.0.tar.gz
Extracting /usr/local/directadmin/custombuild/mod_aclr2-1.0.0.tar.gz...
Installing mod_aclr2-1.0.0...
/var/www/build/libtool --silent --mode=compile gcc -std=gnu99 -prefer-pic -I/usr/local/include  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache  -I/usr/include/apache   -I/usr/include/apache   -c -o mod_aclr2.lo mod_aclr2.c && touch mod_aclr2.slo
/var/www/build/libtool --silent --mode=link gcc -std=gnu99 -L/usr/local/lib   -o mod_aclr2.la  -rpath /usr/lib/apache -module -avoid-version    mod_aclr2.lo
/var/www/build/instdso.sh SH_LIBTOOL='/var/www/build/libtool' mod_aclr2.la /usr/lib/apache
/var/www/build/libtool --mode=install install mod_aclr2.la /usr/lib/apache/
libtool: install: install .libs/mod_aclr2.so /usr/lib/apache/mod_aclr2.so
libtool: install: install .libs/mod_aclr2.lai /usr/lib/apache/mod_aclr2.la
libtool: install: install .libs/mod_aclr2.a /usr/lib/apache/mod_aclr2.a
libtool: install: chmod 644 /usr/lib/apache/mod_aclr2.a
libtool: install: ranlib /usr/lib/apache/mod_aclr2.a
libtool: finish: PATH="/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/admin/.local/bin:/home/admin/bin:/sbin" ldconfig -n /usr/lib/apache
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/apache

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
chmod 755 /usr/lib/apache/mod_aclr2.so
apxs:Error: Activation failed for custom /etc/httpd/conf/httpd.conf file..
apxs:Error: At least one `LoadModule' directive already has to exist..

*** There was an error while trying to install mod_aclr2-1.0.0.
[root@server custombuild]#


Any idea?
 
Last edited:
You are right, this one is full directadmin /dev/mapper/centos-root 100 used
 
Back
Top