Interestingā¦ But Iām not sure if wget supports the use of ?credentials=NCCcredentials (?)
Also checked the contents of the NCCcredentials file. Those are the same as shown on the scc site for this machine.[/QUOTE]
Iām sure that wget wonāt do that. But it at least confirms that the system may, per default configuration, access the target system, as you see the response of the remote server.
Have you had a look at /var/log/zypper.log? Oh, and are these actual time-outs or are the retries āimmediateā, suggesting some completely different error is causing this (i.e. certificate verification problems)?
Next thing I then would do is to run tcpdump / wireshark / ā¦ to see what is actually going on during āzypperā, as far as https will let me see. Also thereās a slight chance that āstraceā will be able to report useful information about the session establishment, but itās certain that it will report a lot of stuff, so that it will take some experience and/or time to filter out the appropriate parts.
oh, of course that could matter - theoretically. It could be that the target CC user has no permission for the product, or a typo in the config file (yes, I know, you wrote you verified the credentials ), or some other problem. Have you tried zypper from the VM using the hostās credentials? That might rule out credential problemsā¦
Ok, clear. I tried also using wget https://user:pass@nu.novell.com/repo/\\$RCE/SLES11-SP3_Updates/sle-11-x86_64 but it gave me the same error:
Resolving nu.novell.com... 68.232.34.212
Connecting to nu.novell.com|68.232.34.212|:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Reusing existing connection to nu.novell.com:443.
HTTP request sent, awaiting response... 404 Not Found
2015-06-05 09:19:39 ERROR 404: Not Found.
Iām pretty sure these are timeouts, the retries arenāt immediate.
The log shows a number of errors: 401, 404, 504. It looks like there is an authentication errorā¦ Oh, yesterday I once again removed the credentials an re-registered but no luck.
Part of the log:
2015-06-05 09:38:36 <3> sx333(10306) [zypp] MediaCurl.cc(doGetFileCopyFile):1433 curl error: 22: The requested URL returned error: 401, temp file size 0 bytes.
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(evaluateCurlCode):961 HTTP response: 401 Login failed (URL: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials)
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(evaluateCurlCode):962 MediaUnauthorizedException auth hint: ''
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(evaluateCurlCode):966 THROW: Login failed. (https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials): The requested URL returned error: 401
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(evaluateCurlCode):1042 RETHROW: Login failed. (https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials): The requested URL returned error: 401
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(doGetFileCopyFile):1445 RETHROW: Login failed. (https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials): The requested URL returned error: 401
2015-06-05 09:38:36 <1> sx333(10306) [zypp] PathInfo.cc(unlink):669 unlink /var/adm/mount/AP_0xAMAaR2/repodata/repomd.xml.asc.new.zypp.H6pQVC
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaMultiCurl.cc(doGetFileCopy):1293 RETHROW: Login failed. (https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials): The requested URL returned error: 401
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] CredentialManager.cc(init_globalCredentials):146 global cred file does not existGot 0 global records.
2015-06-05 09:38:36 <1> sx333(10306) [zypp] IniParser.cc(parse):69 Start parsing /root/.zypp/credentials.cat[g___]
2015-06-05 09:38:36 <1> sx333(10306) [zypp] IniParser.cc(parse):119 Done parsing /root/.zypp/credentials.cat[_eF_]
2015-06-05 09:38:36 <1> sx333(10306) [Progress++] ProgressData.cc(report):86 {#6|/root/.zypp/credentials.cat}END
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] CredentialManager.cc(init_userCredentials):168 Got 3 user records.
2015-06-05 09:38:36 <1> sx333(10306) [zypp] IniParser.cc(parse):69 Start parsing /etc/zypp/credentials.d/NCCcredentials[g___]
2015-06-05 09:38:36 <1> sx333(10306) [zypp] IniParser.cc(parse):119 Done parsing /etc/zypp/credentials.d/NCCcredentials[_eF_]
2015-06-05 09:38:36 <1> sx333(10306) [Progress++] ProgressData.cc(report):86 {#7|/etc/zypp/credentials.d/NCCcredentials}END
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(authenticate):1629 got stored credentials:
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(authenticate):1629 username: '*********'
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(authenticate):1629 password: <non-empty>
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(authenticate):1629 auth_type: (0)
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(authenticate):1629
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaMultiCurl.cc(doGetFileCopy):1266 dest: /var/adm/mount/AP_0xAMAaR2/repodata/repomd.xml.asc
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaMultiCurl.cc(doGetFileCopy):1267 temp: /var/adm/mount/AP_0xAMAaR2/repodata/repomd.xml.asc.new.zypp.TPxaTe
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(doGetFileCopyFile):1359 /repodata/repomd.xml.asc
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(doGetFileCopyFile):1369 URL: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials
2015-06-05 09:38:36 <3> sx333(10306) [zypp] MediaCurl.cc(doGetFileCopyFile):1433 curl error: 22: The requested URL returned error: 504, temp file size 0 bytes.
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(evaluateCurlCode):972 THROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials'.
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(evaluateCurlCode):1042 RETHROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials'.
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(doGetFileCopyFile):1445 RETHROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials'.
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:36 <1> sx333(10306) [zypp] PathInfo.cc(unlink):669 unlink /var/adm/mount/AP_0xAMAaR2/repodata/repomd.xml.asc.new.zypp.TPxaTe
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaMultiCurl.cc(doGetFileCopy):1293 RETHROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials'.
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(getFileCopy):880 RETHROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials'.
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaSetAccess.cc(provide):216 CAUGHT: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials'.
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaManager.cc(checkDesired):112 checkDesired(1): desired (cached)
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaHandler.cc(getDetectedDevices):1372 No devices for this medium
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaSetAccess.cc(provide):228 Media couldn't provide file /repodata/repomd.xml.asc , releasing.
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaManager.cc(release):486 release(id=1)
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaHandler.cc(release):725 Request to release attached media https<https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials>, use count=1
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaHandler.cc(release):732 Releasing media https<https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials>
2015-06-05 09:38:36 <1> sx333(10306) [zypp] MediaHandler.cc(disconnect):704 Disconnected: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials attached; localRoot "/var/adm/mount/AP_0xAMAaR2"
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaHandler.cc(removeAttachPoint):179 MediaHandler - checking if to remove attach point
2015-06-05 09:38:36 <1> sx333(10306) [zypp] PathInfo.cc(recursive_rmdir):428 recursive_rmdir /var/adm/mount/AP_0xAMAaR2
2015-06-05 09:38:36 <1> sx333(10306) [zypp] MediaHandler.cc(removeAttachPoint):191 Deleted default attach point /var/adm/mount/AP_0xAMAaR2
2015-06-05 09:38:36 <1> sx333(10306) [zypp] MediaHandler.cc(release):786 Released: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials not attached; localRoot ""
2015-06-05 09:38:36 <1> sx333(10306) [zypp] MediaSetAccess.cc(provide):263 Can't provide file. Non-Interactive mode.
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaSetAccess.cc(provide):264 RETHROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials'.
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137 Fetcher.cc(provideToDest):576 CAUGHT: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.asc?credentials=NCCcredentials'.
2015-06-05 09:38:36 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:36 <2> sx333(10306) [zypp:fetcher] Fetcher.cc(provideToDest):577 optional resource [1]/repodata/repomd.xml.asc{0 B|NoCheckSum} could not be transfered
2015-06-05 09:38:36 <1> sx333(10306) [zypp:fetcher] Fetcher.cc(downloadAndReadIndexList):716 No indexes to read.
2015-06-05 09:38:36 <1> sx333(10306) [zypp:fetcher] Fetcher.cc(provideFromCache):350 start fetcher with 2 cache directories.
2015-06-05 09:38:36 <1> sx333(10306) [zypp:fetcher] Fetcher.cc(provideToDest):548 Not found in cache, downloading
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaSetAccess.cc(provide):203 Going to try to provide optional file /repodata/repomd.xml.key from media number 1
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaManager.cc(attach):413 attach(id=1)
2015-06-05 09:38:36 <1> sx333(10306) [zypp] MediaHandler.cc(createAttachPoint):371 Created default attach point /var/adm/mount/AP_0xTGE3yR
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] Sysconfig.cc(read):31 Load '/etc/sysconfig/proxy'
2015-06-05 09:38:36 <1> sx333(10306) [zypp] Sysconfig.cc(read):71 done reading '/etc/sysconfig/proxy'
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(setupEasy):637 Enabling HTTP authentication methods: digest,basic (CURLOPT_HTTPAUTH=3)
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(setupEasy):691 Proxy: not explicitly set
2015-06-05 09:38:36 <1> sx333(10306) [zypp] MediaHandler.cc(attach):665 Attached: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials attached; localRoot "/var/adm/mount/AP_0xTGE3yR"
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaManager.cc(checkDesired):109 checkDesired(1): desired (report by zypp::media::NoVerifier)
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaManager.cc(checkDesired):112 checkDesired(1): desired (cached)
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaManager.cc(checkDesired):112 checkDesired(1): desired (cached)
2015-06-05 09:38:36 <1> sx333(10306) [zypp] PathInfo.cc(assert_dir):356 mkdir /var/adm/mount/AP_0xTGE3yR/repodata 00755
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaMultiCurl.cc(doGetFileCopy):1266 dest: /var/adm/mount/AP_0xTGE3yR/repodata/repomd.xml.key
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaMultiCurl.cc(doGetFileCopy):1267 temp: /var/adm/mount/AP_0xTGE3yR/repodata/repomd.xml.key.new.zypp.fvSZeu
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(doGetFileCopyFile):1359 /repodata/repomd.xml.key
2015-06-05 09:38:36 <1> sx333(10306) [zypp++] MediaCurl.cc(doGetFileCopyFile):1369 URL: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml.key?credentials=NCCcredentials
2015-06-05 09:38:38 <3> sx333(10306) [zypp] MediaCurl.cc(doGetFileCopyFile):1433 curl error: 22: The requested URL returned error: 404, temp file size 0 bytes.
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(evaluateCurlCode):981 THROW: File '/repodata/repomd.xml.key' not found on medium 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials'
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(evaluateCurlCode):1042 RETHROW: File '/repodata/repomd.xml.key' not found on medium 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials'
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(doGetFileCopyFile):1445 RETHROW: File '/repodata/repomd.xml.key' not found on medium 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials'
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:38 <1> sx333(10306) [zypp] PathInfo.cc(unlink):669 unlink /var/adm/mount/AP_0xTGE3yR/repodata/repomd.xml.key.new.zypp.fvSZeu
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaMultiCurl.cc(doGetFileCopy):1293 RETHROW: File '/repodata/repomd.xml.key' not found on medium 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials'
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(getFileCopy):880 RETHROW: File '/repodata/repomd.xml.key' not found on medium 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials'
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaSetAccess.cc(provide):216 CAUGHT: File '/repodata/repomd.xml.key' not found on medium 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials'
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaManager.cc(checkDesired):112 checkDesired(1): desired (cached)
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaHandler.cc(getDetectedDevices):1372 No devices for this medium
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaSetAccess.cc(provide):228 Media couldn't provide file /repodata/repomd.xml.key , releasing.
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaManager.cc(release):486 release(id=1)
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaHandler.cc(release):725 Request to release attached media https<https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials>, use count=1
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaHandler.cc(release):732 Releasing media https<https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials>
2015-06-05 09:38:38 <1> sx333(10306) [zypp] MediaHandler.cc(disconnect):704 Disconnected: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials attached; localRoot "/var/adm/mount/AP_0xTGE3yR"
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaHandler.cc(removeAttachPoint):179 MediaHandler - checking if to remove attach point
2015-06-05 09:38:38 <1> sx333(10306) [zypp] PathInfo.cc(recursive_rmdir):428 recursive_rmdir /var/adm/mount/AP_0xTGE3yR
2015-06-05 09:38:38 <1> sx333(10306) [zypp] MediaHandler.cc(removeAttachPoint):191 Deleted default attach point /var/adm/mount/AP_0xTGE3yR
2015-06-05 09:38:38 <1> sx333(10306) [zypp] MediaHandler.cc(release):786 Released: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials not attached; localRoot ""
2015-06-05 09:38:38 <1> sx333(10306) [zypp] MediaSetAccess.cc(provide):263 Can't provide file. Non-Interactive mode.
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaSetAccess.cc(provide):264 RETHROW: File '/repodata/repomd.xml.key' not found on medium 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials'
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137 Fetcher.cc(provideToDest):576 CAUGHT: File '/repodata/repomd.xml.key' not found on medium 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials'
2015-06-05 09:38:38 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:38 <2> sx333(10306) [zypp:fetcher] Fetcher.cc(provideToDest):577 optional resource [1]/repodata/repomd.xml.key{0 B|NoCheckSum} could not be transfered
2015-06-05 09:38:38 <1> sx333(10306) [zypp:fetcher] Fetcher.cc(downloadAndReadIndexList):716 No indexes to read.
2015-06-05 09:38:38 <1> sx333(10306) [zypp:fetcher] Fetcher.cc(provideFromCache):350 start fetcher with 2 cache directories.
2015-06-05 09:38:38 <1> sx333(10306) [zypp:fetcher] Fetcher.cc(provideToDest):548 Not found in cache, downloading
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaSetAccess.cc(provide):203 Going to try to provide file /repodata/repomd.xml from media number 1
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaManager.cc(attach):413 attach(id=1)
2015-06-05 09:38:38 <1> sx333(10306) [zypp] MediaHandler.cc(createAttachPoint):371 Created default attach point /var/adm/mount/AP_0xniB49a
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] Sysconfig.cc(read):31 Load '/etc/sysconfig/proxy'
2015-06-05 09:38:38 <1> sx333(10306) [zypp] Sysconfig.cc(read):71 done reading '/etc/sysconfig/proxy'
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaCurl.cc(setupEasy):637 Enabling HTTP authentication methods: digest,basic (CURLOPT_HTTPAUTH=3)
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaCurl.cc(setupEasy):691 Proxy: not explicitly set
2015-06-05 09:38:38 <1> sx333(10306) [zypp] MediaHandler.cc(attach):665 Attached: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials attached; localRoot "/var/adm/mount/AP_0xniB49a"
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaManager.cc(checkDesired):109 checkDesired(1): desired (report by zypp::media::NoVerifier)
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaManager.cc(checkDesired):112 checkDesired(1): desired (cached)
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaManager.cc(checkDesired):112 checkDesired(1): desired (cached)
2015-06-05 09:38:38 <1> sx333(10306) [zypp] PathInfo.cc(assert_dir):356 mkdir /var/adm/mount/AP_0xniB49a/repodata 00755
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaMultiCurl.cc(doGetFileCopy):1266 dest: /var/adm/mount/AP_0xniB49a/repodata/repomd.xml
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaMultiCurl.cc(doGetFileCopy):1267 temp: /var/adm/mount/AP_0xniB49a/repodata/repomd.xml.new.zypp.m7tc5R
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaCurl.cc(doGetFileCopyFile):1359 /repodata/repomd.xml
2015-06-05 09:38:38 <1> sx333(10306) [zypp++] MediaCurl.cc(doGetFileCopyFile):1369 URL: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml?credentials=NCCcredentials
2015-06-05 09:38:39 <3> sx333(10306) [zypp] MediaCurl.cc(doGetFileCopyFile):1433 curl error: 22: The requested URL returned error: 504, temp file size 0 bytes.
2015-06-05 09:38:39 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(evaluateCurlCode):972 THROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml?credentials=NCCcredentials'.
2015-06-05 09:38:39 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:39 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(evaluateCurlCode):1042 RETHROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml?credentials=NCCcredentials'.
2015-06-05 09:38:39 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:39 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(doGetFileCopyFile):1445 RETHROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml?credentials=NCCcredentials'.
2015-06-05 09:38:39 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:39 <1> sx333(10306) [zypp] PathInfo.cc(unlink):669 unlink /var/adm/mount/AP_0xniB49a/repodata/repomd.xml.new.zypp.m7tc5R
2015-06-05 09:38:39 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaMultiCurl.cc(doGetFileCopy):1293 RETHROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml?credentials=NCCcredentials'.
2015-06-05 09:38:39 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:39 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaCurl.cc(getFileCopy):880 RETHROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml?credentials=NCCcredentials'.
2015-06-05 09:38:39 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:39 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaSetAccess.cc(provide):216 CAUGHT: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml?credentials=NCCcredentials'.
2015-06-05 09:38:39 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaManager.cc(checkDesired):112 checkDesired(1): desired (cached)
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaHandler.cc(getDetectedDevices):1372 No devices for this medium
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaSetAccess.cc(provide):228 Media couldn't provide file /repodata/repomd.xml , releasing.
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaManager.cc(release):486 release(id=1)
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaHandler.cc(release):725 Request to release attached media https<https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials>, use count=1
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaHandler.cc(release):732 Releasing media https<https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials>
2015-06-05 09:38:39 <1> sx333(10306) [zypp] MediaHandler.cc(disconnect):704 Disconnected: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials attached; localRoot "/var/adm/mount/AP_0xniB49a"
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaHandler.cc(removeAttachPoint):179 MediaHandler - checking if to remove attach point
2015-06-05 09:38:39 <1> sx333(10306) [zypp] PathInfo.cc(recursive_rmdir):428 recursive_rmdir /var/adm/mount/AP_0xniB49a
2015-06-05 09:38:39 <1> sx333(10306) [zypp] MediaHandler.cc(removeAttachPoint):191 Deleted default attach point /var/adm/mount/AP_0xniB49a
2015-06-05 09:38:39 <1> sx333(10306) [zypp] MediaHandler.cc(release):786 Released: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials not attached; localRoot ""
2015-06-05 09:38:39 <1> sx333(10306) [zypp] MediaManager.cc(releaseAll):525 Releasing all attached media
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaManager.cc(releaseAll):543 Media id 1 not attached
2015-06-05 09:38:39 <1> sx333(10306) [zypp] MediaManager.cc(releaseAll):553 Exit
2015-06-05 09:38:39 <1> sx333(10306) [zypper++] media.cc(requestMedia):215 medium problem, url: https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials, error 5, label '', #1
2015-06-05 09:38:39 <1> sx333(10306) [zypper] misc.cc(is_changeable_media):39 Checking if this is a changeable medium
2015-06-05 09:38:39 <1> sx333(10306) [zypp] MediaAccess.cc(open):118 Trying scheme 'https'
2015-06-05 09:38:39 <2> sx333(10306) [zypp] MediaAccess.cc(open):161 unknown mediahandler set:
2015-06-05 09:38:39 <1> sx333(10306) [zypp] MediaCurl.cc(MediaCurl):448 MediaCurl::MediaCurl(https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials, )
2015-06-05 09:38:39 <1> sx333(10306) [zypp] MediaMultiCurl.cc(MediaMultiCurl):1158 MediaMultiCurl::MediaMultiCurl(https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials, )
2015-06-05 09:38:39 <1> sx333(10306) [zypp] MediaAccess.cc(open):234 Opened: https(https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials not attached; localRoot "")
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaManager.cc(open):277 Opened new media access using id 2 to https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaManager.cc(close):309 Close to access handler using id 2 requested
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaHandler.cc(release):718 Request to release media - not attached; eject ''
2015-06-05 09:38:39 <1> sx333(10306) [zypp] MediaAccess.cc(close):285 Close: https(https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64?credentials=NCCcredentials not attached; localRoot "") (OK)
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaHandler.cc(release):718 Request to release media - not attached; eject ''
2015-06-05 09:38:39 <1> sx333(10306) [zypp++] MediaHandler.cc(removeAttachPoint):179 MediaHandler - checking if to remove attach point
2015-06-05 09:38:43 <1> sx333(10306) [zypper++] prompt.cc(read_action_ari_with_timeout):195 reply: a (a lowercase)
2015-06-05 09:38:43 <1> sx333(10306) [zypper++] prompt.cc(read_action_ari_with_timeout):199 index: 0 option: a
2015-06-05 09:38:43 <1> sx333(10306) [zypp] MediaSetAccess.cc(provide):282 ProvideFile exception caught, callback answer: 0
2015-06-05 09:38:43 <1> sx333(10306) [zypp++] MediaSetAccess.cc(provide):286 Aborting
2015-06-05 09:38:43 <5> sx333(10306) [zypp] Exception.cc(log):137 MediaSetAccess.cc(provide):287 RETHROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml?credentials=NCCcredentials'.
2015-06-05 09:38:43 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:43 <5> sx333(10306) [zypp] Exception.cc(log):137 Fetcher.cc(provideToDest):583 RETHROW: Timeout exceeded when accessing 'https://nu.novell.com/repo/$RCE/SLES11-SP3_Updates/sle-11-x86_64/repodata/repomd.xml?credentials=NCCcredentials'.
2015-06-05 09:38:43 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:43 <5> sx333(10306) [zypp] Exception.cc(log):137 History:
2015-06-05 09:38:43 <5> sx333(10306) [zypp] Exception.cc(log):137 - Can't provide /repodata/repomd.xml
2015-06-05 09:38:43 <5> sx333(10306) [zypp] Exception.cc(log):137
2015-06-05 09:38:43 <1> sx333(10306) [Progress++] ProgressData.cc(report):86 {#4|}END
Ah, wireshark. My favorite seefood Iāll have a go at that and try strace, I have the time and hopefully the experience to dig through that.
Good one! Iāll try that first and see what happens.
This might take some time as I also have other duties to attend to, but Iāll get back as soon as I have some more insights.