My OpenMandriva doesn't start anymore

Hello everyone,

here’s my problem : since some updates, which I cannot identify, my OpenMandriva doesn’t start anymore.


A lot of lines appear on my screen (check the picture). I tried to reinstall and it works, until I update the system. I need your help and I must say I’m not too good with computers. You can ask me more info and I’ll try to give you the info.
Thanks a lot !

CD

Can you boot from a previous kernel to see if that works? At the start menu you should see a line “Advanced options for OpenMandria LX”. If you choose it you will get a list of old kernels to boot.

It may be a different problem but I’m also about to report a similar problem. I also did all updates. I tried to configured my nvidia video card to use the proprietary driver. Then after reboot, the graphics was out. Then I tried XFdrake at the recovery boot to go back to nouveau. XFdrake had a problem with “undefined monitor” but nouveau was back. Then, already in graphical mode, I tried to configure the video card again and, at reboot the system refused to start even in the recovery mode!

However, after a few hours off, the computer started again as if nothing had happened!

I’ll give more details in a specific report.

Hello clb,

yes I tried with the previous kernel (4.6.5) but the problem is still the same. It doesn’t come from the Kernel

Hello adelson.oliveira,

I didn’t try to configure anything concerning the graphics. I try to restart but it doesn’t work better.

It looks like it can not find the partition to boot from. Can you boot a live CD and run “blkid” as root to find out which partition has the UUID it can not find?

Hello clb,

here is the result of blkid command with a live cd

[root@localhost live]# blkid
/dev/loop0: TYPE=“squashfs”
/dev/sda1: LABEL=“PQSERVICE” UUID=“0E4E-05CE” TYPE=“vfat” PARTUUID=“fb9fa83d-01”
/dev/sda2: LABEL=“ACER” UUID=“1C8468F28468D036” TYPE=“ntfs” PARTUUID=“fb9fa83d-02”
/dev/sda3: LABEL=“ACERDATA” UUID=“36BCDC4EBCDC0A6F” TYPE=“ntfs” PARTUUID=“fb9fa83d-03”
/dev/sda5: UUID=“ef0f4bf7-b753-4b7b-89b3-e5e9ed8607e3” TYPE=“swap” PARTUUID=“fb9fa83d-05”
/dev/sda6: UUID=“b0d61e49-fafb-49f1-94c4-a5b31dcf6330” TYPE=“ext4” PARTUUID=“fb9fa83d-06”
/dev/sda7: UUID=“a7b765fd-3274-4367-9b55-74211935f73d” TYPE=“ext4” PARTUUID=“fb9fa83d-07”
/dev/sdb2: SEC_TYPE=“msdos” UUID=“C67C-8A40” TYPE=“vfat”

So it looks like it is having trouble with /dev/sda5 which is swap and /dev/sda7. Do you know which partition if your / partition. You should be able to mount /dev/sda6 and /dev/sda7 in live mode and have a look. If it is /dev/sda6 then you could comment out swap and UUID=a7b765fd-3274-4367-9b55-74211935f73d from fstab and see if it boots.

At some point it would be good to run the fsck on both /dev/sda6 and /dev/sda7 to see if either need repairs. This will have to be done from a live CD with the partition not mounted.

Here is the content of etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system>                           <mount point>  <type>  <options>  <dump>  <pass>
UUID=a7b765fd-3274-4367-9b55-74211935f73d /              ext4    defaults,noatime 0       1
UUID=ef0f4bf7-b753-4b7b-89b3-e5e9ed8607e3 swap           swap    defaults,noatime 0       0

I commented the lines
UUID=a7b765fd-3274-4367-9b55-74211935f73d / ext4 defaults,noatime 0 1
UUID=ef0f4bf7-b753-4b7b-89b3-e5e9ed8607e3 swap swap defaults,noatime 0 0
with # and rebooted but I still get the same errors when the computer starts.

I ran fsck on the 2 partitions and here is the return of the commands :
[root@localhost live]# fsck /dev/sda6
fsck de util-linux 2.28
e2fsck 1.43.1 (08-Jun-2016)
/dev/sda6 : propre, 4080/4161536 fichiers, 972607/16640856 blocs
[root@localhost live]# fsck /dev/sda7
fsck de util-linux 2.28
e2fsck 1.43.1 (08-Jun-2016)
/dev/sda7 : propre, 185089/788416 fichiers, 1675897/3148396 blocs

So I guess everything is ok. Do you have any other ideas ?
thanks for your help.


