Code Monkey home page Code Monkey logo

Comments (1)

OneCDOnly avatar OneCDOnly commented on August 10, 2024

Hi @Kurisutian :)

When RunLast appears to have stalled, it's because its waiting for one of your user scripts to exit. You'll need to find which one is hanging. Make use of RunLast's log file, and don't be shy about making your scripts create their own logs too.

Launching a daemon that doesn't disconnect from the current tty is probably the most likely cause of a hanging condition.

Important note: the QTS environment during startup (when RunLast executes your scripts) is also not the same as after startup has completed. A script may work just fine when run manually at the CLI, but throw errors when running via RunLast due to not being attached to a terminal, $PATH incorrect, binaries unavailable, etc...

There's not-a-lot I can do to ensure RunLast completes startup with a hanging user script, except to background all script jobs. This won't fix your issue however. Your script would still contain a condition causing it to stall or fail to exit.

Hope this helps. I really should create a wiki page for this info.

from runlast.

Related Issues (10)

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.