Re: Maestro2E patch (Was: US$100 prize for adding ESSAudiodrivesupport to pcm)

2000-08-10 Thread Munehiro Matsuda
Hello Joseph, From: Joseph Scott <[EMAIL PROTECTED]> Date: Thu, 10 Aug 2000 17:36:52 -0700 ::> I have created a patch that trys to enable internal speakers. :: :: The first part of the patch (for maestro.c) didn't apply cleanly for ::me, so I ended up doing it by hand. Thats funny. Did you

ESS Solo users, try this patch

2000-08-10 Thread Nick Sayer
I believe that sometimes ESS sound chips can give back whacky numbers under some circumstances when the dma count register is read while DMA is in progress. I believe this may be a good workaround. I'm considering applying this, but I'd like it to get some more testing first. If you have an ESS S

Re: threadsafe name resolution

2000-08-10 Thread Wes Peters
Greg Thompson wrote: > > i've just received confirmation from the author of the KAME resolution code > that it isn't at all thread safe: > > >Sure. As noted in name6.c, thread related stuff is not implemented yet. > >Since our resolver code based on bind4 doesn't aware thread safeness, > >all I

Re: R. Stevens select() Collisions Scenario

2000-08-10 Thread Alfred Perlstein
* Michael Owens <[EMAIL PROTECTED]> [000810 17:51] wrote: > Purpose: > > I am trying to write a non-blocking, preforked server, specifically to > run on FreeBSD, and have a general question as to whether or not my > strategy is sound. > > > Problem: > > In Unix Network Programming Vol. 1 (sect

R. Stevens select() Collisions Scenario

2000-08-10 Thread Michael Owens
Purpose: I am trying to write a non-blocking, preforked server, specifically to run on FreeBSD, and have a general question as to whether or not my strategy is sound. Problem: In Unix Network Programming Vol. 1 (section 27.6, p.741), Stevens mentions a scenario under a preforked server design

Re: Maestro2E patch (Was: US$100 prize for adding ESS Audiodrivesupport to pcm)

2000-08-10 Thread Joseph Scott
Munehiro Matsuda wrote: > > Hi all, > > From: Joseph Scott <[EMAIL PROTECTED]> > Date: Tue, 08 Aug 2000 08:44:08 -0700 > ::> > > On a simmilar note: what about a driver for ESS Maestro 2E? I'm certainly > ::> [...] > ::> > Add $100 from me. There is one that works for some folks out there > ::

Maestro2E patch (Was: US$100 prize for adding ESS Audiodrivesupport to pcm)

2000-08-10 Thread Munehiro Matsuda
Hi all, From: Joseph Scott <[EMAIL PROTECTED]> Date: Tue, 08 Aug 2000 08:44:08 -0700 ::> > > On a simmilar note: what about a driver for ESS Maestro 2E? I'm certainly ::> [...] ::> > Add $100 from me. There is one that works for some folks out there ::> > by <[EMAIL PROTECTED]>, but it does not

Re: Writing device drivers (ioctl issue)

2000-08-10 Thread Brian Somers
> I ran into this same problem when modifying the vmmon VMWare driver for > FreeBSD to support mulitple emulator instances. FreeBSD's VFS does not > have a concept of stateful file access: there are open's and close's, but > the VOP_READ/WRITE operations are not associated with sessions. This [.

Re: recompiling boot blocks & serial console

2000-08-10 Thread Zhihui Zhang
On Thu, 10 Aug 2000, Mike Smith wrote: > > On Thu, 10 Aug 2000, Mike Smith wrote: > > > > > > > > > > I want to set up a serial console on a freebsd 4.1 box. I follow the > > > > instructions at http://www.mostgraveconcern.com/freebsd/. I tried to do > > > > the following: > > > > > > Put >

Re: recompiling boot blocks & serial console

2000-08-10 Thread Mike Smith
> On Thu, 10 Aug 2000, Mike Smith wrote: > > > > > > > I want to set up a serial console on a freebsd 4.1 box. I follow the > > > instructions at http://www.mostgraveconcern.com/freebsd/. I tried to do > > > the following: > > > > Put > > > > -h > > > > in /boot.config. Now you have a seri

Re: recompiling boot blocks & serial console

2000-08-10 Thread Zhihui Zhang
On Thu, 10 Aug 2000, Mike Smith wrote: > > > > I want to set up a serial console on a freebsd 4.1 box. I follow the > > instructions at http://www.mostgraveconcern.com/freebsd/. I tried to do > > the following: > > Put > > -h > > in /boot.config. Now you have a serial console. Yes! Two m

Re: CVS question

2000-08-10 Thread Archie Cobbs
Nate Williams writes: > > I hope current > > versions of CVS force the dates to be the same on an import. I > > haven't checked to see whether that's the case or not. > > Suggestions like this would be good to send to the new CVS maintainers. > Checkout www.cvshome.org, and send in a bug report,

Re: What exactly does this mean? (ld: size of symbol changed)

2000-08-10 Thread Jacques A. Vidrine
On Thu, Aug 10, 2000 at 04:12:23PM -0400, James Housley wrote: > My guess is that you (or someone) have redefined the function warn(). Good guess, but no cigar :-) warn is defined once in libc, and once in errwarn.c. This is OK normally, but I've screwed up something in the build. > errwarn.c

