Using Insync package 1.3.3.36056-wheezy on Debian SID, I get the error:
Error: cannot rollback - no transaction is active
I tried using auditd for the library.zip and executables insync and insync-headless in /usr/bin but the command ausearch returns nothing:
-> % sudo ausearch -f /usr/bin/insync-headless -k insync-headless > insync-headless.zip.audit
-> % sudo ausearch -f /usr/bin/insync -k insync > insync.zip.audit
-> % sudo ausearch -f /usr/lib/insync/library.zip -k insync-lib > insync-library.zip.audit
And this is my /etc/audit/audit.rules
# This file contains the auditctl rules that are loaded
# whenever the audit daemon is started via the initscripts.
# The rules are simply the parameters that would be passed
# to auditctl.
# First rule - delete all
-D
# Increase the buffers to survive stress events.
# Make this bigger for busy systems
-b 320
# Feel free to add below this line. See auditctl man page
-w /usr/lib/insync/library.zip -p warx -k insync-lib
-w /usr/bin/insync -p warx -k insync-bin
-w /usr/bin/insync-headless -p warx -k insync-headless
You can download all the logs and my full Database from /home here:
[link removed]
I already purge twice insync from my system and each time I removed manually every single file found that could exists after the purge in / that contains anything with insync after every purge, so I do not think that the problem is on my side
This is the million times that insync fails for something, so what the fuck is the problem now?