1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. If you had a PIAF Forum account in the vBulletin days, log in with your old credentials. Otherwise, sign up again and we'll get you back in business as soon as we can.
  3. Guest: We think the problem with locked threads from long message subjects has been resolved. Post a link here if you still see a problem.

Setup-tftp error in Orgasmatron

Discussion in 'Bug Reporting and Fixes' started by daniel.., Aug 12, 2008.

  1. daniel.. New Member

    Hello,

    First post in this most helpful forum. First of all, many thanks to all those that make this incredible system possible!

    I have sucessfully installed PIAF in an Evererx GPC2 using the mondorescue CDs. Now I find that everything seems to be working, except the setup-tftp script. It gives the following error message:

    ftp://ftp.mondorescue.org/fedora/5/repodata/repomd.xml: [Errno 4] [0Error: [Errorno ftp error] timed out.
    Trying other mirror.
    Error: Cannot open/read repomd.xml file for repository: mondorescue.


    Is mondorescue the right repository or is PIAF looking for the packages in the wrong place?

    Any ideas?

    Thanks,

    Daniel
  2. wardmundy Nerd Uno

    There's a colon on the end of the command that is causing the problem. Should be...

    ftp://ftp.mondorescue.org/fedora/5/repodata/repomd.xml

    Do update-scripts and see if it doesn't fix it.

    If not, here are the commands to run after logging in as root:
    Code:
    yum -y install tftp-server
    /sbin/chkconfig --level 345 xinetd on
    /sbin/chkconfig --level 345 tftp on
    
  3. daniel.. New Member

    Thanks for your response.
    yum -y install tftp-server

    Gives the same error. Update-scripts and update-fixes did not help...
  4. daniel.. New Member

    Setup-samba gives the same error. Where can I change the repository names to delete the colon?

    Thanks again.

    Daniel
  5. daniel.. New Member

    SOLVED

    New update-fixes solved it. Thanks!

Share This Page