Results 1 to 5 of 5

Thread: Trouble updating ftp.indexdata.dk/debian/dists/indexdata/etch/

  1. #1
    Join Date
    Jul 2007
    Location
    Tokyo
    Beans
    29
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Trouble updating ftp.indexdata.dk/debian/dists/indexdata/etch/

    OK, in the process of installing Koha on my small Linux box here, and I've run into a problem getting these to fetch:

    W: Failed to fetch http://ftp.indexdata.dk/debian/dists...86/Packages.gz 404 Not Found

    W: Failed to fetch http://ftp.indexdata.dk/debian/dists...rce/Sources.gz 404 Not Found

    Specifically, I'm trying to update the package index for IndexData, after installing libexpat, libssl0.9.7 and yaz.

    I tried changing the source file to etch from sarge, but it didn't make a difference.

    What needs to be changed to make this work?

    Thanks for any assistance.
    Last edited by ceabaird; October 21st, 2008 at 08:29 AM. Reason: spelling error

  2. #2
    Join Date
    Jan 2007
    Location
    Melbourne, Australia
    Beans
    5,096

    Re: Trouble updating ftp.indexdata.dk/debian/dists/indexdata/etch/

    Try adding
    Code:
    deb http://ftp.indexdata.dk/debian/ sarge main
    You may run into dependency problems installing the packages though.
    Last edited by Partyboi2; October 21st, 2008 at 10:20 AM.
    Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
    Help others, mark your threads solved.

  3. #3
    Join Date
    Jul 2007
    Location
    Tokyo
    Beans
    29
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Trouble updating ftp.indexdata.dk/debian/dists/indexdata/etch/

    Thanks for the reply.

    OK, I checked my /etc/apt/sources.list file, and it seems I already have the code:

    Code:
    deb http://ftp.indexdata.dk/debian/ sarge main
    added.

    Here's what the bottom of the file looks like now:
    Code:
    deb http://security.ubuntu.com/ubuntu hardy-security main restricted
    deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
    deb http://security.ubuntu.com/ubuntu hardy-security universe
    deb-src http://security.ubuntu.com/ubuntu hardy-security universe
    deb http://security.ubuntu.com/ubuntu hardy-security multiverse
    deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse
    deb http://ftp.indexdata.dk/debian sarge main
    deb-src http://ftp.indexdata.dk/debian sarge main
    deb http://ftp.indexdata.dk/debian indexdata/sarge released
    deb-src http://ftp.indexdata.dk/debian indexdata/sarge released
    Looking at the above, it looks (to me) that maybe I have some repetition in the last 4 lines? Are the last two lines necessary, since ftp.indexdata.dk/debian is invoked in the two previous lines?

    Still learning, thanks for the help.

    -S

  4. #4
    Join Date
    Jan 2007
    Location
    Melbourne, Australia
    Beans
    5,096

    Re: Trouble updating ftp.indexdata.dk/debian/dists/indexdata/etch/

    deb http://ftp.indexdata.dk/debian indexdata/sarge released
    deb-src http://ftp.indexdata.dk/debian indexdata/sarge released
    These 2 lines are seem to be incorrect. So by adding a #infront of them you should know longer get
    Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
    Help others, mark your threads solved.

  5. #5
    Join Date
    Jul 2007
    Location
    Tokyo
    Beans
    29
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Trouble updating ftp.indexdata.dk/debian/dists/indexdata/etch/

    Thanks - I deleted those 2 lines, ran sudo apt-get update,
    and got no more errors. I guess the instructions here need to be updated.

    Thanks for the help!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •