since friday I am unable to install updates with yast or zypper...
i do not know exactly what happens... initially i though is something silly like a corrupted database as zypper se -is refused to return results for packages I was sure where installed and did rpm --rebuilddb
that at least fixed zypper se -is
but still no luck with installing updates... zypper dup and up will both download the packages but simple do nothing in the install phase. the same is true for yast
here are the offending versions [root@abbaton:/home/alin]: zypper se -is zypper Loading repository data... Reading installed packages...
S | Name | Type | Version | Arch | Repository --+--------+---------+------------+--------+--------------------- i | zypper | package | 1.6.10-4.1 | x86_64 | openSUSE-Factory-Oss [root@abbaton:/home/alin]: zypper se -is libzypp Loading repository data... Reading installed packages...
S | Name | Type | Version | Arch | Repository --+---------+---------+-----------+--------+--------------------- i | libzypp | package | 9.8.0-2.1 | x86_64 | openSUSE-Factory-Oss [root@abbaton:/home/alin]: zypper se -is satsol Loading repository data... Reading installed packages...
S | Name | Type | Version | Arch | Repository --+------------------+---------+------------+--------+--------------------- i | perl-satsolver | package | 0.42.0-6.2 | x86_64 | openSUSE-Factory-Oss i | python-satsolver | package | 0.42.0-6.2 | x86_64 | openSUSE-Factory-Oss i | satsolver-tools | package | 0.17.0-2.1 | x86_64 | openSUSE-Factory-Oss
Alin
Le dimanche 12 juin 2011, à 19:37 +0100, Alin Marin Elena a écrit :
since friday I am unable to install updates with yast or zypper...
Sounds like https://bugzilla.novell.com/show_bug.cgi?id=699435
Vincent
Thank you Vincent indeed it is the same...
Alin
On 12 June 2011 20:11, Vincent Untz vuntz@opensuse.org wrote:
Le dimanche 12 juin 2011, à 19:37 +0100, Alin Marin Elena a écrit :
since friday I am unable to install updates with yast or zypper...
Sounds like https://bugzilla.novell.com/show_bug.cgi?id=699435
Vincent
-- Les gens heureux ne sont pas pressés. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Am Sun, 12 Jun 2011 21:11:24 +0200 schrieb Vincent Untz vuntz@opensuse.org:
Le dimanche 12 juin 2011, à 19:37 +0100, Alin Marin Elena a écrit :
since friday I am unable to install updates with yast or zypper...
Sounds like https://bugzilla.novell.com/show_bug.cgi?id=699435
My workaround for now is:
zypper -v up # downloads everything, but fails installation with # Transaction: xxx (INVALID) find /var/cache/zypp/packages/ -name '*.rpm' ! -name 'bundle-lang-common*' | \ xargs rpm -hFv # installs the RPMs find /var/cache/zypp/packages/ -name '*.rpm' ! -name 'bundle-lang-common*' | \ xargs rm # remove the files
the "! -name bundle-lang-common" is needed because those packages are broken and conflict with some other packages, and I don't care for lang packages anyway.
what I did was more bullish
rpm -i --force zypper-1.6.5-2.1.x86_64.rpm libzypp-9.1.2-2.1.x86_64.rpm rpm -e --nodeps libzypp-9.8.0-2.1.x86_64 zypper-1.6.10-4.1.x86_64
the old rpms I got frmo factory-tested.
Alin
On 12 June 2011 20:20, Stefan Seyfried stefan.seyfried@googlemail.com wrote:
Am Sun, 12 Jun 2011 21:11:24 +0200 schrieb Vincent Untz vuntz@opensuse.org:
Le dimanche 12 juin 2011, à 19:37 +0100, Alin Marin Elena a écrit :
since friday I am unable to install updates with yast or zypper...
Sounds like https://bugzilla.novell.com/show_bug.cgi?id=699435
My workaround for now is:
zypper -v up # downloads everything, but fails installation with # Transaction: xxx (INVALID) find /var/cache/zypp/packages/ -name '*.rpm' ! -name 'bundle-lang-common*' | \ xargs rpm -hFv # installs the RPMs find /var/cache/zypp/packages/ -name '*.rpm' ! -name 'bundle-lang-common*' | \ xargs rm # remove the files
the "! -name bundle-lang-common" is needed because those packages are broken and conflict with some other packages, and I don't care for lang packages anyway. -- Stefan Seyfried
"Dispatch war rocket Ajax to bring back his body!"
To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Am Sun, 12 Jun 2011 20:28:41 +0100 schrieb Alin Marin Elena alinm.elena@gmail.com:
what I did was more bullish
rpm -i --force zypper-1.6.5-2.1.x86_64.rpm libzypp-9.1.2-2.1.x86_64.rpm rpm -e --nodeps libzypp-9.8.0-2.1.x86_64 zypper-1.6.10-4.1.x86_64
the old rpms I got frmo factory-tested.
Unfortunately, factory-tested now is already at the same version as factory :-)
On Sunday, June 12, 2011 20:37:35 Alin Marin Elena wrote:
since friday I am unable to install updates with yast or zypper...
A new libzypp with a fix was just checked into factory and thus should be in tomorrow's update.
As a workaround, use for now:
# zypper in/up --download as-needed
Andreas
On 14/06/11 15:45, Andreas Jaeger wrote:
On Sunday, June 12, 2011 20:37:35 Alin Marin Elena wrote:
since friday I am unable to install updates with yast or zypper...
A new libzypp with a fix was just checked into factory and thus should be in tomorrow's update.
As a workaround, use for now:
# zypper in/up --download as-needed
Andreas
zypper dup only retrieves packages but doesn't install them, same for zypper in. # zypper in -f libzypp zypper Loading repository data... Reading installed packages... Forcing installation of 'libzypp-9.8.0-2.1.x86_64' from repository 'openSUSE Factory'. Forcing installation of 'zypper-1.6.10-4.1.x86_64' from repository 'openSUSE Factory'. Resolving package dependencies...
The following packages are going to be reinstalled: libzypp zypper
2 packages to reinstall. Overall download size: 2.6 MiB. No additional space will be used or freed after the operation. Continue? [y/n/?] (y): Retrieving package libzypp-9.8.0-2.1.x86_64 (1/2), 1.7 MiB (6.6 MiB unpacked) Retrieving: libzypp-9.8.0-2.1.x86_64.rpm [done (922.3 KiB/s)] Retrieving package zypper-1.6.10-4.1.x86_64 (2/2), 829.0 KiB (4.3 MiB unpacked) Retrieving: zypper-1.6.10-4.1.x86_64.rpm [done (905.1 KiB/s)] # Regards Sid.
On 14/06/11 16:39, Sid Boyce wrote:
On 14/06/11 15:45, Andreas Jaeger wrote:
On Sunday, June 12, 2011 20:37:35 Alin Marin Elena wrote:
since friday I am unable to install updates with yast or zypper...
A new libzypp with a fix was just checked into factory and thus should be in tomorrow's update.
As a workaround, use for now:
# zypper in/up --download as-needed
Andreas
Missed the core part of the post, "zypper up --download as-needed" works. Regards Sid.
zypper dup only retrieves packages but doesn't install them, same for zypper in. # zypper in -f libzypp zypper Loading repository data... Reading installed packages... Forcing installation of 'libzypp-9.8.0-2.1.x86_64' from repository 'openSUSE Factory'. Forcing installation of 'zypper-1.6.10-4.1.x86_64' from repository 'openSUSE Factory'. Resolving package dependencies...
The following packages are going to be reinstalled: libzypp zypper
2 packages to reinstall. Overall download size: 2.6 MiB. No additional space will be used or freed after the operation. Continue? [y/n/?] (y): Retrieving package libzypp-9.8.0-2.1.x86_64 (1/2), 1.7 MiB (6.6 MiB unpacked) Retrieving: libzypp-9.8.0-2.1.x86_64.rpm [done (922.3 KiB/s)] Retrieving package zypper-1.6.10-4.1.x86_64 (2/2), 829.0 KiB (4.3 MiB unpacked) Retrieving: zypper-1.6.10-4.1.x86_64.rpm [done (905.1 KiB/s)] # Regards Sid.
On 2011/06/14 16:45 (GMT+0200) Andreas Jaeger composed:
Alin Marin Elena wrote:
since friday I am unable to install updates with yast or zypper...
A new libzypp with a fix was just checked into factory and thus should be in tomorrow's update.
As a workaround, use for now:
# zypper in/up --download as-needed
I had no problem last night using zypper dup, but DownloadAsNeeded is my default in zypper.conf. ;-)