I am trying to follow this tutorial: Transmission daemon over OpenVPN
On an Ubuntu 14.04 LTS Server box, and I cannot get openvpn to start transmission. OpenVPN connects fine, but there is a warning saying that route up could not run, and it exits with a status of 1. I can't seem to find what an error status of 1 even is, to start troubleshooting it. The vpn connects, but it tells me:
WARNING: Failed running command (--route-up): external program exited with error status: 1
The line right above it says:
initctl: Event Failed
but it is the exact same file that everyone else is using which seems to run fine. If I run the route-up.sh straight from bash, it gives me the same "Event Failed" with no additional information.
FYI, this is all that is in the route-up.sh file:
#! /bin/bash
/sbin/initctl emit transmission-vpn-up VPN_GATEWAY=$route_vpn_gateway LOCAL_IP=$ifconfig_local
Any help would greatly be appreciated, as I am lost on what to try next.