[tor-relays] build tor out of source -> permission problems?

2021-01-22 Thread Patrice Bönig
Hi @ list, I am operating a relay for several years and I really do like it and will do it for more years. My current relay residents on Pi 4. At first I installed it via apt but now the 32 Bit sources are no longer available. So I thought I could build the from source. The building proces

Re: [tor-relays] tor-relays Digest, Vol 120, Issue 25

2021-02-03 Thread Patrice Bönig
Am 03.02.2021 um 21:14 schrieb Patrice Bönig: I am now compiling the new 0.4.4.7 version and by that I saw that the entry of "systemd support (--enable-systemd)" is is "no". So I assume that the systemd functionality is not on board, or am I wrong? How do I enable for t

Re: [tor-relays] Tor on Rpi (relay.jack...@simplelogin.fr)

2021-02-08 Thread Patrice Bönig
Hi, I am also have a tor relay running, but on a RPI 4. No long time ago I stood at the same point as you are now. I than wrote me a skript, where it: 1. pulls the latest source 2. backs up the old data (identity) 3. compiles and installs tor 4. copies the old  data on the new installation 5.

Re: [tor-relays] Tor on Rpi (relay.jack...@simplelogin.fr)

2021-02-11 Thread Patrice Bönig
Hello Patrice would be great if you can share your script , thanks. Hi, sure, with pleasure. But I have to say I am not a professional programmer. There are surely better ways to do this, but it works for me. Before you can use it you have to make it executable with this command: chmod +x

[tor-relays] owner of tor log file changes after reboot

2021-04-22 Thread Patrice Bönig
Hi @all, I have a question and I don't know were I have to look at. I am running a relay (compiled from source) on Raspberry Pi OS Buster. Tor is runs under the user "pi", so the tor logfile has also the user permission (chown pi logfile). Tor starts via crontab (@reboot) but after a reboot

Re: [tor-relays] owner of tor log file changes after reboot (patrice)

2021-04-27 Thread Patrice Bönig
Hi, thanks for your reply. Are you sure Tor is runnig under user ?pi? and not ?debian-tor?? What is the value of the ?User? option in torrc? Who is the process owner: see in `htop`, `top` or similar? Yes. I am starting tor as user pi with: //usr/local/bin/tor --quiet . /Therefore the pr

Re: [tor-relays] TOR installation (walentyczerwinski85)

2021-05-24 Thread Patrice Bönig
Hi, sure, I wrote a script for this. I always compile Tor to use it as a relay on a Raspberry Pi. I have attached the script. regards, Patrice ## # Script # ## ## ## Th