You are not logged in.
Pages: 1
I can only start skype as root, but when I start skype as user I get error:
$ dchroot -d skype
(arch32) skype
/bin/su: user mirek does not exist
dchroot: Child exited non-zero.
dchroot: Operation failed.Offline
I'm not an expert but it looks like you are logged as "mirek", but there is no such user in your 32-bit Arch. Copy your /etc/passwd file to /opt/arch32/etc/passwd (if you have installed Arch32 to /opt/arch32/) or create this user manually:
sudo chroot /opt/arch32
adduser mirekOffline
Thank you, it is working now
Offline
Pages: 1