Re: ed0 broken

1999-10-16 Thread Leonard Sitongia

At 2:47 PM -0400 10/16/99, Matthew N. Dodd wrote:
>On Sat, 16 Oct 1999, Leonard Sitongia wrote:
>> >download the patch, apply it in sys/dev/ed, edit files.i386 and uncomment
>> >sys/dev/ed/if_ed_pccard.c.  Re-config & make.
>>
>> I've tried it, and if_ed_pccard.c compiles now (Warner, that addresses
>> the error messages that I recently sent you mail about).
>
>But does it work?

No, but then I haven't ever gotten it working in the month or so that
I've been running current on this Toshiba Portege 3110.  Here's what
happens:

Oct 16 14:56:48 becker /kernel: pcic0:  at irq 15 on isa0
Oct 16 14:56:48 becker /kernel: pccard1:  on
pcic
0
...
Oct 16 14:56:48 becker /kernel: pccard: initalizing drivers: ep fe
...
(plug a Linksys Ethernet card in:)

Oct 16 14:58:37 becker /kernel: pccard: card inserted, slot 0
Oct 16 14:58:48 becker pccardd[42]: driver allocation failed for
LINKSYS(E-CARD)
: Device not configured

This is the PCCARD kernel with no changes.  All pccard stuff is enabled
in rc.conf.

==Leonard Sitongia
  [EMAIL PROTECTED]
  http://www.users.uswest.net/~sitongia/




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: ed0 broken

1999-10-16 Thread Leonard Sitongia

At 2:19 PM -0400 10/16/99, Matthew N. Dodd wrote:
>On Sat, 16 Oct 1999, Edwin Culp wrote:
>> I had the same problem yesterday and Matthew Dodd sent me the
>> following fix that worked fine.  I recompiled the kernel and am now
>> using it with ed0.
>
>Ok, if someone could test the following patch:
>
>ftp://ftp.jurai.net/users/winter/patches/if_ed_pccard.diff
>
>I'd appriciate it.
>
>download the patch, apply it in sys/dev/ed, edit files.i386 and uncomment
>sys/dev/ed/if_ed_pccard.c.  Re-config & make.

I've tried it, and if_ed_pccard.c compiles now (Warner, that addresses
the error messages that I recently sent you mail about).

==Leonard Sitongia
  [EMAIL PROTECTED]
  http://www.users.uswest.net/~sitongia/




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



CVSup core dumps

1999-10-01 Thread Leonard Sitongia


I updated yesterday, installed the world and a new kernel.  That all
worked.  Today when I run cvsup with the same supfile I used yesterday
I get a core dump:

# cvsup /root/current-supfile


***
*** runtime error:
***Segmentation violation - possible attempt to dereference NIL
***

Abort trap (core dumped) # cvsup /root/current-supfile


If I truss it, with truss cvsup supfile, it works.

# file cvsup.core
cvsup.core: data  

# gdb cvsup.core
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...

"/usr/ports/lang/modula-3/cvsup.core": not in executable format: File format not 
recognized

(I'm in that directory in order to rebuild cvsup for this build to get
cvsup working again, but I can't compile modula-3...).

Is there a new static binary to use?

I thought the problem was my hostname, which was null, but I went ahead
and set that (this is on a laptop doing DHCP).

TIA,
==Leonard


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: buildworld dies on compat-43/sigcompat.c

1999-09-30 Thread Leonard Sitongia

Sorry about wasting the bandwidth with this question.  I didn't have
compat enabled in /etc/make.conf, and now I've built and installed
the lasted -current.

thanks,
--Leonard

--Leonard E. Sitongia   CGD Systems Group (CSG)
[EMAIL PROTECTED]   voice: (303)497-1338   fax: (303)497-1324
Climate and Global Dynamics P.O. Box 3000 Boulder CO 80307  USA



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



buildworld dies on compat-43/sigcompat.c

1999-09-30 Thread Leonard Sitongia


I've installed -current on an x86 laptop, and ran cvsup to update
all sources.  I build and booted a new kernel (PCCARD).  The
buildworld dies at:

cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include 
-D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale 
-DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/compat-43/sigcompat.c -o sigcompat.o
/usr/src/lib/libc/../libc/compat-43/sigcompat.c: In function `sigsetmask':
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:66: request for member `__bits' in 
something not a structure or union
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:68: request for member `__bits' in 
something not a structure or union
/usr/src/lib/libc/../libc/compat-43/sigcompat.c: In function `sigblock':
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:78: request for member `__bits' in 
something not a structure or union
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:81: request for member `__bits' in 
something not a structure or union
/usr/src/lib/libc/../libc/compat-43/sigcompat.c: In function `sigpause':
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:91: request for member `__bits' in 
something not a structure or union
*** Error code 1

Stop in /usr/src/lib/libc.
*** Error code 1
...

Can someone shed some light on this?

thanks
==Leonard

(I'm on the list as [EMAIL PROTECTED] although I'm sending this from
work right now...)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message