You are not logged in.

#1 2016-12-15 15:27:56

kiwiapple87
Member
Registered: 2016-08-29
Posts: 14

Network Manager issues [Solved]

Did an update awhile back and since then when I try to run nmcli dev to see my network devices I get the error

nmcli: error while loading shared libraries: /usr/lib/libnm.so.o: file too short

. Also when I try to start NetworkManager.service the systemctl status NetworkManager.service command shows me that

NetworkManager.service: failed with result 'exit-code' " "code=exited, status=127"

.

And I use urxvt as my terminal and it is not longer pulling from the Xresources file.

During the update I was thrown out of my DE and into the live boot environment. But on a reboot booted into DE just fine but with the above issues.

I tried booting into a live CD environment connecting to my wifi with 'wifi-menu' and mounting and chrooting into the arch partition and running

 sudo pacman -Syu 

. When I do this it went through the update process seemingly fine. Until it started to install the packages. Then a blur of text passed the screen and the message 'There were errors. No packages were upgraded'. When I try to update again it shows that core, extra, community, and multilib are up to date. But when I boot into my normal DE I am still getting the above issues.

Command: nmcli dev

nmcli: error while loading shared libraries: /usr/lib/libnm.so.0: file too short

Command: systemctl start NetworkManager.service

Job for NetworkManager.service failed because the control process exited with error code. See "systemctl status NetworkManager.service" and "journalctl -xe" for details

https://goo.gl/photos/yhc7X9wTzuqttqvN7 Photos of journalctl -xe and systemctl status NetworkManager.service

I am out of ideas to try next. Any help or insight on my next step would be greatly appreciated. Thank you.

Last edited by kiwiapple87 (2016-12-16 18:39:12)

Offline

#2 2016-12-15 16:07:30

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: Network Manager issues [Solved]

What are the output of ls -l /usr/lib/libnm-glib*   ?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2016-12-15 16:29:54

kiwiapple87
Member
Registered: 2016-08-29
Posts: 14

Re: Network Manager issues [Solved]

Here is a pic of the output https://goo.gl/photos/5kG8r1eXabAmqzbg8

Offline

#4 2016-12-15 16:41:34

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: Network Manager issues [Solved]

Yeah.  Here are the relevant lines from mine.

lrwxrwxrwx 1 root root     19 Nov  7 11:10 /usr/lib/libnm-glib.so -> libnm-glib.so.4.9.0
lrwxrwxrwx 1 root root     19 Nov  7 11:10 /usr/lib/libnm-glib.so.4 -> libnm-glib.so.4.9.0
-rwxr-xr-x 1 root root 276600 Nov  7 11:10 /usr/lib/libnm-glib.so.4.9.0

look at your last line.  0 bytes.  It should be 276600.

Reinstall libnm-glib 
Looks like you've the same problem with libnm-vpn


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#5 2016-12-15 16:52:23

kiwiapple87
Member
Registered: 2016-08-29
Posts: 14

Re: Network Manager issues [Solved]

Without being able to connect to the Internet how can I reinstall it?

Offline

#6 2016-12-15 16:55:26

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Network Manager issues [Solved]

Follow the steps in the wiki to connect manually without using Network Manager.

Edit - The packages should still be available in /var/cache/pacman unless you've deleted them. No need for a network connection.

Last edited by Slithery (2016-12-15 16:56:16)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#7 2016-12-15 17:39:12

kiwiapple87
Member
Registered: 2016-08-29
Posts: 14

Re: Network Manager issues [Solved]

I didn't have that package in the cache so I connected manually and tried to upgrade Network Manager. Now when I run the nmcli command I get this error

nmcli: error while loading shared libraries: libreadline.so.7: cannot open shared object file : No such file or directory

So its a bit of progress.

Also when I try to run

 # pacman -Syu 

it gives me an error saying that no packages were upgraded. Pic https://goo.gl/photos/uNeyU8WsirkecEXS9

Offline

#8 2016-12-15 17:42:35

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Network Manager issues [Solved]

Please don't post images of text, post the actual text...

