From 4c774f3ec8a029a5a397d56f2826549c5dddb92c Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 29 Oct 2010 21:47:10 -0600 Subject: [PATCH] Fix a couple critical bugs --- doc/problems.txt | 16 ++++++++++++++++ packages/bletchley/300/key | 2 +- packages/mcp/service/eth0/run | 1 + packages/pwnables/service/eth0.pwn/run | 1 + 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/problems.txt b/doc/problems.txt index efdc484..6d795ab 100644 --- a/doc/problems.txt +++ b/doc/problems.txt @@ -2,4 +2,20 @@ * tanks/designer.cgi: s/token/team hash/ * teams.txt: Come up with a better solution to creating this at boot +NMT +--- +* Lots of files missing at startup: I really need a new-contest script +* Tanks aren't awarding points (hadn't added tokens to packages) + * put tokencli in tanks package + * all packages ought to work standalone +* scoreboard: 8 points (1,1,3,3) looks incorrectly proportioned, maybe + table height competing with cell height? +* sequence 300; puzzler isn't taking the unicode character right + + +Physical +-------- + +* We should buy a longer VGA cable +* Tape! diff --git a/packages/bletchley/300/key b/packages/bletchley/300/key index ea86794..92a52e5 100644 --- a/packages/bletchley/300/key +++ b/packages/bletchley/300/key @@ -1 +1 @@ -jako561962 +bigbadaboom diff --git a/packages/mcp/service/eth0/run b/packages/mcp/service/eth0/run index d114ae7..58a2f37 100755 --- a/packages/mcp/service/eth0/run +++ b/packages/mcp/service/eth0/run @@ -3,5 +3,6 @@ hostname mcp ifconfig eth0 10.0.0.2 netmask 255.255.0.0 +route add default gw 10.0.0.1 exec inotifyd true $(pwd):x diff --git a/packages/pwnables/service/eth0.pwn/run b/packages/pwnables/service/eth0.pwn/run index 7a85627..64d7d36 100755 --- a/packages/pwnables/service/eth0.pwn/run +++ b/packages/pwnables/service/eth0.pwn/run @@ -7,4 +7,5 @@ fi hostname pwnables ifconfig eth0 10.0.0.10 netmask 255.255.0.0 +route add default gw 10.0.0.1 exec inotifyd true $(pwd):x