Made this, last night. Basically crap I had in the kitchen. Kind of a goulash — rather good.
Archives for April, 2007
SVN, SSH and Signal 15
For quite some time I’ve gotten the following message whenever I update, commit, or really do anything with svn (except for stat): “Received Signal 15 (no core)” Well, according to this page, it’s not a big deal. All it’s doing is reporting that ssh has been killed by subversion because subversion was through with it. [...]
Bananas (Tuesday Picture)
I’ll just call this today’s picture. It looks sort of dirty, but isn’t. I like bananas.
Giant Baby!
Scary! Mouse over the links… creepy! Update: another fine example of linkrot. I still like that url.
Wireless base
I got a wild hair and decided that the wireless router needed some decoration. So, I made it into a sort of Lego radio base thing. Check it out.
BCMWL5a and ndiswrapper, FWIW
It appears to cause a CPU load of > 2.0, even if the actual CPU use is around 0.5% . I don’t know what that’s all about. (This is under Ubuntu 6.10, kernel 2.6.17-11-generic)
When ssh-keygen ISN’T ssh-keygen
I have consistently had problems with sshd actually running. I finally figured it out, today. I have two ssh-keygens… one in /usr/bin/ssh-keygen, the other in /usr/sbin/which is a symbolic link to ssh-keygen2 You cannot use ssh-keygen2 to generate keys for sshd. It generates the wrong format. Furthermore, uninstalling and reinstalling openssh-server will never work, because [...]