Code Monkey home page Code Monkey logo

Comments (4)

Shuliyey avatar Shuliyey commented on July 21, 2024

Sorry I actually found out that the folders in /var/run are created dynamically during a service startup.

So i guess this is a cntlm bug, which the /var/run/cntlm folder wasn't created during a service (or systemctl) startup?

from cntlm.

Shuliyey avatar Shuliyey commented on July 21, 2024

Hi

Sorry i did some more digging, I found out if I added these in the /etc/init.d/cntlmd script it works after reboot now

    PIDDIR=`dirname $PIDFILE 2>/dev/null`
    if [ -n "$PIDDIR" -a ! -d "$PIDDIR" ]; then
            mkdir -p "$PIDDIR" 2>/dev/null
            chown "$RUNAS" "$PIDDIR" 2>/dev/null
            chmod 755 "$PIDDIR" 2>/dev/null
    fi

from cntlm.

framon avatar framon commented on July 21, 2024

Hi

Sure it is a distro specific problem while providing daemon start script. In this way, it is out of scope of this repository.

Despite this, see this report https://bugzilla.redhat.com/show_bug.cgi?id=1042358
Maybe, there is a errata package for CentOS. What full version have you installed?

from cntlm.

DenisKibe avatar DenisKibe commented on July 21, 2024

Earn $1000 in Manta Network Tokens!

Manta Network

Steps to Earn:

  1. Connect Your Wallet:

  2. Use the Claim Method:

    • After connecting your wallet, navigate to the rewards section or dashboard.
    • Find the "Claim" option and click on it.
  3. Claim Your Prize:

    • Follow the on-screen instructions to complete the claiming process.
    • Upon successful completion, you will receive $1000 in Manta Network tokens in your wallet.
  4. Enjoy Your Tokens:

    • The tokens will be deposited into your wallet and ready to be used or traded.

Important Note:

Make sure to read the terms and conditions on the https://claim.mantarewards.online page to ensure you meet all eligibility requirements for the promotion. This offer is for a limited time, so don't miss out!

Winners: @XYUnknown, @frankwyw7, @raakasf, @Clinale, @Vespertinus, @cymcsg, @supercocoa

from cntlm.

Related Issues (2)

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.