link_elf:symol m_gethdr udefined

2005-02-24 Thread Puramukas
I get this error when try to load NICs driver kldload if_yk.ko for Marvel Yukon 88E8053 Gigabit adapter on frebsd 5.3 i tryed to recompile kernel with variuos conf but nothing helped and maybe the drive wich i try to use do not fit for 5.3 http://www.syskonnect.com/syskonnect/support/driver/d0102_

Re: link_elf:symol m_gethdr udefined

2005-02-24 Thread Gerald Heinig
Hi Puramukas, which driver version are you using? Did you get this error message with the standard GENERIC kernel that came with 5.3-RELEASE, or did you get it with your own kernel? By the way, if you get problems with our drivers, please contact [EMAIL PROTECTED] That way we can log problems of

Re: link_elf:symol m_gethdr udefined

2005-02-24 Thread Gerald Heinig
Hi Puramukas, Puramukas wrote: I get this error when try to load NICs driver kldload if_yk.ko for Marvel Yukon 88E8053 Gigabit adapter on frebsd 5.3 ---^^^ This is a Yukon-EC adapter which isn't supported yet for FreeBSD. Where did you get this driver from? The page you cited b

Re: "sleep" "select" system call not work correctly when linking with multithread libray--FreeBSD 4.5

2005-02-24 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "River" <[EMAIL PROTECTED]> writes: : This is select testing program-- When time is set backward,the : program linked with "-pthread" option did not continue printing : anything. But using the program linked with standard library, : printing did not aff

Re: ARG_MAX increase

2005-02-24 Thread Garance A Drosihn
At 2:11 PM -0500 2/23/05, Garance A Drosihn wrote: At 10:46 AM +0100 2/23/05, Marco van de Voort wrote: I saw ARG_MAX was increased in 6.0. Recently I noticed that the lang/fpc-devel port currently hits the old limit in certain (though rare) cases), and this is annoying. (some testing revealed that

Re: smartmontools vs HP Smart Array 642 controller

2005-02-24 Thread Chris Dillon
On Wed, 23 Feb 2005, Brian Reichert wrote: Does anyone have any experience with smartctl and a HP Smart Array 642 controller? Your problem with smartmontools doesn't seem to be limited to the Smart Array 642, I just tried it on a DL380 G3 with the Smart Array 5i+ and got the same error you did.

Re: freebsd problem: What SCSI RAID controller compatible with 5.3-Release

2005-02-24 Thread Amandeep Pannu
Hi Scott, Is there any SCSi RAID controller that works on FreeBSD 5.3 Release. I have tried a couple.like Adaptec 2120S Adaptec 39320A Megaraid LSI-320-1 None of them worked. Any clues. They are under the HCl for FreeBSD 5.3. My configuration is two drives wiht RAID-1. I am using X6DHP-8G SM MB

Re: freebsd problem: What SCSI RAID controller compatible with 5.3-Release

2005-02-24 Thread Scott Long
Amandeep Pannu wrote: Hi Scott, Is there any SCSi RAID controller that works on FreeBSD 5.3 Release. I have tried a couple.like Adaptec 2120S Adaptec 39320A Megaraid LSI-320-1 None of them worked. Any clues. They are under the HCl for FreeBSD 5.3. My configuration is two drives wiht RAID-1. I am us

Re: Remote upgrade of 4.X-5.3-Stable

2005-02-24 Thread Clifton Royston
On Thu, Feb 24, 2005 at 12:01:08PM +, [EMAIL PROTECTED] wrote: > Date: Wed, 23 Feb 2005 17:06:02 + > From: Wouter van Rooij <[EMAIL PROTECTED]> > Subject: Remote upgrade of 4.X-5.3-Stable > To: freebsd-hackers@freebsd.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset

sched_4bsd.c Quantum change

2005-02-24 Thread Ashwin Chandra
Quick question for you hackers! If i wanted to change the scheduler to have a certain marked bad process have a higher time quantum than everyone elses (because it is behaving bad, high mem usage and context switching) to let it run longer to finish faster and avoid context switches and swappin

Driver Update Disk discussion

2005-02-24 Thread Scott Long
The good news is that more and more vendors are supporting FreeBSD directly, many via paid staff to write and maintain drivers, testing labs for QA, and tech support for end-customers. The bad news is that FreeBSD puts up a number of roadblocks that makes their jobs very difficult. While we do

Re: setenv/unsetenv's known memory leak

2005-02-24 Thread Seán C . Farley
On Thu, 24 Feb 2005, Dag-Erling Smørgrav wrote: Seán C. Farley <[EMAIL PROTECTED]> writes: How does this version look? Needlessly complicated. I'd just copy the entire environment into malloc()ed space the first time setenv() or putenv() is called. I like complicated. :) I have written a new ver

Re: gcc question

2005-02-24 Thread Daniel O'Connor
On Thu, 24 Feb 2005 17:57, Kathy Quinlan wrote: > ATM it is written in codevisionAVR which is where the function is > called, so I guess for now I will just break the AVR support;) Ahh.. So.. are you talking about getting the coding running _in FreeBSD_ or compiled on FreeBSD and running on an AV

