You are not logged in.
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
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.
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.
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
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
How do I find the list of packages updated on that particular date?
Check pacman's log.
Offline
Recent pacman log 2015-01-02 to 2015-01-11 here
Offline
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
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-sixIs there an automated way of doing this, I feel bad about removing a number of files manually
it looks like I have a number of packages to reinstall with many files to be removed.
Offline
Is there an automated way of doing this, I feel bad about removing a number of files manually
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
Is there an automated way of doing this, I feel bad about removing a number of files manually
it looks like I have a number of packages to reinstall with many files to be removed.
Offline
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
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline