Hi,
Just installed 11.4 x64. I tried to add a the community repositories but keep getting Wrong digest errors.
I've tried deleting the repos and keys and re adding but the error still comes up.
Any ideas on how to troubleshoot this?
Cheers,
Nathan.
Newcomer
Hi,
Just installed 11.4 x64. I tried to add a the community repositories but keep getting Wrong digest errors.
I've tried deleting the repos and keys and re adding but the error still comes up.
Any ideas on how to troubleshoot this?
Cheers,
Nathan.
Just for the moment forget the community repos.
Post result of this:
It's worth trying this as su -Code:zypper lr -d
If you need multimedia check this:Code:rpmdb --rebuilddb
Multimedia in One Click
openSUSE 12.3_64 | KDE 4.10.2
My Articles
Newcomer
Hello caf4926,
# zypper lr -d
# | Alias | Name | Enabled | Refresh | Priority | Type | URI | Service
--+-------------------------------+---------------------------+---------+---------+----------+--------+-----------------------------------------------------------------+--------
1 | download.opensuse.org-non-oss | Main Repository (NON-OSS) | No | Yes | 99 | yast2 | Index of /distribution/11.4/repo/non-oss |
2 | download.opensuse.org-oss | Main Repository (OSS) | No | Yes | 99 | yast2 | Index of /distribution/11.4/repo/oss |
3 | download.opensuse.org-oss_1 | Main Repository (Sources) | No | Yes | 99 | yast2 | Index of /source/distribution/11.4/repo/oss |
4 | download.opensuse.org-update | Main Update Repository | No | Yes | 99 | rpm-md | Index of /update/11.4 |
You need to modify repo 4 to Yes | Yes
Then do online update
openSUSE 12.3_64 | KDE 4.10.2
My Articles
Newcomer
Enabled No.4 and run update. Get error:
There was an error in the repository initialization.
'download.opensuse.org-update': [|] Failed to cache repo (4).
History:
- 'repo2solv.sh' '-o' '/var/cache/zypp/solv/download.opensuse.org-update/solv' '/var/cache/zypp/raw/download.opensuse.org-update'
gzip: dd954ebe679bef554e2f780a51ec76ef70ef0067-primary.xml.gz: not in gzip format
gzip: a40005415fa4e59602804c41015854d328f60d18-susedata.xml.gz: not in gzip format
gzip: 4f871bf1521dfaf5565a58b8f2ae7bc13c134960-updateinfo.xml.gz: not in gzip format
repo_updateinfoxml: no element found at line 1:0
Are you able to access the internet OK
Can you see the directories here
Index of /distribution/11.4/repo/oss
Where in the world are you?
openSUSE 12.3_64 | KDE 4.10.2
My Articles
Newcomer
Yes internet access OK. Link loads in browser OK. I'm in Kent in the U.K.
Delete all the repos.
Add them back in a su - terminal with the following code: (use your mouse to copy and paste)
Code:zypper ar -f http://download.opensuse.org/distribution/11.4/repo/oss/ ossCode:zypper ar -f http://download.opensuse.org/distribution/11.4/repo/non-oss/ nonossCode:zypper ar -f http://download.opensuse.org/update/11.4/ updatereport back if you added the OKCode:zypper ref
openSUSE 12.3_64 | KDE 4.10.2
My Articles
Newcomer
Added OK but refresh has warning.
linux-62d9:/home/nfriend # zypper lr -d
No repositories defined. Use the 'zypper addrepo' command to add one or more repositories.
linux-62d9:/home/nfriend # zypper ar -f Index of /distribution/11.4/repo/oss oss
Adding repository 'oss' [done]
Repository 'oss' successfully added
Enabled: Yes
Autorefresh: Yes
URI: Index of /distribution/11.4/repo/oss
linux-62d9:/home/nfriend # zypper ar -f Index of /distribution/11.4/repo/non-oss nonoss
Adding repository 'nonoss' [done]
Repository 'nonoss' successfully added
Enabled: Yes
Autorefresh: Yes
URI: Index of /distribution/11.4/repo/non-oss
linux-62d9:/home/nfriend # zypper ar -f Index of /update/11.4 update
Adding repository 'update' [done]
Repository 'update' successfully added
Enabled: Yes
Autorefresh: Yes
URI: Index of /update/11.4
linux-62d9:/home/nfriend # zypper ref
Retrieving repository 'nonoss' metadata [\]
Digest verification failed for packages.DU.gz. Expected b63331e2356ed5654f7b04dd48a190eb6b9c333e, found ba61de49a89fc78cbedc07d5a3cd7405dded573f. Continue? [yes/no] (no):
Ignore it Continue? [yes
And try to let it update
zypper up
openSUSE 12.3_64 | KDE 4.10.2
My Articles
Bookmarks