|
Bugzilla – Full Text Bug Listing |
| Summary: | YUM sources still don't work | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Michael Radziej <mir> |
| Component: | YaST2 | Assignee: | Michael Andres <ma> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | Beta 1 | ||
| Target Milestone: | Beta 3 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
YaST2 logs
YaST2 logs with NFS (worked) YaST2 logs with NFS (showing works, installing not) |
||
|
Description
Michael Radziej
2005-08-09 12:18:57 UTC
Created attachment 45305 [details]
YaST2 logs
Created attachment 45309 [details]
YaST2 logs with NFS (worked)
I tried the same with NFS. This time it worked.
Created attachment 45311 [details]
YaST2 logs with NFS (showing works, installing not)
Ehemm, with NFS I see the package, but when I try to install it, I get Err:
10249:ERROR(InstSrc:E_no_media).
(In reply to comment #0) > 2005-08-09 14:54:34 <2> cohen(12185) [packagemanager] YUMImpl.cc(Impl):197 No > 'primary' file Master file is repomd.xml. It tells which additional files to use. If repomd.xml is not valid, we don't consider a primary.xml.gz, even if there is one on disk. Here, primary.xml is present on disk, so repomd.xml is invalid. Why? It's been parsed without any error! Because: If repomd.xml is valid, we store it's sh1sum and use it as mediaId for the source. sh1sum is calculated by liby2util::Digest. liby2util::Digest calls OpenSSL_add_all_digests to load the digest algorithms into OpenSSLs internal tables. Unfortunately libcurl uses OpenSSL too. MediaCurls dtor calls curl_global_cleanup, which cleans up OpenSSL too. Subsequent calls to liby2util::Digest return an empty string. repomd.xml stays invalid, although it's actually ok. fixed in SVN, for yast2-packagemanager-2.12.15, for beta3 |