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
/home/user/.cache/virt-manager/virt-xml.log
Any idea which might be creasing those? @HulaHoop
- main suspect: https://github.com/Whonix/whonix-libvirt/blob/master/usr/lib/whonix-libvirt/install (but really should not, runs as root and nothing in that script says “user”. It however uses virt-xml.)
- another suspect: https://github.com/Whonix/shared-folder-help/blob/master/lib/systemd/system/mnt-shared-kvm.service
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?