Custom Query (1145 matches)
Results (76 - 78 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1436 | fixed | Update krb5.conf to include domain mapping for EXCHANGE | jdreed | |
Description |
Now that Exchange supports GSSAPI, we should add a domain mapping to krb5.conf so it "just works". |
|||
#1435 | fixed | lucid and squeeze broke with debathena-ssh-client-config | jdreed | jweiss |
Description |
peter-petrelli:~: ssh -l root tla /etc/ssh/ssh_config line 52: garbage at end of line; "/etc/ssh/ssh_known_hosts2". Exit 255 peter-petrelli:~: tail -1 /etc/ssh/ssh_config
peter-petrelli:~: ls -l /etc/ssh/ssh_known_hosts /etc/ssh/ssh_known_hosts2 /etc/ssh/ssh_known_hosts.debathena ls: cannot access /etc/ssh/ssh_known_hosts: No such file or directory ls: cannot access /etc/ssh/ssh_known_hosts2: No such file or directory -rw-r--r-- 1 root root 4421 2014-02-04 00:45 /etc/ssh/ssh_known_hosts.debathena Exit 2 |
|||
#1432 | fixed | Fix dotfiles cshrc to not use tcsh-isms | jdreed | |
Description |
$? is a tcsh-ism, we should use $status instead. I'll note that we also do this in the "renew" alias in debathena-tcsh-config, so I guess we should fix that too. |