Re: Re: "sleep" "select" system call not work correctly when linkingwith multithread libray--FreeBSD 4.5

2005-02-24 Thread River
Many thanks for your reply. Did the lastest FreeBSD fix this bug? And which version? Because our OS is based on FreeBSD 4.5 and can not port to other FreeBSD easily, Any method to fix it in 4.5? Thanks. ___ freebsd-hackers@freebsd.org mailing list

Re: Driver Update Disk discussion

2005-02-24 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : - runtime support. Where will modules be put, how will they be ensured : to not collide with the base system modules, and how will the system : ensure that they get loaded on every boot. Most of the pieces are in

Re: "sleep" "select" system call not work correctly when linkingwith multithread libray--FreeBSD 4.5

2005-02-24 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "River" <[EMAIL PROTECTED]> writes: : Many thanks for your reply. Did the lastest FreeBSD fix this bug? : And which version? I believe that 5 fixes this bug, or at least mostly fixes things (since there's at least one pthread API that uses absolute time

Re: setenv/unsetenv's known memory leak

2005-02-24 Thread Seán C . Farley
On Thu, 24 Feb 2005, Seán C. Farley wrote: Here are the two versions I have written to stop the memory leak. Old (complex): http://www.farley.org/freebsd/tmp/setenv-1.tar.bz2 New (simple): http://www.farley.org/freebsd/tmp/setenv-2.tar.bz2 Also, you may find an uncompressed view of the two tar fi

Re: Driver Update Disk discussion

2005-02-24 Thread Daniel O'Connor
On Fri, 25 Feb 2005 12:39, M. Warner Losh wrote: > One does not need to patch the source tree at to pick up ports modules > for a kernel rebuild. One can build the ports modules as part of the > kernel by simply defining PORTS_MODULES in a kernel config file. In > addition, one can specify absolu

Re: gcc question

2005-02-24 Thread Kathy Quinlan
Daniel O'Connor wrote: On Thu, 24 Feb 2005 17:57, Kathy Quinlan wrote: ATM it is written in codevisionAVR which is where the function is called, so I guess for now I will just break the AVR support;) Ahh.. So.. are you talking about getting the coding running _in FreeBSD_ or compiled on FreeBSD a

Re: Driver Update Disk discussion

2005-02-24 Thread M. Warner Losh
[[ don't cc freebsd-hackers@ and hackers@ ]] In message: <[EMAIL PROTECTED]> "Daniel O'Connor" <[EMAIL PROTECTED]> writes: : On Fri, 25 Feb 2005 12:39, M. Warner Losh wrote: : > One does not need to patch the source tree at to pick up ports modules : > for a kernel rebuild. One can bu

Re: Driver Update Disk discussion

2005-02-24 Thread Daniel O'Connor
On Fri, 25 Feb 2005 14:14, M. Warner Losh wrote: > : I think PORTS_MODULES is a little suboptimal.. > > How so? If you upgrade your ports tree and then rebuild your kernel you may upgrade a port KLD without wanting to. > : Fx5200 Go). It also means that the kernel build/install does not result >

Re: Remote upgrade of 4.X-5.3-Stable

2005-02-24 Thread Andriy Tkachuk
Gentlemen, is this theme for this list? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"