Upgrade my system openSuse 11.2 x86_64 to openSuse 11.4 x86_64 (KDE4)
now I cannot open any DVD or CD.
My computer is showing the DVD and the name.
Personal Settings -> Removable Devices -> Enable automatic mounting of removable devices is checked
I see I am missing a few option in the system display panel like kmail and devices.
I found the solution its better to make a new user and then copy kmail to access my mail.
On 2011-05-14 19:36, anton wrote:
>
> Upgrade my system openSuse 11.2 x86_64 to openSuse 11.4 x86_64 (KDE4)
> now I cannot open any DVD or CD.
The DVD upgrade has a problem: some packages will not be upgraded, if they
are not listed in the DVD. You have to seek them manually⁽¹⁾ or do a zypper
dup as well.
(1)
Code:
rpm -q -a --queryformat "%{INSTALLTIME};%{INSTALLTIME:day};
%{BUILDTIME:day}; %{NAME};%{VERSION}-%-7{RELEASE};%{arch};
%{VENDOR};%{PACKAGER};%{DISTRIBUTION};%{DISTTAG}
"
| sort | cut --fields=“2-” --delimiter=;
| tee rpmlist.csv | less -S
It generates a list of packages (the first version is for importing in a
spreadsheet) with the interesting fields that allows you to learn if there
is a package from the wrong distro or architecture. Just examine it
completely, and if there is a wrong package, install the correct version
with YaST.
–
Cheers / Saludos,
Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)