You are not logged in.

#1 2013-06-13 04:47:26

framas
Member
Registered: 2009-07-24
Posts: 50

[SOLVED] networkmanager upgrade: dispatcher scripts are not working...

Hi there,

when I update from networkmanager  0.9.8.0-6 to 0.9.8.2-1 my dispatcher scripts are not working anymore.
You can try to reproduce this very simple. Put a simple script which touches a file in /tmp and see if the file is present after enabling a connection.

cat /etc/NetworkManager/dispatcher.d/test 
#!/usr/bin/bash
touch /tmp/dispatcher

Can anybody conform this issue?

Last edited by framas (2013-06-13 11:40:15)

Offline

#2 2013-06-13 04:49:24

framas
Member
Registered: 2009-07-24
Posts: 50

Re: [SOLVED] networkmanager upgrade: dispatcher scripts are not working...

Maybe the topic "Pacman & Package Upgrade Issues" is a much more suitable place for this issue. Can anybody move it to there? Thanks....

Offline

#3 2013-06-13 08:13:19

aesiris
Member
Registered: 2012-02-25
Posts: 97

Re: [SOLVED] networkmanager upgrade: dispatcher scripts are not working...

I don't know if this is mentioned anywhere, but I solved this problem by enabling "dbus-org.freedesktop.nm-dispatcher.service".

Also, you can use the Report link in the lower corner of your post to request a moderator to move it to "Pacman & Package Upgrade Issues"

Offline

#4 2013-06-13 11:39:28

framas
Member
Registered: 2009-07-24
Posts: 50

Re: [SOLVED] networkmanager upgrade: dispatcher scripts are not working...

Hi  aesiris,

thanks for the tip. Doing a "systemctl enable NetworkManager-dispatcher.service" makes it work again.
Anyway there was no hint that this service must be enabled in post_{install,upgrade}.
Maybe this can be useful for the others.

Offline

Board footer

Powered by FluxBB