[opensuse-support] broke zypper...
Hi, Just tried updating tumbleweed to the latest snapshot when it hung while installing btrfsmaintenance, so Cntrl-C 'd it (this has happened before).... Then zypper failed with zypper:error while loading shared libraries: libzypp.so.1709 no such file or directory... Is there a fix for this? Everything seems to work fine, but I'm sure I will need zypper !!!! Thanks, mike ps. I have no drives using the btrfs -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
On 28/06/2019 14.25, mike wrote:
Hi,
Just tried updating tumbleweed to the latest snapshot when it hung while
installing btrfsmaintenance, so Cntrl-C 'd it (this has happened before)....
Don't. Instead (next time) find out the process that makes zypper to wait (something about btrfs or snapshots) and kill it.
Then zypper failed with zypper:error while loading shared libraries: libzypp.so.1709
no such file or directory... Is there a fix for this? Everything seems to work fine,
but I'm sure I will need zypper !!!!
Rescue. Boot rescue media, mount bind proc, sys, dev, chroot, and restart the zypper dup. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
On Fri, 2019-06-28 at 14:42 +0200, Carlos E. R. wrote:
Then zypper failed with zypper:error while loading shared
libraries:
libzypp.so.1709
no such file or directory... Is there a fix for this? Everything seems to work fine,
but I'm sure I will need zypper !!!!
Rescue.
Boot rescue media, mount bind proc, sys, dev, chroot, and restart the zypper dup.
Another option is to download the zypper rpms from the online repository and install them using rpm. http://download.opensuse.org/tumbleweed/repo/oss/ Robert -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
On 6/28/19 9:04 AM, Robert Munteanu wrote:
On Fri, 2019-06-28 at 14:42 +0200, Carlos E. R. wrote:
Then zypper failed with zypper:error while loading shared
libraries:
libzypp.so.1709
no such file or directory... Is there a fix for this? Everything seems to work fine,
but I'm sure I will need zypper !!!! Rescue.
Boot rescue media, mount bind proc, sys, dev, chroot, and restart the zypper dup. Another option is to download the zypper rpms from the online repository and install them using rpm.
Thanks Robert...been so long since I used rpm.....I was going to use Carlos's solution, however this seemed easier...
Robert
-- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
On 28/06/2019 17.36, mike wrote:
On 6/28/19 9:04 AM, Robert Munteanu wrote:
On Fri, 2019-06-28 at 14:42 +0200, Carlos E. R. wrote:
Then zypper failed with zypper:error while loading shared libraries: libzypp.so.1709
no such file or directory... Is there a fix for this? Everything seems to work fine,
but I'm sure I will need zypper !!!! Rescue.
Boot rescue media, mount bind proc, sys, dev, chroot, and restart the zypper dup. Another option is to download the zypper rpms from the online repository and install them using rpm.
Thanks Robert...been so long since I used rpm.....I was going to use
Carlos's solution, however this seemed easier...
But. "zypper:error while loading shared libraries" means that zypper itself is installed already. It is some library that is missing, "libzypp.so", which is located in my system at "/usr/lib64/libzypp.so", so it is "libzypp". You will have to repeat for every missing or incompatible library that zypper needs. And once zypper runs, you have to repeat the "zypper dup", as there will be more rpms that were not updated. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
On 6/28/19 1:44 PM, Carlos E. R. wrote:
On 28/06/2019 17.36, mike wrote:
On 6/28/19 9:04 AM, Robert Munteanu wrote:
On Fri, 2019-06-28 at 14:42 +0200, Carlos E. R. wrote:
Then zypper failed with zypper:error while loading shared libraries: libzypp.so.1709
no such file or directory... Is there a fix for this? Everything seems to work fine,
but I'm sure I will need zypper !!!! Rescue.
Boot rescue media, mount bind proc, sys, dev, chroot, and restart the zypper dup. Another option is to download the zypper rpms from the online repository and install them using rpm.
http://download.opensuse.org/tumbleweed/repo/oss/ Thanks Robert...been so long since I used rpm.....I was going to use
Carlos's solution, however this seemed easier... But.
"zypper:error while loading shared libraries" means that zypper itself is installed already. It is some library that is missing, "libzypp.so", which is located in my system at "/usr/lib64/libzypp.so", so it is "libzypp". You will have to repeat for every missing or incompatible library that zypper needs.
Well that's what I thought too, so I downloaded the libzypp first and still was unable to start zypper. I checked my rpms and no zypper. Then I downloaded zypper and installed it and now it's working, so I did another dup and got the rest of he files.....now it's all ok....thanks Carlos
And once zypper runs, you have to repeat the "zypper dup", as there will be more rpms that were not updated.
-- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
On 28/06/2019 22.51, mike wrote:
On 6/28/19 1:44 PM, Carlos E. R. wrote:
...
"zypper:error while loading shared libraries" means that zypper itself is installed already. It is some library that is missing, "libzypp.so", which is located in my system at "/usr/lib64/libzypp.so", so it is "libzypp". You will have to repeat for every missing or incompatible library that zypper needs.
Well that's what I thought too, so I downloaded the libzypp first and
still was unable to start zypper. I checked my rpms and no zypper.
No zypper? That contradicts the error you posted. Curious! Well, you got it running again :-) -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
On Fri, 28 Jun 2019 23:02:00 +0200 "Carlos E. R." <robin.listas@telefonica.net> wrote:
On 28/06/2019 22.51, mike wrote:
On 6/28/19 1:44 PM, Carlos E. R. wrote:
...
"zypper:error while loading shared libraries" means that zypper itself is installed already. It is some library that is missing, "libzypp.so", which is located in my system at "/usr/lib64/libzypp.so", so it is "libzypp". You will have to repeat for every missing or incompatible library that zypper needs.
Well that's what I thought too, so I downloaded the libzypp first and
still was unable to start zypper. I checked my rpms and no zypper.
No zypper? That contradicts the error you posted. Curious!
Maybe zypper was broken? A reinstall would pull in all its dependencies.
Well, you got it running again :-)
-- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
On 28/06/2019 23.11, Dave Howorth wrote:
On Fri, 28 Jun 2019 23:02:00 +0200 "Carlos E. R." <> wrote:
On 28/06/2019 22.51, mike wrote:
On 6/28/19 1:44 PM, Carlos E. R. wrote:
...
"zypper:error while loading shared libraries" means that zypper itself is installed already. It is some library that is missing, "libzypp.so", which is located in my system at "/usr/lib64/libzypp.so", so it is "libzypp". You will have to repeat for every missing or incompatible library that zypper needs.
Well that's what I thought too, so I downloaded the libzypp first and
still was unable to start zypper. I checked my rpms and no zypper.
No zypper? That contradicts the error you posted. Curious!
Maybe zypper was broken? A reinstall would pull in all its dependencies.
Nope. A reinstall with zypper or yast, yes it would. But not a reinstall with the rpm command. The rpm command checks that all deps are satisfied, but can not pull anything. Everything has to be available locally and named in the command line. What we forgot was to try YaST, but YaST doesn't have a "zypper dup" equivalent. Also, to avoid this kind of problem, telling zypper to download everything in advance would have allowed us to install things with rpm as the proper packages would be already in a directory for our use.
Well, you got it running again :-)
-- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
29.06.2019 1:38, Carlos E. R. пишет:
What we forgot was to try YaST, but YaST doesn't have a "zypper dup" equivalent.
SLES supports online upgrade to next service pack using YaST. So apparently it is somehow possible to run YaST in dup mode, unless it cheats and starts "zypper dup" under the hood. Anyone knows how SLES does it?
On 29/06/2019 06.26, Andrei Borzenkov wrote:
29.06.2019 1:38, Carlos E. R. пишет:
What we forgot was to try YaST, but YaST doesn't have a "zypper dup" equivalent.
SLES supports online upgrade to next service pack using YaST. So apparently it is somehow possible to run YaST in dup mode, unless it cheats and starts "zypper dup" under the hood. Anyone knows how SLES does it?
I think there is/was a yast module for doing a distribution upgrade, but I didn't try it. I think the module is "yast2-update-FACTORY". A possible method would be to select repository view, and on each repo do "all in this list/upgrade unconditionally". But I suspect this will update even those packages at the same version. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
participants (5)
-
Andrei Borzenkov
-
Carlos E. R.
-
Dave Howorth
-
mike
-
Robert Munteanu