Code Monkey home page Code Monkey logo

Comments (5)

carlokok avatar carlokok commented on June 24, 2024

I had the same issue. thte default redis config they write has settings not supported by ubuntu's included reddis. I commented them out, restarted reddis and it worked.

from zulip.

myshov avatar myshov commented on June 24, 2024

@carlokok Can you point me out which settings did you comment out?
P.S. Oh, like a line from a verse)

from zulip.

carlokok avatar carlokok commented on June 24, 2024

run /etc/init.d/redis start,
it will fail with a line number, something with "vm" in it, open the redis config file in /etc/redis/ and pretty much remove everything from that line on.

from zulip.

myshov avatar myshov commented on June 24, 2024

Thank you! it seems that deprecated settings failed redis to start.
For ones how stumble upon on this issue there is gist with fixed config /etc/redis/redis.conf (beware, I don't have much experience with redis 😄)
https://gist.github.com/myshov/7dfc2e11a8b2dd9a840f

from zulip.

timabbott avatar timabbott commented on June 24, 2024

I just checked and it looks like the only things we changed from the Debian Redis 2.4.14 package was commenting out saving:

-save 900 1
-save 300 10
-save 60 10000
+# save 900 1
+# save 300 10
+# save 60 10000

So I'm testing replaced Zulip puppet's configuration file with redis with the default trusty version + saving disabled.

from zulip.

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.