You are not logged in.
Hi there guys,
I tried googling and some actions to remove the popup warning I get before I login to my user account, that says that I have low space on my <<boot>> directory (It has 0 mb).
I would like the message to not appear for that folder.
I tried the gsettings set org.gnome.settings-daemon.plugins.housekeeping ignore-paths "['/boot']" and the value was set (I used the get in gsettings to check). When I restarted the computer, the value was erased.
So I made a systemd service to run this command at startup and made it enabled with systemctl, but the message still appears.
I am using Gnome 48.3.
Someone have any tips of what I should do to remove the warning for that folder?
Offline
I think it would be better to correctly manage your /boot/ partition. What is filling it up?
Jin, Jîyan, Azadî
Offline
I think it would be better to correctly manage your /boot/ partition. What is filling it up?
ftfy ![]()
@rogerlakoski, don't be like
Offline
When I first created the partitions table I made it that way.
I know that is probably better to increase the partition size, but I'm a learning enthusiast and I want to know how to tweak my system to remove the warning. It's about the knowledge.
Does anyone know how to do it?
Offline
You figured how to turn it off, the problem is that the value reverts.
I'd first and foremost try to run gsettings outside a gnome session because there's likely just some daemon that writes it back.
I'll stress that this is not a solution and you'll run into trouble because the situation will eventually lead to truncated files on your boot partition which in the worst case scenario will mean that the system will no longer boot.
Address the low disk space, eg. skip the fallback image or avoid large firmware files etc. in the initramfs - or split ESP and /boot and move the latter to the root partition.
Anything, but don't be a Homer Simpson meme.
Offline
I've had a sticker over the ABS warning light on my motorbike for several months now and it's fine, the brakes feel _much_ better without the ABS servos killing all feedback at the lever (I removed the fuse).
And in that spirit:
the popup warning I get before I login to my user account
Try running gsettings under the GDM user account, for example:
# su -s /bin/sh - _gdm
$ gsettings set org.gnome.settings-daemon.plugins.housekeeping ignore-paths "['/boot']"(The GDM account is called _gdm on my Chimera Linux system, Arch might not need the leading underscore.)
Jin, Jîyan, Azadî
Offline