Re: What exactly does this mean? (ld: size of symbol changed)

2000-08-10 Thread James Housley
"Jacques A. Vidrine" wrote: > > I hope someone might be able to clue me in. I'm having a hard time tracking > this down. I've added some code to libc, and while building the world I get > this misery in src/sbin/dhclient: > > cc -O -pipe -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp/

Re: recompiling boot blocks & serial console

2000-08-10 Thread Mike Smith
> > I want to set up a serial console on a freebsd 4.1 box. I follow the > instructions at http://www.mostgraveconcern.com/freebsd/. I tried to do > the following: Put -h in /boot.config. Now you have a serial console. -- ... every activity meets with opposition, everyone who acts has his

recompiling boot blocks & serial console

2000-08-10 Thread Zhihui Zhang
I want to set up a serial console on a freebsd 4.1 box. I follow the instructions at http://www.mostgraveconcern.com/freebsd/. I tried to do the following: # cd /sys/boot/i386/boo2 # make clean # make I got "cannot open ../btx/lib/crt0.o". What happened? Besides, I want to use another freeb

What exactly does this mean? (ld: size of symbol changed)

2000-08-10 Thread Jacques A. Vidrine
I hope someone might be able to clue me in. I'm having a hard time tracking this down. I've added some code to libc, and while building the world I get this misery in src/sbin/dhclient: cc -O -pipe -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp/includes -I/usr/src/sbin/dhclient/../..

Re: Solo-1 appears to work (was Re: US$100 prize for adding ESSAudiodrive support to pcm)

2000-08-10 Thread Frederik Meerwaldt
Hi! Can anyone (or is it already) include this driver to the latest -current source tree?! Thanks -- Best Regards, Freddy = Frederik Meerwaldt ICQ: 83045387 Homepage: http://www.freddym.org Bavaria/Germany

measuring bus utilization

2000-08-10 Thread Lars Eggert
Quick question: Is there a way to measure PCI bus utilization using the P6 performance monitoring capabilities? Specifically, is BUS_DRDY_CLOCKS/ticks a a meaningful figure? Thanks, Lars -- Lars Eggert <[EMAIL PROTECTED]> Information Sciences Institute http://www.isi.edu/larse/

Re: Memory leakage...

2000-08-10 Thread Brian O'Shea
On Thu, Aug 10, 2000 at 05:05:26PM +0530, G.B.Naidu wrote: > > Hi, > > I have been getting this error message on my FreeBSD 3.3 system: > > swap_pager: Out of Swap space. After digging a little bit, we found that > there is a lot of memory leakage happening. This is how we went about > finding:

Re: CVS question

2000-08-10 Thread Nate Williams
[ CVS has screwy behavior ] > CVS has a heuristic that does the wrong thing for this particular > file. [ Code and discussion deleted ] > I hope current > versions of CVS force the dates to be the same on an import. I > haven't checked to see whether that's the case or not. Suggestions like

quotacheck on a live filesystem; safe? (fwd)

2000-08-10 Thread David Kirchner
Hi, I've searched the archives and I've seen this question asked a few other times, but I did not see any response. Does anyone know the answer? -- Forwarded message -- Date: Wed, 9 Aug 2000 14:15:17 -0700 (PDT) From: David Kirchner <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subj

Re: In-kernel ioctl calls

