Custom Query (1145 matches)
Results (310 - 312 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#460 | fixed | mail / sendmail should respect $ATHENA_USER for from | adehnert | |
Description |
Sending mail with mailx(1) / /usr/sbin/sendmail should respect the $ATHENA_USER variable for setting the from address. --- /usr/lib/debathena-msmtp.orig 2009-12-08 10:52:01.000000000 -0500 +++ /usr/lib/debathena-msmtp 2009-12-08 15:29:18.000000000 -0500 @@ -10,6 +10,7 @@ echo "Could not find valid ATHENA.MIT.EDU Kerberos tickets." >&2 exit 1 fi + export USER=${ATHENA_USER:-$USER} exec msmtp --host=outgoing.mit.edu --port=587 --auth=gssapi --user="$kuser" --auto-from=on --maildomain=mit.edu "$@" else exec msmtp --host=outgoing.mit.edu --port=25 --auth=off --auto-from=on --maildomain=mit.edu "$@" appears to resolve this issue, though in a mildly kludgy way. (It might be best to add a similar modification to USER to the unauthed stanza.) |
|||
#461 | fixed | pyhesiodfs should pass -o nonempty to fuse | andersk | |
Description |
pyhesiodfs fails to start up on a nonempty /mit. root@ringworld:/etc/init.d# /usr/bin/pyhesiodfs /mnt fuse: mountpoint is not empty fuse: if you are sure this is safe, use the 'nonempty' mount option Traceback (most recent call last): File "/usr/bin/pyhesiodfs", line 226, in <module> main() File "/usr/bin/pyhesiodfs", line 223, in main server.main() File "/usr/lib/python2.6/dist-packages/fuse.py", line 713, in main main(**d) fuse.FuseError: filesystem initialization failed From fuse/README: nonempty Allows mounts over a non-empty file or directory. By default these mounts are rejected (from version 2.3.1) to prevent accidental covering up of data, which could for example prevent automatic backup. |
Note: See TracQuery
for help on using queries.