Custom Query (1145 matches)
Results (250 - 252 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#274 | fixed | New debathena-discuss-server breaks mail feeds and local access | mitchb | mitchb |
Description |
This morning, I caught the following in a DSN:
This is due to a reversion in the recently updated debathena-discuss-server package. It results in dsmail being completely unable to work, but not via a bug in dsmail itself. Ordinarily, if root@ATHENA.MIT.EDU has bits on a meeting, then user 'root' on that server is granted those bits. This means that to set up a mail feed to a discuss archive, you figure out what user your MTA will exec dsmail as, and adjust the ACL of the meeting to grant bits to that username@ATHENA.MIT.EDU. With the revised debathena-discuss-server package, if you run discuss as some user on the local server and try to so much as add a non-public meeting, you get the "Connection reset by peer" error. Downgrading only debathena-discuss from 10.0.8-0debathena1 to 10.0.7-0debathena3 does not fix the problem. Downgrading only debathena-discuss-server does fix the problem. |
|||
#275 | duplicate | Provide GUI integration with DFS homedir | jdreed | |
Description |
It would be cool if there was an easy way to access one's DFS share from Debathena. smbclient is fine for the command line, but the GUI would be nice. Nautilus does not seem to know how to deal with kerberos authentication. For the record, the smbclient command is: smbclient -k win.mit.edu/dfs -D /profiles/j/joeuser The dfsclient script in the Samba locker is no longer necessary, because smbclient now understands redirection. |
|||
#277 | wontfix | WGFILE not being set breaks send_message | alexp | |
Description |
3rd party software uses send_message in the swtools locker. It breaks if WGFILE isn't set (which it isn't). We should fix send_message, or set WGFILE (though that might be hard to do for people not using Athena dotfiles who might still use 3rd party software). |