|
| Resume |
| Intorduction to Computer Science-assignments page | Data Structures |
| POCS I and II |
| Pictures |
Algorithm Design Manual
O`Relly`s Bookshelf
HTML TIPS
cathedral and the bazaar
linux wlan support
NOTE FOR HOW TO FIX BROKEN X . SYMPTOMS X fails and message There was an error creating the child process for this terminal appears when trying to open a terminal window. 1. check permissions on /dev/ptmx o+rw /dev/null 666 /dev/random 644 /dev/urandom 644 Cause: Unknown but suspect apt-get. Fix: Goto /etc/udev/udev.rules and add/change the following KERNEL="ptmx" NAME="%k", GROUP="tty", MODE="0666" KERNEL="null" NAME="%k", MODE="0666" KERNEL="random" NAME="%k", MODE="0664" KERNEL="urandom" NAME="%k", MODE="0664" On reboot the permissions get changed. After another run of apt-get result X broken. /dev/psaux does not exist /dev/input/mouse does not exist The reason is that the kernel does not load the mouse module Fix: modprobe psmouse On debian ln -s /dev/psaux /dev/input/mouse
Contact me