patch to be committed please?

2000-07-01 Thread Kenneth Wayne Culver
Here is a patch with the changes I made to get my soundcard to work. It was pretty simple, it was just a matter of one more id that needed to be added so that the ac97 stuff could be turned on. It was trying to do a pre-ac97 2.1 init instead of what I should have been doing. Anyway, it works now.

patches for my new soundcard

2000-07-01 Thread Kenneth Wayne Culver
I just got the soundcard to work, patches to /usr/src/sys/dev/sound/pci/ess137x.c are coming in a minute. Ken To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Help with Linux interpreter

2000-07-01 Thread Warner Losh
I was able to install the acroread4 port on my -current machine of a week or two ago. I find when I try to run acroread4 I get the following error: ELF interpreter /lib/ld-linux.so.2 not found Abort But /compat/linux/lib/ld-linux.so.2 exists and points to ld-2.1.2.so, which also exists. It wa

more info on sound card

2000-07-01 Thread Kenneth Wayne Culver
I managed to find a little more info on this chip in my new soundcard. It is slightly different from a regular es1371... and in linux it even get's some of its own #defines: CT5880REV_CT5880_C is it's revision. (or 0x02) and the chip says CT5880 on it. I'm assuming it's not much different, but so

new sound card

2000-07-01 Thread Kenneth Wayne Culver
Alright, this just bit me in the ass... I just bought a card today that says "Creative Ensoniq AudioPCI" on the box. Well, as far as I can tell this card uses the es1371 chip. Well, I did a little digging because apparently the card's pci device id wasn't in the es137x.c file. So what I did was I

Re: coldsync - Visor kernel panic / bug #17961

2000-07-01 Thread Nick Hibma
Nothing has happened so far. I have a handspring now, but lack the time currently to fix it. I'll have a go at it tomorrow if there is some time left. Nick On Tue, 27 Jun 2000, Sascha Lucky Luck wrote: > Hi all, > > what is the story with this bug? (If you want a hand with testing > patches,

cvs-cur.6450.gz Fatal error: Bytecount too large.

2000-07-01 Thread Stephen Hocking
After some absence from the net (my machines were in a box between Australia & Houston) I've finaaly connected up and am updating my cvs repository via CTM again. However, when I attempt to apply cvs-cur.6450.gz I get the above error. Anybody got a good one? Stephen -- The views ex

Re: perl, cron or sh bug

2000-07-01 Thread Andrey A. Chernov
On Sat, Jul 01, 2000 at 02:03:01PM -0700, Andrey A. Chernov wrote: > On Sat, Jul 01, 2000 at 01:49:07PM -0700, Andrey A. Chernov wrote: > > On Sat, Jul 01, 2000 at 07:00:07PM +0200, Mark Murray wrote: > > > I've got this and some other tweaks commit-ready; I'll do them tomorrow... > > > > When ru

Re: perl, cron or sh bug

2000-07-01 Thread Andrey A. Chernov
On Sat, Jul 01, 2000 at 01:49:07PM -0700, Andrey A. Chernov wrote: > On Sat, Jul 01, 2000 at 07:00:07PM +0200, Mark Murray wrote: > > I've got this and some other tweaks commit-ready; I'll do them tomorrow... > > When running as cron job, from shell script, perl now always say this: > "Can't igno

perl, cron or sh bug

2000-07-01 Thread Andrey A. Chernov
On Sat, Jul 01, 2000 at 07:00:07PM +0200, Mark Murray wrote: > I've got this and some other tweaks commit-ready; I'll do them tomorrow... When running as cron job, from shell script, perl now always say this: "Can't ignore signal CHLD, forcing to default" (see perl.c) I am not shure, is this cro

Re: buildworld ok, but kernel fails

2000-07-01 Thread Marc Schneiders
On Sat, 1 Jul 2000, Mark Murray wrote: > > > Yes, you missed the fact that crypto is now required to build the kernel. > > > Put cvs-crypto in your cvsup file, cvsup, and try again. > > ^^ > > Does cvs-crypto replace src-crypto? > > It is a superset, and includes other stuff. > >

Re: /sys hierarchy

2000-07-01 Thread Jordan K. Hubbard
> Yes he did. Talk to various committers and you'll see that many have > ideas where files should live. There have been long threads on this > issue that got nowhere. The reason things are in such a messy state is > when something new is brought in, or is changed suffiently much for a > repo co