2000-08-10 Thread Robert Watson
On Wed, 9 Aug 2000, Theo van Klaveren wrote: > The first statement issues the read command to the device, I presume. It > copies the data to an internal (kernel-space) buffer. Next, the internal > buffer is copyout()ed to ubuf (which is my ioctl buffer), which fails > because in the case of Audio

Re: An sblock magic number is...

2000-08-10 Thread Chris BeHanna
On Thu, 10 Aug 2000, Ollivier Robert wrote: > According to Wilko Bulte: > > Guessing: superblock? > > Yes. > > Our dump is only able to backup complete filesystems. Historically, SunOS' one > is able to backup partial FS (i.e. directories) and ironically, when Rémy Card > (of ext2fs fame) porte

quotas and file creditentials

2000-08-10 Thread Damian Kuczynski
Hello When I tried to analizee problem with mail.local writing messages to user mailmox over quota limit I saw, that once root open a file which belongs to nonprivileged user ex. test1, and after that drops his privlegees to this user then user test1 is able to write to this file as many data an

Bootstrapping ? (was Re: Installation Problems on Dell PowerEdge 6100/200 )

2000-08-10 Thread Daniel Lang
Hi again, its nice to hear that, 4.1 will support the 2450 server, but unfortunately it doesn't really help with my problem. (Message-ID: <[EMAIL PROTECTED]>) Maybe s.b. more familiar with the bootstrapping process could give some hints, where to dig for a solution. Many thanks, Daniel -- I

Re: Memory leakage...

2000-08-10 Thread David Malone
On Thu, Aug 10, 2000 at 05:05:26PM +0530, G.B.Naidu wrote: > My question is what could be the reason for this drastic increase in vsz > column of ps -aux output? Is it because of unfreed malloced memory? Why > rss is stable? Somebody could help me when will the vsz(virtual > size) increases? Sou

Re: audiofs mixing audio and data tracks

2000-08-10 Thread Josef Karthauser
On Thu, Aug 10, 2000 at 11:27:56AM +0200, Soren Schmidt wrote: > It seems Tony Finch wrote: > > Soren Schmidt <[EMAIL PROTECTED]> wrote: > > >It seems Koster, K.J. wrote: > > >> > > >> Am I right in thinking that a cdrom can have at most one data track? In that > > >> case, I'd suggest assighing

Re: audiofs mixing audio and data tracks

2000-08-10 Thread Josef Karthauser
On Thu, Aug 10, 2000 at 12:14:26PM +0200, Theo van Klaveren wrote: > Soren Schmidt wrote: > > | Well, the idea is that you get one device pr CD track, that way you can > | do what you want with them, ie to rip audio track 4 you do: > | > | dd if=/dev/acdNt4 of=track4.raw bs=2352 > | > | To mount

Memory leakage...

2000-08-10 Thread G.B.Naidu
Hi, I have been getting this error message on my FreeBSD 3.3 system: swap_pager: Out of Swap space. After digging a little bit, we found that there is a lot of memory leakage happening. This is how we went about finding: ps -aux for the process showed that vsz column was increasing very fast.

mhn, sendmail & laptop at large...

2000-08-10 Thread Poul-Henning Kamp
The only way I can get sendmail to accept emails from nhm when my laptop is InterNet challenged is by applying this patch to sendmail.cf. nhm connects to sendmail on port 127.0.0.1:25 and sendmail complains that it cannot look stuff up in DNS. The way I see it, these two checks are reversed fr

Re: audiofs mixing audio and data tracks

2000-08-10 Thread Theo van Klaveren
Soren Schmidt wrote: | Well, the idea is that you get one device pr CD track, that way you can | do what you want with them, ie to rip audio track 4 you do: | | dd if=/dev/acdNt4 of=track4.raw bs=2352 | | To mount data track5 with an ISO filesys: | | mount -t cd9660 /dev/acdNt5 /cdrom | | If you

Using libvgl in single user mode - HOW ?

2000-08-10 Thread Johan Kruger
I wrote 2 small programs which i want to use for a customized CD installation The first is a loadable module and the other is a deamon which listens to sysctl's changes. The module creates dynamic coordinate/function variables which could be changed from the command line, perl script / sh whatever

Re: audiofs mixing audio and data tracks

