Custom Query (1145 matches)
Results (124 - 126 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#310 | fixed | Can't log in graphically if quota is exceeded | broder | quentin |
Description |
I just observed a user who wasn't able to log in because he had exceeded his quota; he got as far as the zenity dialog telling him his quota was exceeded, and then the login session completely hung when he pressed the OK button in the dialog. The zenity window hung with the button depressed, and the login didn't continue. I had to walk him through sshing in from another machine to delete some files; that's not something that the average user is expected to be able to do. |
|||
#311 | fixed | Please add wine to extra-software | quentin | |
Description |
The version of wine in the wine locker does not run well on Debathena; since Ubuntu ships a fully functional wine, we should prefer using that version. |
|||
#315 | fixed | debathena-ssh-server-config breaks ssh logins without a keytab | quentin | |
Description |
If you install debathena-ssh-server-config without having a keytab, ssh logins become impossible: OpenSSH_5.1p1, OpenSSL 0.9.7l 28 Sep 2006 debug1: Reading configuration data /Users/quentin/.ssh/config debug1: Applying options for * debug1: Reading configuration data /etc/ssh_config debug1: Applying options for * debug1: Connecting to j-l [18.181.0.240] port 22. debug1: Connection established. debug1: identity file /Users/quentin/.ssh/identity type -1 debug1: identity file /Users/quentin/.ssh/id_rsa type -1 debug1: identity file /Users/quentin/.ssh/id_dsa type 2 debug1: Remote protocol version 2.0, remote software version OpenSSH_4.7p1 Debian-8ubuntu1.2 debug1: match: OpenSSH_4.7p1 Debian-8ubuntu1.2 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.1 debug1: Offering GSSAPI proposal: gss-gex-sha1-toWM5Slw5Ew8Mqkay+al2g==,gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==,gss-group14-sha1-toWM5Slw5Ew8Mqkay+al2g==,gss-gex-sha1-A/vxljAEU54gt9a48EiANQ==,gss-group1-sha1-A/vxljAEU54gt9a48EiANQ==,gss-group14-sha1-A/vxljAEU54gt9a48EiANQ==,gss-gex-sha1-bontcUwnM6aGfWCP21alxQ==,gss-group1-sha1-bontcUwnM6aGfWCP21alxQ==,gss-group14-sha1-bontcUwnM6aGfWCP21alxQ== debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: Doing group exchange debug1: Calling gss_init_sec_context Connection closed by 18.181.0.240 I discovered this when I installed the package and then went to scp the keytab into place... |