https://wiki.archlinux.org/index.php/Co … s_and_code


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#9 2016-12-15 17:45:34

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Network Manager issues [Solved]

Chroot in and run a full upgrade.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#10 2016-12-15 18:50:46

kiwiapple87
Member
Registered: 2016-08-29
Posts: 14

Re: Network Manager issues [Solved]

My apologies I won't post pictures of text anymore.

jasonwryan wrote:

Chroot in and run a full upgrade.

Why would I Chroot in now that I have internet access within the normal environment?

Offline

#11 2016-12-15 19:34:11

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Network Manager issues [Solved]

I assumed you were stuck on the readline update, because I refuse to open images of text.

Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#12 2016-12-15 20:47:45

kiwiapple87
Member
Registered: 2016-08-29
Posts: 14

Re: Network Manager issues [Solved]

jasonwryan wrote:

I assumed you were stuck on the readline update, because I refuse to open images of text.

Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.

No it was a different error initially. Then once I was able to get internet access in my normal DE I was able to update Network Manager with pacman but now I get the readline error.

Also, when I try to run a system update I get the following issue.

...
oxygen-icons: /usr/share/icons/oxygen/base/8x8/emblems/vcs-locally-modified-unstaged.png exists in filesystem
oxygen-icons: /usr/share/icons/oxygen/base/8x8/emblems/vcs-locally-modified.png exists in filesystem
oxygen-icons: /usr/share/icons/oxygen/base/8x8/emblems/vcs-normal.png exists in filesystem
oxygen-icons: /usr/share/icons/oxygen/base/8x8/emblems/vcs-removed.png exists in filesystem
oxygen-icons: /usr/share/icons/oxygen/base/8x8/emblems/vcs-update-required.png exists in filesystem
oxygen-icons: /usr/share/icons/oxygen/base/8x8/places/folder-activities.png exists in filesystem
oxygen-icons: /usr/share/icons/oxygen/index.theme exists in filesystem
Errors occurred, no packages were upgraded.

How do I figure out what those errors are?

Also when I try to open Chromium though the Default web browser I am getting an error saying "Failed to execute default web browser Input/Output error". But when I try to open it by navigating through the application menu's and open it nothing happens. No errors just nothing.

So I tried to install Firefox and this appeared at the end. And when I try to open firefox nothing happens as well.

...
ldconfig: File /usr/lib/libglibmm_generate_extra_defs-2.4.so.1 is empty, not checked.
ldconfig: File /usr/lib/libnm-gtk.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libpcre2-8.so is empty, not checked.
ldconfig: File /usr/lib/libtotem-plparser.so.18 is empty, not checked.
:: Running post-transaction hooks...
(1/3) Updating icon theme caches...
(2/3) Updating the desktop file MIME type cache...
(3/3) etckeeper: post-transaction commit
[master e8c6ff2] committing changes in /etc after pacman run
 Author: alex <alex@ArchLinux>
 4 files changed, 1923 insertions(+)
 create mode 100644 mime.types
 create mode 100755 profile.d/mozilla-common.csh
 create mode 100755 profile.d/mozilla-common.sh
error: missing 'pygobject-devel=3.20.1' dependency for 'python2-gobject'
error: missing 'qtchooser' dependency for 'qt5-base'

And thanks for being patient with me.

Offline

#13 2016-12-15 21:44:56

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Network Manager issues [Solved]


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#14 2016-12-15 21:59:24

kiwiapple87
Member
Registered: 2016-08-29
Posts: 14

Re: Network Manager issues [Solved]

So should I to a forced upgrade of the system? The number of files that are saying "exists in filesystem" is larger than what can be displayed on the CLI.

Offline

#15 2016-12-15 22:01:37

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Network Manager issues [Solved]

No, it specifically says do a forced upgrade only for a single file. Remove the offending files and then upgrade properly.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#16 2016-12-15 22:11:36

kiwiapple87
Member
Registered: 2016-08-29
Posts: 14

Re: Network Manager issues [Solved]

I'm sorry. I seem to be missing something. How do I figure out which are the offending files? Is it every file that has the "exists in filesystem"?

Offline

Board footer

Powered by FluxBB