17.10 can't apply split VPN proxy config: Dbus service org.pacrunner doesn't exist
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I'm trying to access my company's VPN using a NetworkManager configuration that was set up by a script which (reportedly) works for 16.04 . Everything goes well establishing the connection, but with the VPN I can only connect to IPs inside the private network.
My routing table is set up with two defaults, but the ppp device has higher priority. If I manually adjust the routing table so that 10.0.0.0
IPs go to the ppp device, everything works fine.
I turned up the loglevel for NetworkManager to get a closer look. In the middle of everything connecting smoothly, I see this:
Feb 21 21:33:10 simba NetworkManager[801]: <debug> [1519245190.1210] dispatcher: (89) (ppp0) dispatching action 'vpn-up'
Feb 21 21:33:10 simba NetworkManager[801]: <debug> [1519245190.1219] pacrunner: call[0x5562f3ba1440]: send: new config ('Interface': <'ppp0'>, 'Method': <'auto'>, 'BrowserOnly': <false>, 'Domains': <['corp.mycompany.com', '10.212.50.79/32']>,)
Feb 21 21:33:10 simba NetworkManager[801]: <trace> [1519245190.1219] pacrunner: call[0x5562f3ba1440]: sending...
Feb 21 21:33:10 simba NetworkManager[801]: <debug> [1519245190.1421] pacrunner: call[0x5562f3ba1440]: sending failed: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.pacrunner" does not exist
Some googling around taught me that pacrunner is supposed to handle incoming PAC files, to configure the proxy which routes internal traffic through the ppp gateway, and other traffic through the other gateway. So this might explain my problem.
I've tried force-reinstalling all the packages I can imagine might contain pacrunner:
apt install --force-reinstall libnm-glib-vpn1 libnm-glib-vpn-dev glib-networking glib-networking-services glib-networking-dbg libproxy1-plugin-gsettings libproxy1-plugin-networkmanager libproxy-tools
No change, though.
What is going wrong, here? How can I make sure that org.pacrunner
exists, is being correctly called, and is callable by GDBus?
networking network-manager 17.10 vpn proxy
add a comment |Â
up vote
0
down vote
favorite
I'm trying to access my company's VPN using a NetworkManager configuration that was set up by a script which (reportedly) works for 16.04 . Everything goes well establishing the connection, but with the VPN I can only connect to IPs inside the private network.
My routing table is set up with two defaults, but the ppp device has higher priority. If I manually adjust the routing table so that 10.0.0.0
IPs go to the ppp device, everything works fine.
I turned up the loglevel for NetworkManager to get a closer look. In the middle of everything connecting smoothly, I see this:
Feb 21 21:33:10 simba NetworkManager[801]: <debug> [1519245190.1210] dispatcher: (89) (ppp0) dispatching action 'vpn-up'
Feb 21 21:33:10 simba NetworkManager[801]: <debug> [1519245190.1219] pacrunner: call[0x5562f3ba1440]: send: new config ('Interface': <'ppp0'>, 'Method': <'auto'>, 'BrowserOnly': <false>, 'Domains': <['corp.mycompany.com', '10.212.50.79/32']>,)
Feb 21 21:33:10 simba NetworkManager[801]: <trace> [1519245190.1219] pacrunner: call[0x5562f3ba1440]: sending...
Feb 21 21:33:10 simba NetworkManager[801]: <debug> [1519245190.1421] pacrunner: call[0x5562f3ba1440]: sending failed: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.pacrunner" does not exist
Some googling around taught me that pacrunner is supposed to handle incoming PAC files, to configure the proxy which routes internal traffic through the ppp gateway, and other traffic through the other gateway. So this might explain my problem.
I've tried force-reinstalling all the packages I can imagine might contain pacrunner:
apt install --force-reinstall libnm-glib-vpn1 libnm-glib-vpn-dev glib-networking glib-networking-services glib-networking-dbg libproxy1-plugin-gsettings libproxy1-plugin-networkmanager libproxy-tools
No change, though.
What is going wrong, here? How can I make sure that org.pacrunner
exists, is being correctly called, and is callable by GDBus?
networking network-manager 17.10 vpn proxy
Whoops ! I'm on 17.10, that was a brain fart. :) Fixed in the title.
â Ohthehugemanatee
Feb 22 at 22:43
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to access my company's VPN using a NetworkManager configuration that was set up by a script which (reportedly) works for 16.04 . Everything goes well establishing the connection, but with the VPN I can only connect to IPs inside the private network.
My routing table is set up with two defaults, but the ppp device has higher priority. If I manually adjust the routing table so that 10.0.0.0
IPs go to the ppp device, everything works fine.
I turned up the loglevel for NetworkManager to get a closer look. In the middle of everything connecting smoothly, I see this:
Feb 21 21:33:10 simba NetworkManager[801]: <debug> [1519245190.1210] dispatcher: (89) (ppp0) dispatching action 'vpn-up'
Feb 21 21:33:10 simba NetworkManager[801]: <debug> [1519245190.1219] pacrunner: call[0x5562f3ba1440]: send: new config ('Interface': <'ppp0'>, 'Method': <'auto'>, 'BrowserOnly': <false>, 'Domains': <['corp.mycompany.com', '10.212.50.79/32']>,)
Feb 21 21:33:10 simba NetworkManager[801]: <trace> [1519245190.1219] pacrunner: call[0x5562f3ba1440]: sending...
Feb 21 21:33:10 simba NetworkManager[801]: <debug> [1519245190.1421] pacrunner: call[0x5562f3ba1440]: sending failed: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.pacrunner" does not exist
Some googling around taught me that pacrunner is supposed to handle incoming PAC files, to configure the proxy which routes internal traffic through the ppp gateway, and other traffic through the other gateway. So this might explain my problem.
I've tried force-reinstalling all the packages I can imagine might contain pacrunner:
apt install --force-reinstall libnm-glib-vpn1 libnm-glib-vpn-dev glib-networking glib-networking-services glib-networking-dbg libproxy1-plugin-gsettings libproxy1-plugin-networkmanager libproxy-tools
No change, though.
What is going wrong, here? How can I make sure that org.pacrunner
exists, is being correctly called, and is callable by GDBus?
networking network-manager 17.10 vpn proxy
I'm trying to access my company's VPN using a NetworkManager configuration that was set up by a script which (reportedly) works for 16.04 . Everything goes well establishing the connection, but with the VPN I can only connect to IPs inside the private network.
My routing table is set up with two defaults, but the ppp device has higher priority. If I manually adjust the routing table so that 10.0.0.0
IPs go to the ppp device, everything works fine.
I turned up the loglevel for NetworkManager to get a closer look. In the middle of everything connecting smoothly, I see this:
Feb 21 21:33:10 simba NetworkManager[801]: <debug> [1519245190.1210] dispatcher: (89) (ppp0) dispatching action 'vpn-up'
Feb 21 21:33:10 simba NetworkManager[801]: <debug> [1519245190.1219] pacrunner: call[0x5562f3ba1440]: send: new config ('Interface': <'ppp0'>, 'Method': <'auto'>, 'BrowserOnly': <false>, 'Domains': <['corp.mycompany.com', '10.212.50.79/32']>,)
Feb 21 21:33:10 simba NetworkManager[801]: <trace> [1519245190.1219] pacrunner: call[0x5562f3ba1440]: sending...
Feb 21 21:33:10 simba NetworkManager[801]: <debug> [1519245190.1421] pacrunner: call[0x5562f3ba1440]: sending failed: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.pacrunner" does not exist
Some googling around taught me that pacrunner is supposed to handle incoming PAC files, to configure the proxy which routes internal traffic through the ppp gateway, and other traffic through the other gateway. So this might explain my problem.
I've tried force-reinstalling all the packages I can imagine might contain pacrunner:
apt install --force-reinstall libnm-glib-vpn1 libnm-glib-vpn-dev glib-networking glib-networking-services glib-networking-dbg libproxy1-plugin-gsettings libproxy1-plugin-networkmanager libproxy-tools
No change, though.
What is going wrong, here? How can I make sure that org.pacrunner
exists, is being correctly called, and is callable by GDBus?
networking network-manager 17.10 vpn proxy
networking network-manager 17.10 vpn proxy
edited Feb 23 at 10:52
![](https://i.stack.imgur.com/ypy8w.png?s=32&g=1)
![](https://i.stack.imgur.com/ypy8w.png?s=32&g=1)
galoget
2,1062820
2,1062820
asked Feb 21 at 21:09
Ohthehugemanatee
11
11
Whoops ! I'm on 17.10, that was a brain fart. :) Fixed in the title.
â Ohthehugemanatee
Feb 22 at 22:43
add a comment |Â
Whoops ! I'm on 17.10, that was a brain fart. :) Fixed in the title.
â Ohthehugemanatee
Feb 22 at 22:43
Whoops ! I'm on 17.10, that was a brain fart. :) Fixed in the title.
â Ohthehugemanatee
Feb 22 at 22:43
Whoops ! I'm on 17.10, that was a brain fart. :) Fixed in the title.
â Ohthehugemanatee
Feb 22 at 22:43
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1008513%2f17-10-cant-apply-split-vpn-proxy-config-dbus-service-org-pacrunner-doesnt-exi%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Whoops ! I'm on 17.10, that was a brain fart. :) Fixed in the title.
â Ohthehugemanatee
Feb 22 at 22:43