A list of problems solved and configuration options for the lab.
Linux-related
Newest items first.
- Daily, issues that I fix which don't deserve their own heading. :)
- Running two subnets with dnsmasq
- Installing the OCP
- Issuing the nightly build
- Setting up a new dashboard
- Adding libs for C++ to a gumstix
- Crosscompiling
- Start up with a netwifi gumstix out of the box
- Create a deb package
- Create a crosscompile toolchain for a gumstix
- Setup a local apt repository
- Initial things to run after installing Kubuntu
- Setting up gateway for the lab LAN
Mac OS Related
LaTeX Related
MATLAB/Simulink Related
Questions:
1. What happens if I accidentally check in a binary file to CVS but in ascii format?
2. How can I crosscompile for the gumstix using lab machines?
3. How do I fix my broken fonts in Leopard?
4. What's the deal with all of the machine names?
5. How can I reset my xorg configuration file in Kubuntu?
Answers:
- Q: What happens if I accidentally check in a binary file to CVS but in ascii format? (^)
- A: The command to fix this is
cvs admin -kb filename
- Q: How can I crosscompile for the gumstix using lab machines? (^)
- A: Login to the
compile1machine in the lab. First, ssh tobracton.ece.arizona.edu, using your departmental ID. Then, ssh to compile1, asssh user@compile1, and then yourcompile1password. To do the compilation, use the crosscompiler that is stored in/home/compile1/svn/gumstix-buildroot-1161/build_arm_nofpu/staging_dir/bin/
- Q: How do I fix my broken fonts in Leopard? (^)
- A: Like this:
$ killall -u `whoami` ATSServer
To fix with a reboot:
% rm -rf `getconf DARWIN_USER_CACHE_DIR`
Then, reboot.
- Q: What's the deal with all of the machine names? (^)
- A: All machines are named after characters in That Hideous Strength by C.S. Lewis.
- Q: How can I reset my xorg configuration file in Kubuntu? (^)
- A: Ahh, so you messed up your xorg configuration, eh? This is why I recommend backups. :) Try this:
sudo dpkg-reconfigure -phigh xserver-xorg
Which may allow you to overwrite the file you messed up.