Giter Club home page Giter Club logo

Comments (9)

Burnfaker avatar Burnfaker commented on June 17, 2024

i don't know what you mean

from apt-fast.

stucka avatar stucka commented on June 17, 2024

apt-fast downloads to /var/cache/apt/archives/apt-fast
the apt-get with Xubuntu 16.04 (presumably the same one was the Ubuntu apt-get) is now unable to kill off that directory and clean it. "apt-fast clean" I think is calling "apt-get clean" so apt-fast can't even clean up itself.

One partial solution would presumably be to have "apt-fast clean" run "rm -rf /var/cache/apt/archives/apt-fast" and then call "apt-get clean" to finish up. That won't take care of problems where someone's using "apt-get clean" and wants to purge files downloaded with apt-fast

Note 16.04 is final today, and presumably lots of people will be upgrading from incremental releases like 15.10 and from other long-term support versions like 14.04, so this will start affecting lots of Ubuntu users.

from apt-fast.

rcspam avatar rcspam commented on June 17, 2024

@stucka
To prevent display this error, you can remove "/var/cache/apt/archives/apt-fast/" directory and change the DLDIR variable in /etc/apt-fast.conf to another path (i.e. /var/cache/my_apt-fast/archives/apt-fast).

from apt-fast.

Tecktron avatar Tecktron commented on June 17, 2024
$ apt-fast clean
W: Problem unlinking the file apt-fast - Clean (21: Is a directory)

This has showed up for me since I upgraded to Ubuntu 16.04 this weekend (I'm not an instant upgrader, like to give it a couple of months). After finding this post and reading though the /etc/apt-fast.conf file, I set this to the standard setting listed in the comments and all is now working fine, though I am concerned about the cleanup of that directory since it's not going to be presumably emptied by apt-clean anymore.

Seeing as how this will become be an ongoing issue moving forward with further releases of Ubuntu (unless they change apt), is there a better way for this to be fixed without the user having to adjust the conf file?

I agree with @stucka, the idea of having apt-fast cleanup that directory after itself (wherever the conf says it is) does seem like a solution (programs should always cleanup after themselves). However, also setting the to default to the standard directory (or something else) so that it doesn't interfere with standard apt operations should also be considered.

Thanks

from apt-fast.

annata83 avatar annata83 commented on June 17, 2024

Hello, there is a solution to this issue on Ubuntu 16.04 Unity?

from apt-fast.

stucka avatar stucka commented on June 17, 2024

@annat83 : Looks like the fix was implemented in September. I'm guessing you've upgraded an older system?

In your apt-fast.conf file, I think you're looking for
DLDIR=/var/cache/apt-fast

And you may have to manually remove everything in your /var/cache/apt folder first. Don't delete the wrong folder.

from apt-fast.

annata83 avatar annata83 commented on June 17, 2024

@stucka So maybe deleting and reinstalling sure fix it then right?

from apt-fast.

stucka avatar stucka commented on June 17, 2024

@annat83 , I don't know when you installed it or how you installed it or even which Linux variant you're running it on.

My guess is you can
sudo nano /etc/apt-fast.conf and add that line

Or possibly something like:
sudo add-apt-repository ppa:saiarcot895/myppa
sudo apt-get update
sudo apt-get -y install --reinstall apt-fast

from apt-fast.

Lasall avatar Lasall commented on June 17, 2024

apt-fast 1.8.5-1 on the apt-fast/stable PPA should fix this issue. Please reopen if it still persists. Thank you for reporting and helping with workarounds!

from apt-fast.

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.