Search found 9 matches

by dfbugs
07 Feb 2024, 01:19
Forum: Help
Topic: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues
Replies: 17
Views: 12056

Re: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues

I've went ahead and removed the $g_log_level line.
Thank you so much for all your help!! I really appreciated the patience and promptness of the replies :)
by dfbugs
06 Feb 2024, 22:22
Forum: Help
Topic: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues
Replies: 17
Views: 12056

Re: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues

Removing some of the error logs did help make the insufficient space error message go away for now!

here's an example of the output from tail default_error_log, it keeps going on and concerningly the time of the messages are all dated for today, which means that these error messages are still ...
by dfbugs
06 Feb 2024, 21:30
Forum: Help
Topic: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues
Replies: 17
Views: 12056

Re: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues

[root@localhost log]# cd /var/log/httpd
[root@localhost httpd]# ls -lt
total 52408032
-rw-r--r-- 1 root root 1541894144 Feb 6 21:29 default_error_log
-rw-r--r-- 1 root root 409600 Feb 6 21:29 default_log
-rw-r--r-- 1 root root 7745 Feb 5 19:42 error_log
-rw-r--r-- 1 root root 12335 Jan 28 13:45 ...
by dfbugs
06 Feb 2024, 20:16
Forum: Help
Topic: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues
Replies: 17
Views: 12056

Re: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues

[root@localhost var]# cd /var/log
[root@localhost log]# du
0 ./private
28 ./sssd
60 ./tuned
32844 ./audit
0 ./chrony
0 ./php-fpm
52408036 ./httpd
4 ./mail
19688 ./Acronis/APL
19688 ./Acronis
1192 ./letsencrypt
52795024 .

[root@localhost log]# ls -l
total 333184
drwxr-xr-x 3 root root 17 Oct 16 ...
by dfbugs
06 Feb 2024, 19:58
Forum: Help
Topic: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues
Replies: 17
Views: 12056

Re: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues

Ah you're right, this is the result for /var instead

[root@localhost usr]# cd /var
[root@localhost var]# du -sk * 2>/dev/null
0 adm
87240 cache
0 crash
0 db
0 empty
0 ftp
0 games
0 gopher
0 kerberos
2106705 lib
0 local
0 lock
52795024 log
0 mail
0 nis
0 opt
0 preserve
0 run
0 snap
412 spool
0 tmp ...
by dfbugs
06 Feb 2024, 19:42
Forum: Help
Topic: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues
Replies: 17
Views: 12056

Re: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues

[root@localhost ~]# du -sk /* 2>/dev/null
0 /bin
373736 /boot
4 /dev
27108 /etc
4 /fetch_query_2d67702d92277d4b8a3f2e89d38d964c.post
1621036 /home
0 /lib
0 /lib64
0 /media
0 /mnt
383784 /opt
0 /proc
127616 /root
98008 /run
0 /sbin
0 /snap
0 /srv
0 /sys
64 /tmp
3601220 /usr
54989389 /var


[root ...
by dfbugs
06 Feb 2024, 18:55
Forum: Help
Topic: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues
Replies: 17
Views: 12056

Re: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues

[root@localhost ~]# df -h /tmp
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/almalinux-root 58G 58G 20K 100% /



[root@localhost ~]# du -a /tmp
0 /tmp/vmware-root_975-4281646728
0 /tmp/vmware-root_937-4013854423
0 /tmp/vmware-root_948-2688554130
0 /tmp/vmware-root_969-4281777807
4 /tmp ...
by dfbugs
06 Feb 2024, 16:09
Forum: Help
Topic: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues
Replies: 17
Views: 12056

Re: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues

Yes I do have shell access to the server, this is the result of looking in the /tmp/ directory from root

[root@localhost ~]# ls /tmp/
snap-private-tmp
systemd-private-745a6af2a63c4b6189085a07edf42019-chronyd.service-T2faDQ
systemd-private-745a6af2a63c4b6189085a07edf42019-httpd.service-35Rat0 ...
by dfbugs
05 Feb 2024, 20:35
Forum: Help
Topic: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues
Replies: 17
Views: 12056

APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues

Mantis version info:

MantisBT Version: 2.25.6
Schema Version: 211
PHP Version: 7.4.33
Database Driver: mysqli
Database Version, Description: 10.4.31, 10.4.31-MariaDB

The server is hosted on a cloud server running AlmaLinux 8 as the OS


We've recently been running into a problem with getting the ...