Re: 4.x binaries on a 5.x machine ...

2005-06-21 Thread Mark Kirkwood
Scot Hetzel wrote: > I don't believe it would be neccessary to install the 'compat 4.x' libraries on the 5.x host box, as those libraries are already in the jailed 4.x environment. If you were to upgrade the jailed 4.x environment to 5.x, then you would need to add the 'compat 4.x' libraries un

Re: howto update freebsd 4.7 release to 4.7 stable

2005-06-21 Thread Brian Fundakowski Feldman
On Tue, Jun 21, 2005 at 07:37:42PM +0700, Khanh Cao Van wrote: > hi , I could not findout the "# cd /usr/src/lib/libpthread" as your > answer bellow ,please help me to fix this problem Yeah, 4.x actually uses libc_r. You should be able to get away with just updating that by itself without even u

Re: named coredumping

2005-06-21 Thread Doug Barton
Gleb Smirnoff wrote: > On Mon, Jun 20, 2005 at 11:02:57AM +0200, Doug Barton wrote: > D> Thanks for clarifying guys. Are either of you in a position to upgrade to > D> -stable and see if the problem persists? > > Does STABLE have an other version of BIND? > Not newer than 5.4, no, but it does ha

Re: update libpthread

2005-06-21 Thread Michael Nottebrock
On Tuesday, 21. June 2005 17:30, Khanh Cao Van wrote: > I find the libpthread in the src/lib/libpthread on the cvs server , > but I could not get only that source code to my PC . > In the cvs file I edited : > > *default host=cvsup.freebsd.org > *default base=/usr > *default prefix=/usr/local > *de

Re: update libpthread

2005-06-21 Thread Marc Olzheim
On Tue, Jun 21, 2005 at 09:00:05PM +0700, Khanh Cao Van wrote: > Peter Jeremy tell me that I have to update libpthread to be able to > install JDK 1.4 on freeBSD 4.7 . But I could not find out what ports > contain that lib . Help me if you know . There is no /usr/src/lib/libpthread for FreeBSD-4.x

Re: update libpthread

2005-06-21 Thread Khanh Cao Van
I find the libpthread in the src/lib/libpthread on the cvs server , but I could not get only that source code to my PC . In the cvs file I edited : *default host=cvsup.freebsd.org *default base=/usr *default prefix=/usr/local *default release=cvs tag=RELENG_4 *default delete use-rel-suffix # If y

Re: 4.x binaries on a 5.x machine ...

2005-06-21 Thread Scot Hetzel
On 6/21/05, Mark Kirkwood <[EMAIL PROTECTED]> wrote: > > This option from the GENERIC kernel config in 5.4 would seem to suggest > > that it would work though I haven't tried it myself. > > > > options COMPAT_FREEBSD4 # Compatible with FreeBSD4 > > And install the 'compat 4

Re: FreeBSD MySQL still WAY slower than Linux

2005-06-21 Thread Michael Schuh
Hello Oliver, ah, that are the hint that i missed. now i have another question, if i use the same Os in 2 versions (RELENG_4, RELENG_5) can i hope that the tests are made on the same part of disk? or in other words can an dd on the two OS' es so much different because they use an totally oth

Re: FreeBSD MySQL still WAY slower than Linux

2005-06-21 Thread Oliver Fromme
Michael Schuh <[EMAIL PROTECTED]> wrote: > As i sayed i have the installations always made in the same way, so that i > mean. > I mean i have alwas made the swap on the first gig of the disk, and > the installation > on the rest of the disk. and i have no multiple os'es on these disk. The pr

RE: update libpthread

2005-06-21 Thread Daniel Eischen
On Tue, 21 Jun 2005, Kipp Holger wrote: > Khanh Cao Van wrote on Tue 21.06.2005 16:00 > > > Peter Jeremy tell me that I have to update libpthread to be able to > > install JDK 1.4 on freeBSD 4.7 . But I could not find out what ports > > contain that lib . Help me if you know . > > Not port. Base s

