| The Following User Says Thank You to coderus For This Useful Post: | ||
[root@Jolla nemo]# btrfs fi show
ERROR: unable get label Inappropriate ioctl for device
Label: 'sailfish' uuid: 454d7fe1-b14b-4b0c-b233-3743a93c4c2d
Total devices 1 FS bytes used 4.08GiB
devid 1 size 13.75GiB used 7.75GiB path /dev/mmcblk0p28
Btrfs v3.16
[root@Jolla nemo]#
| The Following User Says Thank You to eson For This Useful Post: | ||
| The Following User Says Thank You to eson For This Useful Post: | ||
But thank you!| The Following User Says Thank You to Koiruus For This Useful Post: | ||
echo "Manually rebuild db"
# does not matter if other "*store*" processes will be terminated.
# Anyway, device are going to be rebooted after this script is
# executed
pkill store
pkill packagekitd
# wait a bit and kill if needed. But packagekitd can be started by
# means of d-bus call by any process
sleep 4
pkill -9 store
pkill -9 packagekitd
rm -f /var/lib/rpm/__db.00*
rpm --rebuilddb
| The Following 4 Users Say Thank You to coderus For This Useful Post: | ||