Git Product home page Git Product logo

Comments (6)

Mingala avatar Mingala commented on August 24, 2024 1

Thanks for the quick fix/update. I confirm functionality are working now. Will continue to test the product on Debian Bookworm and report any issue should they arise.
Thank you again for the work and quick actions.

from blivet.

kenjo avatar kenjo commented on August 24, 2024

Same problem here. also debian testing.
I tried to debug it but it was very annoying as the traceback is not from the main application but from a gui-daemon process so you need two debuggers at the same time trying to catch the error and even then the code was just to "dynamic" that I could not figure out what was actually going wrong.

basically in get_default_filesystem_type() the line
supported = get_format(fstype).supported
returns false. but why i do not know. it just return a value so it has to be set somewhere else but I got lost.

from blivet.

kenjo avatar kenjo commented on August 24, 2024

I added btrfs to default_fstype an now it starts.
default_fstypes = ("btrfs","ext4", "xfs", "ext3", "ext2")

from blivet.

Mingala avatar Mingala commented on August 24, 2024

Thanks for this hint. Nevertheless using this "workaround" in editing /blivet/formats/init.py and modifying default_fstypes as suggested will indeed start blivet-gui but then any operation (resizing...) on the existing LV ext4 will fail with "Tools for resizing format ext4 are not available".
Guess blivet, on our Debian Testing 6.0.8-1 system, fails to recognise/instance properly at start the DeviceFormat needed in order to work properly on ext4 and other fs.

from blivet.

kenjo avatar kenjo commented on August 24, 2024

yes look like its unusable right now on debian-testing. I could also not do anything useful with it after I got it to start.
almost every option/feature is missing.

from blivet.

vojtechtrefny avatar vojtechtrefny commented on August 24, 2024

I believe this is fixed in the latest blivet release, which I unfortunately forgot to build for Ubuntu/Debian. The fixed version should be in the repo now as python3-blivet_3.6.0-1_all.deb

from blivet.

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.