Re: How can convert user expired days in human readable ?

2003-06-22 Thread Gregory Bond
Or for a way that works on all platforms with perl and not just FreeBSD platforms with date -r): perl -e 'print scalar localtime(1064005200),\n' ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: IPFW question in 2.2.8 release?

2003-01-22 Thread Gregory Bond
IPFW question in 2.2.8 release? Ouch! Dummynet was very new and probably best classed as experimental in 2.2.8, and even in most of the 3.x line it was a bit flakey. I'm not surprised you are having trouble with it and I'm also not surprised Luigi is unwilling or unable to debug obsolete code.

Re: debugging wheel mouse

2002-12-01 Thread Gregory Bond
I've solved the problem. If you configure XFree86 to use Protocol sysmouse then wheel scrolling will not work, because this puts the mouse into 5-byte mode which only supports 3 buttons. You have to use protocol auto in the XFree86 config to enable sysmouse 8-byte protocol with support for

Re: debugging wheel mouse

2002-12-01 Thread Gregory Bond
I disagree. The necessity of protocol auto is documented all the heck over the place, from the Handbook to the FAQ to the README.mouse file that comes with X itself. Well, I spent a week or so reading the FAQ, searching the mail lists, reading man pages and never saw the fact that protocol