Giter Club home page Giter Club logo

Comments (8)

hmaarrfk avatar hmaarrfk commented on July 17, 2024

I can confirm that adding:

mkdir -p /var/lib/apt/lists/partial

To my customization routine, helps the system move forward.

I guess writing bug reports helps as much with the debugging process.

I have a workaround for myself, so hopefully this helps others get around the issue too.

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on July 17, 2024

Thanks for the bug report and for sharing a work-around!

from cubic.

hmaarrfk avatar hmaarrfk commented on July 17, 2024

Thanks for making useful software

from cubic.

garciassolutions avatar garciassolutions commented on July 17, 2024

I can confirm that adding:

mkdir -p /var/lib/apt/lists/partial

To my customization routine, helps the system move forward.

I guess writing bug reports helps as much with the debugging process.

I have a workaround for myself, so hopefully this helps others get around the issue too.

You did this at the end of your customization script?
I am running into the same issue, and when setting the permissions manually throws another error.
Attempting to add mkdir -p /var/lib/apt/lists/partial to the end of my install script had no effect.

Update: Only when not removing /var/lib/apt/lists/ was i able to build my image properly.

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on July 17, 2024

hmaarrfk, garciassolutions,

You are both removing all files under /var/lib/apt/lists/ using the following command?

rm -rf /var/lib/apt/lists/*

After you execute the above, try executing...

apt update

...and see if this resolves the issue. (You must do this before leaving Cubic's Terminal page).

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on July 17, 2024

For future reference, this issue is similar to Cubic does not open in Linux Mint 20.3.

from cubic.

hmaarrfk avatar hmaarrfk commented on July 17, 2024

i haven't had time to try your suggestion. I'm trying to avoid calling apt update. So creating the directories manually seems to be better given those constraints....

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on July 17, 2024

Fix released in Cubic version 2022.01.71.

from cubic.

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.