-1

thank you in advance.

I'm using Ubuntu 14.04 LTS and for somereason i can't get Adaptive readahead daemon to run, when i try to run it from terminal i encounter:

** (process:7371): ERROR **: cannot open /var/log/preload.log: Permission denied
Trace/breakpoint trap (core dumped)

EDIT :

In the app description in the Ubuntu Software Center in says : " this program is run from a terminal : preload "

so that's exactly whats i did, and got this message.

I could really use this application.

Does anyone has an idea?

1 Answers1

0

how are you running it ?

should run as service ,

sudo service preload restart

or you can try ($USER can be replaced if you want to run with some other user )

sudo chown -R $USER /var/log/preload.log