[opensuse-factory] zypper dup to 13.1M4 (or current factory) worked fine

I did a zypper dup to 13.1M4 for an installation which started long time ago as 12.2M3 and was a current 12.3 before this upgrade. So far I noticed two small problems: 1) an error popup after login to kde: 'The profile "AC" tried to activate DimDisplay, a non existent action. This is usually due to an installation problem or to a configuration problem' I found this hint http://www.kubuntuforums.net/showthread.php?63284-Error-The-profile-quot-AC-... and as suggested deleted the [AC][DimDisplay] section which helped. 2) sometimes downloads with konqueror are not completed. There comes a small popup window (actual download source replaced by $HOST): 'The process for the protocol $HOST ended unexpected.' (e.g. original german text: 'Der Prozess für das Protokoll http://suse.inode.at wurde unerwartet beendet.'). The downloaded file has the .part extension and is truncated. This is in a qemu-kvm virtual machine and the problem did not happen with the previous versions. Additional observation: the /etc/zypp/zypp.conf has the default value: multiversion.kernels = latest,latest-1,running before the upgrade the kernels 3.7.10-1.11-desktop and 3.7.10-1.16-desktop were installed. The upgrade additionally installed 3.10.1-3.g0cd5432-desktop and during several reboots none of the older kernels was removed, therefore I deleted them with zypper rm in order to reduce the time consumed for initrd creation in future updates. Dieter -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

On Mon, Aug 12, 2013 at 08:22:06PM +0200, dieter wrote: [ 8< ]
Additional observation: the /etc/zypp/zypp.conf has the default value: multiversion.kernels = latest,latest-1,running
before the upgrade the kernels 3.7.10-1.11-desktop and 3.7.10-1.16-desktop were installed. The upgrade additionally installed 3.10.1-3.g0cd5432-desktop and during several reboots none of the older kernels was removed, therefore I deleted them with zypper rm in order to reduce the time consumed for initrd creation in future updates.
Please check for this issue if the purge-kernels service is enabled by calling chkconfig purge-kernels You might find a hint in /var/log/messages There check for lines like the followings: 2013-06-12T12:12:22.816264+02:00 hip purge-kernels[990]: Removed: 2013-06-12T12:12:22.816619+02:00 hip purge-kernels[990]: kernel-default-3.7.10-1.4.1.x86_64 2013-06-12T12:12:22.816853+02:00 hip purge-kernels[990]: kernel-default-3.7.10-1.11.1.x86_64 For the this and the other issues please check bugzilla too. And file bug reports if the particular issue isn't already tracked. Cheers, Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team + SUSE Labs SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany

