CHAMP bugs to fix: Difference between revisions
From Monnier Group Research Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
== Align GUI == | == Align GUI == | ||
* Second display is not opened at ALIGN START | |||
* Second display freezes at the end of the alignment sequence. | * Second display freezes at the end of the alignment sequence. | ||
* Need shutter control toggle | |||
== Other GUIs == | == Other GUIs == |
Revision as of 23:34, 1 June 2012
General
- ssh error "Disconnecting: Corrupted MAC on input.". Python guis will crash with this error from time to time if they are on ssh (i.e. not user is ssh-ing to wolverine). FB tried debugging using ssh -vvv but was unsucessful. Seems to be hardware+kernel related and require changes with ethtool, see https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/60764 . Currently testing if this solution ( ethtool -K eth0 rx off tx off ) works. If yes, then we can add this as a script to /etc/network/if-up.d/. I suggest we test the md5 sum of trasnfered large files to test the reliability of the network (can be generated by dd if=/dev/urandom of=bigfile bs=1G count=60).
CHAMP server
- Critical bug: the ftnums become negative after a while, as shown on the FT gui.
Spooler
- FIXED
FT GUI
- Sometimes AMPvsOPD freezes the display completely. Seen during July 2011 run.
Align GUI
- Second display is not opened at ALIGN START
- Second display freezes at the end of the alignment sequence.
- Need shutter control toggle