I rebooted to get a clean start, and tried to manually do a system update as superuser:
- Code: Select all
[root@localhost ~]# urpmi.update -a
medium "Core Release (distrib1)" is up-to-date
medium "Core Updates (distrib3)" is up-to-date
medium "Nonfree Release (distrib11)" is up-to-date
medium "Nonfree Updates (distrib13)" is up-to-date
medium "Core 32bit Release (distrib31)" is up-to-date
medium "Core 32bit Updates (distrib32)" is up-to-date
medium "Nonfree 32bit Release (distrib36)" is up-to-date
medium "Nonfree 32bit Updates (distrib37)" is up-to-date
medium "chrome_x86_64" is up-to-date
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]# urpmi -v --auto-select
getting lock on urpmi
using mirror http://www.mirrorservice.org/sites/mageia.org/pub/mageia/distrib/5/x86_64
examining synthesis file [/var/lib/urpmi/Core Release (distrib1)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Core Updates (distrib3)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Nonfree Release (distrib11)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Nonfree Updates (distrib13)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Core 32bit Release (distrib31)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Core 32bit Updates (distrib32)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Nonfree 32bit Release (distrib36)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Nonfree 32bit Updates (distrib37)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/chrome_x86_64/synthesis.hdlist.cz]
getting exclusive lock on rpm
The urpmi -v --auto-select fails to output any further debug and I have to kill the urpmi process using kill -s 9.
Note that Ctrl-C does not terminate the urpmi -v --auto-select suggesting the process has hung on an uninterruptible (signal) system call.
Note that I have been using the 64-bit and 32-bit tainted repros for many months. I tried disabling those repros in case that was the trouble but it seemed to make no difference.
I wonder whether it fails to get the lock on rpm and therefore waits forever ?
Any ideas ?