Am Tue, 13 Aug 2013 12:10:21 +0200 schrieb Lars Müller:
On Mon, Aug 12, 2013 at 08:22:06PM +0200, dieter wrote: [ 8< ]
Additional observation: the /etc/zypp/zypp.conf has the default value: multiversion.kernels = latest,latest-1,running
before the upgrade the kernels 3.7.10-1.11-desktop and 3.7.10-1.16-desktop were installed. The upgrade additionally installed 3.10.1-3.g0cd5432-desktop and during several reboots none of the older kernels was removed, therefore I deleted them with zypper rm in order to reduce the time consumed for initrd creation in future updates.
Please check for this issue if the purge-kernels service is enabled by calling
chkconfig purge-kernels chkconfig purge-kernels purge-kernels: unknown service systemctl status purge-kernels purge-kernels.service - Purge old kernels Loaded: loaded (/usr/lib/systemd/system/purge-kernels.service; enabled) Active: inactive (dead) start condition failed at Di 2013-08-13 12:17:18 CEST; 25min ago ConditionPathExists=/boot/do_purge_kernels was not met
You might find a hint in /var/log/messages There check for lines like the followings:
2013-06-12T12:12:22.816264+02:00 hip purge-kernels[990]: Removed: 2013-06-12T12:12:22.816619+02:00 hip purge-kernels[990]: kernel-default-3.7.10-1.4.1.x86_64 2013-06-12T12:12:22.816853+02:00 hip purge-kernels[990]: kernel-default-3.7.10-1.11.1.x86_64
purge-kernels was running in 12.3, the kernels were purged according to /var/log/messages* (and also as I remembered): 2013-06-14T11:34:56.657820+02:00 linux-qbcc purge-kernels[394]: Removed: 2013-06-14T11:34:56.664771+02:00 linux-qbcc purge-kernels[394]: kernel-desktop-3.7.10-1.1.1.x86_64 2013-07-05T15:01:00.023381+02:00 linux-qbcc purge-kernels[419]: Removed: 2013-07-05T15:01:00.030875+02:00 linux-qbcc purge-kernels[419]: kernel-desktop-3.7.10-1.4.1.x86_64 2013-08-10T23:32:39.897460+02:00 linux-qbcc purge-kernels[439]: /sbin/purge-kernels: Running kernel 3.10.1-3.g0cd5432-x86_64/desktop not installed. 2013-08-10T23:32:39.899294+02:00 linux-qbcc purge-kernels[439]: /sbin/purge-kernels: Nothing to do. 2013-08-10T23:32:39.900728+02:00 linux-qbcc purge-kernels[439]: NOT removing any packages for flavor x86_64/desktop. This "running kernel ... not installed" is surprising. rpm -q kernel-desktop kernel-desktop-3.10.1-3.5.g0cd5432.x86_64 uname -r 3.10.1-3.g0cd5432-desktop Maybe the reason is that the kernel revision and the version of the rpm are different?
For the this and the other issues please check bugzilla too. And file bug reports if the particular issue isn't already tracked. ok
Regards, Dieter -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Il 13/08/2013 13:08, dieter ha scritto:
Am Tue, 13 Aug 2013 12:10:21 +0200 schrieb Lars Müller:
On Mon, Aug 12, 2013 at 08:22:06PM +0200, dieter wrote: [ 8< ]
Additional observation: the /etc/zypp/zypp.conf has the default value: multiversion.kernels = latest,latest-1,running
before the upgrade the kernels 3.7.10-1.11-desktop and 3.7.10-1.16-desktop were installed. The upgrade additionally installed 3.10.1-3.g0cd5432-desktop and during several reboots none of the older kernels was removed, therefore I deleted them with zypper rm in order to reduce the time consumed for initrd creation in future updates. Please check for this issue if the purge-kernels service is enabled by calling
chkconfig purge-kernels chkconfig purge-kernels purge-kernels: unknown service systemctl status purge-kernels purge-kernels.service - Purge old kernels Loaded: loaded (/usr/lib/systemd/system/purge-kernels.service; enabled) Active: inactive (dead) start condition failed at Di 2013-08-13 12:17:18 CEST; 25min ago ConditionPathExists=/boot/do_purge_kernels was not met
You might find a hint in /var/log/messages There check for lines like the followings:
2013-06-12T12:12:22.816264+02:00 hip purge-kernels[990]: Removed: 2013-06-12T12:12:22.816619+02:00 hip purge-kernels[990]: kernel-default-3.7.10-1.4.1.x86_64 2013-06-12T12:12:22.816853+02:00 hip purge-kernels[990]: kernel-default-3.7.10-1.11.1.x86_64
purge-kernels was running in 12.3, the kernels were purged according to /var/log/messages* (and also as I remembered): 2013-06-14T11:34:56.657820+02:00 linux-qbcc purge-kernels[394]: Removed: 2013-06-14T11:34:56.664771+02:00 linux-qbcc purge-kernels[394]: kernel-desktop-3.7.10-1.1.1.x86_64 2013-07-05T15:01:00.023381+02:00 linux-qbcc purge-kernels[419]: Removed: 2013-07-05T15:01:00.030875+02:00 linux-qbcc purge-kernels[419]: kernel-desktop-3.7.10-1.4.1.x86_64
2013-08-10T23:32:39.897460+02:00 linux-qbcc purge-kernels[439]: /sbin/purge-kernels: Running kernel 3.10.1-3.g0cd5432-x86_64/desktop not installed.
2013-08-10T23:32:39.899294+02:00 linux-qbcc purge-kernels[439]: /sbin/purge-kernels: Nothing to do. 2013-08-10T23:32:39.900728+02:00 linux-qbcc purge-kernels[439]: NOT removing any packages for flavor x86_64/desktop.
This "running kernel ... not installed" is surprising. rpm -q kernel-desktop kernel-desktop-3.10.1-3.5.g0cd5432.x86_64
uname -r 3.10.1-3.g0cd5432-desktop
Maybe the reason is that the kernel revision and the version of the rpm are different?
For the this and the other issues please check bugzilla too. And file bug reports if the particular issue isn't already tracked. ok
Regards, Dieter
The bug is already tracked: https://bugzilla.novell.com/show_bug.cgi?id=820367 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Am Mon, 12 Aug 2013 20:22:06 +0200 schrieb dieter:
1) an error popup after login to kde:
'The profile "AC" tried to activate DimDisplay, a non existent action. This is usually due to an installation problem or to a configuration problem'
bnc#834841 opened for the issue. The entry [AC][DimDisplay] idleTime=600000 exists also in my 12.3 ~/.kde4/share/config/powermanagementprofilesrc. Dieter -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Am Mon, 12 Aug 2013 20:22:06 +0200 schrieb dieter:
2) sometimes downloads with konqueror are not completed. There comes a small popup window (actual download source replaced by $HOST): 'The process for the protocol $HOST ended unexpected.' (e.g. original german text: 'Der Prozess für das Protokoll http://suse.inode.at wurde unerwartet beendet.'). The downloaded file has the .part extension and is truncated. This is in a qemu-kvm virtual machine and the problem did not happen with the previous versions.
bnc#834898 opened for this issue. Dieter -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (3)
-
ConteZero
-
dieter
-
Lars Müller