https://bugzilla.novell.com/show_bug.cgi?id=302385#c10 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|lslezak@novell.com |dmacvicar@novell.com Status|ASSIGNED |NEW --- Comment #10 from Ladislav Slezak <lslezak@novell.com> 2007-08-22 06:38:06 MST --- Ooops, at the beginning of RepoManager::checkIfToRefreshMetadata() there is a call for autoprobing if type hasn't been set: // if the type is unknown, try probing. switch ( repokind.toEnum() ) { case RepoType::NONE_e: // unknown, probe it repokind = probe(url); break; default: break; } But according the log it seems that the probing was skipped: 2007-08-23 05:43:34 <1> linux(2840) [zypp] RepoManager.cc(checkIfToRefreshMetadata):397 Going to try to check whether refresh is needed for cd:///?devices=/dev/sr0 2007-08-23 05:43:34 <0> linux(2840) [zypp] RepoManager.cc(checkIfToRefreshMetadata):424 oldstatus: 0 (The probe code begins on line 402, there is no message regarding autoprobing, the next logged line is 424.) The bug is on the libzypp side... Jano is on vacation, Duncan? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.