2000-08-10 Thread Soren Schmidt
It seems Theo van Klaveren wrote: > | Ahem, maybe its time I chime in here. > | Luigi and I once had an idea of having each track on a CD represented > | by a device node, ie track0 = /dev/acd0t1 track1 = /dev/acd0t2 etc etc, > | that way you could mount each track with whatever fs it supported. >

Re: audiofs mixing audio and data tracks

2000-08-10 Thread Theo van Klaveren
Soren Schmidt wrote: | Ahem, maybe its time I chime in here. | Luigi and I once had an idea of having each track on a CD represented | by a device node, ie track0 = /dev/acd0t1 track1 = /dev/acd0t2 etc etc, | that way you could mount each track with whatever fs it supported. | This could be used

Re: audiofs mixing audio and data tracks

2000-08-10 Thread Soren Schmidt
It seems Tony Finch wrote: > Soren Schmidt <[EMAIL PROTECTED]> wrote: > >It seems Koster, K.J. wrote: > >> > >> Am I right in thinking that a cdrom can have at most one data track? In that > >> case, I'd suggest assighing that track a standard device node. That way I > >> could just mount the dat

Re: audiofs mixing audio and data tracks

2000-08-10 Thread Tony Finch
Soren Schmidt <[EMAIL PROTECTED]> wrote: >It seems Koster, K.J. wrote: >> >> Am I right in thinking that a cdrom can have at most one data track? In that >> case, I'd suggest assighing that track a standard device node. That way I >> could just mount the data track of a cdrom, without worrying if

Re: audiofs mixing audio and data tracks

2000-08-10 Thread Soren Schmidt
It seems Koster, K.J. wrote: > > > > that way you could mount each track with whatever fs it > > supported. > > > Same thing as I proposed, I guess. > > Am I right in thinking that a cdrom can have at most one data track? In that > case, I'd suggest assighing that track a standard device node. T

Re: libvgl and splitting the screen

2000-08-10 Thread Andrew Kenneth Milton
+[ Johan Kruger ]- | Use VGLInit(SW_CG640x480); | Look in the /sys/console.h for modes, plenty of them ( of course | not all will work with every card but htis one seems mostly usable) | Enjoy ;-) | | And O, yip , i guess you would have to do the s

RE: audiofs mixing audio and data tracks

2000-08-10 Thread Koster, K.J.
> > that way you could mount each track with whatever fs it > supported. > Same thing as I proposed, I guess. Am I right in thinking that a cdrom can have at most one data track? In that case, I'd suggest assighing that track a standard device node. That way I could just mount the data track of

RE: libvgl and splitting the screen

2000-08-10 Thread Johan Kruger
Use VGLInit(SW_CG640x480); Look in the /sys/console.h for modes, plenty of them ( of course not all will work with every card but htis one seems mostly usable) Enjoy ;-) And O, yip , i guess you would have to do the scrolling the hard way. Half the screen 640x240 pixels ( the bottom half ) could

Re: audiofs mixing audio and data tracks

2000-08-10 Thread Soren Schmidt
It seems Koster, K.J. wrote: > > > > I can't think of any way of accomplishing this without > > either: > > 1) Combining the code for AudioFS and CD9660, as both > > require access to the mounted device, and hacking them > > to respect each other, or > > 2) Hacking the ATAPI-CD and

RE: audiofs mixing audio and data tracks

2000-08-10 Thread Koster, K.J.
> > I can't think of any way of accomplishing this without > either: > 1) Combining the code for AudioFS and CD9660, as both > require access to the mounted device, and hacking them > to respect each other, or > 2) Hacking the ATAPI-CD and SCSI-CD drivers to bits and > teachi

Re: In-kernel ioctl calls

2000-08-10 Thread Kenneth D. Merry
On Thu, Aug 10, 2000 at 08:48:50 +0200, Soren Schmidt wrote: > It seems Theo van Klaveren wrote: > > | Here's another idea, the ata driver can read/write 2352 sector size > > | blocks directly, no need to use that ugly ioctl. You just have to > > | set the right blocksize, I could provide you with

Re: In-kernel ioctl calls

2000-08-10 Thread Kenneth D. Merry
On Wed, Aug 09, 2000 at 23:08:12 +0200, Theo van Klaveren wrote: > Soren Schmidt wrote: > -long story snipped- > | > Am I just doing it wrong, or should atapi-cd.c be patched to verify if > the > | > buffer is in user space or in kernel space? If so, what function checks > if > | > an address is i