RE: update libpthread

2005-06-21 Thread Kipp Holger
Khanh Cao Van wrote on Tue 21.06.2005 16:00 > Peter Jeremy tell me that I have to update libpthread to be able to > install JDK 1.4 on freeBSD 4.7 . But I could not find out what ports > contain that lib . Help me if you know . Not port. Base system. Considering this, the best solution for you se

Re: update libpthread

2005-06-21 Thread Khanh Cao Van
hic , because I just have only 5 hour to conform with the boss that could or could not install JDK 1.4 on freeBSD 4.7 , so please give me some more detail . I could not find out what ports contain the libpthread so looking at the CD or cvs could not give me anything :( On 6/21/05, Nguyen Tam Chin

Re: propagate_priority panic

2005-06-21 Thread Frode Nordahl
On 7. jun. 2005, at 14.10, Xin LI wrote: Hi, Frode, 在 2005-06-07二的 09:32 +0200,Frode Nordahl写道: Dear colleagues, [snip] db> trace Tracing pid 86 tid 100089 td 0xc54a1e10 propagate_priority(c54a1e10,c08f3750,c54c6960,c0901ae0,c54a1e10) at propagate_priority+0x7f turnstile_wait(c56f6a80,c09

Re: update libpthread

2005-06-21 Thread Nguyen Tam Chinh
Hi Khanh, Libpthread is in the base system. You should get it by using cvsup or extract it from the install CD. On Tue, 21 Jun 2005, Khanh Cao Van wrote: Peter Jeremy tell me that I have to update libpthread to be able to install JDK 1.4 on freeBSD 4.7 . But I could not find out what ports c

update libpthread

2005-06-21 Thread Khanh Cao Van
Peter Jeremy tell me that I have to update libpthread to be able to install JDK 1.4 on freeBSD 4.7 . But I could not find out what ports contain that lib . Help me if you know . Please do not tell me about why still using freeBSD 4.7 . It not my own , it the customer's and I have to work on it if

Re: howto update freebsd 4.7 release to 4.7 stable

2005-06-21 Thread Alex Zbyslaw
Khanh Cao Van wrote: My custom use freeBSD 4.7 release and ask me to install JDK1.4 on it . But when I use ports to compile JDK , the system show me a message : You must have a version of FreeBSD later than 4.7-STABLE February 2003 or 5-CURRENT February 2003 to compile and use JDK 1.4.2. So I

Re[2]: ATA_DMA errors (and fs corruption!) (JM)

2005-06-21 Thread Tony Byrne
Hello Martin, Monday, June 20, 2005, 9:09:15 PM, you wrote: M> I just compiled the kernel from May 26th. Works fine. It looks like M> for me it's broken between May 26th and May 30th. M> I tried these kernels: M> 2005-06-16 broken M> 2005-05-31 broken M> 2005-05-30 (00:00:00) broken M> 2005-05-2

hptmv ( Highpoint RocketRaid 1820a ) corrupts fs on shutdown -p

2005-06-21 Thread Steven Hartland
>Submitter-Id: current-users >Originator:Steven Hartland <[EMAIL PROTECTED]> >Organization: Multiplay >Confidential: no >Synopsis: hptmv ( Highpoint RocketRaid 1820a ) corrupts fs on shutdown -p >Severity: serious >Priority: high >Category: kern >Class: sw-bug >R

Re: howto update freebsd 4.7 release to 4.7 stable

2005-06-21 Thread Khanh Cao Van
hi , I could not findout the "# cd /usr/src/lib/libpthread" as your answer bellow ,please help me to fix this problem On 6/21/05, Peter Jeremy <[EMAIL PROTECTED]> wrote: > On Tue, 2005-Jun-21 09:16:30 +0700, Khanh Cao Van wrote: > >My custom use freeBSD 4.7 release and ask me to install JDK1.4 o

Re: FreeBSD MySQL still WAY slower than Linux

2005-06-21 Thread Michael Schuh
hello, first sorry for my bad english, with i mean no operation. i can live with a better performance from postgresql under RELENG_5 :-D i find it great. As i sayed i have the installations always made in the same way, so that i mean. I mean i have alwas made the swap on the first gig of the di

Re: howto update freebsd 4.7 release to 4.7 stable

2005-06-21 Thread Peter Jeremy
On Tue, 2005-Jun-21 09:16:30 +0700, Khanh Cao Van wrote: >My custom use freeBSD 4.7 release and ask me to install JDK1.4 on it . >But when I use ports to compile JDK , the system show me a message : > >You must have a version of FreeBSD later than 4.7-STABLE February 2003 >or 5-CURRENT February 200

Re: howto update freebsd 4.7 release to 4.7 stable

2005-06-21 Thread Svein Halvor Halvorsen
* Khanh Cao Van [2005-06-21 09:16 +0700] > So I have to update my 4.7 release to 4.7 stable . But I do not know > how to do make it . I've looking everywhere but could not find any > clear document about it . Please help me ! > > PS : I'm not going to upgrade my kernel 4.7 to 4.8 or anything

Re: panic in RELENG_5 UMA

2005-06-21 Thread Gleb Smirnoff
[ cc'ing parties involved in this part of code] On Tue, Jun 21, 2005 at 01:07:01PM +0400, Gleb Smirnoff wrote: T> On Tue, Jun 21, 2005 at 09:04:27AM +0200, Jeremie Le Hen wrote: T> J> #25 0xc05a0a0b in m_freem (mb=0x0) at uma.h:304 T> J> No locals. T> J> #26 0xc05ee0d5 in arpresolve (ifp=0xc1a5b00

Re: panic in RELENG_5 UMA

2005-06-21 Thread Gleb Smirnoff
On Tue, Jun 21, 2005 at 11:28:36AM +0200, Jeremie Le Hen wrote: J> > IMHO, this looks like a race. The route is not locked, when J> > its llinfo is edited. J> > J> > Probably the mbuf was freed when arp reply arrived and la_hold was send. J> > Look into in_arpinput() near 736: J> > J> >

Re: panic in RELENG_5 UMA

2005-06-21 Thread Jeremie Le Hen
Hi Gleb, > IMHO, this looks like a race. The route is not locked, when > its llinfo is edited. > > Probably the mbuf was freed when arp reply arrived and la_hold was send. > Look into in_arpinput() near 736: > > (*ifp->if_output)(ifp, la->la_hold, rt_key(rt), rt); >

Re: panic in RELENG_5 UMA

2005-06-21 Thread Gleb Smirnoff
On Tue, Jun 21, 2005 at 09:04:27AM +0200, Jeremie Le Hen wrote: J> #25 0xc05a0a0b in m_freem (mb=0x0) at uma.h:304 J> No locals. J> #26 0xc05ee0d5 in arpresolve (ifp=0xc1a5b000, rt0=0xc1d44000, m=0xc1be7200, J> dst=0xd6d3fa94, desten=0xd6d3fa2c "/??]??w??") J> at ../../../netinet/if_eth

Re: panic in RELENG_5 UMA

2005-06-21 Thread Jeremie Le Hen
Hi, > I caught a panic this night on my RELENG_5. The kernel was compiled on > 2005/05/21. Please, feel free to ask for further informations (and > include me explicitely in the recipients list since I'm not subscribed > to this list). > > kgdb stacktrace: > %%% > [snip] > %%% I was a little b

panic in RELENG_5 UMA

2005-06-21 Thread Jeremie Le Hen
Hi list, I caught a panic this night on my RELENG_5. The kernel was compiled on 2005/05/21. Please, feel free to ask for further informations (and include me explicitely in the recipients list since I'm not subscribed to this list). kgdb stacktrace: %%% #22 0xc0566d1d in panic ( fmt=0xc0728