You are not logged in.

#1 2015-01-12 11:32:38

nforced
Member
Registered: 2015-01-04
Posts: 19

[Solved] Problems after recent update

I did update my system at 9 Jan 2015 the first problem was it won't book because the update installed new kernel without updating grub.cfg so far so good (Linux fatal 3.14.28-1-lts #1 SMP Thu Jan 8 21:04:11 CET 2015 x86_64 GNU/Linux).
Next deluge is not working

[amp@fatal ~]$ deluge
[ERROR   ] 13:27:57 ui:168 cannot import name integer_types
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/ui/ui.py", line 149, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 87, in <module>
    from deluge.ui.client import client
  File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 37, in <module>
    from twisted.internet import reactor, ssl, defer
  File "/usr/lib/python2.7/site-packages/twisted/internet/ssl.py", line 59, in <module>
    from OpenSSL import SSL
  File "/usr/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
    from OpenSSL import rand, crypto, SSL
  File "/usr/lib/python2.7/site-packages/OpenSSL/rand.py", line 9, in <module>
    from six import integer_types as _integer_types
ImportError: cannot import name integer_types
[ERROR   ] 13:27:57 ui:169 There was an error whilst launching the request UI: gtk
[ERROR   ] 13:27:57 ui:170 Look at the traceback above for more information.

Also
[amp@fatal ~]$ sudo pacman -S python2
warning: python2-2.7.9-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) python2-2.7.9-1