edit ~rugyada
Please post your code as code in order to avoid the

#big bold text

given by the # at the beginning of the first line.

So you can not comment out the line for / as it will be need to boot. Can you mount that partition while running the live CD? If so do a ls -l /mount point/boot/initrd-desktop.img and ls -l /mount point/boot/vmlinuz-desktop. You may have to make a new initrd-desktop file.

Have you changed anything in the file /etc/systemd/journald.conf. It could be the cause of the Journal Service not starting. You may want to move that file to somewhere else and boot the machine. It should use the defaults then.

Hello clb,

In the file etc/fstab, there were only 2 lines :
UUID=a7b765fd-3274-4367-9b55-74211935f73d / ext4 defaults,noatime 0 1
UUID=ef0f4bf7-b753-4b7b-89b3-e5e9ed8607e3 swap swap defaults,noatime 0 0

I edited them after launching the live install(in my case a live USB) and did put # in front of them then restarted the system. I get the same error.

I will restart the live USB, do a ls -l /mount point/boot/initrd-desktop.img and ls -l /mount point/boot/vmlinuz-desktop. I will make a new initrd-desktop file.
To be completely honest I’m not too good with computers, so I hope I will do it the right way.

Just one more thing that I repeat (sorry if I did it too much) but the problem comes from an update. I don’t know which one. I tried to reinstall 3 times, and everything works well until I do the updates. Is there a way to know which update cause the problem, so I can reinstall, avoid doing this update and maybe post a bugreport ?

Thanks anyway clb I really appreciate what you do !

CD

I am not sure without doing each update separately if there is a way to figure out which one it is. That was the reason I asked if you tried on old kernel. I noticed on my machine that the initrd file for the new kernel was missing so I had to create a new one, but since it booted with the old kernel I doubt this is the issue. I am running out of ideas. May need someone else with more knowledge to help you out.

Hello clb,

just to add that I first had the problem while having kernel 4.8.6. I waited some days to reinstall and it was the kernel 4.8.12 that was installed but the problem was the same.
Each time I installed, I tried to start with the 1st kernel 4.6.5, but I had the same error all the time.
I will now try to do do a ls -l /mount point/boot/initrd-desktop.img and ls -l /mount point/boot/vmlinuz-desktop. And I give you the result.

Are any testing repos enabled? To see what packages were updated when:

$ rpm -qa --last | more

Edit: What you need is the list of packages updated at the day/time problem occurred.
Edit 2: How are you updating? With Discover? Or OMCC>Update your System or from command line?

# urpmi --auto-update

In installed system could you post output of:

$ inxi -b

and:

# urpmi.update -av

Thanks guys for your help !
Ben79, you ask What you need is the list of packages updated at the day/time problem occurred.
How to get that list ? As my OpenMandriva doesn’t start, should I reinstall it ? The same for the command line you ask me to type, I should reinstall or there is a way to be able to typ e them in the install where I get error messages ?

And to answer the other question I always update from command libe, typing urpmi --auto-update

Yes, that is exactly what I would do. Reinstall and stop at the point where it is still working. Don’t update system. Then you can provide the requested info.

To get the list of packages it would update run:

# urpmi -v --auto-update --test

and copy and paste the output to a file. Save the file to pastebin or a similar service and post a link to it here.

Also what is the URL for mirror you use for updates or do you use mirror list?

Since you haven’t said it is assumed you have a x86_64 system.

If you have x86_64 hardware use the x86_64 .iso. Only use i586 if you have hardware that can’t possibly run a 64 bit system.

Another thing to consider for a reinstall is to try the Lx 3.01 .iso which is a respin of Lx 3.0 with updated packages.

https://abf.openmandriva.org/platforms/3.0/products/38/product_build_lists/707

Hello Ben,

Thanks for your help. Sorry I didn’t mention it but I have a 32 bits laptop, so I use i586 version of OMV.
I will reinstall and give you the output.
Is there a link for OMV Lx 3.01 for i586. I can’t find it.

