Your message dated Fri, 11 Sep 2015 00:55:43 +0200
with message-id <[email protected]>
and subject line Re: [Pkg-utopia-maintainers] Bug#609037: additional 
information..
has caused the Debian Bug report #609037,
regarding Installation of network-manager-openvpn does not set correct udev 
rules
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
609037: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609037
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: network-manager-openvpn
Version: 0.8.1-1

I've installed:
i A libnm-glib-vpn1
i   network-manager-openvpn
i   network-manager-openvpn-gnome
i   network-manager-vpnc          
i   network-manager-vpnc-gnome     
i A openvpn                       
i A openvpn-blacklist            
i A vpnc                            - Cisco-compatible VPN client

Then created a vpn server and client config and testet on shell ->
Connection was OK
After that i importet working client config in Network-manager and
testet connection:

Jan  5 09:53:02 Cerberus NetworkManager[1577]: <info> Starting VPN
service 'org.freedesktop.NetworkManager.openvpn'...
Jan  5 09:53:02 Cerberus NetworkManager[1577]: <info> VPN service
'org.freedesktop.NetworkManager.openvpn' started
(org.freedesktop.NetworkManager.openvpn), PID 22897
Jan  5 09:53:02 Cerberus NetworkManager[1577]: <info> VPN service
'org.freedesktop.NetworkManager.openvpn' appeared, activating
connections
Jan  5 09:53:03 Cerberus NetworkManager[1577]: <info> VPN plugin state
changed: 1
Jan  5 09:53:03 Cerberus NetworkManager[1577]: <error> [1294217583.1050]
[nm-vpn-connection.c:844] connection_need_secrets_cb(): NeedSecrets
failed: dbus-glib-error-quark Rejected send message, 1 matched rules;
type="method_call", sender=":1.1" (uid=0 pid=1577
comm="/usr/sbin/NetworkManager)
interface="org.freedesktop.NetworkManager.VPN.Plugin"
member="NeedSecrets" error name="(unset)" requested_reply=0
destination="org.freedesktop.NetworkManager.openvpn" (uid=0 pid=22897
comm="/usr/lib/NetworkManager/nm-openvpn-service))
Jan  5 09:53:03 Cerberus NetworkManager[1577]: <warn> error
disconnecting VPN: Rejected send message, 1 matched rules;
type="method_call", sender=":1.1" (uid=0 pid=1577
comm="/usr/sbin/NetworkManager)
interface="org.freedesktop.NetworkManager.VPN.Plugin"
member="Disconnect" error name="(unset)" requested_reply=0
destination="org.freedesktop.NetworkManager.openvpn" (uid=0 pid=22897
comm="/usr/lib/NetworkManager/nm-openvpn-service))


After some searches i found a problem in the dbus configuration
regarding the network-manager.
The attached patch worked for me after a reboot.


best,
Stefan Schörghofer
--- nm-vpnc-service.conf.fixed	2009-04-18 17:56:45.000000000 -0500
+++ nm-vpnc-service.conf	2009-04-18 17:57:37.000000000 -0500
@@ -6,6 +6,10 @@
 		<allow own="org.freedesktop.NetworkManager.vpnc"/>
 		<allow send_destination="org.freedesktop.NetworkManager.vpnc"/>
 	</policy>
+	<policy user="at_console">
+		<allow own="org.freedesktop.NetworkManager.vpnc"/>
+		<allow send_destination="org.freedesktop.NetworkManager.vpnc"/>
+	</policy>
 	<policy context="default">
 		<deny own="org.freedesktop.NetworkManager.vpnc"/>
 		<deny send_destination="org.freedesktop.NetworkManager.vpnc"/>

--- End Message ---
--- Begin Message ---
On Thu, 06 Jan 2011 22:42:10 +0100 Michael Biebl <[email protected]> wrote:
> (please don't forget to CC the bug report)
> 
> On 06.01.2011 22:22, Stefan Schörghofer wrote:
> > I've searched a lot regarding the error messages in syslog i have
> > mentioned in the bug report and found a bug (i think in a ubuntu bug
> > tracking system) with this patch.
> 
> yeah, I've seen this patch before. It is actually harmful, as it opens up a
> security hole. So better don't use it.
> 
> > 
> > After that i have applied this patch to my testing machine (Date of
> > setup was 24.12.2010), network-manager-openvpn was installed at the same
> > day i have reported the error.
> > 
> > After a reboot the VPN connection works without a problem.
> > I will try to reproduce the error on a fresh install of Squeeze without
> > any additional packages, maybe it's a strange side-effect, but i have no
> > clue why (-;
> 
> Maybe the reboot fixed your problem.
> 
> Could be, that directly after installation dbus and network-manager did not
> correctly pick up the changed configuration.
> 
> Please test, if you can reproduce the problem with a fresh installation and 
> if a
> simple reboot makes the errors go away.
> 

Closing this old bug report. The patch itself was wrong and I didn't get
any further information that this problem was reproducible.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to