Custom Query (1145 matches)
Results (97 - 99 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#206 | fixed | Define behavior around zwgc and remote X11 sessions | jdreed | |
Description |
A desire has been expressed to change how zwgc behaves for remote logins. Specifically, there is a debate about whether or not it is desirable for zwgc to run when connecting to a Debathena machine with SSH and X11 forwarding. Some people expect this behavior and either like it or configure it to their needs, others find it intrusive and wish to disable it. For the history surrounding this, see #137 |
|||
#207 | invalid | Test ticket | broder | |
Description |
Testing some crap with timezones. |
|||
#208 | fixed | graphical login doesn't deal well with being unplugged | geofft | |
Description |
There are a couple of problems with machines that don't have network access and try to do network login. First, there's no clear error explaining what's wrong when the machine isn't connected and you try to log in. One possible solution to this is a PAM module that tries to access the network and displays a fatal message if it can't, although we'd have to be very sure it doesn't have any false positives. (For instance, if some but not all of the Kerberos servers go down, we shouldn't deny login.) Second, if the machine goes offline, it's possible for an AFS access to time out and make the AFS client sad until "fs checks" is run. Other services like zhm can also become unhappy. Again, we could hack a PAM module to address this; there might be cleaner solutions. An Xsession.d script, for instance, is slightly cleaner. aseering on testers@:
mitchb's reply:
|