Skip to main content.

2001-Apr-06

I ran vm-pop3d through ktrace -- learning how to use ktrace and use kdump to view ktrace.out.

Looked at some source code for sshd and scp to see if or why ~/.profile could be ran by a scp. (Some mailing list message about this.)

I tried audiorecord(1) but it didn't seem to work. I sent an email to netbsd-help. "audiorecord test.wav" works. The code improperly checks for a multiple character filename or it defaults to STDOUT; I was trying with a single character filename ("J"). Also the manual page says it defaults to stdout if no filename, but really it just gives the usage/help information. * I need to send-pr this.

Used CVS to update my /usr/src. At first I tried without setting CVSROOT and then cvs wouldn't work even after I did set it. (I should have saved the error messages!) So I blanked out CVS/Root and it seemed to work, but it gave me an error saying to fix it. So I stopped the cvs update and copied the pkgsrc/CVS/Root to it. I didn't use the -rnetbsd-1-5 tag, because my CVS/Tag was already set. It retrieved the files pretty quick.

I wanted to try to just build sshd first, but I had a couple problems, so I decided to just build everything. It stopped twice because I had two broken source codes (which I had modified) so I edited out the CVS patch from them.