Whonix Desktop Installer with Calamares - field report

Sure you are not building from git master?
There was work on this:
Restrict root access
These are not yet tested in a new build and might cause some issues.

Does /var/lib/dpkg/info/anon-base-files.postinst contain passwd? To check:

cat /var/lib/dpkg/info/anon-base-files.postinst | grep 

This would mean you build from git master.

passwd
## mkpasswd
passwd --lock “$account_to_be_locked”
#sudo passwd

@onion_knight:

/home/user/.cache/virt-manager/virt-xml.log

Any idea which might be creasing those? @HulaHoop

Also can you help please with these KVM issues? @HulaHoop

https://github.com/Whonix/whonix-initializer/blob/master/usr/lib/anon-dist/chroot-scripts-post.d/80_cleanup does not attempt to clean the home folder yet.

Maybe soon we move to http://blog.dailystuff.nl/2012/07/create-home-directory-on-first-login/ / sudo pam-auth-update --enable mkhomedir. During that I will work on it.

Timezone issue? Sometimes it is a “BIOS” (virtual or real BIOS) vs system clock issue.
Is package timezone-utc installed? I guess we want to go for that?