Jump to content

grymster

Members
  • Posts

    9
  • Joined

  • Last visited

  1. I gave up already. I disabled transmission in systemd and added delayed start of it in rc.local. Period.
  2. I believe you are right. I thought something like this too. I tried use "After=rpcbind.target" but it did not work too. Main questions: Why? And how to fix it?
  3. Transmission itself starts ok. Nov 25 14:26:40 localhost transmission-daemon[436]: [2016-11-25 14:26:40.562 MSK] Bound socket 13 to port 51413 on 0.0.0.0 (net.c:379) Nov 25 14:26:40 localhost transmission-daemon[436]: [2016-11-25 14:26:40.562 MSK] Bound socket 14 to port 51413 on :: (net.c:379) Problem is related to RPC Server part only: Nov 25 14:26:40 localhost transmission-daemon[436]: [2016-11-25 14:26:40.562 MSK] RPC Server Adding address to whitelist: *.*.*.* (rpc-server.c:824) Nov 25 14:26:40 localhost transmission-daemon[436]: [2016-11-25 14:26:40.562 MSK] RPC Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:1033) Nov 25 14:26:40 localhost transmission-daemon[436]: [2016-11-25 14:26:40.562 MSK] getaddrinfo: address family for nodename not supported (trevent.c:216) Nov 25 14:26:40 localhost transmission-daemon[436]: [2016-11-25 14:26:40.562 MSK] RPC Server Whitelist enabled (rpc-server.c:1037) And after manual restart I got it like this: Nov 25 14:27:27 localhost transmission-daemon[889]: [2016-11-25 14:27:27.223 MSK] RPC Server Adding address to whitelist: *.*.*.* (rpc-server.c:824) Nov 25 14:27:27 localhost transmission-daemon[889]: [2016-11-25 14:27:27.223 MSK] RPC Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:1033) Nov 25 14:27:27 localhost transmission-daemon[889]: [2016-11-25 14:27:27.223 MSK] RPC Server Whitelist enabled (rpc-server.c:1037)
  4. Thanks but I did try this one too. No luck. Only longer boot I got
  5. Because It's signal to Armbian developers to think about "Why is network-online.target raise before network actually goes online?"
  6. Of course. That's how I managed to get debug messages at first place.
  7. ___ ____ _ ___ / _ \ _ __ __ _ _ __ __ _ ___ | _ \(_) / _ \ _ __ ___ | | | | '__/ _` | '_ \ / _` |/ _ \ | |_) | | | | | | '_ \ / _ \ | |_| | | | (_| | | | | (_| | __/ | __/| | | |_| | | | | __/ \___/|_| \__,_|_| |_|\__, |\___| |_| |_| \___/|_| |_|\___| |___/ Welcome to ARMBIAN Debian GNU/Linux 8 (jessie) 3.4.112-sun8i System load: 0.27 Up time: 11 min Memory usage: 10 % of 494Mb IP: 192.168.55.3 CPU temp: 37°C Usage of /: 17% of 7.0G Last login: Fri Nov 25 14:27:41 2016 from 192.168.155.90 root@orangepione:~# h3consumption -p Active settings: cpu 912 mhz allowed, 912 mhz possible, 4 cores active dram 624 mhz hdmi/gpu off usb ports active eth0 100Mb/s/Full, Link: yes
  8. Hi all. After installation of transmission-daemon I got two issues. First one is "UDP Failed to set receive/send buffer". I did fix it by adding next two lines to /etc/sysctl.conf net.core.rmem_max = 16777216 net.core.wmem_max = 4194304 Second one is that RPC does not start on boot but only after manual restart of service after boot. I believe it's caused because transmission starts before network goes online. I tried to fix it by adding into /lib/systemd/system/transmission-daemon.service [unit] ... Wants=network-online.target After=network-online.target But it does not help. I did fix it by adding next two lines to /etc/rc.local sleep 30 service transmission-daemon restart But thing is that I don't like this solution. Here is the armbianmonitor -u output. And syslog in attachments. Any thoughts? syslog.txt
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines