03.03.09, 12:56, "glinka fjodor" <fjodor.glinka@nm.ru>:

<BLOCKQUOTE mce_style="border-left:1px solid #CCCCCC;margin:0pt 0pt 0pt 0.8ex;padding-left:1em;" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1em;" >
I have installed tor rom the sources via ./configure / make / make install. From what i see it went well. I have enabled <br /><br />Log notice file /var/log/tor/notices.log<br /><br />in my torrc. When i start tor i get the error <br /><br />Mar 03 10:43:56.377 [warn] Couldn't open file for 'Log notice file /var/log/tor/notices.log': Permission denied<br />Mar 03 10:43:56.377 [notice] Closing partially-constructed listener Socks listener on 127.0.0.1:9050<br />Mar 03 10:43:56.377 [warn] Failed to parse/validate config: Failed to init Log options. See logs for details.<br />Mar 03 10:43:56.377 [err] Reading config failed--see warnings above.<br /><br />Ok, the folder doesn' t exist. I` ve created the folder /var/log/tor<br /><br />drwxr-x---  2 root        staff     4096  2. Mär 11:00 tor<br /><br />This is a 755 On my system the standard would be a 750.<br /><br />Anyway, on next startup i got the same error message. So i created a notices.log with a chmod 742 (!). Now i am getting notices.<br /><br />BUT is this the normal way to install tor from sources? I assumed that tor would create a log folder and a log file. Maybe i simple ./configure wasn' t enough?<br /><br />I haven ' t tried it, but is a make uninstall possible?<br /> <br /><br /><br />
</BLOCKQUOTE>The directory /var/log/tor mast be owned by  special tor user (cat /etc/passwd|grep tor): chown _tor  /var/log/tor/ <br />-<br />