$ urpmi -v --auto-update --test
getting lock on urpmi
using mirror http://distrib-coffee.ipsl.jussieu.fr/pub/linux/openmandriva/3.0/repository/i586/
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/openmandriva/3.0/repository/i586/media/main/release media_info/MD5SUM récupéré
comparaison de /var/cache/urpmi/partial/MD5SUM et de /var/lib/urpmi/MD5SUM.main
le média « main » est à jour
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/openmandriva/3.0/repository/i586/media/main/updates media_info/MD5SUM récupéré
comparaison de /var/cache/urpmi/partial/MD5SUM et de /var/lib/urpmi/MD5SUM.main updates
le média « main updates » est à jour
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/openmandriva/3.0/repository/i586/media/restricted/release media_info/MD5SUM récupéré
comparaison de /var/cache/urpmi/partial/MD5SUM et de /var/lib/urpmi/MD5SUM.restricted
le média « restricted » est à jour
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/openmandriva/3.0/repository/i586/media/restricted/updates media_info/MD5SUM récupéré
comparaison de /var/cache/urpmi/partial/MD5SUM et de /var/lib/urpmi/MD5SUM.restricted updates
le média « restricted updates » est à jour
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/openmandriva/3.0/repository/i586/media/non-free/release media_info/MD5SUM récupéré
comparaison de /var/cache/urpmi/partial/MD5SUM et de /var/lib/urpmi/MD5SUM.non-free
le média « non-free » est à jour
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/openmandriva/3.0/repository/i586/media/non-free/updates media_info/MD5SUM récupéré
comparaison de /var/cache/urpmi/partial/MD5SUM et de /var/lib/urpmi/MD5SUM.non-free updates
le média « non-free updates » est à jour
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/openmandriva/3.0/repository/i586/media/contrib/release media_info/MD5SUM récupéré
comparaison de /var/cache/urpmi/partial/MD5SUM et de /var/lib/urpmi/MD5SUM.contrib
le média « contrib » est à jour
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/openmandriva/3.0/repository/i586/media/contrib/updates media_info/MD5SUM récupéré
comparaison de /var/cache/urpmi/partial/MD5SUM et de /var/lib/urpmi/MD5SUM.contrib updates
le média « contrib updates » est à jour
examen de la liste de synthèse [/var/lib/urpmi/synthesis.hdlist.main.cz]
examen de la liste de synthèse [/var/lib/urpmi/synthesis.hdlist.main updates.cz]
examen de la liste de synthèse [/var/lib/urpmi/synthesis.hdlist.restricted.cz]
examen de la liste de synthèse [/var/lib/urpmi/synthesis.hdlist.restricted updates.cz]
examen de la liste de synthèse [/var/lib/urpmi/synthesis.hdlist.non-free.cz]
examen de la liste de synthèse [/var/lib/urpmi/synthesis.hdlist.non-free updates.cz]
examen de la liste de synthèse [/var/lib/urpmi/synthesis.hdlist.contrib.cz]
examen de la liste de synthèse [/var/lib/urpmi/synthesis.hdlist.contrib updates.cz]
effectuerait une installation plutôt qu'une mise à jour de kernel-doc-4.1.18-1-omv2015.0.noarch
effectuerait une installation plutôt qu'une mise à jour de kernel-nrj-desktop-devel-4.1.18-1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-rc-desktop-4.6.0-0.rc7.1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-nrj-server-4.1.18-1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-rc-desktop-devel-4.6.0-0.rc7.1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-server-devel-4.1.18-1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-rc-source-4.6.0-0.rc7.1omv-1-1-omv2015.0.noarch
effectuerait une installation plutôt qu'une mise à jour de kernel-nrjQL-desktop-pae-devel-4.1.18-1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-nrjQL-desktop-4.1.18-1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-nrjQL-desktop-pae-4.1.18-1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-nrjQL-desktop-devel-4.1.18-1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-nrj-server-devel-4.1.18-1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-nrj-desktop-4.1.18-1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-source-4.1.18-1omv-1-1-omv2015.0.noarch
effectuerait une installation plutôt qu'une mise à jour de kernel-server-4.1.18-1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-release-source-4.6.5-2omv-1-1-omv2015.0.noarch
effectuerait une installation plutôt qu'une mise à jour de kernel-release-desktop-devel-4.6.5-2omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-release-desktop-4.6.5-2omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-release-desktop-devel-4.9.0-1omv-1-1-omv2015.0.i586
effectuerait une installation plutôt qu'une mise à jour de kernel-release-source-4.9.0-1omv-1-1-omv2015.0.noarch
effectuerait une installation plutôt qu'une mise à jour de kernel-release-desktop-4.9.0-1omv-1-1-omv2015.0.i586
getting exclusive lock on rpm
GOT: libqt5-qtaccountsservice0-0.6.0-2-omv2015.0.i586
GOT: libqtaccountsservice0-0.6.0-2-omv2015.0.i586
GOT: libQtAccountsService0-0.6.0-3-omv2015.0.i586
Afin de satisfaire les dépendances de « libQtAccountsService.so.0 », un des paquetages suivants est nécessaire :
 1- libqt5-qtaccountsservice0-0.6.0-2-omv2015.0.i586 : Main library for qt5-qtaccountsservice (à installer)
 2- libqtaccountsservice0-0.6.0-2-omv2015.0.i586 : Main library for qtaccountsservice (à installer)
 3- libQtAccountsService0-0.6.0-3-omv2015.0.i586 : Main library for qt5-qtaccountsservice (à installer)
