You are not logged in.

#1 2013-09-19 11:22:31

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

[solved] Could not execute sparql: There is not enough space on system

Hello,

My logs are filled with file system space warnings:

Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **:   (Sparql buffer) Error in task 0 of the array-update: There is no
Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **: Could not execute sparql: There is not enough space on the file sy
Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **:   (Sparql buffer) Error in task 1 of the array-update: There is no
Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **: Could not execute sparql: There is not enough space on the file sy
Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **:   (Sparql buffer) Error in task 2 of the array-update: There is no
Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **: Could not execute sparql: There is not enough space on the file sy
Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **:   (Sparql buffer) Error in task 3 of the array-update: There is no
Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **: Could not execute sparql: There is not enough space on the file sy
Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **:   (Sparql buffer) Error in task 4 of the array-update: There is no
Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **: Could not execute sparql: There is not enough space on the file sy
Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **:   (Sparql buffer) Error in task 5 of the array-update: There is no
Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **: Could not execute sparql: There is not enough space on the file sy
Sep 19 13:19:36 thinkpad gnome-session[823]: (tracker-miner-fs:1131): Tracker-CRITICAL **:   (Sparql buffer) Error in task 6 of the array-update: 

Yet there is enough space available:

[orschiro@thinkpad ~]$ sudo df -h
Filesystem                   Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-Arch   17G   13G  3.0G  82% /
dev                          3.9G     0  3.9G   0% /dev
run                          3.9G  812K  3.9G   1% /run
tmpfs                        3.9G   61M  3.8G   2% /dev/shm
tmpfs                        3.9G     0  3.9G   0% /sys/fs/cgroup
tmpfs                        3.9G  988K  3.9G   1% /tmp
/dev/mapper/VolGroup00-Home  205G  143G   52G  74% /home
tmpfs                        800M  800M     0 100% /home/orschiro/.cache

Any idea why tracker is complaining about insufficient space?

Last edited by orschiro (2013-09-19 11:53:42)

Offline

#2 2013-09-19 11:29:23

kaszak696
Member
Registered: 2009-05-26
Posts: 543

Re: [solved] Could not execute sparql: There is not enough space on system

tmpfs                        800M  800M     0 100% /home/orschiro/.cache

Doesn't seem enough for me, your ~/.cache got filled up.


'What can be asserted without evidence can also be dismissed without evidence.' - Christopher Hitchens
'There's no such thing as addiction, there's only things that you enjoy doing more than life.' - Doug Stanhope
GitHub Junkyard

Offline

#3 2013-09-19 11:53:09

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: [solved] Could not execute sparql: There is not enough space on system

Ah thanks! I increased the size of tmpfs now to 2G in /etc/fstab.

I was assuming that tracker uses /tmp but it actually resides in ~/.cache as well.

Offline

Board footer

Powered by FluxBB