Invalid interface to SNW_SERVICE in Ubuntu 14.04

Asked by Vladdy

After recent/last updates I can't start/connect KebrumVPN (openvpn engine) client GUI on 14.04, here's the log from terminal:

sudo '/usr/bin/Kebrum'
Command: /usr/bin/Kebrum --server --daemon
"sni-qt/10867" WARN 13:39:13.401 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE
QNetworkProxyFactory: factory 0xa17f9d0 has returned an empty result set
QNetworkProxyFactory: factory 0xa17f9d0 has returned an empty result set
QNetworkProxyFactory: factory 0xa17f9d0 has returned an empty result set
QNetworkProxyFactory: factory 0xa17f9d0 has returned an empty result set
QNetworkProxyFactory: factory 0xa17f9d0 has returned an empty result set
QNetworkProxyFactory: factory 0xa17f9d0 has returned an empty result set
QNetworkProxyFactory: factory 0xa17f9d0 has returned an empty result set
QNetworkProxyFactory: factory 0xa17f9d0 has returned an empty result set
QNetworkProxyFactory: factory 0xa17f9d0 has returned an empty result set
QNetworkProxyFactory: factory 0xa17f9d0 has returned an empty result set
QNetworkProxyFactory: factory 0xa17f9d0 has returned an empty result set

I have noticed on Launchpad similar bugs description on previous distros from different apps. I was using this app for a long time and this happened after recent updates on May 11, 2014 if I'm not mistaken. Though I can connect to KebrumVPNs using terminal command `sudo openvpn /etc/openvpn/location1.UDP.ovpn` and it works.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Thomas Krüger
Solved:
Last query:
Last reply:
Revision history for this message
Best Thomas Krüger (thkrueger) said :
#1

It look like the client has been compiled and linked with an other version of Qt. The developers have to recompile it. Ot you can install an older version, which is not really recommended.
We can not assist much more for proprietary software.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Why are you using sudo to bring up the VPN using openvpn?

Revision history for this message
Vladdy (blodsugare88) said :
#3

Thomas Krüger thank you for the answer.

Revision history for this message
Vladdy (blodsugare88) said :
#4

actionparsnip (andrew-woodhead666) it's just the command that was written on KebrumVPN website to launch it from terminal.

Revision history for this message
Vladdy (blodsugare88) said :
#5

Thanks Thomas Krüger, that solved my question.