Certains paquetages demandés ne peuvent pas être installés :
firefox-ja-50.1.0-1-omv2015.0.noarch (car myspell-ja est non satisfait)
firefox-ko-50.1.0-1-omv2015.0.noarch (car myspell-ko est non satisfait)
firefox-zh_CN-50.1.0-1-omv2015.0.noarch (car myspell-zh_CN est non satisfait)
firefox-zh_TW-50.1.0-1-omv2015.0.noarch (car myspell-zh_TW est non satisfait)
Désirez-vous tout de même continuer ? (O/n) O
Afin de poursuivre la mise à jour, les paquetages suivants doivent être désinstallés :
firefox-ja-48.0-2-omv2015.0.noarch
 (car firefox == 0:48.0 est non satisfait)
firefox-ko-48.0-2-omv2015.0.noarch
 (car firefox == 0:48.0 est non satisfait)
firefox-zh_CN-48.0-2-omv2015.0.noarch
 (car firefox == 0:48.0 est non satisfait)
firefox-zh_TW-48.0-2-omv2015.0.noarch
 (car firefox == 0:48.0 est non satisfait)
kio-imap-16.04.3-1-omv2015.0.i586
 (car kdepimlibs-core == 3:16.04.3-1:2015.0 est non satisfait)
kio-mbox-16.04.3-1-omv2015.0.i586
 (car kdepimlibs-core == 3:16.04.3-1:2015.0 est non satisfait)
kio-nntp-16.04.3-1-omv2015.0.i586
 (car kdepimlibs-core == 3:16.04.3-1:2015.0 est non satisfait)
libKF5AkonadiSocialUtils5-16.04.3-1-omv2015.0.i586
 (car akonadi-social-utils-data == 3:16.04.3-1:2015.0 est non satisfait,
  car kdepimlibs-core == 3:16.04.3-1:2015.0 est non satisfait)
