Search found 2 matches

by davygrvy
Sun May 22, 2022 11:29 pm
Forum: Support
Topic: [Ubuntu, 3.00 (bb6b5a062e)] Transmission creates folders in /media/ directory during startup
Replies: 1
Views: 13579

Re: [Ubuntu, 3.00 (bb6b5a062e)] Transmission creates folders in /media/ directory during startup

Hi, As far as I understand it, which isn't all that far ;), change the START value in /etc/init.d/transmission to be a higher number than what the block-daemon starts with. root@OpenWrt:# cat /etc/init.d/transmission #!/bin/sh /etc/rc.common # Copyright (C) 2010-2015 OpenWrt.org START=99 STOP=10 ......
by davygrvy
Thu Jan 27, 2022 12:22 am
Forum: General
Topic: IPv6 UPnP - pinholes ?
Replies: 5
Views: 30366

Re: IPv6 UPnP - pinholes ?

Is this fixed yet? I just force it doing:

Code: Select all

upnpc -6 -A "" 0 $ip6 $port tcp 30000
upnpc -6 -A "" 0 $ip6 $port udp 30000