Summary: | tor start request too quickly | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | ruslandh <ruslandh> |
Component: | tor | Assignee: | Anton Farygin <rider> |
Status: | CLOSED NOTABUG | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P5 | CC: | cow, rider, ruslandh, vladimir.didenko |
Version: | unstable | ||
Hardware: | x86_64 | ||
OS: | Linux |
Description
ruslandh
2020-01-28 13:49:22 MSK
https://tor.stackovernet.com/ru/q/2909 As @Peter Gerber noted, that was an issue with systemd. What I've done: Changed symlink /var/run to point to ../run instead of /run Added ReadWriteDirectories=-/run to /lib/systemd/system/tor@default.service After every change run systemctl daemon-reload These two changes separately didn't help, but both of it combined resolved my problem. Thank you Peter once more! Не, не помогает. Помогает только переустановка tor 😉 как не странно (In reply to ruslandh from comment #2) > Не, не помогает. Помогает только переустановка tor 😉 как не странно Как-то странно, очень похоже на локальный misconfiguration. Нужна либо процедура воспроизведения, либо подробные логи. Иначе тикет можно закрывать как бесполезный. Да, извините, мой косяк. Разобрался /var/log/ был в ОЗУ (tmpfs) и не было каталога /var/log/top PS Когда скрипт рукам /etc/rc.d/tor запустил, /etc/rc.d/tor start он мне и выдал всё, что не так, а до этого systemd совсем в другую сторону уводил. Временно решил упаковав каталог /var/log c пустыми директориями (из аналогичной системы, но без /var/log/ в tmpfs) в tar.bz2 и заставив /etc...rc.local его распавывать при старте. |