Hello
I couldn’t decide if this belongs in “Forum: Install/Boot/Login”, or here “Forum: Applications”, as my enquiry seems to pertain to both.
Are the frequent TW snapshots being currently held back, or might i have a local problem? For several days i’ve been trying to do my weekly dup [my TW is 20170913], having seen [at time of writing] this status in https://openqa.opensuse.org/factory-package-news/
[20170921](https://openqa.opensuse.org/factory-package-news/diff/20170921)
[20170920](https://openqa.opensuse.org/factory-package-news/diff/20170920)
[20170919](https://openqa.opensuse.org/factory-package-news/diff/20170919)
[20170918](https://openqa.opensuse.org/factory-package-news/diff/20170918)
[20170917](https://openqa.opensuse.org/factory-package-news/diff/20170917)
[20170915](https://openqa.opensuse.org/factory-package-news/diff/20170915)
[20170914](https://openqa.opensuse.org/factory-package-news/diff/20170914)
[20170913](https://openqa.opensuse.org/factory-package-news/diff/20170913) <--
[20170912](https://openqa.opensuse.org/factory-package-news/diff/20170912)
[20170911](https://openqa.opensuse.org/factory-package-news/diff/20170911)
[20170909](https://openqa.opensuse.org/factory-package-news/diff/20170909)
However, each day, only this occurs:
[sudo] password for root:
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.
Retrieving repository 'Packman Repository' metadata .............................................................[done]
Building repository 'Packman Repository' cache ..................................................................[done]
Loading repository data...
Reading installed packages...
Computing distribution upgrade...
The following 2 items are locked and will not be changed by any action:
Available:
AdobeICCProfiles Mesa-dri-nouveau
The following package is going to be upgraded:
vivaldi-stable
1 package to upgrade.
Overall download size: 0 B. Already cached: 48.2 MiB. After the operation, additional 1.9 MiB will be used.
Continue? [y/n/...? shows all options] (y):
In cache vivaldi-stable-1.12.955.36-1.x86_64.rpm (1/1), 48.2 MiB (181.9 MiB unpacked)
Checking for file conflicts: ...................................................................................[error]
Detected 1 file conflict:
File /usr/share/xfce4/helpers/vivaldi.desktop
from install of
vivaldi-stable-1.12.955.36-1.x86_64 (Vivaldi)
conflicts with file from package
exo-data-0.11.4-1.1.noarch (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [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.
My bash script, for reference:
#!/bin/bash
#sudo zypper dup --no-allow-vendor-change
#............................................................................................
# zypper dup news: now "sudo zypper dup" is enough for TW.
#https://news.opensuse.org/2017/07/13/tumbleweed-snapshots-update-appstream-mesa-frameworks/
#The 20170708 snapshot had a big change to libzypp 16.13.0. The new version update hides the switch of the default for zypper dup; after this update, zypper dup will default to –no-allow-vendor-change, which has been the recommended way for Tumbleweed for a long time now, according to an email post on the openSUSE Factory Mailing List from Dominique Leuenberger. That is if the user did not change /etc/zypp/zypp.conf -.
#............................................................................................
**sudo zypper dup**
Re Vivaldi, i have read https://forums.opensuse.org/showthread.php/527275-quot-vivaldi-quot-is-broken-Whom-do-I-contact?p=2838982#post2838982 , but i don’t understand how i can also “fix” whatever is needed via an editor. BTW also, i do not understand this line:
File /usr/share/**xfce4**/helpers/vivaldi.desktop
, because my TW DE is KDE, not Xfce.
Re my entire TW snapshot, i know that it’s not every day that new snapshots become available, but as i showed above, it seems that there are many newer snapshots available since mine, yet my dup is not fetching them. I have made no changes to my Repos list for a very long time, but fyi it’s:
gooeygirl@linux-Tower:~> **zypper lr -d**
Repository priorities are without effect. All enabled repositories share the same priority.
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
--+--------------------------------------+----------------------------+---------+-----------+---------+----------+----------+-----------------------------------------------------------------------------+--------
1 | My_openSUSE_Repo | My_openSUSE_Repo | Yes | ( p) Yes | Yes | 99 | plaindir | dir:///Seagate/4.%20Software/My_openSUSE_Repo |
2 | Vivaldi | Vivaldi | Yes | ( p) Yes | Yes | 99 | rpm-md | http://repo.vivaldi.com/snapshot/rpm/x86_64/ |
3 | download.opensuse.org-non-oss | Main Repository (NON-OSS) | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/tumbleweed/repo/non-oss/ |
4 | download.opensuse.org-oss | Main Repository (OSS) | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/tumbleweed/repo/oss/ |
5 | download.opensuse.org-tumbleweed | Main Update Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/tumbleweed/ |
6 | openSUSE-20170510-0 | openSUSE-20170510-0 | No | ---- | ---- | 99 | yast2 | hd:///?device=/dev/disk/by-id/usb-Generic_Flash_Disk_013739421808-0:0-part2 |
7 | packman.inode.at-openSUSE_Tumbleweed | Packman Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://packman.inode.at/suse/openSUSE_Tumbleweed/ |
8 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/tumbleweed/repo/oss/ |
9 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/tumbleweed/repo/oss/ |
gooeygirl@linux-Tower:~>
Should i just keep waiting, or should i do/change something locally, please?