HI
Im trying to add simpleproxy, but when I run /usr/lib/startos/scripts/chroot-and-upgrade it seems to stop at around 5%, never getting to the end of the rsync, I presume the rsync should get to 100%?
/usr/lib/startos/scripts/chroot-and-upgrade
Syncing…
175 0% 0.00kB/s 0:00:04 (xfr#1, to-chk=0/62263)
if I just run the sync command with -v
rsync -av --delete --force --info=progress2 /media/embassy/embassyfs/current/ /media/embassy/next
sending incremental file list
0 0% 0.00kB/s 0:00:00 (xfr#0, to-chk=0/62263)
sent 1,316,132 bytes received 5,887 bytes 881,346.00 bytes/sec
total size is 3,512,831,213 speedup is 2,657.17
Which doesn’t give me much to go on,
I am using 0.3.5~1
Anyone else successfully completed the chroot upgrade recently?
Thanks