GithubHelp home page GithubHelp logo

Comments (6)

bluejekyll avatar bluejekyll commented on May 16, 2024

I wonder if there's another bug here. It looks like the journal filename is wrong, is it possible that the new journal is empty?

How did you produce this problem?

from hickory-dns.

apexo avatar apexo commented on May 16, 2024

I just used the example config src/config/test/example.toml with the following extra zone:

[[zones]]
zone = "example.com"
zone_type = "Master"
file = "example.com.zone"
allow_update = true

from hickory-dns.

apexo avatar apexo commented on May 16, 2024

Before the crash, the journal file does not exist. After the crash, it exists with size 0.

from hickory-dns.

bluejekyll avatar bluejekyll commented on May 16, 2024

Ok, mind fixing another two lines in this? on:

https://github.com/bluejekyll/trust-dns/blob/master/src/named.rs#L94

the set_extension(".jrnl") should be set_extension("jrnl")
and similarly set_extension(".key") should be set_extension("key")

I don't know how I missed that, but I know that I don't have startup tests on the binary. I need to go back and add those. Anyway, if you could make those other changes too that would be awesome. Otherwise I'll do that later.

from hickory-dns.

apexo avatar apexo commented on May 16, 2024

Will do.

from hickory-dns.

bluejekyll avatar bluejekyll commented on May 16, 2024

Thanks for the changes!

from hickory-dns.

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.