I think found the first error - I had
It's strange though - I only counted (and recounted and recounted) 60 lines. How do text files calculate lines? I've been getting those two errors for a long time (I see them at every boot-up), but was always confused because the real line 67 is fine.
As for the other line - how should the file end properly? Then end used to look like this:
And I would get the EOF error for 'line 91'
So I did this:
Code:
#End of file
#
#
#
#
And now I get the EOF error for 'line 95'
What am I doing incorrectly?
**EDIT**
I am making progress. It seems that the two errors are now gone. Now I only get this output:
Code:
[root@vaio ~]# /etc/rc.d/tor start
:: Starting Tor Daemon [FAIL]
[root@vaio ~]# /etc/rc.d/privoxy start
:: Starting Privoxy [FAIL]
[root@vaio ~]#