Results 1 to 4 of 4

Thread: Trying hard to get a repository setup in Ubuntu

  1. #1
    Join Date
    Jul 2008
    Location
    /home/nicholas
    Beans
    207
    Distro
    Ubuntu 9.10 Karmic Koala

    Trying hard to get a repository setup in Ubuntu

    I am trying to make a repository that has some extras for Ubuntu and Ultimate OS. I added the source to /etc/apt/sources.list. When I do sudo apt-get update, I get these warnings:
    Code:
    W: Failed to fetch ftp://niccholaspage@sephizor.com/archive/ubuntu/dists/intrepid/Release.gpg  Could not resolve 'niccholaspage@sephizor.com'
    
    W: Failed to fetch ftp://niccholaspage@sephizor.com/archive/ubuntu/dists/intrepid/main/i18n/Translation-en_US.bz2  Could not resolve 'niccholaspage@sephizor.com'
    
    W: Some index files failed to download, they have been ignored, or old ones used instead.
    W: You may want to run apt-get update to correct these problems
    The repository did not work at all.(Repo is at ftp://niccholaspage@sephizor.com/archive/ubuntu intrepid main)
    The file structure is this:
    archive/ubuntu/intrepid/main/
    I have have gwho deb and a Packages.gz.
    Never mind.Kept screwing up XFCE.XD
    http://www.crashie.com will crash an IE install.

  2. #2
    Join Date
    May 2007
    Location
    California, USA
    Beans
    245

    Re: Trying hard to get a repository setup in Ubuntu

    man 5 apt.conf

    Search for ftp. You have to specify the password for password-protected ftp servers in /etc/apt/sources.list in the form ftp://[[user][ass]@]host[ort]/ in ftp:roxy.

  3. #3
    Join Date
    Jul 2008
    Location
    /home/nicholas
    Beans
    207
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Trying hard to get a repository setup in Ubuntu

    If I set it up like that,Wouldn't it be easy for someone to see my FTP password?
    Never mind.Kept screwing up XFCE.XD
    http://www.crashie.com will crash an IE install.

  4. #4
    Join Date
    May 2007
    Location
    California, USA
    Beans
    245

    Re: Trying hard to get a repository setup in Ubuntu

    Yes. But you can chmod 600 it. Normally, there is no reason to worry about password-protecting a Debian repository--this is free software, after all.

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
  •