Ok well i'm not so sure how to check if it's running since there is no dcc process and I will haven't researched it enough

but basically I think what you need to do i touch it:
Code:
touch /var/run/dcc/dccifd.pid
This will create the empty file, the I would make sure the ownership is correct:
Code:
chown root:dcc /var/run/dcc/dccifd.pid
Now it would seem as though the problem is this file is not being created when it needs to be...so we should add something to make it created when you first start up. I am quite sure the file we need is rc.local, if you can't find it thats ok just create it, i'm quite sure the system will execute any commands within this file when you start up.
vim* /etc/rc.local
and then add in those two commands to the file.
* Use a different editor if you wish.
Hope that makes sense, thanks.
Recent comments
11 hours 21 min ago
16 hours 20 min ago
17 hours 46 min ago
18 hours 39 min ago
20 hours 22 min ago
1 day 45 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 16 hours ago
1 day 18 hours ago