libthr and 1:1 threading.

2003-03-31 Thread Jeff Roberson
I have commited libthr. To try this out you'll need to do the following 1. cvsup 2. rebuild world and kernel 3. install world and kernel 4. build libthr from src/lib/libthr 5. Either replace /usr/lib/libc_r.so.5 with /usr/lib/libthr.so.1 or relink your applications against libthr.so.1 This

sparc64 tinderbox failure

2003-03-31 Thread Mike Barcroft
Tinderbox FAQ: http://people.FreeBSD.org/~mike/tinderbox.html -- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -

New threading code.

2003-03-31 Thread Jeff Roberson
The kernel components for the 1:1 threading implementation are in the tree. This includes the thr system calls, the umtx implementation, and all of the signal changes. I will commit the library shortly. This is all 'beta' quality. It runs mozilla and openoffice without issue. There are known b

Odd issues with USB SmartMedia Reader/Writer (PNY)

2003-03-31 Thread Juli Mallett
I'm really dumb when it comes to CAM, SCSI, USB, and so on, so forgive if I am being naive... (Also that would probably explain why I am having a hard time deciding where this mail should end up... Forgive me on that account, plz.) I have a PNY USB SmartMedia reader which works excellently with 5

Upgrading from 5.0-RELEASE to -CURRENT on sparc64 (me too)

2003-03-31 Thread jason
Im getting the same thing as http://groups.google.com/groups?q=+attempt+to+use+poisoned+%22malloc%22+cc1plus&hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&safe=off&selm=Pine.NEB.3.96L.1030212144405.82101A-10%40fledge.watson.org.lucky.freebsd.current&rnum=3 when doing a make buildworld.. after cvsupping C

Re: MIDI

2003-03-31 Thread David Schultz
Thus spake Thanjee Neefam <[EMAIL PROTECTED]>: > I was very happy when compiling my 5.0 kernel. For the first time "device > midi" compiled without giving any errors. This abnormal excitement only > led to misery when I discovered after rebooting that there still was no > MIDI. > Is MIDI going to

Re: MIDI

2003-03-31 Thread Friedemann Becker
I'm interrested in using MIDI on FreeBSD, too, but I have to tell you, that - as far as I found out - there has been midi support some time ago, but it's not included in the system/kernel anymore. There's probably some hope although, I don't find it, but I remember someone stated that you can easi

New signal code going in.

2003-03-31 Thread Jeff Roberson
Over the next few hours I'll be commiting initial support for the 1:1 threading code. Mostly I'll be commiting the signal related bits. I intend to break up this patch in to several smaller commits. Each commit should leave the tree in a stable, working, compilable state. I may screw something

g++ or devd breaks world

2003-03-31 Thread Steve Kargl
Sources retrieved by cvsup 11 am PST. The tree is clean, and obj/ is empty. ===> sbin/devd c++ -O -pipe -mcpu=pentiumpro -I. -I/usr/src/sbin/devd -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/sbin/devd/devd.cc In file included from /usr/obj/usr/src/i386/usr/i

sparc64 tinderbox failure

2003-03-31 Thread Mike Barcroft
Tinderbox FAQ: http://people.FreeBSD.org/~mike/tinderbox.html -- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -

MIDI

2003-03-31 Thread Thanjee Neefam
Hello, I am not sure if this is most appropriate here, but there is no sound-dev-current mailing list. I was very happy when compiling my 5.0 kernel. For the first time "device midi" compiled without giving any errors. This abnormal excitement only led to misery when I discovered after rebooting

Re: FreeBSD/alpha kern.flp flood

2003-03-31 Thread Ruslan Ermilov
On Sat, Mar 29, 2003 at 10:30:05PM +0200, Ruslan Ermilov wrote: > On Sat, Mar 29, 2003 at 03:08:12AM -0800, Terry Lambert wrote: > > Makoto Matsushita wrote: > > > It seems that kern.flp for FreeBSD/alpha is flooded (tested on FreeBSD/i386). > > > Maybe several kbytes should be removed from the ker

Re: problem updating from 4.7 Stable do 5.0 Current

2003-03-31 Thread Ventsislav Velkov
I am on the same opinion also, but only the maintainer of the driver could confirm. From: Maxim M. Kazachek To: Ventsislav Velkov Sent: Monday, March 31, 2003 5:22 PM Subject: Re: problem updating from 4.7 Stable do 5.0 Current Seems that the problem is in ida driver which runs your

Re: problem updating from 4.7 Stable do 5.0 Current

