Giter Club home page Giter Club logo

Comments (2)

r23 avatar r23 commented on May 30, 2024

Here in the test environment, the backup with Perl works perfectly. If you are looking for support, describe your environment in a comprehensible way. And for reasons of politeness, use the English language.

grafik

from myoos.

boindil avatar boindil commented on May 30, 2024

Hi @r23,
I was using german, since this is an application with even a german documentation linked in this readme, however english is also fine ofc.

Yes, the dumper is working on my end now, too. The problem was a chroot environment with absolute - inaccessable - paths in chroot. Since I wasnt getting any useful error messages, I had to debug the code which was somewhat annoying.

This should not happen. If the log file is not accessable for any reason, this should not result in endless loops that are being detected by perl. Instead it should be resolved by print outs with appropriate error messages. The error messages in these lines were not printed out, as you can see.

I later noticed, that the autodelete method has a similar problem too, it seems that it cant handle relative paths. Note that I am in chroot.

Working:

path/to/log/file
/path/to/log/file
/path/to/work/folder

Not Working:

path/to/work/folder

The logging methods are able to use paths relative to the current directory, whilst the autodelete is not. Thats irritating to say the least.

from myoos.

Related Issues (8)

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.