Re: nfs lockup

2004-02-14 Thread Danny Braniss
just an update, with a newer -current it still hangs exactly in the same place,
and on two very different hosts!

xpc# ps lwp  21002
  UID   PID  PPID CPU PRI NI   VSZ  RSS MWCHAN STAT  TT   TIME COMMAND
   18 21002 20990   0  -7  0  1572 1036 nfsfsy D p00:00.00 ar cq 
libbsdxml.a xmlparse.o xmltok.o xmlrole.o

i need help in tracking down this problem,

danny

> hi,
>   for some time now, probably since 5.2, make buildworld will hang
> and strangely enough at the same point,
> 
>18 21097 21085   0  -7  0  1572 1052 nfsfsy DLp20:00.00 ar cq 
> libbsdxml.a xmlparse.o xmltok.o xmlrole.o
> 
> the setup is:
>   -current running on a diskless host.
>   CPU: AMD Athlon(tm) XP 2800+ (2079.56-MHz 686-class CPU)
> 
> i changed the NIC, from the onboard nvidia to an Intel, so i don't think
> the problem is there.
> 
> any help i can provide to trace this anoying problem?
> 
> thanks,
>   danny
> 
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


/usr/src/sys/dev/aic7xxx errors when compiling

2004-02-14 Thread Didier WIROTH
Hi,
(error on 5.2 and 5.2.1-rc)
When compiling the kernel I get 100... of errors like this:
/usr/src/sys/dev/aic7xxx/aic7xxx.c:147: warning: called from here
@/dev/aic7xxx/aic7xxx_inline.h:141: warning: inlining failed in call to
'ahc_release_untagged_queues'

/usr/src/sys/dev/aic7xxx/aic7xxx.c:5118: warning: called from here
@/dev/aic7xxx/aic7xxx_inline.h:570: warning: inlining failed in call to
'ahc_release_untagged_queues'etc...


I've removed every scsi device in my custom kernel file as I don't use scsi
and usbmass devices.

Are other users experiencing this problem?


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: /usr/src/sys/dev/aic7xxx errors when compiling

2004-02-14 Thread Andre Guibert de Bruet

On Wed, 11 Feb 2004, Didier Wiroth wrote:

> Hi, thanks for answering
> I'm using this in make.conf
> COPTFLAGS= -O2 -pipe -funroll-loops
> CFLAGS= -O3 -pipe -funroll-loops

Don't:
- optimize the base system above -O, it's not officially supported.
- top post, it makes things harder to read.
- cross-post, it's almost always not necessary.

Regards,
Andy

> Andre Guibert de Bruet | Enterprise Software Consultant >
> Silicon Landmark, LLC. | http://siliconlandmark.com/>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"