-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot read old table for '<user>': Permission denied #11
Comments
I've tried purging incron... it removed incron.allow as well as all other files for that program such as the systemd symlink etc... Thanks & Cheers, |
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/ Cheers, |
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 :) |
@wiktor2200 Thanks & Cheers, |
I'd always welcome more documentation. Did anyone ever say no to documentation? 😄 |
Just had a similar issue (cannot read old table for 'userxyz': Permission denied) running incron on ubuntu 20.04. |
Hi.
I've used incron to backup my databases. I use multiple Servers and Clients with a bunch of users who are using my Severs for their DB's as well.
After some time I was annoyed by the fact, that I had the uid and gid e.g. 1002 on one system and 1000 on the other one... so when I sshfs into one server from a client it was showing me a different username than mine, since the uid on both machines was the same but not the username.
So I took some time to give everybody their unique uid and gid.
Now when I am trying to access my 'incrontable -e' it is telling me that: cannot read old table for '': Permission denied.
Is there any way to get is back?
removing incron from my system and incl autoclean and autoremove doesn't work.
Thanks & Cheers,
MaxBenn
The text was updated successfully, but these errors were encountered: