https://bugzilla.novell.com/show_bug.cgi?id=779396 https://bugzilla.novell.com/show_bug.cgi?id=779396#c5 Lukas Ocilka <locilka@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lslezak@suse.com AssignedTo|lslezak@suse.com |locilka@suse.com --- Comment #5 from Lukas Ocilka <locilka@suse.com> 2013-01-11 14:57:24 UTC --- It's in /usr/share/YaST2/clients/inst_upgrade_urls.ycp Function IUU_AddEnabledRepositories() string repo_type = Pkg::RepositoryProbe (one_url, "/"); if (repo_type == nil || repo_type == "NONE") { y2error ("Cannot add repository"); Report::Error (sformat(_("Cannot add repository %1 URL: %2"), repo_name, one_url)); } These repositories were selected by user to be added and user was also asked to configure the network for that. According to log, some network was set up. Possible fallback solution for this case would be to add the repository as disabled so they don't disappear. -- 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.