privoxy

2006-09-24 Thread Doug Carter
on OpenBSD 3.9? -- Doug Carter

Re: /bsd asking for nonexistent nfs server?

2006-09-14 Thread Doug Carter
On Sep 14, 2006, at 3:57 AM, Stuart Henderson wrote: One entry every day: Sep 10 02:16:58 tma0 /bsd: nfs server amd:16867: not responding As far as I know I don't have NFS running... amd(8): amd operates by attaching itself as an NFS server to each of the specified directories. mount(8)

Re: /bsd asking for nonexistent nfs server?

2006-09-13 Thread Doug Carter
On Sep 12, 2006, at 3:49 AM, Joachim Schipper wrote: On Mon, Sep 11, 2006 at 06:08:22PM -0500, Doug Carter wrote: I really doubt that this is a system problem; I just can't figure out what stupid thing I have done. Using: OpenBSD 3.9 (GENERIC) #617: Thu Mar 2 02:26:48 MST 2006 on a Dell 1850

/bsd asking for nonexistent nfs server?

2006-09-11 Thread Doug Carter
processes and restarting Dovecot; all appears OK now... Also, I notice that I can issue a sudo find / -name anything and it will hang in state 'nfsrcv' Any suggestion? Doug Carter ---dmesg OpenBSD 3.9 (GENERIC) #617: Thu Mar 2 02:26:48 MST 2006 [EMAIL PROTECTED]:/usr/src/sys/arch

AuthDBM catch 22?

2006-06-05 Thread Doug Carter
? Thanks, -- Doug Carter

hw.sensors, Dell 1850

2006-05-29 Thread Doug Carter
I'm running OpenBSD 3.9 on a Dell 1850. A fine list of hardware sensors and their current readings is given by sysctl -a; does anyone have a cross reference from this list to the actual hardware components in the Dell 1850?

RS-232, controlling the RTS pin

2005-12-03 Thread Doug Carter
the RTS line time to settle sleep(2); } void Receive() // set LINX RTS line low to unkey transmitter { ioctl(SIO_fd, TIOCMGET, UART_status); UART_status = ~TIOCM_RTS; ioctl(SIO_fd, TIOCMSET, UART_status); } -- Doug Carter