1

I installed preload on a fresh system and I get the following error:

[Sun Sep  1 08:59:15 2013] loading conf from /etc/preload.conf
[Sun Sep  1 08:59:15 2013] loading state from /var/lib/preload/preload.state 
[Sun Sep  1 08:59:15 2013] failed reading state from /var/lib/preload/preload.state: line 14491:invalid tag
[Sun Sep  1 08:59:15 2013] Exiting
[Sun Sep  1 12:16:29 2013] loading conf from /etc/preload.conf
[Sun Sep  1 12:16:29 2013] loading state from /var/lib/preload/preload.state
[Sun Sep  1 12:16:29 2013] failed reading state from /var/lib/preload/preload.state: line 14491:invalid tag
[Sun Sep  1 12:16:29 2013] Exiting

How can I get preload working? (I need it for better performance.)

Eliah Kagan
  • 119,640
Kanhiya
  • 439
  • 2
  • 6
  • 21

1 Answers1

1

try to remove preload with:

sudo apt-get purge preload

check if the /var/lib/preload/preload.state file is still there. If so remove it:

sudo rm /var/lib/preload/preload.state

then reinstall

sudo apt-get install preload
Cubiq
  • 1,475