[opensuse] zypper dup in Tumbleweed not working
After several months, I booted Tumbleweed (I'm normally using LEAP) and saw the following message: Download (curl) error for 'http://download.opensuse.org/debug/tumbleweed/repo/oss/repodata/repomd.xml': Error code: Connection failed Error message: ---- Then I tried "zypper dup": linux-yvs2:~ # zypper dup Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command. Loading repository data... Reading installed packages... Computing distribution upgrade... 10 Problems: Problem: yast2-ruby-bindings-4.1.0-1.1.x86_64 requires libowcrypt.so.1()(64bit), but this requirement cannot be provided Problem: ruby2.5-2.5.3-2.1.x86_64 requires libruby2_5-2_5 = 2.5.3, but this requirement cannot be provided Problem: ruby2.5-2.5.3-2.1.x86_64 requires ruby2.5-stdlib = 2.5.3, but this requirement cannot be provided Problem: yast2-ruby-bindings-4.1.0-1.1.x86_64 requires libowcrypt.so.1()(64bit), but this requirement cannot be provided Problem: yast2-ruby-bindings-4.1.0-1.1.x86_64 requires libowcrypt.so.1()(64bit), but this requirement cannot be provided Problem: yast2-ruby-bindings-4.1.0-1.1.x86_64 requires libowcrypt.so.1()(64bit), but this requirement cannot be provided Problem: yast2-ruby-bindings-4.1.0-1.1.x86_64 requires libowcrypt.so.1()(64bit), but this requirement cannot be provided Problem: ruby2.5-rubygem-ruby-augeas-0.5.0-3.9.x86_64 requires ruby(abi) = 2.5.0, but this requirement cannot be provided Problem: yast2-ruby-bindings-4.2.1-1.3.i586 requires /usr/bin/ruby.ruby2.6, but this requirement cannot be provided Problem: ruby-2.5-1.2.x86_64 requires ruby2.5 >= 2.5.0, but this requirement cannot be provided Problem: yast2-ruby-bindings-4.1.0-1.1.x86_64 requires libowcrypt.so.1()(64bit), but this requirement cannot be provided Solution 1: Following actions will be done: deinstallation of yast2-fonts-4.0.2-1.1.x86_64 deinstallation of yast2-samba-client-4.0.3-1.1.noarch deinstallation of yast2-pam-4.0.0-1.1.noarch deinstallation of yast2-samba-server-4.1.1-1.1.noarch deinstallation of yast2-services-manager-4.1.8-1.1.noarch deinstallation of patterns-kde-kde_yast-20180709-5.1.noarch Solution 2: Following actions will be done: deinstallation of ruby2.5-2.5.3-2.1.x86_64 deinstallation of ruby2.5-rubygem-fast_gettext-1.7.0-1.1.x86_64 deinstallation of ruby2.5-rubygem-cheetah-0.5.0-1.10.x86_64 Solution 3: deinstallation of cmake-3.13.0-1.1.x86_64 Solution 4: install cmake-3.14.5-2.1.i586 despite the inferior architecture Solution 5: keep obsolete cmake-3.13.0-1.1.x86_64 Solution 6: break yast2-ruby-bindings-4.1.0-1.1.x86_64 by ignoring some of its dependencies Choose from above solutions by number or skip, retry or cancel [1/2/3/4/5/6/s/r/c] (c): c linux-yvs2:~ # ---- If I try one of the "solutions", I'm always seeing more conflicts and it looks like it would break my system more. My question is: Do I have to reinstall TW from scratch or are there any other alternatives ? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 13/07/2019 11.11, zb4ng wrote:
After several months, I booted Tumbleweed (I'm normally using LEAP) and saw the following message:
...
If I try one of the "solutions", I'm always seeing more conflicts and it looks like it would break my system more. My question is: Do I have to reinstall TW from scratch or are there any other alternatives ?
What is your repository list? Please attach resulting file: zypper lr --details > somefile.txt You may also have some lock interfering. Show "zypper ll". -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
Am 13.07.19 um 14:46 schrieb Carlos E. R.:
On 13/07/2019 11.11, zb4ng wrote:
After several months, I booted Tumbleweed (I'm normally using LEAP) and saw the following message:
...
If I try one of the "solutions", I'm always seeing more conflicts and it looks like it would break my system more. My question is: Do I have to reinstall TW from scratch or are there any other alternatives ?
What is your repository list? Please attach resulting file:
zypper lr --details > somefile.txt # | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service --+---------------------------+-----------------------------+---------+-----------+---------+----------+--------+-----------------------------------------------------------+-------- 1 | download.opensuse.org-oss | Main Repository (DEBUG) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/debug/tumbleweed/repo/oss/ | 2 | openSUSE-20181107-0 | openSUSE-20181107-0 | Yes | (r ) Yes | No | 99 | rpm-md | cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D | 3 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/tumbleweed/repo/oss/ | 4 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/non-oss/ | 5 | repo-oss | openSUSE-Tumbleweed-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/oss/ | 6 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/tumbleweed/repo/oss/ | 7 | repo-update | openSUSE-Tumbleweed-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/tumbleweed/ |
You may also have some lock interfering. Show "zypper ll".
There are no package locks defined.
* zb4ng <zb4ng@arcor.de> [07-13-19 10:04]:
Am 13.07.19 um 14:46 schrieb Carlos E. R.:
On 13/07/2019 11.11, zb4ng wrote:
After several months, I booted Tumbleweed (I'm normally using LEAP) and saw the following message:
...
If I try one of the "solutions", I'm always seeing more conflicts and it looks like it would break my system more. My question is: Do I have to reinstall TW from scratch or are there any other alternatives ?
What is your repository list? Please attach resulting file:
zypper lr --details > somefile.txt # | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service --+---------------------------+-----------------------------+---------+-----------+---------+----------+--------+-----------------------------------------------------------+-------- 1 | download.opensuse.org-oss | Main Repository (DEBUG) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/debug/tumbleweed/repo/oss/ | 2 | openSUSE-20181107-0 | openSUSE-20181107-0 | Yes | (r ) Yes | No | 99 | rpm-md | cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D | 3 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/tumbleweed/repo/oss/ | 4 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/non-oss/ | 5 | repo-oss | openSUSE-Tumbleweed-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/oss/ | 6 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/tumbleweed/repo/oss/ | 7 | repo-update | openSUSE-Tumbleweed-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/tumbleweed/ |
You may also have some lock interfering. Show "zypper ll".
There are no package locks defined.
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service --+---------------------------+-----------------------------+---------+-----------+---------+----------+--------+-----------------------------------------------------------+-------- 1 | download.opensuse.org-oss | Main Repository (DEBUG) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/debug/tumbleweed/repo/oss/ | 2 | openSUSE-20181107-0 | openSUSE-20181107-0 | Yes | (r ) Yes | No | 99 | rpm-md | cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D | 3 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/tumbleweed/repo/oss/ | 4 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/non-oss/ | 5 | repo-oss | openSUSE-Tumbleweed-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/oss/ | 6 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/tumbleweed/repo/oss/ | 7 | repo-update | openSUSE-Tumbleweed-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/tumbleweed/ | N?????r??y隊Z)z{.?ﮞ˛???m?)z{.??+?:?{Zr?az?'z??j)h????Ǿ? ޮ?^?ˬz?
due the update (dup) and choose to keep the installed/old versions. since it has been a long time from last update, you have have to go thru quite a few selections. this process is necessitated by the infrequence of your updates. after the complete update with the "keep old" is finished, you may want to examine particular packages which could not be updated. their names or versioning may have change and the "automagic" not be available any more. but you can remove and install replacement packages to correct. occasionally this can happen even with frequent updates. btdt :) and yes, sometimes quite a few packages need to have depenencies resolved. -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* Patrick Shanahan <paka@opensuse.org> [07-13-19 10:26]: [...]
due the update (dup) and choose to keep the installed/old versions. since
s/due/do
it has been a long time from last update, you have have to go thru quite a few selections. this process is necessitated by the infrequence of your updates.
after the complete update with the "keep old" is finished, you may want to examine particular packages which could not be updated. their names or versioning may have change and the "automagic" not be available any more. but you can remove and install replacement packages to correct.
occasionally this can happen even with frequent updates. btdt :)
and yes, sometimes quite a few packages need to have depenencies resolved.
-- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 13.07.19 um 16:24 schrieb Patrick Shanahan:
* zb4ng <zb4ng@arcor.de> [07-13-19 10:04]:
Am 13.07.19 um 14:46 schrieb Carlos E. R.:
On 13/07/2019 11.11, zb4ng wrote:
After several months, I booted Tumbleweed (I'm normally using LEAP) and saw the following message:
...
If I try one of the "solutions", I'm always seeing more conflicts and it looks like it would break my system more. My question is: Do I have to reinstall TW from scratch or are there any other alternatives ?
What is your repository list? Please attach resulting file:
zypper lr --details > somefile.txt
You may also have some lock interfering. Show "zypper ll". There are no package locks defined.
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service --+---------------------------+-----------------------------+---------+-----------+---------+----------+--------+-----------------------------------------------------------+-------- 1 | download.opensuse.org-oss | Main Repository (DEBUG) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/debug/tumbleweed/repo/oss/ | 2 | openSUSE-20181107-0 | openSUSE-20181107-0 | Yes | (r ) Yes | No | 99 | rpm-md | cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D | 3 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/tumbleweed/repo/oss/ | 4 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/non-oss/ | 5 | repo-oss | openSUSE-Tumbleweed-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/tumbleweed/repo/oss/ | 6 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/tumbleweed/repo/oss/ | 7 | repo-update | openSUSE-Tumbleweed-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/tumbleweed/ | N?????r??y隊Z)z{.?ﮞ˛???m?)z{.??+?:?{Zr?az?'z??j)h????Ǿ? ޮ?^?ˬz?
due the update (dup) and choose to keep the installed/old versions. since it has been a long time from last update, you have have to go thru quite a few selections. this process is necessitated by the infrequence of your updates.
after the complete update with the "keep old" is finished, you may want to examine particular packages which could not be updated. their names or versioning may have change and the "automagic" not be available any more. but you can remove and install replacement packages to correct.
occasionally this can happen even with frequent updates. btdt :)
and yes, sometimes quite a few packages need to have depenencies resolved.
i tried your method and found that i just had to remove the DVD repo... after that it worked just fine... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 14/07/2019 15.02, zb4ng wrote:
Am 13.07.19 um 16:24 schrieb Patrick Shanahan:
* zb4ng <> [07-13-19 10:04]:
Am 13.07.19 um 14:46 schrieb Carlos E. R.:
On 13/07/2019 11.11, zb4ng wrote:
due the update (dup) and choose to keep the installed/old versions. since it has been a long time from last update, you have have to go thru quite a few selections. this process is necessitated by the infrequence of your updates.
after the complete update with the "keep old" is finished, you may want to examine particular packages which could not be updated. their names or versioning may have change and the "automagic" not be available any more. but you can remove and install replacement packages to correct.
occasionally this can happen even with frequent updates. btdt :)
and yes, sometimes quite a few packages need to have depenencies resolved.
i tried your method and found that i just had to remove the DVD repo... after that it worked just fine...
Oh...! Did you have it inside -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
On 14/07/2019 20.00, Carlos E. R. wrote:
On 14/07/2019 15.02, zb4ng wrote:
Am 13.07.19 um 16:24 schrieb Patrick Shanahan:
* zb4ng <> [07-13-19 10:04]:
Am 13.07.19 um 14:46 schrieb Carlos E. R.:
On 13/07/2019 11.11, zb4ng wrote:
i tried your method and found that i just had to remove the DVD repo... after that it worked just fine...
Oh...!
Did you have it inside
Ooops. I forgot the question mark. Wanted to ask if you had the DVD inside the drive? -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
Am 14.07.19 um 20:44 schrieb Carlos E. R.:
On 14/07/2019 20.00, Carlos E. R. wrote:
On 14/07/2019 15.02, zb4ng wrote:
Am 13.07.19 um 16:24 schrieb Patrick Shanahan:
* zb4ng <> [07-13-19 10:04]:
Am 13.07.19 um 14:46 schrieb Carlos E. R.:
On 13/07/2019 11.11, zb4ng wrote:
i tried your method and found that i just had to remove the DVD repo... after that it worked just fine...
Oh...!
Did you have it inside
Ooops. I forgot the question mark. Wanted to ask if you had the DVD inside the drive?
No, I didn't have it, I did the following: As suggested, I kept the old version when starting "zypper dup" and at the end got the following error: zypper dup .... Failed to mount cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D on /var/tmp/AP_0x1WUpWh: Mounting media failed (mount: /var/tmp/AP_0x1WUpWh: no medium found on /dev/sr0.) Please insert medium [openSUSE-20181107-0] #1 and type 'y' to continue or 'n' to cancel the operation. [yes/no] (no): n Problem occurred during or after installation or removal of packages: Installation aborted by user Please see the above error message for a hint. linux-yvs2:~ # So, I disabled the DVD repository (cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D) in YAST and this is what worked: "zypper dup" now ran through wo complaints. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 14/07/2019 21.58, zb4ng wrote:
Am 14.07.19 um 20:44 schrieb Carlos E. R.:
On 14/07/2019 20.00, Carlos E. R. wrote:
On 14/07/2019 15.02, zb4ng wrote:
Am 13.07.19 um 16:24 schrieb Patrick Shanahan:
* zb4ng <> [07-13-19 10:04]:
Am 13.07.19 um 14:46 schrieb Carlos E. R.: > On 13/07/2019 11.11, zb4ng wrote:
i tried your method and found that i just had to remove the DVD repo... after that it worked just fine...
Oh...!
Did you have it inside
Ooops. I forgot the question mark. Wanted to ask if you had the DVD inside the drive?
No, I didn't have it, I did the following: As suggested, I kept the old version when starting "zypper dup" and at the end got the following error:
zypper dup .... Failed to mount cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D on /var/tmp/AP_0x1WUpWh: Mounting media failed (mount: /var/tmp/AP_0x1WUpWh: no medium found on /dev/sr0.) Please insert medium [openSUSE-20181107-0] #1 and type 'y' to continue or 'n' to cancel the operation. [yes/no] (no): n Problem occurred during or after installation or removal of packages: Installation aborted by user Please see the above error message for a hint. linux-yvs2:~ #
So, I disabled the DVD repository (cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D) in YAST and this is what worked: "zypper dup" now ran through wo complaints.
I see. I have the vague feeling of having seen this before. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
Hello, On Sun, 14 Jul 2019, zb4ng wrote:
Am 14.07.19 um 20:44 schrieb Carlos E. R.:
On 14/07/2019 20.00, Carlos E. R. wrote:
On 14/07/2019 15.02, zb4ng wrote: [..]
i tried your method and found that i just had to remove the DVD repo... after that it worked just fine... [..] Ooops. I forgot the question mark. Wanted to ask if you had the DVD inside the drive?
No, I didn't have it, I did the following: As suggested, I kept the old version when starting "zypper dup" and at the end got the following error:
zypper dup .... Failed to mount cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D on /var/tmp/AP_0x1WUpWh: Mounting media failed (mount: /var/tmp/AP_0x1WUpWh: no medium found on /dev/sr0.)
There's an easy workaround for stuff like this: just put the .iso file somewhere reachable and use that instead of the DVD. ==== /etc/zypp/repos.d/DVD.repo ==== [Tumbleweed_DVD] name=Tumbleweed_DVD enabled=1 autorefresh=0 baseurl=iso:///?iso=openSUSE-Tumbleweed-DVD-x86_64-Current.iso&url=file:///path/to/iso/ path=/ type=yast2 priority=99 keeppackages=0 ==== HTH, -dnh -- panic("sun_82072_fd_inb: How did I get here?"); linux-2.2.16/include/asm-sparc/floppy.h -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* David Haller <dnh@opensuse.org> [07-15-19 19:11]:
Hello,
On Sun, 14 Jul 2019, zb4ng wrote:
Am 14.07.19 um 20:44 schrieb Carlos E. R.:
On 14/07/2019 20.00, Carlos E. R. wrote:
On 14/07/2019 15.02, zb4ng wrote: [..]
i tried your method and found that i just had to remove the DVD repo... after that it worked just fine... [..] Ooops. I forgot the question mark. Wanted to ask if you had the DVD inside the drive?
No, I didn't have it, I did the following: As suggested, I kept the old version when starting "zypper dup" and at the end got the following error:
zypper dup .... Failed to mount cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D on /var/tmp/AP_0x1WUpWh: Mounting media failed (mount: /var/tmp/AP_0x1WUpWh: no medium found on /dev/sr0.)
There's an easy workaround for stuff like this: just put the .iso file somewhere reachable and use that instead of the DVD.
==== /etc/zypp/repos.d/DVD.repo ==== [Tumbleweed_DVD] name=Tumbleweed_DVD enabled=1 autorefresh=0 baseurl=iso:///?iso=openSUSE-Tumbleweed-DVD-x86_64-Current.iso&url=file:///path/to/iso/ path=/ type=yast2 priority=99 keeppackages=0 ====
since everything on the dvd is supposedly available in OSS/NON-OSS, why not just disable the dvd repo, enabled=0 -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 16.07.19 um 03:20 schrieb Patrick Shanahan:
* David Haller <dnh@opensuse.org> [07-15-19 19:11]:
Hello,
On Sun, 14 Jul 2019, zb4ng wrote:
Am 14.07.19 um 20:44 schrieb Carlos E. R.:
On 14/07/2019 20.00, Carlos E. R. wrote:
On 14/07/2019 15.02, zb4ng wrote: [..]
i tried your method and found that i just had to remove the DVD repo... after that it worked just fine... [..] Ooops. I forgot the question mark. Wanted to ask if you had the DVD inside the drive?
No, I didn't have it, I did the following: As suggested, I kept the old version when starting "zypper dup" and at the end got the following error:
zypper dup .... Failed to mount cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D on /var/tmp/AP_0x1WUpWh: Mounting media failed (mount: /var/tmp/AP_0x1WUpWh: no medium found on /dev/sr0.)
There's an easy workaround for stuff like this: just put the .iso file somewhere reachable and use that instead of the DVD.
==== /etc/zypp/repos.d/DVD.repo ==== [Tumbleweed_DVD] name=Tumbleweed_DVD enabled=1 autorefresh=0 baseurl=iso:///?iso=openSUSE-Tumbleweed-DVD-x86_64-Current.iso&url=file:///path/to/iso/ path=/ type=yast2 priority=99 keeppackages=0 ====
since everything on the dvd is supposedly available in OSS/NON-OSS, why not just disable the dvd repo, enabled=0
somehow, this got lost in the thread, but i did this (disable DVD) and it worked out just fine. just didn't get it in the first place, since i had to confirm to keep some packages, until the error message mentioning the missing DVD appeared. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 15/07/2019 14.39, David Haller wrote:
Hello,
On Sun, 14 Jul 2019, zb4ng wrote:
Am 14.07.19 um 20:44 schrieb Carlos E. R.:
On 14/07/2019 20.00, Carlos E. R. wrote:
On 14/07/2019 15.02, zb4ng wrote: [..]
i tried your method and found that i just had to remove the DVD repo... after that it worked just fine... [..] Ooops. I forgot the question mark. Wanted to ask if you had the DVD inside the drive?
No, I didn't have it, I did the following: As suggested, I kept the old version when starting "zypper dup" and at the end got the following error:
zypper dup .... Failed to mount cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D on /var/tmp/AP_0x1WUpWh: Mounting media failed (mount: /var/tmp/AP_0x1WUpWh: no medium found on /dev/sr0.)
There's an easy workaround for stuff like this: just put the .iso file somewhere reachable and use that instead of the DVD.
==== /etc/zypp/repos.d/DVD.repo ==== [Tumbleweed_DVD] name=Tumbleweed_DVD enabled=1 autorefresh=0 baseurl=iso:///?iso=openSUSE-Tumbleweed-DVD-x86_64-Current.iso&url=file:///path/to/iso/ path=/ type=yast2 priority=99 keeppackages=0 ====
Would that have solved the zypper dup complaints about "this requirement cannot be provided"? I don't see how to explain it. Maybe it is because the package disapeared in OSS, and the system solves the issue by wanting to install an old version instead of its new replacement with something different. Maybe the correct thing in TW is indeed disable the DVD (because it is way obsolete), and in that case it should be the default at installation time. Or a script should disable it a month later after install. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
Hi carlos, Am 16.07.19 um 10:51 schrieb Carlos E. R.:
Would that have solved the zypper dup complaints about "this requirement cannot be provided"? I don't see how to explain it.
yes, i was running into the same problem sometimes in past. a really huge amount of problems during "zypper dup"
Maybe it is because the package disapeared in OSS, and the system solves the issue by wanting to install an old version instead of its new replacement with something different.
Maybe the correct thing in TW is indeed disable the DVD (because it is way obsolete), and in that case it should be the default at installation time. Or a script should disable it a month later after install.
yes it was the solution for me. (and as you write here, it did not make any sense because after one snapshot dvd is obsolete) simoN -- www.becherer.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am Sonntag, 14. Juli 2019, 21:58:41 CEST schrieb zb4ng:
On 14/07/2019 20.00, Carlos E. R. wrote:
On 14/07/2019 15.02, zb4ng wrote:
Am 13.07.19 um 16:24 schrieb Patrick Shanahan:
* zb4ng <> [07-13-19 10:04]:
Am 13.07.19 um 14:46 schrieb Carlos E. R.: > On 13/07/2019 11.11, zb4ng wrote: [...] zypper dup .... Failed to mount cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D on /var/tmp/AP_0x1WUpWh: Mounting media failed (mount: /var/tmp/AP_0x1WUpWh: no medium found on /dev/sr0.) Please insert medium [openSUSE-20181107-0] #1 and type 'y' to continue or 'n' to cancel the operation. [yes/no] (no): n Problem occurred during or after installation or removal of
Am 14.07.19 um 20:44 schrieb Carlos E. R.: packages: Installation aborted by user Please see the above error message for a hint. linux-yvs2:~ #
So, I disabled the DVD repository (cd:///?devices=/dev/disk/by-id/ata-PIONEER_BD-RW_BDR-209D) in YAST and this is what worked: "zypper dup" now ran through wo complaints.
I used to replace the disc-repo by the discs iso-image on harddrive. -- openSUSE Tumbleweed 20190708 GNU/Linux 5.1.16-1-default x86_64 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (6)
-
Carlos E. R.
-
David Haller
-
Patrick Shanahan
-
Simon Becherer
-
Wilhelm Boltz
-
zb4ng