Custom Query (1145 matches)
Results (28 - 30 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#371 | fixed | Graphical Installer should suggest use of athena username. | xavid | afarrell |
Description |
Desired behaviour: during installation, when the user is asked for a username, he/she should be suggested to use his/her athena username. Actual behaviour: the user is simply asked for a username. To Reproduce: Install Debathena via the graphical installer. This would simply make things simpler for using ssh, renewing tickets. It would prevent the user from having to know most of http://debathena.mit.edu/customizing. additional shinyness: if the user's athena username is known, that should be filled in as the default. |
|||
#457 | fixed | force logout of abandoned cluster causes greyout | geofft | afarrell |
Description |
After trying to force logout a user who has been away yet logged in for a significant amount of time, the screen turns light grey and the fan begins overspinning. |
|||
#245 | workaround | 127.0.1.1 breaks 3partysw license managers | alexp | |
Description |
On Apr 3, 2009, at 6:07 PM, Anders Kaseorg wrote:
To be clear, the problem is not that there is a non-fully-qualified hostname in /etc/hosts. The problem is that because your kernel’s hostname is zippy, which is resolved by /etc/hosts to 127.0.1.1, license managers that have a client-side ACL of IP addresses (like 18.*) get confused. If, as you did, you take zippy out of /etc/hosts (leaving only zippy.mit.edu), then zippy is resolved by DNS to 18.142.4.128 using the search path and servers in /etc/resolv.conf, and the license manager presumably becomes less confused. A better client-side workaround is to put the right IP address in /etc/hosts:
which is what I think the Ubuntu installer does if you configure it with a static IP address at install time. (For the cluster machines, we currently don’t.) We are currently discussing possible solutions on zephyr. |