2003-03-31 Thread CARTER Anthony
Process: Boot up normally with 4.7 kernel. DO THIS: rm -rf /usr/obj/* (removes compiled files) rm -rf /tmp/* Add COMPAT_FREEBSD4 to your kernel configuration file. make buildworld make buildkernel KERNCONF=YOURKERNELFILE cp /usr/src/sys/${MACHINE}/conf/GENERIC.hints /boot/device.hints (MACHIN

Re: problem updating from 4.7 Stable do 5.0 Current

2003-03-31 Thread Maxim M. Kazachek
What your server do when it panics? It tries to detect disks? Sincerely, Maxim M. Kazachek mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] On Mon, 31 Mar 2003, Ventsislav Velkov wrote: >I could not boot in single user mode with the 5.0 kernel because it brokes. >Do you mean I

Re: problem updating from 4.7 Stable do 5.0 Current

2003-03-31 Thread Ventsislav Velkov
I could not boot in single user mode with the 5.0 kernel because it brokes. Do you mean I should boot in single user with the 4.7 kernel in there installworld and to mergemaster ? regards, Veno - Original Message - From: CARTER Anthony To: [EMAIL PROTECTED] Sent: Monday, March

Re: isnan() with gcc 3.2.2 on FreeBSD 5.0-C

2003-03-31 Thread David Leimbach
On Monday, March 31, 2003, at 02:49 AM, Stefan Farfeleder wrote: The isnan() macro is a new feature of C99 and thus not (yet) part of C++. Nevertheless you can use -D_GLIBCPP_USE_C99 to include this and There may be no guarantee that any new parts of C99 ever make it into the C++ language. C++

Re: problem updating from 4.7 Stable do 5.0 Current

2003-03-31 Thread CARTER Anthony
Have you installed the world? I don't know if just rebuilding it is sufficient To install the world you have to go to single user mode and run mergemaster to update any changes in configuration files (take a backup of your current files as it overwrites them). Anthony On Monday 31 March 2

problem updating from 4.7 Stable do 5.0 Current

2003-03-31 Thread Ventsislav Velkov
Hello all, I have a problem updating one of our servers from 4.7Stable to 5.0Current. It is a Compaq Proliant 7000 Server with 4 Xeons @500Mhz with 2MB L2 cache each. I has a 4200 Compaq Smart Raid Controler with attached 3 U1 Storages. I update the src rebuild the world from updated src to 5.0Cu

Re: ypserv and sshd not getting along in -current

2003-03-31 Thread Rob B
At 11:59 AM 31/03/03, Glenn Johnson sent this up the stick: On Mon, Mar 31, 2003 at 10:46:07AM +1000, Rob B wrote: > At 02:55 PM 29/03/03, Terry Lambert sent this up the stick: > > > >man ypbind > > > >(-s is the magic incantation). > > Mar 31 10:10:39 erwin ypserv[92]: access to master.passwd.by

Re: buildworld problem (source cvsup around 10:00pm march 30)

2003-03-31 Thread Sergey A. Osokin
On Mon, Mar 31, 2003 at 01:25:37AM -0800, John Stockdale wrote: > I'm running FreeBSD 5.0-CURRENT, and just updated my source tree from > cvsup10.freebsd.org about 3 hours ago. Upon make buildworld, the make > runs fine for about an hour, then spits out: > > ===> etc > ===> etc/sendmail > make: d

buildworld problem (source cvsup around 10:00pm march 30)

2003-03-31 Thread John Stockdale
I'm running FreeBSD 5.0-CURRENT, and just updated my source tree from cvsup10.freebsd.org about 3 hours ago. Upon make buildworld, the make runs fine for about an hour, then spits out: ===> etc ===> etc/sendmail make: don't know how to make freebsd.mc. Stop *** Error code 2 1 error *** Error code

Re: isnan() with gcc 3.2.2 on FreeBSD 5.0-C

2003-03-31 Thread Stefan Farfeleder
On Mon, Mar 31, 2003 at 02:46:05PM +0800, Ying-Chieh Liao wrote: > the following code snippet works fine with gcc 2.95.4 on RELENG_4 > but failed on my -current > > > #include > #include > > using namespace std; > > int main(void) > { > cout << isnan(1.0) << endl; > return 0; > } > >

Re: isnan() with gcc 3.2.2 on FreeBSD 5.0-C

2003-03-31 Thread Kris Kennaway
On Mon, Mar 31, 2003 at 02:46:05PM +0800, Ying-Chieh Liao wrote: > what's wrong with my system ? or what can I do for it ? See Message-ID: <[EMAIL PROTECTED]> Kris pgp0.pgp Description: PGP signature

Re: kdm & xdm problem

2003-03-31 Thread CARTER Anthony
You do not need the wrapper to login via kdm or gdm. What version are you using of gdm? Versions prior to 2 of GDM can be launched from ttys, but the latest versions require (are recommended???) the shell script that is installed to be run. Anthony On Sunday 30 March 2003 05:08, Dane Butler w