Custom Query (1145 matches)
Results (100 - 102 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#209 | fixed | maple / java problem on 64 bit machines | opolon | |
Description |
It looks like the 64bit JRE is not properly installed / linked, when using maple. For instance, add java add maple maple -x returns: eval: 1: /mit/maple_v12.0/distrib/jre.X86_64_LINUX/bin/java: not found |
|||
#210 | wontfix | Make Evolution work with Exchange | jdreed | |
Description |
Anders notes that Jaunty includes the following: Package: evolution-mapi Version: 0.26.0.1-0ubuntu2 Description: Evolution extension for MS Exchange 2007 servers A provider for Evolution that can connect to Exchange 2007 servers and also to Exchange 2003, 2000 and 5.5. Homepage: http://www.go-evolution.org/MAPIProvider We should test this with the MIT Exchange server. |
|||
#214 | fixed | /etc/{bash.bashrc,csh.cshrc}.debathena should not set environment variables | andersk | |
Description |
Right now /etc/profile.debathena and /etc/bash.bashrc.debathena both source the same script /usr/share/debathena-bash-config/bashrc.debathena, which clobbers environment variables like ATHENA_USER. This clobbers an ATHENA_USER set in ~/.profile. bashrc files should never set environment variables, so the fix is to split out a new /usr/share/debathena-bash-config/profile.debathena from bashrc.debathena. Similarly for tcsh. |