GithubHelp home page GithubHelp logo

VM errors about irap HOT 4 CLOSED

nunofonseca avatar nunofonseca commented on June 3, 2024
VM errors

from irap.

Comments (4)

freekvh avatar freekvh commented on June 3, 2024

Ah I see now that I have to be in different directories to run these commands and run some shell scripts first to get data... Never mind I'll play on.

from irap.

freekvh avatar freekvh commented on June 3, 2024

By the way, your DockerFile fails to build:

$ docker build .
Sending build context to Docker daemon 1.838 GB
Step 1/11 : FROM fedora:20
---> ba74bddb630e
Step 2/11 : MAINTAINER Nuno Fonseca email: nuno.fonseca at gmail.com
---> Using cache
---> fdd9b8a8f762
Step 3/11 : RUN sed -i "s/failovermethod=priority/failovermethod=roundrobin/" /etc/yum.repos.d/fedora.repo && yum update -y && yum install -y zlib-devel python-devel bzip2-devel python readline-devel libgfortran gcc-gfortran gcc-c++ libX11-devel libXt-devel numpy gd-devel libxml2-devel libxml2 libpng libcurl-devel expat-devel libpangocairo db-devel java python gcc g++ gfortran curl-config git which make bzip2 bison gettext-devel unzip make wget sqlite sqlite-devel db4-devel libdb-devel graphviz texlive tar java-devel xorg-x11-server-Xvfb && yum clean all
---> Running in 94456ff323c5

One of the configured repositories failed (Fedora 20 - x86_64),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:

 1. Contact the upstream for the repository and get them to fix the problem.

 2. Reconfigure the baseurl/etc. for the repository, to point to a working
    upstream. This is most often useful if you are using a newer
    distribution release than is supported by the repository (and the
    packages for the previous distribution release still work).

 3. Disable the repository, so yum won't use it by default. Yum will then
    just ignore the repository until you permanently enable it again or use
    --enablerepo for temporary usage:

        yum-config-manager --disable fedora

 4. Configure the failing repository to be skipped, if it is unavailable.
    Note that yum will try to contact the repo. when it runs most commands,
    so will have to try and fail each time (and thus. yum will be be much
    slower). If it is a very temporary problem though, this is often a nice
    compromise:

        yum-config-manager --save --setopt=fedora.skip_if_unavailable=true

Cannot retrieve metalink for repository: fedora/20/x86_64. Please verify its path and try again
The command '/bin/sh -c sed -i "s/failovermethod=priority/failovermethod=roundrobin/" /etc/yum.repos.d/fedora.repo && yum update -y && yum install -y zlib-devel python-devel bzip2-devel python readline-devel libgfortran gcc-gfortran gcc-c++ libX11-devel libXt-devel numpy gd-devel libxml2-devel libxml2 libpng libcurl-devel expat-devel libpangocairo db-devel java python gcc g++ gfortran curl-config git which make bzip2 bison gettext-devel unzip make wget sqlite sqlite-devel db4-devel libdb-devel graphviz texlive tar java-devel xorg-x11-server-Xvfb && yum clean all' returned a non-zero code: 1

from irap.

freekvh avatar freekvh commented on June 3, 2024

My issues remain but just to let you know, I have got the whole thing working now, pulling a docker from docker hub. Feel free to delete my ramblings, my apologies.
What I did was:
docker run -it nunofonseca/irap_ubuntu /bin/bash
Thank you for the nice software.

from irap.

nunofonseca avatar nunofonseca commented on June 3, 2024

Great that is working now. Thanks for letting me know about the fedora 20 docker file problem - it seems that Fedora no longer supports version 20. There is a new docker file for Fedora 22 in the devel branch. Meanwhile you may find docker files for more recent versions of Fedora in the docker/install_tests folder. The escape character in example has also been fixed. Please reopen the issue of the problem persists.
Cheers.

from irap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.