Giter Site home page Giter Site logo

Comments (4)

altendky avatar altendky commented on August 17, 2024 1

When dealing with the config file it is always best to share your full file so we can provide the most direct help. Also, your exact error. If you have specified other logging directories in your config then you would add a disk_spaces: entry as below and make sure the directory you configure exists.

logging:
        # One directory in which to store all plot job logs (the STDOUT/
        # STDERR of all plot jobs).  In order to monitor progress, plotman
        # reads these logs on a regular basis, so using a fast drive is
        # recommended.
        plots: /home/jh/plotmanlogs/plots
        transfers: /home/jh/plotmanlogs/transfers
        application: /home/jh/plotmanlogs/plotman.log
        disk_spaces: /home/jh/plotmanlogs/disk_spaces.log

If you have not specified other logging paths then create the directory (not the file) that was listed in the error.

If this doesn't help, please share your full config and the prompt, command, and output for the error. Then we can provide more explicit instructions for your case.

from plotman.

realdevnullius avatar realdevnullius commented on August 17, 2024 1

I had the exact same error, also after updating.
Solution for me was adding the following line, including a file:
disk_spaces: /home/jh/plotmanlogs/disk_spaces/diskspaces.log

Otherwise plotman will throw an error that a folder was specified instead of a log file.

from plotman.

altendky avatar altendky commented on August 17, 2024

(as discussed in keybase, but documenting here)

I thought plotman intended to create those directories if needed, but I need to look back at that. In this case, you want to add a logging: disk_spaces: config entry for the new disk space check logs.

This addressed their immediate issue. The next issue is being addressed in #926.

from plotman.

realdevnullius avatar realdevnullius commented on August 17, 2024

can anyone spell the solution out to me like I'm a 5yo? Appreciated :)

I make a new entry logging: in plotman.yaml? And same for disk_spaces? What values do they get?

from plotman.

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.