Coder Social home page Coder Social logo

Comments (6)

wiktor2200 avatar wiktor2200 commented on August 29, 2024 1

apt-get purge command removes only config files which are defined as config file in dpkg metadata. For example: when you are uninstalling mysql, you have to remove /var/lib/mysql manually and it won't be removed by purge command. That's the same case.

To avoid future problems there should be some FAQ section in README or uninstallation guide or something like that. What do you think @danfruehauf? I can write some examples and more documentation of usage in the close future and create pull request if you don't mind :)

from incron.

danfruehauf avatar danfruehauf commented on August 29, 2024 1

To avoid future problems there should be some FAQ section in README or uninstallation guide or something like that. What do you think @danfruehauf? I can write some examples and more documentation of usage in the close future and create pull request if you don't mind :)

I'd always welcome more documentation. Did anyone ever say no to documentation? 😄

from incron.

MaxBenn avatar MaxBenn commented on August 29, 2024

I've tried purging incron... it removed incron.allow as well as all other files for that program such as the systemd symlink etc...
So I had to make a new incron.allow list.
I'm getting still the same error message... :(

Thanks & Cheers,
MaxBenn

from incron.

MaxBenn avatar MaxBenn commented on August 29, 2024

OK.... After digging for the Issue for more than an hour I decided to ask you guys on gitub.... Now that I've posted my question here I found the solution.

The tables are stored in the folder /etc/spool/incron/
so I had to chown the files to the user and everything is working again...
Still curious why apt-get purge didn't delete those files.

Cheers,
MaxBenn

from incron.

MaxBenn avatar MaxBenn commented on August 29, 2024

@wiktor2200
Thanks for oyur reply. I thought purge will do it. Anyway... I found another annoying bug. But for that I will open a new thread.
Have a good one! :D

Thanks & Cheers,
MaxBenn

from incron.

ringobowie avatar ringobowie commented on August 29, 2024

Just had a similar issue (cannot read old table for 'userxyz': Permission denied) running incron on ubuntu 20.04.
Solution was to repair owner::group rights on the user table file in /var/spool/incron/ - the file was owned by 'root', group 'incron' instead of 'userxyz', group 'incron'.
Running a similar setup on a second ubuntu 20.04 box without the described behavior.

from incron.

Related Issues (6)

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.