Forum
(Solved) Error: another copy is running ... 1 - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Configuration (/forum-17.html)
+--- Thread: (Solved) Error: another copy is running ... 1 (/thread-2608.html)



(Solved) Error: another copy is running ... 1 - effemmeffe - 19th Dec, 2014 08:08 AM

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?


RE: Error: another copy is running ... 1 - CurlyMo - 19th Dec, 2014 08:12 AM

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



RE: Error: another copy is running ... 1 - effemmeffe - 19th Dec, 2014 08:18 AM

Thanks. It seems it's working. At least it started to download the packages.


RE: Error: another copy is running ... 1 - effemmeffe - 19th Dec, 2014 06:09 PM

Confirmed, it worked.
I'll check in the future if the problem is still there.
Thanks.


RE: Error: another copy is running ... 1 - f1vefour - 20th Dec, 2014 09:24 PM

Please change the title to solved when your issue is resolved, thanks Wink


RE: Error: another copy is running ... 1 - effemmeffe - 20th Dec, 2014 10:02 PM

Can't do that via tapatalk, will do it next week from a PC.


RE: (Solved) Error: another copy is running ... 1 - f1vefour - 21st Dec, 2014 08:22 AM

I got it.