Re: bug: kernel hangs at boot

2000-07-01 Thread Andrey A. Chernov
On Fri, Jun 30, 2000 at 06:29:11AM -0700, Andrey A. Chernov wrote: > On Wed, Jun 28, 2000 at 11:03:22PM -0700, Andrey A. Chernov wrote: > > Fresh -current kernel with fresh -current bootblocks loaded ok but hangs in > > boot (no diagnostics even printed, just silent hang with "/" on the screen).

Re: /sys hierarchy

2000-07-01 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "David O'Brien" writes: >On Sat, Jul 01, 2000 at 01:26:17PM -0400, Will Andrews wrote: >> On Sat, Jul 01, 2000 at 07:14:35PM +0400, Ilmar S. Habibulin wrote: >> > Some order, i suppose. >> >> There is plenty of order in the current system. > >Feh. > >> Garrett Woll

Re: current kernel build probs

2000-07-01 Thread David O'Brien
On Sat, Jul 01, 2000 at 03:31:04PM +0200, B.O.F.H. at kessen.yi.org wrote: > on june 30th I ftped the current kernel tree from ftp.uk.freebsd.org to > test it on my 4.0-2608-stable machine. Huh... you are now mixing a 5-CURRENT (ie, CVS head branch) kernel source with a 4-STABLE (ie, RELENG_

Re: /sys hierarchy

2000-07-01 Thread David O'Brien
On Sat, Jul 01, 2000 at 01:26:17PM -0400, Will Andrews wrote: > On Sat, Jul 01, 2000 at 07:14:35PM +0400, Ilmar S. Habibulin wrote: > > Some order, i suppose. > > There is plenty of order in the current system. Feh. > Garrett Wollman suggested that you answer this question carefully, and > you

Re: /sys hierarchy

2000-07-01 Thread Will Andrews
On Sat, Jul 01, 2000 at 07:14:35PM +0400, Ilmar S. Habibulin wrote: > Some order, i suppose. There is plenty of order in the current system. Garrett Wollman suggested that you answer this question carefully, and you have not done that, but provide a vague summary of your beliefs. Moreover, many

Re: buildworld ok, but kernel fails

2000-07-01 Thread Mark Murray
Hi Check /usr/src/share/examples/cvsup/* M > I used the attached supfile in 6/30. I have used it for a couple of > years. Now, it does not fetch all the 'blowfish collection. > > Is this a hole in using the individual names? I will switch to > cvs-crypto. > > tomdean > > === supfile =

Re: buildworld ok, but kernel fails

2000-07-01 Thread Thomas D. Dean
I used the attached supfile in 6/30. I have used it for a couple of years. Now, it does not fetch all the 'blowfish collection. Is this a hole in using the individual names? I will switch to cvs-crypto. tomdean === supfile = *default host=cvsup.FreeBSD.org *default base=/usr *default pre

Xbatt now fails on -current

2000-07-01 Thread Julian Elischer
I used to run (well I still do, but it fails) xbatt. It used to give an accurate picture of the state of my batteries. in the last week, xbatt no-longer runs. it complains that jules# xbatt xbatt: cannot open apm device (/dev/apm0 or /dev/apm): Device not configured jules# Is there something

Re: perl standard modules not installed properly (with fix)

2000-07-01 Thread Mark Murray
> This is after 'make world'. Just start perl and type 'use IO::Socket;' > It seems that Errno.pm is not installed, i.e. contrib/perl5/ext/Errno is > not handled. Fix included below: Thanks! I've got this and some other tweaks commit-ready; I'll do them tomorrow... M -- Mark Murray Join the an

perl standard modules not installed properly (with fix)

2000-07-01 Thread Andrey A. Chernov
This is after 'make world'. Just start perl and type 'use IO::Socket;' It seems that Errno.pm is not installed, i.e. contrib/perl5/ext/Errno is not handled. Fix included below: 61_# perl use IO::Socket; Can't locate Errno.pm in @INC (@INC contains: /usr/libdata/perl/5.006/mach /usr/libdata/perl

Re: buildworld ok, but kernel fails

2000-07-01 Thread Mark Murray
> > Yes, you missed the fact that crypto is now required to build the kernel. > > Put cvs-crypto in your cvsup file, cvsup, and try again. > ^^ > Does cvs-crypto replace src-crypto? It is a superset, and includes other stuff. See src/share/examples/cvsup/* M -- Mark Murray Join th

Re: buildworld ok, but kernel fails

2000-07-01 Thread Thomas D. Dean
> Yes, you missed the fact that crypto is now required to build the kernel. > Put cvs-crypto in your cvsup file, cvsup, and try again. ^^ Does cvs-crypto replace src-crypto? I know it is in updating, but, before 2625, src-crypto was used. tomdean To Unsubscribe: send mail to

Re: /sys hierarchy

2000-07-01 Thread Ilmar S. Habibulin
On Sat, 1 Jul 2000, Garrett Wollman wrote: > > Can somebody move thing around in sys? I mean put all fs code under let > > say '/sys/fs' subdir. And all network protocols code under /sys/net > > (or netproto)? > > Why? What benefit would that have? Some order, i suppose. To Unsubscribe: sen

Re: perl6 first time build problem

2000-07-01 Thread Andrey A. Chernov
On Sat, Jul 01, 2000 at 12:55:25PM +0200, Mark Murray wrote: > Do a "make build-tools" first. I'm working on getting this done properly > into cross-tools. I found more quick manual way: 1) building/installing libperl 2) building/installing miniperl 3) to do the rest BTW, is there a way to add C

/sys hierarchy

2000-07-01 Thread Garrett Wollman
< said: > Can somebody move thing around in sys? I mean put all fs code under let > say '/sys/fs' subdir. And all network protocols code under /sys/net > (or netproto)? Why? What benefit would that have? -GAWollman PS: Be careful how you answer this question. To Unsubscribe: send mail to

Re: /sys hierarchy

2000-07-01 Thread Ilmar S. Habibulin
On Sat, 1 Jul 2000, Wilko Bulte wrote: > > Can somebody move thing around in sys? I mean put all fs code under let > > say '/sys/fs' subdir. And all network protocols code under /sys/net > > (or netproto)? > Why? Because you like it better? Or to confuse the h*ck out of people who > are used to

Re: /sys hierarchy

2000-07-01 Thread Wilko Bulte
On Sat, Jul 01, 2000 at 06:12:51PM +0400, Ilmar S. Habibulin wrote: > > Can somebody move thing around in sys? I mean put all fs code under let > say '/sys/fs' subdir. And all network protocols code under /sys/net > (or netproto)? Why? Because you like it better? Or to confuse the h*ck out of p

/sys hierarchy

2000-07-01 Thread Ilmar S. Habibulin
Can somebody move thing around in sys? I mean put all fs code under let say '/sys/fs' subdir. And all network protocols code under /sys/net (or netproto)? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

current kernel build probs

2000-07-01 Thread B.O.F.H. at kessen.yi.org
Hi all,   on june 30th I ftped the current kernel tree from ftp.uk.freebsd.org to test it on my 4.0-2608-stable machine.   After I setup a config file with the .hints file I did make depend (duh) and found out that config needed to be updated (RTFM) I got usr.sbin from the current tree a

Re: perl6 first time build problem

2000-07-01 Thread Mark Murray
> I say "make cleandir; make obj; make depend;" in perl directory and got: Hi Do a "make build-tools" first. I'm working on getting this done properly into cross-tools. A real "make world" will also bootstrap you properly. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To

Re: Buildworld successful

2000-07-01 Thread Mark Murray
> Around 10am PDT yesterday, -CURRENT built and installed without an > error. Thanks! Excellent to know! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Missing module in current Perl

2000-07-01 Thread Mark Murray
> It seems that the newly added Errno module is not in the Makefile... Thanks! I've got a collection of perl tweaks that I'll be adding later. M > Index: Makefile > === > RCS file: /home/ncvs/src/gnu/usr.bin/perl/library/Makefile,

Re: cvs commit: src/contrib/isc-dhcp - Imported sources

2000-07-01 Thread Jeroen Ruigrok/Asmodai
-On [2629 20:03], Garrett Wollman ([EMAIL PROTECTED]) wrote: >< said: > >> 1. Everyone uses /bin/csh (show me a box that has never had root login at >>least once. > >I can show you several boxes where first thing root did after logging >in was to configure itself for a Real Shell(tm). I p