Happy new year everyone!
I have a problem since I made an update from 189 to 190.
- openvpn was not working anymore. I turned off the service and wanted to turn it on again. This does not worked.
- I want to turn on location block again, because I turned it off for TOR. It was also not possible to turn it on again.
I did some research here and someone mentioned to take a look into /var/log/httpd/error_log:
[Tue Jan 07 20:53:25.478641 2025] [log_config:warn] [pid 3354:tid 3389] (28)No space left on device: [client 192.168.1.99:58340] AH00646: Error writing to /var/log/httpd/ssl_request_log, referer: https://ip.home:444/
df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 3.8G 4.0K 3.8G 1% /dev
shm 256M 0 256M 0% /dev/shm
tmpfs 3.8G 792K 3.8G 1% /run
/dev/sda4 116G 116G 0 100% /
efivarfs 192K 49K 139K 27% /sys/firmware/efi/efivars
/dev/sdb1 4.6T 3.1T 1.3T 72% /mnt/data
/dev/sda1 488M 61M 391M 14% /boot
/dev/sda2 32M 278K 32M 1% /boot/efi
/var/lock 8.0M 16K 8.0M 1% /var/lock
du -h --max-depth=1 / | sort -h
du: cannot access '/proc/27124/task/27124/fd/4': No such file or directory
du: cannot access '/proc/27124/task/27124/fdinfo/4': No such file or directory
du: cannot access '/proc/27124/fd/3': No such file or directory
du: cannot access '/proc/27124/fdinfo/3': No such file or directory
0 /proc
0 /sys
4.0K /dev
16K /lost+found
16K /media
20K /tmp
56K /root
164K /home
592K /opt
792K /run
4.9M /srv
7.8M /bin
12M /sbin
26M /etc
61M /boot
953M /lib
1.2G /usr
5.1G /var
3.2T /
3.2T /mnt
The OS is installed on an 128GB NVME.
In /mnt are three HDDs mounted.
- internal ~4TB HDD
- internal ~2TB HDD
- external 4TB HDD (USB)
What can I do now? Why can du not list the size of /proc?