SLES 10 - repositories?

316

Given that's a discontinued release I have a feeling you're going to be out of luck, http://en.opensuse.org/Mirrors_discontinued_releases#openSUSE_10.3.

I did find this supposed repo that looks to be what you want:

If you back up the URL you'll get to this level which contains all the SLES that have been:

I would seriously consider mirroring this if you think you'll need it for any length of time. You should be able to use a tool such as rsync to do this if needed.

Share:
316
Shereen
Author by

Shereen

Updated on September 18, 2022

Comments

  • Shereen
    Shereen over 1 year

    I have used ajax auto completeextender in my program well its works fine no problem. After hosting to iis server i checked it in iis there also works fine. But when i accessing from brower autocomplete works fine but css is not working,

    I am using external style sheet this is the css i hv used

    /*AutoComplete flyout */
    .autocomplete_completionListElement
    {
        margin : 0px!important ;
        background-color : inherit ;
        color : windowtext ;
        border : buttonshadow ;
        border-width : 1px ;
        border-style : solid ;
        cursor : 'default' ;
        overflow : auto ;
        height : 200px ;
        font-family : Tahoma ;
        font-size : small ;
        text-align : left ;
        list-style-type : none ;
        }
    /* AutoComplete highlighted item */
    .autocomplete_highlightedListItem
       {
        background-color : #ffff99 ;
        color : black ;
        padding : 1px ;
        }
    
        /* AutoComplete item */
    .autocomplete_listItem
        {
        background-color : window ;
        color : windowtext ;
        padding : 1px ;
       }
    
  • setevoy
    setevoy over 10 years
    Thanks, but get same error: Unable to create installation source from URL 'http://mirrors.vbi.vt.edu/linux/opensuse/discontinued/distr‌​ibution/10.3/repo/os‌​s/suse/i586'. Details: Unknown source type for http://mirrors.vbi.vt.edu/linux/opensuse/discontinued/distri‌​bution/10.3/repo/oss‌​/suse/i586 May I enter wrong data? Here is screenshot: link
  • slm
    slm over 10 years
    Yeah I don't think it's a fully functional mirror, it's a directory with the contents of packages (RPMs) and some other ancillary files that were included in the 10.3 release. I don't work with SuSE so unless anyone else comes along, this might likely be the end of the line. To pursue it further you'll have to dig in and see what YaST is expecting and see if you can't pacify it by manually creating missing files or what not.