17.10 can't apply split VPN proxy config: Dbus service org.pacrunner doesn't exist

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








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?










share|improve this question























  • Whoops ! I'm on 17.10, that was a brain fart. :) Fixed in the title.
    – Ohthehugemanatee
    Feb 22 at 22:43














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?










share|improve this question























  • Whoops ! I'm on 17.10, that was a brain fart. :) Fixed in the title.
    – Ohthehugemanatee
    Feb 22 at 22:43












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?










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 23 at 10:52









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
















  • 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















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491