Yes, go ahead and get rid of them.
But they'll come back and start growing like crazy again, so a separate thread will be about what's making them so big (spamming them).
root partition full [Solved]
Re: root partition full [Solved]
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
Re: root partition full
I took from your previous post that I could remove them so ran the rm command from the terminal and it certainly had the desired effect of freeing up a lot of space on root. I am curious as to how this came to pass, if there is anything else I should be looking out for. I leave this out there for a while to see if anyone else have any thoughts they'd like to share. But so far, thanks a million for your prompt assistance and kind suggestions.
Dell Inspiron 15, series 5000
MX-23
DM KDE 5.27.5
Lenovo Ideapad 330
MX-23
DM KDE 5.27.5
MX-23
DM KDE 5.27.5
Lenovo Ideapad 330
MX-23
DM KDE 5.27.5
Re: root partition full
I missed your reply Stevo. I'll keep and eye on this for a while and see about a new thread.
Dell Inspiron 15, series 5000
MX-23
DM KDE 5.27.5
Lenovo Ideapad 330
MX-23
DM KDE 5.27.5
MX-23
DM KDE 5.27.5
Lenovo Ideapad 330
MX-23
DM KDE 5.27.5
Re: root partition full
@whbr wrote:
You may never find what's causing the logging function to run amok, but on your next install you can restrict the logs' size by creating a separate partition: /var/log and setting its size to about two GiB.I am curious as to how this came to pass, if there is anything else I should be looking out for
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;
In Linux, newer isn't always better. The best solution is the one that works.
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;
In Linux, newer isn't always better. The best solution is the one that works.
Re: root partition full
Here are two MX Linux threads that are related to the issue of the /var/log/syslog and /var/log/kern.log getting excessively large. The first Bullet-Point link has a two solutions (Post #43 is one and Post #30 is the other, which just gives a link to another forum and solution). The second Bullet-Point link is not really a "fix" but more accurately a work-around or "Band-Aid fix" because it does not identify the root cause of the problem. It shows how to limit the size of the log files.
- viewtopic.php?p=676749#p676749 "Var log disk space issue" is a March 2022 Post #43 that contains the solution (the problem was the USB wi-fi adapter was turned off and a PCI wi-fi adapter was turned on).
Post #25 said the errors stopped after changing the wi-fi module.
Post #30 linked to a thread on the proxmox.com forum that had the same problem and solved by replacing a NIC (Network Interface Card) as shown here https://forum.proxmox.com/threads/solve ... ost-228396.
- viewtopic.php?p=759430#p759430 "System continues to grow up, MX-23" is a January 2024 Post #9 that shows how to limit the maximum size of the log, further amplified in "Charlie Brown's" Post #18 that said:
Post #20 gives additional information on how to limit the size.(... So, what we do is: Limit the size, and say when it exceeds 1M it'll create a second (new) file to go on... however the number of files are also limited (to 4 by default, which we can change), that means: it'll be cleaning all the time "by itself" as a result (removing the oldest file and creating anew)
Re: root partition full
I've been watching the /var/log files and as suggested by Stevo they are slowly ballooning. I think if one of the admins wanted to mark this solved that would be good. I know what the problem is and that was the purpose of the original post. I'll putter with this as I have time and if I come up with anything useful will start a new thread, as recommended. Thanks for all your attention to my problem.
Dell Inspiron 15, series 5000
MX-23
DM KDE 5.27.5
Lenovo Ideapad 330
MX-23
DM KDE 5.27.5
MX-23
DM KDE 5.27.5
Lenovo Ideapad 330
MX-23
DM KDE 5.27.5
Re: root partition full
@whbr
You as the original poster mark the post that solves your issue by clicking on the check mark at the top of that post.
You as the original poster mark the post that solves your issue by clicking on the check mark at the top of that post.
Forum Rules
Guide - How to Ask for Help
richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB
Guide - How to Ask for Help
richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB
Re: root partition full
Mind you telling us, what the issue was and what you changed to fix it. Potential some kernel-bootparameter to avoid spamming the log-files.whbr wrote: Mon Jan 06, 2025 10:08 am I know what the problem is and that was the purpose of the original post.
OTOH, ok ignoring the original issue and just keep the logfiles small by removing, e.g with logrotate is a reasonable workaround option, but not what I would call fix.