unman
unread,Feb 11, 2020, 6:14:33 PM2/11/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qubes-users
On Tue, Feb 11, 2020 at 10:25:11AM -0800, G??nter Z??chbauer wrote:
> actually only /etc/skel (2.0G) is partially copied to /home/user (1.8G)
> and /usr/local is just empty. /usr/local.orig (150M)
> in the AppVM
>
> Any idea what might have gone wrong?
>
The contents of /etc/skel are copied on first boot.
At a guess, either you ran out of space in /home/user or you timed out
on qrexec, and the copy halted.
Solution is to create your qube, and set qrexec_timeout at a high value,
and increase size of private storage *before* you first boot. (You cant
do this after first boot because /etc/skel wont be copied then.)
unman