CANNOT ACCESS INSTALLATION MEDIA

I am trying to add the repository and coming back with ‘Cannot access installation media http:\…’ & ’ Check whether the server is accessible’ error. What is wrong??? How to fix it???

I am running opensuse 11.2, gnome desktop.

On another note (not sure if it is somehow related )in order for me to open ‘Software Manager’ I had to uncheck ‘Enabled’ for all urls in ‘Configured Software Repositories’.

Any help is appreciated. Thank you.

Lubica

Post the output of

zypper lr -d

On Tue, 12 Jan 2010 23:36:02 +0000, Lubica wrote:

> I am trying to add the repository and coming back with ‘Cannot access
> installation media http:\…’ & ’ Check whether the server is
> accessible’ error. What is wrong??? How to fix it???

First thing to check is that you can connect to the server - can you?

As it happens, I just ran into this updating my 11.1 64-bit system to
11.2. The problem turned out to be that I had installed a fairly old
version of aria2c on 11.1 to use as a download manager, and 11.2 includes
it - AND uses it as an integral part of the package manager.

My copy was installed to /usr/local/bin, 11.2’s was installed to /usr/
bin. Mine was first in the path and that created a problem.

So if you upgraded and had installed aria2c, that might be something to
check.

But I’d start with the more obvious “can I connect to the server” - try
using firefox and see if you can even connect to it.

Jim


Jim Henderson
openSUSE Forums Moderator

On 01/12/2010 02:36 PM, Lubica wrote:
>
> I am trying to add the repository and coming back with ‘Cannot access
> installation media http:\…’ & ’ Check whether the server is
> accessible’ error. What is wrong??? How to fix it???
>
> I am running opensuse 11.2, gnome desktop.
>
> On another note (not sure if it is somehow related )in order for me to
> open ‘Software Manager’ I had to uncheck ‘Enabled’ for all urls in
> ‘Configured Software Repositories’.
>
> Any help is appreciated. Thank you.
>
> Lubica

Well, try http:// instead of \


Kevin Miller - http://www.alaska.net/~atftb
Juneau, Alaska
In a recent survey, 7 out of 10 hard drives preferred Linux
Registered Linux User No: 307357, http://counter.li.org

Chief_Sealth,

lubica@linux-8g64:~> zypper lr -d

| Alias | Name | Enabled | Refresh | Priority | Type | URI | Service

1 | Index of /distribution/11.2/repo/oss/suse | Index of /distribution/11.2/repo/oss/suse | No | Yes | 99 | NONE | Index of /distribution/11.2/repo/oss/suse |
2 | openSUSE 11.2-0 | openSUSE 11.2-0 | Yes | No | 99 | yast2 | dvd:/// |
3 | repo-debug | openSUSE-11.2-Debug | No | Yes | 99 | NONE | Index of /debug/distribution/11.2/repo/oss |
4 | repo-non-oss | openSUSE-11.2-Non-Oss | No | Yes | 99 | NONE | Index of /distribution/11.2/repo/non-oss |
5 | repo-oss | openSUSE-11.2-Oss | No | Yes | 99 | NONE | Index of /distribution/11.2/repo/oss |
6 | repo-source | openSUSE-11.2-Source | No | Yes | 99 | NONE | Index of /source/distribution/11.2/repo/oss |
7 | repo-update | openSUSE-11.2-Update | No | Yes | 99 | NONE | Index of /update/11.2 |

The reason why all the links are disable is to let me get into the ‘software management’.

Hendersi,

I did not upgrade the opensuse. It is a fresh install. Yes, I can connect to all the links from firefox. Not sure if it has something to do with it. But, my computer is the part of a company network (running .NET) with lot of security and firewall. And if I want to connect to web pages from firefox it asks me for username and password.

Kevin,

I am sorry yes the links are with forward slash http://…I have written them wrong in my first post.

Any other ideas???

Lubica

On Wed, 13 Jan 2010 13:36:02 +0000, Lubica wrote:

> I did not upgrade the opensuse. It is a fresh install. Yes, I can
> connect to all the links from firefox. Not sure if it has something to
> do with it. But, my computer is the part of a company network (running
> .NET) with lot of security and firewall. And if I want to connect to web
> pages from firefox it asks me for username and password.

It sounds like you’re using a proxy server - you probably need to
configure your system to use a proxy.

In YaST, there is a proxy configuration option - maybe set that and give
it another try (I don’t know for certain that those proxy settings will
be applied to the online updater, but I am pretty sure they are).

Jim


Jim Henderson
openSUSE Forums Moderator

open YaST2 -> open Software Repositories -> uncheck the line giving you the problem

thanks you, so much