Timeline
12/27/09:
- 21:30 Ticket #471 (tell people with split mail and full MIT inboxes that they're wrong) created by
- It's fairly common for people to be generating bounces because their MIT …
- 01:31 Changeset [24233] by
- moira: Fix a typo in debian/copyright.
- 00:08 Ticket #470 (clear login screen state after a few minutes) closed by
- fixed
12/26/09:
- 23:54 Ticket #470 (clear login screen state after a few minutes) created by
- This may be a bit unrealistic, but then again, it might be trivial to …
12/23/09:
- 14:00 Ticket #287 (Update source filsys entries) closed by
- fixed: Done. The svn checkout is now src-current, though src-svn has been …
12/22/09:
- 10:56 Ticket #469 (auto-update should get its desync interval, and possibly other info, from ...) created by
- When we switched to a 6-hour desync schedule during busy periods, we lost …
12/21/09:
- 16:48 Ticket #468 (Can we drop a force-update and reconfigure-network script in ...) created by
- /usr/share/recovery-mode/options is what gets presented to the user when …
- 16:16 Ticket #467 (Unclean shutdown of reactivate-2 causes time-consuming schroot cleanup) created by
- Rebooting an uncleanly shutdown reactivate-2 machine causes it to attempt …
- 12:37 Changeset [24232] by
- Fix typo in reactivate's snapshot-run No, you can't just go inserting arguments anywhere in the argument list you'd like.
- 12:34 Changeset [24231] by
- In reactivate: * Ignore removal of the CUPS remote queue cache.
- 12:26 Changeset [24230] by
- Add missing trailing semicolons to the new helper functions in reactivate
- 12:14 PackageNamesWeDidntUse edited by
- (diff)
- 12:05 Changeset [24229] by
- In reactivate, make schr actually run as root.
- 12:03 Changeset [24228] by
- In reactivate: * Add some convenience functions to snapshot-run for running commands in the chroot. * Make sure that a group exists before we add users to it.
12/18/09:
- 16:41 Ticket #384 (lpr.debathena should find the cups default printer, and prioritize it ...) closed by
- fixed: For some definition of "lose"... The original bug report referred to a …
- 02:10 Ticket #466 (xmailmaint should know about Mailman lists) created by
- (Yes, I realize it doesn't exist yet) When we get around to having some …
12/13/09:
- 21:50 Ticket #92 (Console user group membership/device access) reopened by
- It looks like we missed one group - "lp" controls access to local parallel …
- 17:37 Changeset [24227] by
- In printing-config: * Undo a Python syntax error.
- 14:14 Ticket #465 (come up with a coherent plan for debathena-printing-config) created by
- Right now our lpr wrapper is a descendant of a descendant of a hack, …
- 04:50 Ticket #464 (aptitude shouldn't error about nonexistant pdiffs) created by
- Ubuntu doesn't provide pdiffs. apt tries to fetch them. We should make it …
12/11/09:
- 15:34 Ticket #463 (Pay attention to the state of union mounts and overlayfs) created by
- The upstream Linux kernel community prefers the approach of union mounts …
- 15:26 Ticket #462 (Run the entire cluster environment in a chroot) created by
- We made lots of progress in #97 by switching to faster chroots, but for …
12/10/09:
- 22:19 Changeset [24226] by
- dotfiles: Oh hey, there's a dh_lintian that CDBS calls.
- 21:51 Changeset [24225] by
- In dotfiles: * Install Lintian overrides for non-standard-dir-in-usr and file-in-unusual-dir for /usr/prototype_user, which is a legacy pathname we need to support indefinitely.
- 21:30 Changeset [24224] by
- Can we get a pre-commit hook rejecting Ubuntu's dch silliness?
- 21:09 Changeset [24223] by
- In lam: * Flesh out the description to avoid the Lintian error description-synopsis-is-duplicated.
- 20:45 Changeset [24222] by
- In dotfiles: * Don't ship /var/run/athena-sessions as part of the package.
- 17:56 Changeset [24221] by
- Change the owner and permissions on the attachtab, even if it already exists.
- 17:47 Changeset [24220] by
- In liblocker: * Make /var/run/attachtab/.{,dir}lock owned by root at startup to prevent a potential DoS from the first user to attach a locker. * Make /var/run/attachtab/ 770 instead of 777 to prevent unprivileged users from being able to get to and potentially manipulate entries they created in the attachtab. * Don't ship the attachtab as part of the package; instead create it during installation by running the init script.
- 15:34 PackageNamesWeDidntUse edited by
- (diff)
- 14:29 Changeset [24219] by
- In pyhesiodfs: * Start PyHesiodFS with -o nonempty, in case there is anything in /mit. (Trac: #461)
- 14:24 Ticket #461 (pyhesiodfs should pass -o nonempty to fuse) created by
- pyhesiodfs fails to start up on a nonempty /mit. […] From …
12/09/09:
- 16:29 Changeset [24218] by
- In linerva: * Set a soft limit on memory to avoid processes ballooning out of control.
- 03:03 Changeset [24217] by
- In cupsys-config: * Switch from cups.mit.edu to cluster-printers.mit.edu.
- 01:32 Changeset [24216] by
- In printing-config: * Apparently -z on Athena-patched LPRng was a nop because Zephyr was the default, and there was a -N to disable zephyr. Adjust our wrapper to match.
- 01:23 Ticket #423 (2-up printing from evince to lprng doesn't work) closed by
- wontfix: LPRng is sufficiently dead; if anyone cares about this bug we can reopen …
- 01:02 Ticket #398 (Use CUPS by default) closed by
- fixed: With the new logic in printing-config, we basically are using CUPS by …
12/08/09:
- 23:47 Changeset [24215] by
- In printing-config: * Include add-athena-printer script for configuring Athena print queues not available via BrowsePoll. parser = optparse.OptionParser( usage="usage: %prog [options] <Athena queue> [<Athena queue> ...]" ) parser.add_option('-f', '--force', action='store_true', dest='force', default=False, help="Attempt to install queue even if checks fail" ) return parser print >>sys.stderr, msg.strip() sys.exit(-1) # Local cupsd cups.setServer(LOCAL_SERVER) lc = cups.Connection() # Remote cupsd cups.setServer(REMOTE_SERVER) rc = cups.Connection() queues = rc.getPrinters() if queue not in queues: error('Athena printer %s does not exist' % queue) if not force and queue in lc.getPrinters(): error('The Athena printer %s has already been configured locally' % queue) info = queues[queue] # Download the PPD try: ppd = rc.getPPD(queue) except: error(""" try: lc.addPrinter(queue, filename=ppd, info=info['printer-info'], location=info['printer-location'], device=info['printer-uri-supported']) for k, v in rc.getPrinterAttributes(queue).items(): if not v: continue if not k.endswith('-default'): continue k = k[:-len('-default')] lc.addPrinterOptionDefault(queue, k, v) lc.acceptJobs(queue) lc.enablePrinter(queue) finally: os.unlink(ppd) options, args = parser().parse_args() try: if (not options.force and os.getuid() != 0 and grp.getgrnam('lpadmin').gr_gid not in os.getgroups()): error(""" except Exception: error(""" for q in args: addAthenaPrinter(q, force=options.force) main() { matrix currentmatrix % Push current matrix 5 1 roll % roll to bottom 3 index 2 index add 3 index moveto % move to start 4 2 roll translate scale % translate then scale 0 0 1 0 360 arc % draw it setmatrix % restore matrix } def motdfontsize mul leftmargin exch currentpoint exch pop exch sub moveto cvn motdfontsize selectfont gsave (\033) search % post (\033) pre true OR string false { stringwidth pop exch pop exch % prelen post ( ) search exch dofont % prelen post ( ) true OR prelen false { pop measure add } if } { stringwidth pop } ifelse grestore dup measure currentpoint pop add rightmargin gt { currentpoint pop leftmargin ne { 1 newline } if } if currentpoint pop exch { (\033) search % post (\033) pre true OR string false { show pop ( ) search exch dofont % post ( ) true OR false { pop exch pop currentpoint pop exch } { exit } ifelse } { show exit } ifelse } loop % and write the following space if we wrote anything else currentpoint pop ne { ( ) show } if % split into words and write them one by one { ( ) search { dup length 0 eq { pop show } { doword pop } ifelse } { exit } ifelse } loop doword % If text contains newline, parwrap first half, newline, and wrap % second half. if not, just parwrap whole thing. (\n) search { parwrap pop 1.75 newline innerwrap } { parwrap } ifelse exch /rightmargin exch def exch /leftmargin exch def (Times-Roman) dofont innerwrap dup stringwidth pop -1 mul 0 rmoveto show % set clipping path gsave newpath pageleft pagetop moveto pageright pagetop lineto pageright vsplit lineto pageleft vsplit lineto pageleft pagetop lineto clip newpath % date pageleft pagetop otherfontsize sub moveto otherfont setfont ({time-at-creation}) show % logo pageleft hsplit .25 inch sub add 2 div vsplit pagetop add 2 div moveto gsave .75 setgray logo grestore % vertical line hsplit pagetop moveto hsplit vsplit lineto stroke % username gsave pageright pagetop userfontsize .75 mul sub moveto userfont setfont pageright hsplit .25 inch add sub dup ({job-originating-user-name}) stringwidth pop lt { ({job-originating-user-name}) stringwidth pop div 1 scale } { pop } ifelse ({job-originating-user-name}) stringwidth pop -1 mul 0 rmoveto ({job-originating-user-name}) show grestore otherfont setfont % host pageright pagetop userfontsize sub otherfontsize sub moveto ({job-originating-host-name}) rshow % queue/job pageright pagetop userfontsize sub otherfontsize 2.2 mul sub moveto ({printer-name})show pageright pagetop userfontsize sub otherfontsize 2.2 mul sub moveto ({job-name}) rshow % horizontal line pageleft vsplit moveto pageright vsplit lineto stroke % undo clipping path grestore % left top right bottom spacing % left bottom right top spacing /spacing exch def /graphtop exch def /graphright exch def /graphbot exch def /graphleft exch def gsave 0 setlinewidth graphleft spacing graphright { dup graphtop moveto graphbot lineto stroke } for graphtop spacing neg graphbot { dup graphleft exch moveto graphright exch lineto stroke } for grestore % ulx uly length height 4 div % substitute h/4 for h 4 2 roll moveto % go to x, y 5 { } repeat pop pop % clear off the stack % llx lly urx ury height number % (coords assume transforms undone) [/n /h /ury /urx /lly /llx] {exch def} forall % undo transforms from the top of the job -90 rotate inchwidth inch neg 0 translate 2 setlinecap newpath % calculate dy between staves based on size and num/page ury lly sub h n mul sub n 1 sub div h add 0 1 n 1 sub { % spc i } for stroke pop 0.40 setlinewidth pagetop vsplit sub 1 inch add pageleft pagetop pageright .5 inch sub 25 12 musicpaper 0.48 setlinewidth pagetop vsplit sub 1 inch add pageleft pagetop pageright .5 inch sub 30 10 musicpaper /hex { dohex }
- 16:08 Ticket #459 (alpine should respect ATHENA_USER as FROM address) closed by
- duplicate: Dupe of #422.
- 16:00 Ticket #460 (mail / sendmail should respect $ATHENA_USER for from) created by
- Sending mail with mailx(1) / /usr/sbin/sendmail should respect the …
- 15:54 Ticket #459 (alpine should respect ATHENA_USER as FROM address) created by
- When you run Alpine on a machine where your local user is differently …
12/07/09:
- 13:03 Ticket #458 (Non-BSD CUPS clients should choose the correct server) created by
- Apparently the BSD-style commands (lpr, lpq, lprm, lpc) are being phased …
- 12:56 Ticket #448 (lprm/lpq wrapper should point you at the right CUPS server) closed by
- fixed
12/04/09:
- 22:54 Ticket #457 (force logout of abandoned cluster causes greyout) created by
- After trying to force logout a user who has been away yet logged in for a …
- 18:25 Changeset [24214] by
- In cluster-login-config: * Don't configure /etc/gdm/gdm.conf{,-custom} on post-gdm-2.20 platforms.
- 17:05 Changeset [24213] by
- In debathena-kiosk: * Add a launcher GUI for the new gdm login window. (Trac: #431) * Disable the tabs bar for Firefox 3.5. * Move non-executables to /usr/share/debathena-kiosk.
12/03/09:
- 21:00 Changeset [24212] by
- Set the maintainer to the Debathena Project when debathenifying lprng.
- 20:59 Changeset [24211] by
- Add "set_debathena_maintainer" frob to the debathenificator. (Trac: #456) set_debathena_maintainer adds the current Maintainer to XSBC-Original-Maintainer (creating the latter if it doesn't already exist), and sets the Maintainer to the Debathena Project.
- 20:56 Changeset [24210] by
- Correctly transform recent versions of lprng, which have been converted to debhelper 7. (Trac: #446) Also be sure to error out if the transformation ever fails.
- 16:52 PackageNamesWeDidntUse edited by
- DOSathena! (diff)
12/02/09:
- 20:08 PackageNamesWeDidntUse edited by
- Submitted by mitchb (diff)
12/01/09:
- 21:54 Ticket #456 (Maintainer for debathenified packages should be Debathena) created by
- For reasons more or less identical to those in …
- 20:06 Changeset [24209] by
- In printing-config: * Don't try to parse variables if their value is None.
- 20:05 Changeset [24208] by
- Clean up directories that should have been deleted in r24202.
- 18:15 Changeset [24207] by
- In gdm-config: * Don't divert /usr/share/gdm/BuiltInSessions/default.desktop in the new gdm, where it no longer exists. (Trac: #447) * Add a gconf default to disable the user list in the new gdm. (Trac: #429)
- 14:47 Changeset [24206] by
- Inspired by r24205, tweak the version check in various postinsts. The version check should take into account Debathena's ~distro version tags. Like the previous commit, this is for reference and does not necessitate a rebuild, if for no other reason than we've advanced well past the version in question.
- 12:10 Changeset [24205] by
- Correct the DEB_UNDIVERT_VERSION versions in reactivate and printing-config. Without the trailing tilde, upgrading *from* the version where DEB_UNDIVERT_VERSION was set will trigger a single, harmless OMINOUS WARNING because of Debathena's ~distro version tags. These changes are just there for the sake of future reference, and do not need a package rebuild, so there's no changelog entry for either.
- 10:36 Changeset [24204] by
- In printing-config: * Add missing dependency on python-cups.
- 02:59 Changeset [24203] by
- Fix a typo in r24202 that caused a FTBFS.
- 02:27 Changeset [24202] by
- In printing-config: * Stop wrapping lpc, since it's only useful with LPRng, and cancel, since it's not useful with LPRng (it's treated exactly the same as LPRng's lprm).
- 01:51 Changeset [24201] by
- In printing-config: * When doing operations against CUPS printers, act against the realserver because load balancing otherwise gets in your way. * Remove /etc/debathena-printing.conf and revert 1.4 and much of 1.7. Use the printing subsystem that the print queue lives on; attempt to convert LPRng options to CUPS ones for CUPS printers, but not vice versa. * Rephrase man pages to stop talking about Athena 10, and mention cups-lp(1)'s documentation of the -o options to lpr. * Fix a bug relating to lp using -d for its destination, not -P.
11/28/09:
- 10:06 Ticket #455 (Inventory WRW apps on Athena and determine how they print) created by
- We need to inventory the WRW apps, and determine how they print. The goal …
- 00:13 PackageNamesWeDidntUse edited by
- (diff)
- 00:08 Ticket #454 (warn that changing root's password on clusters is pointless) created by
- […]
Note: See TracTimeline
for information about the timeline view.