(test uniquement, la suppression ne sera pas effectuée) (o/N) 
 libgtk-modules3.0              3.22.3       1             omv   2015.0 i586 
 libgtk-x11_2.0_0               2.24.31      1             omv   2015.0 i586 
 libgtk3_0                      3.22.3       1             omv   2015.0 i586 
 libgusb2                       0.2.9        1             omv   2015.0 i586 
 libgwenviewlib5                16.08.3      1             omv   2015.0 i586 
 libhandle1                     4.7.0        1             omv   2015.0 i586 
 libharfbuzz-icu0               1.3.3        1             omv   2015.0 i586 
 libharfbuzz0                   1.3.3        1             omv   2015.0 i586 
 libhd21                        21.31        1             omv   2015.0 i586 
 libhogweed4                    3.3          1             omv   2015.0 i586 
 libhpdiscovery0                3.16.10      1             omv   2015.0 i586 
 libhpip0                       3.16.10      1             omv   2015.0 i586 
 libhpipp0                      3.16.10      1             omv   2015.0 i586 
 libhpmud0                      3.16.10      1             omv   2015.0 i586 
 libice6                        1.0.9        8             omv   2015.0 i586 
 libinput                       1.5.3        1             omv   2015.0 i586 
 libinput10                     1.5.3        1             omv   2015.0 i586 
 libkabc4                       4.14.10      7             omv   2015.0 i586 
 libkabc_file_core4             4.14.10      7             omv   2015.0 i586 
 libkaccounts16                 16.08.3      1             omv   2015.0 i586 
 libkaddressbookprivate5        16.08.3      4             omv   2015.0 i586 
 libkcal4                       4.14.10      7             omv   2015.0 i586 
 libkcddb                       16.08.3      1             omv   2015.0 i586 
 libkcddb4                      16.08.3      1             omv   2015.0 i586 
 libkcmutils4                   4.14.26      1             omv   2015.0 i586 
 libkcompactdisc4               16.08.3      1             omv   2015.0 i586 
 libkdcraw                      16.08.3      1             omv   2015.0 i586 
 libkde3support4                4.14.26      1             omv   2015.0 i586 
 libkdeclarative5               4.14.26      1             omv   2015.0 i586 
 libkdeconnectcore1             1.0.2        1             omv   2015.0 i586 
 libkdeconnectinterfaces1       1.0.2        1             omv   2015.0 i586 
 libkdeconnectpluginkcm1        1.0.2        1             omv   2015.0 i586 
 libkdecorations2_5             5.8.4        1             omv   2015.0 i586 
 libkdecorations2private5       5.8.4        1             omv   2015.0 i586 
 libkdecore5                    4.14.26      1             omv   2015.0 i586 
 libkdepim                      16.08.3      1             omv   2015.0 i586 
 libkdesu5                      4.14.26      1             omv   2015.0 i586 
 libkdeui5                      4.14.26      1             omv   2015.0 i586 
 libkdewebkit5                  4.14.26      1             omv   2015.0 i586 
 libkdfprivate16                16.08.3      1             omv   2015.0 i586 
 libkdnssd4                     4.14.26      1             omv   2015.0 i586 
 libkeffects9                   5.8.4        1             omv   2015.0 i586 
 libkemoticons4                 4.14.26      1             omv   2015.0 i586 
 libkerfuffle16                 16.08.3      1             omv   2015.0 i586 
 libkf5blog5                    16.08.3      1             omv   2015.0 i586 
 libkf5kleopatraclientcore1     16.08.3      1             omv   2015.0 i586 
 libkf5kleopatraclientgui1      16.08.3      1             omv   2015.0 i586 
 libkf5kontactinterface5        16.08.3      1             omv   2015.0 i586 
 libkf5tnef5                    16.08.3      1             omv   2015.0 i586 
 libkfile4                      4.14.26      1             omv   2015.0 i586 
 libkfontinst5                  5.8.4        1             omv   2015.0 i586 
 libkfontinstui5                5.8.4        1             omv   2015.0 i586 
 libkgapi                       5.3.1        1             omv   2015.0 i586 
 libkgetcore4                   16.08.3      1             omv   2015.0 i586 
 libkhotkeysprivate5            5.8.4        1             omv   2015.0 i586 
 libkhtml5                      4.14.26      1             omv   2015.0 i586 
 libkio5                        4.14.26      1             omv   2015.0 i586 
 libkjs4                        4.14.26      1             omv   2015.0 i586 
 libkjsembed4                   4.14.26      1             omv   2015.0 i586 
 libkldap4                      4.14.10      7             omv   2015.0 i586 
 libkleo                        16.08.3      1             omv   2015.0 i586 
 libkmailprivate5               16.08.3      4             omv   2015.0 i586 
 libkmediaplayer4               4.14.26      1             omv   2015.0 i586 
 libkmime4                      4.14.10      7             omv   2015.0 i586 
 libkmindexreader5              16.08.3      1             omv   2015.0 i586 
 libknewstuff2_4                4.14.26      1             omv   2015.0 i586 
 libknewstuff3_4                4.14.26      1             omv   2015.0 i586 
 libknotesprivate5              16.08.3      4             omv   2015.0 i586 
 libknotifyconfig4              4.14.26      1             omv   2015.0 i586 
 libkntlm4                      4.14.26      1             omv   2015.0 i586 
 libkontactprivate5             16.08.3      4             omv   2015.0 i586 
 libkopete4                     16.08.3      1             omv   2015.0 i586 
 libkopete_oscar4               16.08.3      1             omv   2015.0 i586 
 libkopete_otr_shared1          16.08.3      1             omv   2015.0 i586 
 libkopete_videodevice4         16.08.3      1             omv   2015.0 i586
 libkopeteaddaccountwizard1     16.08.3      1             omv   2015.0 i586 
 libkopetechatwindow_shared1    16.08.3      1             omv   2015.0 i586 
 libkopetecontactlist1          16.08.3      1             omv   2015.0 i586 
 libkopeteidentity1             16.08.3      1             omv   2015.0 i586 
 libkopeteprivacy1              16.08.3      1             omv   2015.0 i586 
 libkopetestatusmenu1           16.08.3      1             omv   2015.0 i586 
 libkorganizer_core5            16.08.3      4             omv   2015.0 i586 
 libkorganizer_interfaces5      16.08.3      4             omv   2015.0 i586 
 libkorganizerprivate5          16.08.3      4             omv   2015.0 i586 
 libkparts4                     4.14.26      1             omv   2015.0 i586 
 libkpimidentities4             4.14.10      7             omv   2015.0 i586 
 libkpimtextedit4               4.14.10      7             omv   2015.0 i586 
 libkpimutils4                  4.14.10      7             omv   2015.0 i586 
 libkpty4                       4.14.26      1             omv   2015.0 i586 
 libkrdccore5                   16.08.3      1             omv   2015.0 i586 
 libkremotecontrol1             16.08.3      1             omv   2015.0 i586 
 libkresources4                 4.14.10      7             omv   2015.0 i586 
 libkrfbprivate5                16.08.3      1             omv   2015.0 i586 
 libkrosscore4                  4.14.26      1             omv   2015.0 i586 
 libksane                       16.08.3      1             omv   2015.0 i586 
 libksba8                       1.3.5        1             omv   2015.0 i586 
 libkscreen5                    5.8.4        1             omv   2015.0 i586 
 libkscreenlocker5              5.8.4        1             omv   2015.0 i586 
 libksgrd7                      5.8.4        1             omv   2015.0 i586 
 libksieve                      16.08.3      2             omv   2015.0 i586 
 libksignalplotter7             5.8.4        1             omv   2015.0 i586 
 libksysguard                   5.8.4        1             omv   2015.0 i586 
 libktexteditor4                4.14.26      1             omv   2015.0 i586 
 libkttsd4                      16.08.3      1             omv   2015.0 i586 
 libkunittest4                  4.14.26      1             omv   2015.0 i586 
 libkwin4_effect_builtins1      5.8.4        1             omv   2015.0 i586 
 libkwin5                       5.8.4        1             omv   2015.0 i586 
 libkwinglutils9                5.8.4        1             omv   2015.0 i586 
 libkwinxrenderutils9           5.8.4        1             omv   2015.0 i586 
 libkworkspace5_5               5.8.4        1             omv   2015.0 i586 
 libkxmlrpcclient4              4.14.10      7             omv   2015.0 i586 
 libkyahoo1                     16.08.3      1             omv   2015.0 i586 
 libldb1                        1.1.28       1             omv   2015.0 i586 
 liblibKF5BluezQt6              5.28.0       1             omv   2015.0 i586 
 libliveMedia57                 2016.10.21   1             omv   2015.0 i586 
 liblsofui7                     5.8.4        1             omv   2015.0 i586 
 liblz4_1                       1.7.4.2      1             omv   2015.0 i586 
 libmagic1                      5.29         1             omv   2015.0 i586 
 libmaildir5                    16.08.3      1             omv   2015.0 i586 
 libmailtransport4              4.14.10      7             omv   2015.0 i586 
 libmarblewidget-qt5_25         16.08.3      1             omv   2015.0 i586 
 libmenuw6                      6.0          0.20161105.13 omv   2015.0 i586 
 libmilou5                      5.8.4        1             omv   2015.0 i586 
 libmm-glib0                    1.4.16       1             omv   2015.0 i586 
 libmolletnetwork4              16.08.3      1             omv   2015.0 i586 
 libmolletnetwork5_5            16.08.3      2             omv   2015.0 i586 
 libmount1                      2.29         1             omv   2015.0 i586 
 libmpfr4                       3.1.5        1             omv   2015.0 i586 
 libmpg123_0                    1.23.7       1             omv   2015.0 i586 
 libmtp-utils                   1.1.12       1             omv   2015.0 i586 
 libmtp9                        1.1.12       1             omv   2015.0 i586 
 libmysqlclient18               10.1.19      1             omv   2015.0 i586 
 libncursesw6                   6.0          0.20161105.13 omv   2015.0 i586 
 libndr0                        4.5.1        3             omv   2015.0 i586 
 libnetapi0                     4.5.1        3             omv   2015.0 i586 
 libnetfilter_conntrack3        1.0.6        1             omv   2015.0 i586 
 libnettle6                     3.3          1             omv   2015.0 i586 
 libnetworkmanager-gir1.0       1.2.6        1             omv   2015.0 i586 
 libnm-gir1.0                   1.2.6        1             omv   2015.0 i586 
 libnm-glib-vpn1                1.2.6        1             omv   2015.0 i586 
 libnm-glib4                    1.2.6        1             omv   2015.0 i586 
 libnm-util2                    1.2.6        1             omv   2015.0 i586 
 libnm0                         1.2.6        1             omv   2015.0 i586 
 libnotesharedprivate5          16.08.3      4             omv   2015.0 i586 
 libnotify-gir0.7               0.7.7        1             omv   2015.0 i586 
 libnotify4                     0.7.7        1             omv   2015.0 i586 
 libnspr4                       4.13         1             omv   2015.0 i586 
 libnss3                        3.27.1       1             omv   2015.0 i586 
 libnss_myhostname2             232          2             omv   2015.0 i586 
 libnuma1                       2.0.11       1             omv   2015.0 i586 
 libopenssl-engines1.0.0        1.0.2j       1             omv   2015.0 i586 
 libopus0                       1.1.3        3             omv   2015.0 i586 
 liboscar1                      16.08.3      1             omv   2015.0 i586 
 libpackagekitqt5_0             0.9.6        1             omv   2015.0 i586 
 libpanelw6                     6.0          0.20161105.13 omv   2015.0 i586 
 libpango-gir1.0                1.40.3       1             omv   2015.0 i586 
 libpango1.0_0                  1.40.3       1             omv   2015.0 i586 
 libpangocairo1.0_0             1.40.3       1             omv   2015.0 i586 
 libpangoft2_1.0_0              1.40.3       1             omv   2015.0 i586 
 libpangoxft1.0_0               1.40.3       1             omv   2015.0 i586 
 libpcap1                       1.8.1        1             omv   2015.0 i586 
 libpci3                        3.5.2        1             omv   2015.0 i586 
 libpciaccess0                  0.13.4       7             omv   2015.0 i586 
 libphonon4                     4.9.0        3             omv   2015.0 i586 
 libphonon4qt5_4                4.9.0        3             omv   2015.0 i586 
 libplasma-geolocation-interfa> 5.8.4        1             omv   2015.0 i586 
 libplasma3                     4.14.26      1             omv   2015.0 i586 
 libplasmacomicprovidercore1    5.8.4        1             omv   2015.0 i586 
 libplasmamediacenter5          5.7.5        1             omv   2015.0 i586 
 libplasmaweather1              5.8.4        1             omv   2015.0 i586 
 libply-boot-client4            0.9.3        0.20160907.13 omv   2015.0 i586 
 libply-splash-core4            0.9.3        0.20160907.13 omv   2015.0 i586 
 libply-splash-graphics4        0.9.3        0.20160907.13 omv   2015.0 i586 
 libply4                        0.9.3        0.20160907.13 omv   2015.0 i586 
 libpng16_16                    1.6.26       1             omv   2015.0 i586 
 libpowerdevilconfigcommonpriv> 5.8.4        1             omv   2015.0 i586 
 libpowerdevilcore2             5.8.4        1             omv   2015.0 i586 
 libpowerdevilui5               5.8.4        1             omv   2015.0 i586 
 libprocesscore7                5.8.4        1             omv   2015.0 i586 
 libprocessui7                  5.8.4        1             omv   2015.0 i586 
 libprocps6                     3.3.12       2             omv   2015.0 i586 
 libpyldb-util1                 1.1.28       1             omv   2015.0 i586 
 libpytalloc-util2              2.1.8        3             omv   2015.0 i586 
 libqca2                        2.1.1        0.20160404.9  omv   2015.0 i586 
 libqca2-plugin-openssl         2.1.1        0.20160404.9  omv   2015.0 i586 
 libqca2-qt4                    2.1.1        0.20160404.9  omv   2015.0 i586 
 libqca2-qt4-plugin-openssl     2.1.1        0.20160404.9  omv   2015.0 i586 
 libqgsttools_p1                5.6.2        1             omv   2015.0 i586 
 libqt5concurrent5              5.6.2        2             omv   2015.0 i586 
 libqt5core5                    5.6.2        2             omv   2015.0 i586 
 libqt5dbus5                    5.6.2        2             omv   2015.0 i586 
 libqt5egldeviceintegration5    5.6.2        2             omv   2015.0 i586 
 libqt5gui5                     5.6.2        2             omv   2015.0 i586 
 libqt5gui5-eglfs               5.6.2        2             omv   2015.0 i586 
 libqt5gui5-x11                 5.6.2        2             omv   2015.0 i586 
 libqt5multimedia5              5.6.2        1             omv   2015.0 i586 
 libqt5multimediaquick_p5       5.6.2        1             omv   2015.0 i586 
 libqt5multimediawidgets5       5.6.2        1             omv   2015.0 i586 
 libqt5network5                 5.6.2        2             omv   2015.0 i586 
 libqt5opengl5                  5.6.2        2             omv   2015.0 i586 
 libqt5printsupport5            5.6.2        2             omv   2015.0 i586 
 libqt5qml5                     5.6.2        3             omv   2015.0 i586 
 libqt5quick5                   5.6.2        3             omv   2015.0 i586 
 libqt5quickparticles5          5.6.2        3             omv   2015.0 i586 
 libqt5quicktest5               5.6.2        3             omv   2015.0 i586 
 libqt5quickwidgets5            5.6.2        3             omv   2015.0 i586 
 libqt5script5                  5.6.2        1             omv   2015.0 i586 
 libqt5sql5                     5.6.2        2             omv   2015.0 i586 
 libqt5sql5-mysql               5.6.2        2             omv   2015.0 i586 
 libqt5sql5-sqlite              5.6.2        2             omv   2015.0 i586 
 libqt5svg5                     5.6.2        1             omv   2015.0 i586 
 libqt5test5                    5.6.2        2             omv   2015.0 i586 
 libqt5waylandclient5           5.6.2        1             omv   2015.0 i586 
 libqt5waylandcompositor5       5.6.2        1             omv   2015.0 i586 
 libqt5webchannel5              5.6.2        1             omv   2015.0 i586 
 libqt5webkit5                  5.6.2        1.1           omv   2015.0 i586 
 libqt5webkitwidgets5           5.6.2        1.1           omv   2015.0 i586 
 libqt5widgets5                 5.6.2        2             omv   2015.0 i586 
 libqt5x11extras5               5.6.2        1             omv   2015.0 i586 
 libqt5xcbqpa5                  5.6.2        2             omv   2015.0 i586 
 libqt5xml5                     5.6.2        2             omv   2015.0 i586 
 libqt5xmlpatterns5             5.6.2        1             omv   2015.0 i586 
 libqtspeech5                   5.7.0        3             omv   2015.0 i586 
 libreadline7                   7.0          2             omv   2015.0 i586 
 libreoffice-calc               5.2.3        3             omv   2015.0 i586 
 libreoffice-common             5.2.3        3             omv   2015.0 i586 
 libreoffice-draw               5.2.3        3             omv   2015.0 i586 
 libreoffice-help-de            5.2.3        3             omv   2015.0 i586 (suggested)
 libreoffice-help-en_GB         5.2.3        3             omv   2015.0 i586 
 libreoffice-help-en_US         5.2.3        3             omv   2015.0 i586 
 libreoffice-help-es            5.2.3        3             omv   2015.0 i586 
 libreoffice-help-fr            5.2.3        3             omv   2015.0 i586 
 libreoffice-help-it            5.2.3        3             omv   2015.0 i586 
 libreoffice-help-ja            5.2.3        3             omv   2015.0 i586 
 libreoffice-help-ko            5.2.3        3             omv   2015.0 i586 
 libreoffice-help-nb            5.2.3        3             omv   2015.0 i586 
 libreoffice-help-nl            5.2.3        3             omv   2015.0 i586 
 libreoffice-help-nn            5.2.3        3             omv   2015.0 i586 
 libreoffice-help-pl            5.2.3        3             omv   2015.0 i586 
 libreoffice-help-pt_BR         5.2.3        3             omv   2015.0 i586 
 libreoffice-help-ru            5.2.3        3             omv   2015.0 i586 
 libreoffice-help-zh_CN         5.2.3        3             omv   2015.0 i586 
 libreoffice-help-zh_TW         5.2.3        3             omv   2015.0 i586 
 libreoffice-impress            5.2.3        3             omv   2015.0 i586 
 libreoffice-kde4               5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-de            5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-en_GB         5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-es            5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-fr            5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-it            5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-ja            5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-ko            5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-nb            5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-nl            5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-nn            5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-pl            5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-pt_BR         5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-ro            5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-ru            5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-zh_CN         5.2.3        3             omv   2015.0 i586 
 libreoffice-l10n-zh_TW         5.2.3        3             omv   2015.0 i586 
 libreoffice-math               5.2.3        3             omv   2015.0 i586 
 libreoffice-style-oxygen       5.2.3        3             omv   2015.0 i586 
 libreoffice-writer             5.2.3        3             omv   2015.0 i586 
 libsamba-credentials0          4.5.1        3             omv   2015.0 i586 
 libsamba-errors1               4.5.1        3             omv   2015.0 i586 
 libsamba-hostconfig0           4.5.1        3             omv   2015.0 i586 
 libsamba-policy0               4.5.1        3             omv   2015.0 i586 
 libsamba-util0                 4.5.1        3             omv   2015.0 i586