re: evil -current

1999-09-10 Thread Mark Hittinger
, and sometimes the system disk gets badly clobbered. Disabling ed0 in the boot -c menu works makes things happy. FYI Later Mark Hittinger Mindspring/Netcom/Dallas [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

re: Help! System won't boot the normal way after make world

1999-09-12 Thread Mark Hittinger
corruption damage. You may need to consider that if your situation is similar to mine. Later Mark Hittinger Mindspring/Netcom/Dallas [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

patch for if_ed.c ed_probe_HP_pclanp() returns OK when shouldn't

1999-09-13 Thread Mark Hittinger
Hi Inside ed_probe_HP_pclanp() we are doing various checks to see if the device is there and if we hit a problem we return 0 instead of an error. Attached is a patch for this problem. Regards, Mark Hittinger Mindspring/Netcom/Dallas [EMAIL PROTECTED] *** if_ed.c.1 Mon Sep 13 16:31:29 1999

Re: ep0 etherlink III breakage

1999-09-20 Thread Mark Hittinger
of return ENXIO ). I'll be doing some additional debugging this evening when I have more time. Guess I made the mistake of misreading a request that came through freebsd-current a few days ago asking for any problem reports with ep0. My mistake - sorry - I shall return to lurking. Regards, Mark

make world libcrypto Undefined symbol RSA_PKCS1

2000-09-10 Thread Mark Hittinger
alled libc, and if it got undefined symbols, bail on the libc installation. I bet this would save some of us infrequent grief! FYI Mark Hittinger Earthlink [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

fdc0 and ata1 issues

2000-09-22 Thread Mark Hittinger
OK. Later Mark Hittinger Earthlink [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

a.out binaries die in -current recently

2000-10-08 Thread Mark Hittinger
For the past couple of days the old style binaries don't work under -current, they simply core. FYI Mark Hittinger Earthlink [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

today's -current xl0 wigs out

2000-10-14 Thread Mark Hittinger
-TX Fast Etherlink XL port 0x6400-0x643f irq 10 at device 12.0 on pci0 xl0: Ethernet address: 00:60:08:15:f9:49 miibus0: MII bus on xl0 nsphy0: DP83840 10/100 media interface on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto FYI Later Mark Hittinger Earthlink [EMAIL

re: today's -current xl0 wigs out

2000-10-14 Thread Mark Hittinger
In if_xl.c at the very beginning of xl_attach() it looks like there is a leftover splimp(). Bill seems to have replaced all the others with a LOCK macro. Further down in xl_attach there is a LOCK macro so maybe we just have to remove that leftover splimp(). Trying that now. Later Mark

re: -current hangs during boot (UPDATING entry)

2000-10-25 Thread Mark Hittinger
gh to justify adding to UPDATING. Later Mark Hittinger Earthlink [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

FYI -current hanging at boot

2000-12-16 Thread Mark Hittinger
-current is hanging during boot - right after "mounting root from ufs" things stall for a second - then you start getting those old microuptime warnings spewing on the console forever - I gave it about 10 minutes or so hoping it would work its way out of it - no dice. FYI Mark

-current almost hanging after boot

2000-12-19 Thread Mark Hittinger
for what to look at when I break in to the debugger? Is anyone else seeing this behavior? Later Mark Hittinger Earthlink [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Current stalls...(now also panic)

2000-12-29 Thread Mark Hittinger
try commenting out all the "device" entries after "# USB support" in the config file. A kernel built without USB may not show the hangs. I think there is a buglet that has krept into the USB code within the last couple of weeks. Later Mark Hittinger Earthlink [EMAIL PROTECT

Re: uucico dies with floating point errors

2001-01-23 Thread Mark Hittinger
with debug on and try to figure out what is happening that way. You may discover that the other side is sending a field that is too long - like a system that has larger usernames than yours does etc. Good luck! Mark Hittinger Earthlink [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

beware libc change sigprocmask sigaction abort.c

2001-01-24 Thread Mark Hittinger
Hey watch out - one of those little changes that can blow your system up if you cheat on how you build it. abort.c references undefined symbols for sigprocmask and sigaction. Later Mark Hittinger Earthlink [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

make install perl/library sed stdout error

2001-02-12 Thread Mark Hittinger
Hey this may be a spot where the FILE change is felt - my installworld bombed in the perl/library install with a sed error. I went to usr.bin/sed and did a make install to put in the new sed and then make installworld completed ok. FYI Mark Hittinger Earthlink [EMAIL PROTECTED

-current libgmp __stdin error FYI

2001-02-14 Thread Mark Hittinger
Local package initialization:/usr/libexec/ld-elf.so.1: /usr/lib/libgmp.so.3: Undefined symbol "__stdin" Later Mark Hittinger Earthlink [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ahc driver: aic7892 no longer supported

2001-03-20 Thread Mark Hittinger
card=0x00dc chip=0x00241011 rev=0x03 hdr=0x01 xl0@pci0:17:0: class=0x02 card=0x00821028 chip=0x905510b7 rev=0x24 hdr=0x00 none1@pci1:0:0: class=0x03 card=0x40821028 chip=0x47421002 rev=0x5c hdr=0x00 ahc0@pci2:10:0: class=0x01 card=0x78879004 chip=0x87789004 rev=0x01 hdr=0x00 Later Mark

Re: ahc driver: aic7892 no longer supported

2001-03-21 Thread Mark Hittinger
ahc_pci_map_int(ahc) is failing. bus_alloc_resource() appears to need more time than I have right now so that will have to wait till tonight :-) It does look like a more fundamental problem below the scsi driver is involved. Thanks Justin. Later Mark Hittinger Earthlink [EMAIL PROTECTED] To Un