Forum

Full Version: (Solved) Error: another copy is running ... 1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Every time I try to update my RC2 with xbian-config I get this error, actually ten of that error, from 1 to 10.
I dig a little and discovered it's btrfs that goes wrong, but I don't know how to disable it.
I tried to remove all the snapshots I have with sudo btrfs-auto-snapshot list | grep -v /@$ | grep auto-snap | xargs -L1 sudo btrfs-auto-snapshot destroy but I still get the same error, another copy is running.
I'm stuck, any help, please?
First do:
Code:
sed -i 's/^/#/' /etc/apt/apt.conf.d/06xbian-btrfs
Then upgrade. And to restore:
Code:
sed -i 's/^#//' /etc/apt/apt.conf.d/06xbian-btrfs
Thanks. It seems it's working. At least it started to download the packages.
Confirmed, it worked.
I'll check in the future if the problem is still there.
Thanks.
Please change the title to solved when your issue is resolved, thanks Wink
Can't do that via tapatalk, will do it next week from a PC.
I got it.
Reference URL's