One of our hosts is being clogged by lots of docker junk. I'm cleaning dangling images and volumes regularly, but recently I've noticed it doesn't help that much, and the reason was a load of aufs-related files. From a quick research I figured out…
My /var/log/messages is getting full with the following logs and can't figure out what is writing the logs. Any help would be much appreciated.
Jun 13 00:12:28 db-k450-hd2-2 IngrianActivity: [2020-06-13 00:12:28] INFO 10.7.114.45 [-] - 205012001322…
Summary
I'm running a debian on a dedicated server hosting multiples things.
The root partition of the server is +/-20GB wide and 95% used. This usage is growing over time (from 90% to 95% in 2 weeks).
The tools I found to track space usage only…
I have a VPS with Wordpress (including storage and database on the same machine).
Now I want to make daily backups to an external service (AWS S3): the issue is that first I need to generate a tar of the storage and a dump of the database, and those…
Trying to figure out how to take from the 200G disk at /dev/sde and add that to root...or maybe the way to say it is how do I extend / into /dev/sde?
I've only ever dealt with lvm before or at least disks that have partitions that can be extended. …
Why does a fresh container on a small-ish docker image say that its disk is full of 10G when it's not?
I'm running this in a Debian 10 AppVM in QubesOS. In Debian 10, I do:
sudo apt-get -y install docker.io
sudo docker pull node:13-buster-slim
At…
On some of our servers /var/log, which is a separate ext4 partition, shows that 100% of the 4.8G of space is in use. But it actually occupies around 200M of disk space. Application can still write logs to the directory. What could be the cause of…
My server has a 40GB HDD and runs Ubuntu 18.04. The output for the command:
sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
returns:
NAME FSTYPE SIZE MOUNTPOINT LABEL
loop0 squashfs 91.3M /snap/core/8592
loop1 squashfs 91.4M…
I have an Ubuntu server 16.04 VM running my docker containers. It has a relatively small disk (~60GB) which I thought would be fine because I have dedicated NFS storage that I mount via docker to the services that need it.
The server's disk is very…
I have a Ubuntu VM which has an unmanaged OS disk associated with it.
When we increased the size of the unmanaged OS disk from 30 GB to 50 GB(after deallocating the VM and increasing its size from the platform), the changes are not reflected in the…
The logging filled the disk of the managment node. This cause the firewall nodes to start logging locally. After deleting some old logs, restarting the managment node logging is still being done locally at the firewall nodes. I have already done a…
I have a Ubuntu VM which has an unmanaged OS disk associated with it.
When we increased the size of the unmanaged OS disk from 30 GB to 50 GB(after deallocating the VM and increasing its size from the platform), the changes are not reflected in the…
I have a160 GB VPS with pre-installed CentOS 7 and Webuzo. Using the du -sh command in the www dir I noticed that my sites consume barely 60GB, while the total used space is 120 GB.
Which means my CentOS installation is using 60 GB of space. I read…
I just ragequitted GitHub.
I'm considering between hosting my own issues tracker, or embrace any of gitlab.com, Bitbucket, Sourcehut, etc.
I sorta think either gitlab or trac would be nice, and I couldn't ask which one to choose, in order to avoid…
This is output after i run df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 30G 19G 9.1G 68% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 487M 4.0K 487M 1% /dev
tmpfs 100M 348K …