xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 44 forks source link

[RPi] Restore net-tools + isc-dhcp-client to get wifi working again + 3.16 btrfs-tools vs. btrfs-snapshot tool #612

Closed CurlyMoo closed 9 years ago

mk01 commented 10 years ago

what command is failing with btrfs-auto-snapshot ?

working for me :I( list, snapshot ....

root@cubox:/home/xbian/.xbmc# dpkg-query -W btrfs-tools
btrfs-tools 3.16.99-xbian
root@cubox:/home/xbian/.xbmc# btrfs-auto-snapshot snapshot --name 1
Error: The filesystem argument list is empty.
root@cubox:/home/xbian/.xbmc# btrfs-auto-snapshot snapshot --name 1 root
Create a snapshot of '/tmp/btrfs-snap/root/@' in '/tmp/btrfs-snap/root/@1'
Transaction commit: none (default)
Delete subvolume '/tmp/btrfs-snap/root/@last_good_known'
Create a snapshot of '/tmp/btrfs-snap/root/@1' in '/tmp/btrfs-snap/root/@last_good_known'
@1, 1 created snapshots, 0 destroyed snapshots, 0 warnings.
CurlyMoo commented 10 years ago

The apt auto snapshot script.

mk01 commented 10 years ago

oh so no btrfs-auto-snapshot itself the wrapper from apt

CurlyMoo commented 10 years ago

If you check the output here: https://github.com/xbianonpi/xbian/issues/613 is does point to btrfs-auto-snapshot lines.

mk01 commented 10 years ago

ok, that works for me too.

I understand and know, just trying to find the 'called' parameters. to debug. .... maybe it is related to actual free space. I have 450GB free.

CurlyMoo commented 9 years ago

Fixed