Giter VIP home page Giter VIP logo

Comments (4)

 avatar commented on August 26, 2024

Hm, it looks like it was patched in ~2012, 13.10 should have the fix, no?

from buildstep.

ruudud avatar ruudud commented on August 26, 2024

Yes, that is my understanding as well.
On 6 Feb 2014 20:37, "rhy-jot" [email protected] wrote:

Hm, it looks like it was patched in ~2012, 13.10 should have the fix, no?


Reply to this email directly or view it on GitHubhttps://github.com//issues/74#issuecomment-34361611
.

from buildstep.

teamon avatar teamon commented on August 26, 2024

I'm experiencing the exact same issue (not buildstep, but my own pg image) when running:

RUN apt-get install -y -q wget

RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ saucy-pgdg main" >> /etc/apt/sources.list
RUN wget --no-check-certificate --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
RUN apt-get update

# prevent apt from starting postgres right after the installation
RUN echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d; chmod +x /usr/sbin/policy-rc.d

RUN LC_ALL=en_US.UTF-8 DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y -q postgresql-9.2 postgresql-contrib-9.2

Ubuntu 13.10, Linux 3.13.0 (docker 0.7.6 btw)

from buildstep.

 avatar commented on August 26, 2024

Ubuntu 13.10 and docker don't mix well unfortunately (see 1 and 2). This issue should be taken up with them instead as they'd be better equipped to evaluate and fix this specific issue. Thanks for posting a temporary workaround here in the meantime, though!

from buildstep.

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.