Re: psmintr: out of sync (was: Re: FreeBSD's aggressive keyboard probe/attach)

2001-08-15 Thread Louis A. Mamakos
Does it make sense to have a timeout (or perhaps just timestamps) in the driver, so that after some period of inactivity, you know that the next byte from the moust is the first of a multi-byte message? louie To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in

Re: /etc/shells #include syntax support patch

2001-01-28 Thread Louis A. Mamakos
On Sun, Jan 28, 2001 at 10:13:49AM +0100, Steve O'Hara-Smith wrote: Hi, Asbestos suit on, round two. The patch below changes getusershell to support a #include syntax in /etc/shells. I guess this is what I object to. I don't particularly like having a new

Re: patch for test: /etc/shells - /usr/local/etc/shells

2001-01-26 Thread Louis A. Mamakos
Perhaps /etc/shells is the least of all evils here. I think there's way too much paranoia about software systems putting stuff into /etc. It intended to contain host-specific configuration data I think there's value in having this configuration data in one or very few places so you're

Re: IGMP queries

2000-12-31 Thread Louis A. Mamakos
Btw, can I use IGMP to something useful/interesting/funny? AFAIK it's some kind of dynamic route establishment (learning about topology by listening to what your neighbour knows about the network). Home users and small LANs won't need it IMHO, maybe WAN links will benefit? But I'm

Re: IGMP queries

2000-12-31 Thread Louis A. Mamakos
EGP hasn't been in wide use for probably 7 or 8 years now. I think the real problem with this dynamic link issue and keeping the connection up is that the default policy is wrong. You ought to specify what sort of traffic is "important" and should cause a dynamic link to be established (and

Re: HDD Problem

2000-12-27 Thread Louis A. Mamakos
I've got two mobos with VIA MVP3 chipsets on-board. As these systems (until recently) had only SCSI peripherals, I didn't notice any problem. However, when I added an IDE CDRW drive, I got these very strange system lock-ups/hangs. Specifically, this was an FIC VA-503+ mobo, with a 450MHz K6-2

Re: Does floppies work with 384MByte RAM ?

2000-11-15 Thread Louis A. Mamakos
I have two reports about machines with 384MB RAM panicing when the floppies are accessed. I don't have the message right now except for a report that "it said something about bouncebuffers" I apologize for the vagueness of this response, but perhaps it might help shed some light. I've got

Re: yarrow /dev/random

2000-09-01 Thread Louis A. Mamakos
I posted code and results a while back to freebsd-arch which sampled the sound card from userland and analysed the shannon entropy of the noise (for the record, all but one card I tried gave about 6 bits of entropy or more per 16 bit sample with no recording device plugged in, and maximum

Re: randomdev entropy gathering is really weak

2000-07-17 Thread Louis A. Mamakos
In message [EMAIL PROTECTED], Mark Murray writes: getnanotime() is already extensively used; I looked at that use, but as far as I can tell, it is only used as a flag at this time, the bits returned by getnanotime() does not end up in the entropy pool ? Not true; struct

Re: randomdev entropy gathering is really weak

2000-07-17 Thread Louis A. Mamakos
In message [EMAIL PROTECTED], Alexander Langer writ es: Thus spake Poul-Henning Kamp ([EMAIL PROTECTED]): I have thought about adding a entropy server to my array of weird servers in my lab. Something like a Geiger counter and a smokedetector could do wonders. HA! Cool! Do that

Re: Request for comments: new `lpd' suite feature

2000-07-14 Thread Louis A. Mamakos
I almost hate to bring this up, but I think the unnamed-here proposed replacement for our lpd allows you to set your PRINTER environment variable to something like [EMAIL PROTECTED] louie To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of

Re: /sys hierarchy

2000-07-05 Thread Louis A. Mamakos
Here is my proposal, adjusted a little as per suggestions. It attempts to follow these loose guidelines: ... net/ - move existing contents to net/base or something similar atalk/ - formerly sys/netatalk atm/

-current with new KAME doesn't build with KERBEROS5 defined

2000-07-05 Thread Louis A. Mamakos
I get errors like this while 'make depend' in the Heimdel code. So far, in libroken and libasn1. I tried looking at fixing this, but I fear the build system is too tricky for me to want to venture in to fix. louie mkdep -f .depend -a

Re: /sys hierarchy

2000-07-02 Thread Louis A. Mamakos
On 02-Jul-00 Chris Costello wrote: On Sunday, July 02, 2000, John Baldwin wrote: ip/ - IPv4, IPv6, and IPsec bits from sys/netinet{,6} tcp/ - TCP""" " udp/ - UDP"""

Re: VMware detection code in boot loader

2000-06-11 Thread Louis A. Mamakos
Mike Smith wrote: VMware intercepts the inb/outb instruction to port 0x5658 when the eax register is set to a magic value, otherwise it would be handled as any other ports. I think, again, that adding an i386-specific word that detects the presence of VMware is a perfectly

Re: MLEN and crashes

2000-04-02 Thread Louis A. Mamakos
I wonder how wise it was to change MLEN without more testing. But hey, this is -current, that's what it's there for. I've been running with MLEN set to 256 bytes for more than a year for reasons unrelated to this commit, and haven't seen any problems at all. (Of course, I don't use sppp..)

Re: Dynamic sysctls - patches for review

2000-03-26 Thread Louis A. Mamakos
I think that if the sysctl data was reorganized, so that the per module or instance data was at the leaves of the tree, you could avoid the problem entirely. This is the general approach used on MIB definitions used for SNMP; each variable is an instance (usually the 0th) at the leaf. You

IPSec in 4.0-current questions..

2000-03-03 Thread Louis A. Mamakos
I've been messing about with IPSEC in 4.0-current, and have observed some unexpected behavior. Is there someone I can swap some email with off the list to determine if what I'm seeing is a bug, or I'm just confused? It has to do with security policy specifications and what SAID is being

Re: current.freebsd.org

2000-03-03 Thread Louis A. Mamakos
current.freebsd.org is currently down due to a hardware failure. I don't have an ETA on when it will be back up again, due to it being offsite. I'll post more info as it becomes available. Usually hardware and software craps out when the "demo detector" kicks in. It seems that the we've got

Re: Two queries [ KDE / XFree86 ]

2000-02-28 Thread Louis A. Mamakos
Will Andrews wrote: On Mon, Feb 28, 2000 at 10:42:22PM +0200, Maxim Sobolev wrote: Do you have any plans to make XFree86-devel port of it? This let us to test it and refine before XF-4.0 will be released. I already made one. However, since XFree86 4.0's release is impending

Re: 4.0RC missing libXThrStub.so.6?

2000-02-14 Thread Louis A. Mamakos
According to Louis A. Mamakos: a PCMCIA ethernet card, which is real important, as this puppy has a USB floppy and a PCMCIA CDROM drive, neither of which seem to be You can boot the kern floppy because it is using the BIOS to read the disk.. My VAIO also has a USB floppy and I didn't

Re: 4.0RC missing libXThrStub.so.6?

2000-02-14 Thread Louis A. Mamakos
In message [EMAIL PROTECTED] "Louis A. Mamakos" writes: : With the 4.0-RC image, and sysinstall, I was now able to use a PCMCIA : ethernet to NFS mount the distribution media. It would have been nice : if the PCMCIA CDROM drive would have worked, but this was good enough. We'

Re: 4.0RC missing libXThrStub.so.6?

2000-02-11 Thread Louis A. Mamakos
Today The Hermit Hacker wrote: Up until this afternoon, when I lost an IDE drive, I've been using CVSup'd sources and ports, so haven't fllowed the threads too closely dealing with 4.0RC, so this is probably already known, but ... I just installed two 4.0RC systems this afternoon,

ulimit weirdness

2000-02-09 Thread Louis A. Mamakos
Is it just me, or did something change? It seems that now you can't raise resource limits after they've been lowered. I've had a 'ulimit -c 0' in my login profile for a while; previously when I needed to do debugging, I'd raise the limit to something reasonable at the shell prompt, and then

Re: ulimit weirdness

2000-02-09 Thread Louis A. Mamakos
Yep, you're remembering wrong. You can raise the soft limit again, but not the hard limit. It's even documented in sh(1): Maybe the default in bash changed somewhere along the line (modifing the hard limit rather than the soft limit). Oh well, no problem. It's nice to know there's a

new C++ compiler changes

2000-01-28 Thread Louis A. Mamakos
I just put a new -current on my test machine, and watched a bunch of stuff fall over and die due to the new C++ implementation. Is it possible to bump the revision of libstdc++ (and perhaps others) so that existing programs can continue to function? I fear I will be tracking down occasional

Re: new C++ compiler changes

2000-01-28 Thread Louis A. Mamakos
On Fri, Jan 28, 2000 at 07:07:39PM -0500, Louis A. Mamakos wrote: Is it possible to bump the revision of libstdc++ (and perhaps others) so that existing programs can continue to function? Nope. This is -CURRENT and this type of thing happens. And with a RELEASE about to happen, I don't

Re: cvs commit: src/sys/dev/usb ugen.c

2000-01-25 Thread Louis A. Mamakos
One other lingering issue - I don't believe we install any of the USB header files (in particular, /sys/dev/usb/usb.h) in /usr/include. While I certainly have /usr/src populated on my box, we probably ought to not require it. Should it be installed in /usr/include/dev/usb/*.h?

Re: Please help spread the CVSup mirror load more evenly

2000-01-21 Thread Louis A. Mamakos
A nice heuristic that attempts to minimize latency and maximize throughput would be a nice feature to have. For extra credit, reverse entropy as well. Seriously, attempting to connect to a list of servers using record route and minimizing the latency and/or hop count would be a great

Re: Please help spread the CVSup mirror load more evenly

2000-01-21 Thread Louis A. Mamakos
Maybe you should make cvsup.freebsd.org as a rotary (of sorts), which returns a different IP address based on the callers IP address. (or is that even possible?) That way, any given host will always try the same cvsup server, but you'll be spreading the load out among the servers.

Re: Please help spread the CVSup mirror load more evenly

2000-01-21 Thread Louis A. Mamakos
Second, a domain name can at most a single CNAME record associated with it, and other other record types. BIND will (should) barf on a zone file containing the example you listed. It does not. It will round-robin over the CNAME's. If it does, than this is a bug in BIND. The DNS is

Re: So, tell me again why we can't read audio CDs in SCSI drives?

2000-01-06 Thread Louis A. Mamakos
Any other SCSI CD owners here currently using tosha? I'd be quite interested to know if this is drive-specific. I've used tosha with a "TOSHIBA CD-ROM XM-6201TA 1037" SCSI drive to read audio data for subsequent mp3 conversion with no problems. louie To Unsubscribe: send mail to

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-13 Thread Louis A. Mamakos
On Mon, 13 Dec 1999, Kris Kennaway wrote: On Mon, 13 Dec 1999, Peter Wemm wrote: I wonder if we should move fortune to usr.bin? It's hardly a game and I'm way beyond tired of it being left out of standard paths... (ie: "/bin:/usr/bin[:/usr/local/bin]") I have no opinion

Re: calcru() warnings...

1999-11-24 Thread Louis A. Mamakos
I got a few calcru() warnings on a dual Pentium-III Xeon system. It had been up for around 9 or 10 days or so; I've since rebooted it. Specific configuration available if you need it. louie To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of

Re: Sv: copy-on-write optimized faults

1999-10-31 Thread Louis A. Mamakos
And my mine... I get zero COW optimized faults. louie@whizzo[20] $ vmstat -s 47312081 cpu context switches 89421468 device interrupts 30438305 software interrupts 16214761 traps 244593116 system calls 1546 swap pager pageins 5124 swap pager pages paged in 4185 swap pager

AMD K6-III CPU and Tyan S1590S at 450MHz

1999-07-04 Thread Louis A. Mamakos
FYI, I just upgraded from a Pentium/P54C at 133MHz on a Tyan Titan-III motherboard to an AMD K6-III CPU at 450Mhz (100MHz bus speed) on a Tyan S1590S "Trinity 100" AT-form factor motherboard. Runs really good! I previously built a machine with a K6-2 at 350MHz on an FIC VA-503+ motherboard for

Re: net.inet.tcp.always_keepalive on as default ?

1999-06-07 Thread Louis A. Mamakos
There's also the the minor nit that there's no documentation. RTSL may be OK for developers, but it's not really appropriate for end users. This is aggravated by the timers being in 500ms units - phk tripped over this recently. Before documenting it, how about we fix it's name to be more

panic() in devfs_makelink() with recent -current

1999-05-23 Thread Louis A. Mamakos
I recently tried building a new kernel after quite a bit, and I get a panic while the system's booting in devfs_makelink, apparently being called from fd_attach(). Is DEVFS and the new-bus code hopelessly incompatable, and should I just unconfigure DEVFS? Or is this something that I can dig

Re: ppbus causes hangs?

1999-05-03 Thread Louis A. Mamakos
On Apr 29, 7:41pm, Mike Smith wrote: } Subject: Re: ppbus causes hangs? } } Try setting the flags on the 'ppc' device to 0x40 and _please_ report } the results. I also ran into this problem with a 4/30/1999 version of 3.1-stable on a Dell Dimension XPS R400. The 0x40 flag fixed the

Re: Soundblaster live soundcard support ?

1999-03-27 Thread Louis A. Mamakos
On Sun, 28 Mar 1999, Matthew Thyer wrote: Is the Creative Labs Soundblaster Live supported under FreeBSD-CURRENT ? This is a PCI card with 3D surround sound (4 speakers). Under Windows it has a soundblaster emulation mode where it emulates a Sound Blaster 16 but the PCI card

Re: incomplete integration?

1999-02-14 Thread Louis A. Mamakos
=== pccardc cc -O -pipe -I/usr/src/usr.sbin/pccard/pccardc/../pccardd -Wall -g -static -c /usr/src/usr.sbin/pccard/pccardc/beep.c /usr/src/usr.sbin/pccard/pccardc/beep.c: In function `beep_main': /usr/src/usr.sbin/pccard/pccardc/beep.c:74: `PIOCSBEEP' undeclared (first use this

problems getting USB support working

1999-02-07 Thread Louis A. Mamakos
I've been trying to play with the USB support lately, and haven't got much success. I'm running a 4.0-current freshly CVSUPed, and less than 24 hours old. In summary, here's excepts from what I'm seeing when doing a verbose boot that appear to be relevent. During a boot, there is a few second

Re: usb driver broken?

1999-01-25 Thread Louis A. Mamakos
I had this problem too. It seems that the code included when you define USB_DEBUG has suffered some bitrot. Drop this out of your kernel config, and these compile time errors will go away. louie Hi, Am I the only one who gets this when he tries to compile a kernel with the usb drivers in

Re: Can the bootloader create a file or set a flag in the bootblocks?

1999-01-15 Thread Louis A. Mamakos
I've been thinking about this same thing, and I thought that relatively static fallback list of environments plus an (persistant) index to tell you what you've tried so far might work. I was considering stealing a byte from the RTC CMOS to hold the state between reboots. louie To Unsubscribe: