You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working with your docker image for a while now. Thanks for the great work and documentation.
I am currently experiencing an issue iwth the "Privoxy" Web Proxy.
Transmission starting process goes till the end and connects to MULLVAD VPN. I am able to download and everything is working as expected. But, lately I have been trying to use Privoxy to authenticate for private trackers.
As soon as I add the following variables:
- WEBPROXY_ENABLED=true
- WEBPROXY_PORT=8118
ports:
- '9091:9091'
- '8118:8118'
The following traces would show during the docker-compose up command.
transmissionVPN | STARTING TRANSMISSION
transmissionVPN | Transmission startup script complete.
transmissionVPN | Privoxy: Starting
transmissionVPN | Privoxy: Using config file at /etc/privoxy/config
transmissionVPN | Privoxy: Setting port to 8118
transmissionVPN | /usr/sbin/privoxy: error while loading shared libraries: lmbm�eDcr{ptobson7 liRofso.6"hd-lmnu8e�arc�64.so.9: cannot open shared object file: No such file or directory
transmissionVPN | Privoxy: ERROR. Did not start correctly, outputting logs
transmissionVPN |
transmissionVPN | cat: /var/log/privoxy/logfile: No such file or directory
transmissionVPN |
transmissionVPN | 2024-03-16 22:35:11 Initialization Sequence Completed
As you can see, the logfile is not existing here. It seems like Privoxy doesn't have what is needed to start. Do you know what could cause a problem of shared libraries ?
Thank you for your support.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have been working with your docker image for a while now. Thanks for the great work and documentation.
I am currently experiencing an issue iwth the "Privoxy" Web Proxy.
Transmission starting process goes till the end and connects to MULLVAD VPN. I am able to download and everything is working as expected. But, lately I have been trying to use Privoxy to authenticate for private trackers.
As soon as I add the following variables:
ports:
- '9091:9091'
- '8118:8118'
The following traces would show during the docker-compose up command.
transmissionVPN | STARTING TRANSMISSION
transmissionVPN | Transmission startup script complete.
transmissionVPN | Privoxy: Starting
transmissionVPN | Privoxy: Using config file at /etc/privoxy/config
transmissionVPN | Privoxy: Setting port to 8118
transmissionVPN | /usr/sbin/privoxy: error while loading shared libraries: lmbm�eDcr{ptobson7 liRofso.6"hd-lmnu8e�arc�64.so.9: cannot open shared object file: No such file or directory
transmissionVPN | Privoxy: ERROR. Did not start correctly, outputting logs
transmissionVPN |
transmissionVPN | cat: /var/log/privoxy/logfile: No such file or directory
transmissionVPN |
transmissionVPN | 2024-03-16 22:35:11 Initialization Sequence Completed
As you can see, the logfile is not existing here. It seems like Privoxy doesn't have what is needed to start. Do you know what could cause a problem of shared libraries ?
Thank you for your support.
Beta Was this translation helpful? Give feedback.
All reactions