FS#49326 - [networkmanager] 1.2.2-1
Attached to Project:
Arch Linux
Opened by Chris Cromer (cromer) - Friday, 13 May 2016, 23:41 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 14 May 2016, 05:18 GMT
Opened by Chris Cromer (cromer) - Friday, 13 May 2016, 23:41 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 14 May 2016, 05:18 GMT
|
Details
After the upgrade to 1.2.2-1 for networkmanager and
libnm-glib, network manager won't start. I have found by
downgrading libnm-glib to 1.2.0, I can make it work again.
After investigating I have found that the problem is a
missing lib. libaudit.so.1
If I install audit, I am able to get networkmanager working again with 1.2.2. I am only guessing, but is the package "audit" a new dependency for libnm-glib? If so, it should be updated to pull it in during upgrade. Here is the error that is generated by running networkmanager: /usr/bin/NetworkManager: error while loading shared libraries: libaudit.so.1: cannot open shared object file: No such file or directory |
This task depends upon
Comment by Doug Newgard (Scimmia) -
Saturday, 14 May 2016, 05:17 GMT
Sorry, nothing related to NetworkManager is linked to libaudit.
You can use lddtree from pax-utils or set LD_DEBUG=files to try to
figure out what is linked to libaudit. It's likely something you
have from outside the repos.