Hi there, I've been trying to ssh into a qemu running debian's hurd image, but looks like a few problems arised, resulting in the server closing the connection.
What I've seen so far are problems related to PAM: Jul 2 18:06:08 debian sshd[405]: Accepted password for root from 10.0.2.2 port 34649 ssh2 Jul 2 18:06:08 debian sshd[405]: pam_env(sshd:setcred): Unable to open env file: /etc/default/locale: No such file or directory Jul 2 18:06:08 debian sshd[405]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 2 18:06:08 debian sshd[405]: pam_ck_connector(sshd:session): cannot determine display-device Jul 2 18:06:08 debian sshd[405]: fatal: buffer_uncompress: inflate returned -3 Jul 2 18:06:08 debian sshd[405]: pam_unix(sshd:session): session closed for user root Jul 2 18:06:08 debian sshd[405]: pam_env(sshd:setcred): Unable to open env file: /etc/default/locale: No such file or directory This is fixed by installing the "locales" package, although I'm not sure if it can also be fixed by tuning PAM's configuration files. This one, I wasn't able to solve it: Jul 2 18:15:28 debian sshd[1730]: Accepted password for root from 10.0.2.2 port 34693 ssh2 Jul 2 18:15:28 debian sshd[1730]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 2 18:15:28 debian sshd[1730]: pam_ck_connector(sshd:session): cannot determine display-device Jul 2 18:15:28 debian sshd[1730]: fatal: buffer_uncompress: inflate returned -3 Jul 2 18:15:28 debian sshd[1730]: pam_unix(sshd:session): session closed for user root Tried updating all the packages, but that didn't help. Lluis -- "And it's much the same thing with knowledge, for whenever you learn something new, the whole world becomes that much richer." -- The Princess of Pure Reason, as told by Norton Juster in The Phantom Tollbooth -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