Total Installed Size:  70.03 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                                                                                                                                            [##########################################################################################################################################] 100%
(1/1) checking package integrity                                                                                                                                                                                          [##########################################################################################################################################] 100%
(1/1) loading package files                                                                                                                                                                                               [##########################################################################################################################################] 100%
(1/1) checking for file conflicts                                                                                                                                                                                         [##########################################################################################################################################] 100%
(1/1) checking available disk space                                                                                                                                                                                       [##########################################################################################################################################] 100%
(1/1) reinstalling python2                                                                                                                                                                                                [##########################################################################################################################################] 100%
ldconfig: File /usr/lib/libKF5PlasmaQuick.so.5.6.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5Package.so.5.6.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5PlasmaQuick.so is empty, not checked.
ldconfig: File /usr/lib/libKF5Package.so.5 is empty, not checked.
ldconfig: File /usr/lib/libzvbi.so is empty, not checked.
ldconfig: File /usr/lib/libKF5ThreadWeaver.so.5 is empty, not checked.
ldconfig: File /usr/lib/libzvbi.so.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5ThreadWeaver.so.5.6.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5Package.so is empty, not checked.
ldconfig: File /usr/lib/libzvbi.so.0.13.2 is empty, not checked.
ldconfig: File /usr/lib/libzvbi-chains.so.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5ThreadWeaver.so is empty, not checked.
ldconfig: File /usr/lib/libzvbi-chains.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5Plasma.so.5 is empty, not checked.
ldconfig: File /usr/lib/libzvbi-chains.so is empty, not checked.
ldconfig: File /usr/lib/libKF5Plasma.so.5.6.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5Plasma.so is empty, not checked.
ldconfig: File /usr/lib/libKF5PlasmaQuick.so.5 is empty, not checked.

I tried many thing posted here and there without luck, please advice.
Thanks!

Last edited by nforced (2015-01-12 20:49:47)

Offline

#2 2015-01-12 11:39:59

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,174
Website

Re: [Solved] Problems after recent update

nforced wrote:

I did update my system at 9 Jan 2015 the first problem was it won't book because the update installed new kernel without updating grub.cfg so far so good (Linux fatal 3.14.28-1-lts #1 SMP Thu Jan 8 21:04:11 CET 2015 x86_64 GNU/Linux).

If you just installed it, then you need to update grub with os-prober/grubmkconfig.

If you had it installed previously, had a working grub entry and then updated to 3.14.28-1-lts, then we'll need to look into what is going wrong.

nforced wrote:

Next deluge is not working

[amp@fatal ~]$ deluge
[ERROR   ] 13:27:57 ui:168 cannot import name integer_types
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/ui/ui.py", line 149, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 87, in <module>
    from deluge.ui.client import client
  File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 37, in <module>
    from twisted.internet import reactor, ssl, defer
  File "/usr/lib/python2.7/site-packages/twisted/internet/ssl.py", line 59, in <module>
    from OpenSSL import SSL
  File "/usr/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
    from OpenSSL import rand, crypto, SSL
  File "/usr/lib/python2.7/site-packages/OpenSSL/rand.py", line 9, in <module>
    from six import integer_types as _integer_types
ImportError: cannot import name integer_types
[ERROR   ] 13:27:57 ui:169 There was an error whilst launching the request UI: gtk
[ERROR   ] 13:27:57 ui:170 Look at the traceback above for more information.

Again, did this happen after or before the update? If it happened after the update, could you post a list of packages that were updated?

Also, [ code ] tags please when posting code.

nforced wrote:

Also

[amp@fatal ~]$ sudo pacman -S python2
warning: python2-2.7.9-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) python2-2.7.9-1

Total Installed Size:  70.03 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                                                                                                                                            [##########################################################################################################################################] 100%
(1/1) checking package integrity                                                                                                                                                                                          [##########################################################################################################################################] 100%
(1/1) loading package files                                                                                                                                                                                               [##########################################################################################################################################] 100%
(1/1) checking for file conflicts                                                                                                                                                                                         [##########################################################################################################################################] 100%
(1/1) checking available disk space                                                                                                                                                                                       [##########################################################################################################################################] 100%
(1/1) reinstalling python2                                                                                                                                                                                                [##########################################################################################################################################] 100%
ldconfig: File /usr/lib/libKF5PlasmaQuick.so.5.6.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5Package.so.5.6.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5PlasmaQuick.so is empty, not checked.
ldconfig: File /usr/lib/libKF5Package.so.5 is empty, not checked.
ldconfig: File /usr/lib/libzvbi.so is empty, not checked.
ldconfig: File /usr/lib/libKF5ThreadWeaver.so.5 is empty, not checked.
ldconfig: File /usr/lib/libzvbi.so.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5ThreadWeaver.so.5.6.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5Package.so is empty, not checked.
ldconfig: File /usr/lib/libzvbi.so.0.13.2 is empty, not checked.
ldconfig: File /usr/lib/libzvbi-chains.so.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5ThreadWeaver.so is empty, not checked.
ldconfig: File /usr/lib/libzvbi-chains.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5Plasma.so.5 is empty, not checked.
ldconfig: File /usr/lib/libzvbi-chains.so is empty, not checked.
ldconfig: File /usr/lib/libKF5Plasma.so.5.6.0 is empty, not checked.
ldconfig: File /usr/lib/libKF5Plasma.so is empty, not checked.
ldconfig: File /usr/lib/libKF5PlasmaQuick.so.5 is empty, not checked.

I tried many thing posted here and there without luck, please advice.
Thanks!

Are you using KDE Plasma 5? It looks like that might be related. And what's meant by "I tried many things"? What did you try?

Also, [ code ] tags please when posting code.

Last edited by clfarron4 (2015-01-12 11:53:20)


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#3 2015-01-12 11:54:03

nforced
Member
Registered: 2015-01-04
Posts: 19

Re: [Solved] Problems after recent update

Hi, sorry for the formatting..
Everything happened after update, I've been using the lts kernel for months but I never had to do

grub-mkconfig -o /boot/grub/grub.cfg

so far. I just booted another version and did that and it's booting just fine now.
I tried Plasma 5 about two months ago but I never used it, I just wanted to see it but I never had any error messages related to that ever since then (I now use KDE4). How do I find the list of packages updated on that particular date?
Deluge was wokring just fine before.

Offline

#4 2015-01-12 12:35:15

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Problems after recent update

nforced wrote:

How do I find the list of packages updated on that particular date?

Check pacman's log.

Offline

#5 2015-01-12 12:50:20

nforced
Member
Registered: 2015-01-04
Posts: 19

Re: [Solved] Problems after recent update

Recent pacman log 2015-01-02 to 2015-01-11 here

Offline

#6 2015-01-12 15:40:30

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: [Solved] Problems after recent update

Do you have python2-six installed? If you do, reinstall it. All of the "File <whatever> is empty, not checked." point to filesystem corruption. Those packages will need reinstalled as well.

Offline

#7 2015-01-12 17:07:47

nforced
Member
Registered: 2015-01-04
Posts: 19

Re: [Solved] Problems after recent update

Deluge is running again!
Here's what I did:

[root@fatal amp]# pacman -S python2-six
warning: python2-six-1.9.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) python2-six-1.9.0-1

Total Installed Size:  0.09 MiB

:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring                                                                                                                                                                                            [##########################################################################################################################################] 100%
(1/1) checking package integrity                                                                                                                                                                                          [##########################################################################################################################################] 100%
(1/1) loading package files                                                                                                                                                                                               [##########################################################################################################################################] 100%
(1/1) checking for file conflicts                                                                                                                                                                                         [##########################################################################################################################################] 100%
error: failed to commit transaction (conflicting files)
python2-six: /usr/lib/python2.7/site-packages/six-1.9.0-py2.7.egg-info exists in filesystem
python2-six: /usr/lib/python2.7/site-packages/six.py exists in filesystem
python2-six: /usr/lib/python2.7/site-packages/six.pyc exists in filesystem
python2-six: /usr/lib/python2.7/site-packages/six.pyo exists in filesystem
python2-six: /usr/share/licenses/python2-six/LICENSE exists in filesystem
Errors occurred, no packages were upgraded.


[root@fatal amp]# pacman -R python2-six
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: python2-cryptography: requires python2-six
:: python2-pyopenssl: requires python2-six

[root@fatal amp]# rm -f /usr/lib/python2.7/site-packages/six-1.9.0-py2.7.egg-info
[root@fatal amp]# rm -f /usr/lib/python2.7/site-packages/six.py
[root@fatal amp]# rm -f /usr/lib/python2.7/site-packages/six.pyc
[root@fatal amp]# rm -f /usr/lib/python2.7/site-packages/six.pyo
[root@fatal amp]# rm -f /usr/share/licenses/python2-six/LICENSE


[root@fatal amp]# pacman -S python2-six
warning: python2-six-1.9.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) python2-six-1.9.0-1

Total Installed Size:  0.09 MiB

:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring                                                                                                                                                                                            [##########################################################################################################################################] 100%
(1/1) checking package integrity                                                                                                                                                                                          [##########################################################################################################################################] 100%
(1/1) loading package files                                                                                                                                                                                               [##########################################################################################################################################] 100%
(1/1) checking for file conflicts                                                                                                                                                                                         [##########################################################################################################################################] 100%
(1/1) checking available disk space                                                                                                                                                                                       [##########################################################################################################################################] 100%
(1/1) reinstalling python2-six

Is there an automated way of doing this, I feel bad about removing a number of files manually smile it looks like I have a number of packages to reinstall with many files to be removed.

Offline

#8 2015-01-12 17:17:49

anatolik
Developer
Registered: 2012-09-27
Posts: 458

Re: [Solved] Problems after recent update

nforced wrote:

Is there an automated way of doing this, I feel bad about removing a number of files manually smile it looks like I have a number of packages to reinstall with many files to be removed.

Run lostfiles script that will report files not installed by Arch https://aur.archlinux.org/packages/lostfiles Check where you need those files and if not - just remove them.


Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster

Offline

#9 2015-01-12 17:45:58

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: [Solved] Problems after recent update

nforced wrote:

Is there an automated way of doing this, I feel bad about removing a number of files manually smile it looks like I have a number of packages to reinstall with many files to be removed.

https://wiki.archlinux.org/index.php/Fi … 9.22_error

Offline

#10 2015-01-12 20:24:44

nforced
Member
Registered: 2015-01-04
Posts: 19

Re: [Solved] Problems after recent update

Thanks, this explains how to deal with such files, I wonder why this started few days ago but anyway it's not a problem anymore, thanks all for your support!

Offline

#11 2015-01-12 20:37:48

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

Re: [Solved] Problems after recent update

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

Board footer

Powered by FluxBB