Re: Broken DMA devices

2003-03-24 Thread Soeren Schmidt
It seems The Anarcat wrote: > > hw.ata.atapi_dma="1"# Run the CD-ROM/DVD in DMA mode > > to /boot/loader.conf. > > > > This should be in almost EVERY /boot/loader.conf. The default is 0 (PIO) > > because DMA is broken on at least a few early CD readers, but it is > > very rare to have it fail.

Re: several background fsck panics

2003-03-24 Thread Terry Lambert
Alexander Langer wrote: > I had several panics related to background fsck now. Once I disabled > background fsck, all went ok. > > It began when I pressed the reset buttons on several boots while the > system was still doing fscks. Disable write caching on your ATA drive. You should be able to

Re: Linux emulation busted

2003-03-24 Thread Terry Lambert
[EMAIL PROTECTED] wrote: > Mensaje citado por "M. Warner Losh" <[EMAIL PROTECTED]>: > | I had a working Linux world on my laptop. I upgraded my kernel and > | acroread4 stopped working. Now all I get is: > | > | Exited with error code: 0x400e0009. > | > | after a whole lot of disk access when I t

Re: SI_SUB_RAID and SI_SUB_VINUM

2003-03-24 Thread Greg 'groggy' Lehey
On Monday, 24 March 2003 at 19:07:56 -0500, Hiten Pandya wrote: > Hi Gang! > > I was wondering, what's the point of making Vinum use a totally > different SYSINIT type? Isn't there a possibility it can just use > SI_SUB_RAID? Probably. SI_SUB_VINUM was there first. Greg -- See complete headers

Re: playing mp3s and burning a cd

2003-03-24 Thread Conrad Sabatier
On 24-Mar-2003 The Anarcat wrote: > > I used to listen to MP3s (using xmms) while burning CDs (using > cdrecord) and it used to work fine on -stable. > > Now on 5.0-release, the music gets *slw* as soon as the massive IO > gets on. I presume it's related to the interrupt problems the curren

SI_SUB_RAID and SI_SUB_VINUM

2003-03-24 Thread Hiten Pandya
Hi Gang! I was wondering, what's the point of making Vinum use a totally different SYSINIT type? Isn't there a possibility it can just use SI_SUB_RAID? Cheers. -- Hiten To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: MAKEDEV(8) manpage

2003-03-24 Thread Giorgos Keramidas
On 2003-03-24 19:14, Christian Brueffer <[EMAIL PROTECTED]> wrote: > I'll write a small manpage this evening which says that MAKEDEV is > gone now with a short summary of what devfs does. Does that resolve > your worries? If you write a detailed description of devfs please add it to devfs(5) and

Re: playing mp3s and burning a cd

2003-03-24 Thread Craig Reyenga
Fact is, there is no CD/DVD-ROM in existence that should be capable of making anything above 900MHz skip audio when running at full stink. My AMD AthlonXP 1600+ cpu can burn a CD at 40X from the network, while playing Wolfenstein at 1024x768 in WinXP. The fact that FreeBSD can't even burn at 4-6X w

Re: "Just" building the lib part of world

2003-03-24 Thread David O'Brien
On Sun, Mar 23, 2003 at 05:42:59AM -0800, David Schultz wrote: > Thus spake David Leimbach <[EMAIL PROTECTED]>: > > Or even better would be just building libc. I have been working on my > > getpwnam_r assignment... > > examining implementations in both Darwin and NetBSD and started trying > > to

Re: buildkernel errors after latest cvsup

2003-03-24 Thread Matthew N. Dodd
On Mon, 24 Mar 2003, Donn Miller wrote: > smapi_isa.c isn't in the tree yet. Did someone forget to commit it? Yep, sorry about that; I changed it in a different tree. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL

Re: playing mp3s and burning a cd

2003-03-24 Thread Julian St.
Am Mo, 2003-03-24 um 20.33 schrieb Vallo Kallaste: > > Now on 5.0-release, the music gets *slw* as soon as the massive IO > > gets on. I presume it's related to the interrupt problems the current > > branch is generally having. > > > > Anyone else seeing this? Should I upgrade to -current? >

Re: Linux emulation busted

2003-03-24 Thread qhwt
Hi, On Mon, Mar 24, 2003 at 08:40:55AM -0700, M. Warner Losh wrote: > I had a working Linux world on my laptop. I upgraded my kernel and > acroread4 stopped working. Now all I get is: > > Exited with error code: 0x400e0009. > > after a whole lot of disk access when I try to run it. This worke

buildkernel errors after latest cvsup

2003-03-24 Thread Donn Miller
===> smapi @ -> /usr/src/sys machine -> /usr/src/sys/i386/include make: don't know how to make smapi_isa.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/CUSTOM. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. --

several background fsck panics

2003-03-24 Thread Alexander Langer
Hi! I had several panics related to background fsck now. Once I disabled background fsck, all went ok. It began when I pressed the reset buttons on several boots while the system was still doing fscks. Then sometime this happened: Mar 24 21:31:12 fump root: /dev/ad0s2g: 701589 files, 12766670

Re: IP stack problem -- possibly mac-related

2003-03-24 Thread Christian Brueffer
On Mon, Mar 24, 2003 at 03:43:19PM -0500, Robert Watson wrote: > > On Mon, 24 Mar 2003, Christian Brueffer wrote: > > > > Well, not much to see here: > > > > > > malloc() of "128" with the following non-sleepablelocks held: > > > exclusive sleep mutex netisr lock r = 0 (0xc0466d40) locked @ /usr

Re: Linux emulation busted

2003-03-24 Thread Enache Adrian
On Mon, Mar 24, 2003 at 08:40:55AM -0700, M. Warner Losh wrote: > I had a working Linux world on my laptop. I upgraded my kernel and > acroread4 stopped working. Now all I get is: Is acroread4 multithreaded ? Because since about 2 months all multithreaded linux binaries have stopped working for

Re: MAKEDEV(8) manpage

2003-03-24 Thread Christian Brueffer
On Mon, Mar 24, 2003 at 11:03:52PM +0200, Ruslan Ermilov wrote: > On Mon, Mar 24, 2003 at 08:29:59PM +0200, Jarkko Santala wrote: > > On Mon, 24 Mar 2003, Christian Brueffer wrote: > > > > > On Mon, Mar 24, 2003 at 09:12:15AM -0800, Kevin Oberman wrote: > > > > > Date: Mon, 24 Mar 2003 14:34:57 +0

Re: "READ_BIG command timeout" on CDROM drive

2003-03-24 Thread Vallo Kallaste
On Mon, Mar 24, 2003 at 12:20:02PM -0800, "Scott R." <[EMAIL PROTECTED]> wrote: > Just wanted to report that I fixed this problem by adding: > > hw.ata.atapi_dma="1"# Run the CD-ROM/DVD in DMA mode > > to /boot/loader.conf. The system was trying to access the drive using > PIO4 rather than

ACPI using too much CPU on idle system

2003-03-24 Thread Kris Kennaway
top -S shows the following on my machine: CPU states: 0.8% user, 0.0% nice, 80.3% system, 12.9% interrupt, 6.1% idle PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 11 root -160 0K12K RUN563:23 32.23% 32.23% idle 7 root -840 0K

Re: MAKEDEV(8) manpage

2003-03-24 Thread Ruslan Ermilov
On Mon, Mar 24, 2003 at 08:29:59PM +0200, Jarkko Santala wrote: > On Mon, 24 Mar 2003, Christian Brueffer wrote: > > > On Mon, Mar 24, 2003 at 09:12:15AM -0800, Kevin Oberman wrote: > > > > Date: Mon, 24 Mar 2003 14:34:57 +0100 > > > > From: Christian Brueffer <[EMAIL PROTECTED]> > > > > Sender: [

Re: IP stack problem -- possibly mac-related

2003-03-24 Thread Robert Watson
On Mon, 24 Mar 2003, Christian Brueffer wrote: > > Well, not much to see here: > > > > malloc() of "128" with the following non-sleepablelocks held: > > exclusive sleep mutex netisr lock r = 0 (0xc0466d40) locked @ /usr/src/sys/net/n > > etisr.c:215 > > > > which is repeated over and over again

Re: Solved??? Re: playing mp3s and burning a cd

2003-03-24 Thread Eric Hodel
Kevin Oberman ([EMAIL PROTECTED]) wrote: > Close. Add: > hw.ata.atapi_dma="1"# Run the CD-ROM/DVD in DMA mode > to /boot/loader.conf. > > This should be in almost EVERY /boot/loader.conf. The default is 0 (PIO) > because DMA is broken on at least a few early CD readers, but it is > very rare

Re: Solved??? Re: playing mp3s and burning a cd

2003-03-24 Thread Kenneth D. Merry
On Mon, Mar 24, 2003 at 14:43:30 -0500, The Anarcat wrote: > On Mon Mar 24, 2003 at 02:14:48PM -0500, Don wrote: > > > Should a PR be filed or some QA team contacted to make sure this > > > problem doesn't stay alive in 5.2? :) > > This isn't, by chance, a problem with your setting for the > > sysc

Re: Solved??? Re: playing mp3s and burning a cd

2003-03-24 Thread The Anarcat
On Mon Mar 24, 2003 at 03:33:51PM -0500, Don wrote: > > On Mon Mar 24, 2003 at 02:14:48PM -0500, Don wrote: > > > > Should a PR be filed or some QA team contacted to make sure this > > > > problem doesn't stay alive in 5.2? :) > > > This isn't, by chance, a problem with your setting for the > > > s

Re: Solved??? Re: playing mp3s and burning a cd

2003-03-24 Thread Don
> On Mon Mar 24, 2003 at 02:14:48PM -0500, Don wrote: > > > Should a PR be filed or some QA team contacted to make sure this > > > problem doesn't stay alive in 5.2? :) > > This isn't, by chance, a problem with your setting for the > > sysctl "hw.ata.atapi_dma" is it? > How extraordinarly cute! Thi

Re: "READ_BIG command timeout" on CDROM drive

2003-03-24 Thread Scott R.
[EMAIL PROTECTED] wrote: Hi all! When I read cdroms with fbsd 5.0, the following message appears in the console very often (it seems to happen with every cdrom I try): acd0: READ_BIG command timeout - resetting ata0: resetting devices .. done It is repeated indefinitely and I can't kill -9 the

Re: IP stack problem -- possibly mac-related

2003-03-24 Thread Christian Brueffer
On Mon, Mar 24, 2003 at 08:59:29PM +0100, Christian Brueffer wrote: > On Mon, Mar 24, 2003 at 02:53:08PM -0500, Robert Watson wrote: > > > > > > It's on the console. > > > > Any chance you could copy/paste it using a serial console or the like? > > > > Well, not much to see here: > > malloc()

Broken DMA devices

2003-03-24 Thread The Anarcat
On Mon Mar 24, 2003 at 11:52:07AM -0800, Kevin Oberman wrote: > > PS: what's the proper way to enable ATAPI DMA in the loader.conf file? > > I don't see any flag WRT that there.. I'm tempted to add: > > > > set hw.ata.atapi_cam=3D1 > > > > anywhere there... > > Close. Add: > hw.ata.atapi_dma="1"

Re: IP stack problem -- possibly mac-related

2003-03-24 Thread Christian Brueffer
On Mon, Mar 24, 2003 at 02:53:08PM -0500, Robert Watson wrote: > > > > It's on the console. > > Any chance you could copy/paste it using a serial console or the like? > Well, not much to see here: malloc() of "128" with the following non-sleepablelocks held: exclusive sleep mutex netisr lock r

Re: Solved??? Re: playing mp3s and burning a cd

2003-03-24 Thread Craig Reyenga
If you have a 1.0GHz Durn processor, theoretically you should be able to burn that CD at 32X (burner permitting), have 10+ Mozilla windows open, all without a skip in the playback, or boggage. I have an AMD K6-2 450, and I currently can't do 1/4 the stuff simultaneously without music skipping as I

Re: IP stack problem -- possibly mac-related

2003-03-24 Thread Robert Watson
On Mon, 24 Mar 2003, Christian Brueffer wrote: > On Mon, Mar 24, 2003 at 02:45:57PM -0500, Robert Watson wrote: > > On Mon, 24 Mar 2003, Christian Brueffer wrote: > > > > > FYI, debug.witness_trace is set (seems to default to 1). Any other ways > > > to get more info out of this? > > > > Are

Re: Solved??? Re: playing mp3s and burning a cd

2003-03-24 Thread Kevin Oberman
> Date: Mon, 24 Mar 2003 14:43:30 -0500 > From: The Anarcat <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > > --3V7upXqbjpZ4EhLz > Content-Type: text/plain; charset=iso-8859-1 > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Mon Mar 24, 2003 at 02:14:48PM -0

Re: IP stack problem -- possibly mac-related

2003-03-24 Thread Christian Brueffer
On Mon, Mar 24, 2003 at 02:45:57PM -0500, Robert Watson wrote: > On Mon, 24 Mar 2003, Christian Brueffer wrote: > > > FYI, debug.witness_trace is set (seems to default to 1). Any other ways > > to get more info out of this? > > Are you only looking at syslog, or also at the actual console? It

Re: playing mp3s and burning a cd

2003-03-24 Thread Craig Reyenga
Actually, on my box, all I/O devices are in DMA mode, and I'm seeing this no matter what device is doing the heavy I/O. I think this should be fixed by 5.1 because it is very annoying. A Pentium 133 in Windows 95 doesnt even do it this bad. -Craig From: "Don" <[EMAIL PROTECTED]> > > Should a PR b

Re: IP stack problem -- possibly mac-related

2003-03-24 Thread Robert Watson
On Mon, 24 Mar 2003, Christian Brueffer wrote: > FYI, debug.witness_trace is set (seems to default to 1). Any other ways > to get more info out of this? Are you only looking at syslog, or also at the actual console? It could be that the Witness traces only appear on the console itself, not in

Solved??? Re: playing mp3s and burning a cd

2003-03-24 Thread The Anarcat
On Mon Mar 24, 2003 at 02:14:48PM -0500, Don wrote: > > Should a PR be filed or some QA team contacted to make sure this > > problem doesn't stay alive in 5.2? :) > This isn't, by chance, a problem with your setting for the > sysctl "hw.ata.atapi_dma" is it? How extraordinarly cute! This solves it

Re: IP stack problem -- possibly mac-related

2003-03-24 Thread Christian Brueffer
On Mon, Mar 24, 2003 at 08:28:38PM +0100, Christian Brueffer wrote: > On Mon, Mar 24, 2003 at 01:08:37PM -0500, Robert Watson wrote: > > > > On Mon, 24 Mar 2003, Daniel C. Sobral wrote: > > > > > The messages below are from today's kernel + mac_mls and mac_biba > > > kld-loaded from loader(8). No

Re: playing mp3s and burning a cd

2003-03-24 Thread Scott R.
The Anarcat wrote: I'm running 5.0-release, so I'm not sure this is the proper forum, but I'm trying my luck anyways. I used to listen to MP3s (using xmms) while burning CDs (using cdrecord) and it used to work fine on -stable. Now on 5.0-release, the music gets *slw* as soon as the massive I

Re: playing mp3s and burning a cd

2003-03-24 Thread Vallo Kallaste
On Mon, Mar 24, 2003 at 12:35:10PM -0500, The Anarcat <[EMAIL PROTECTED]> wrote: > I'm running 5.0-release, so I'm not sure this is the proper forum, but > I'm trying my luck anyways. > > I used to listen to MP3s (using xmms) while burning CDs (using > cdrecord) and it used to work fine on -stabl

Re: IP stack problem -- possibly mac-related

2003-03-24 Thread Christian Brueffer
On Mon, Mar 24, 2003 at 01:08:37PM -0500, Robert Watson wrote: > > On Mon, 24 Mar 2003, Daniel C. Sobral wrote: > > > The messages below are from today's kernel + mac_mls and mac_biba > > kld-loaded from loader(8). None of the warning appear if these modules > > are not loaded (I haven't tried no

Re: "READ_BIG command timeout" on CDROM drive

2003-03-24 Thread Scott R.
[EMAIL PROTECTED] wrote: > Hi all! > > When I read cdroms with fbsd 5.0, the following message appears in > the console very often (it seems to happen with every cdrom I try): > >> acd0: READ_BIG command timeout - resetting ata0: resetting devices >> .. done > > > It is repeated indefinitely and I

Re: playing mp3s and burning a cd

2003-03-24 Thread The Anarcat
On Mon Mar 24, 2003 at 02:14:48PM -0500, Don wrote: > > Should a PR be filed or some QA team contacted to make sure this > > problem doesn't stay alive in 5.2? :) > This isn't, by chance, a problem with your setting for the > sysctl "hw.ata.atapi_dma" is it? No idea. [EMAIL PROTECTED] sysctl hw.a

Re: playing mp3s and burning a cd

2003-03-24 Thread Don
> Should a PR be filed or some QA team contacted to make sure this > problem doesn't stay alive in 5.2? :) This isn't, by chance, a problem with your setting for the sysctl "hw.ata.atapi_dma" is it? -Don To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body

Re: playing mp3s and burning a cd

2003-03-24 Thread The Anarcat
Should a PR be filed or some QA team contacted to make sure this problem doesn't stay alive in 5.2? :) A. On Mon Mar 24, 2003 at 01:45:26PM -0500, Craig Reyenga wrote: > I see this too: when I listen to tunes and untar a file, the music plays at > about .7x the speed, and sounds kind of "robotic"

Re: Followup to: Trouble building XFree86-4-Clients.

2003-03-24 Thread dglo
> Well it was Xft. > > I feel stupid, sorry for wasting peoples time. > > Anyways I think I recall what happened, during the portupgrade I was playing > around with X and caused a system crash. This may have happened during the > Xft removal/upgrade stage of portupgrade. I had the same problem

Re: playing mp3s and burning a cd

2003-03-24 Thread Craig Reyenga
I see this too: when I listen to tunes and untar a file, the music plays at about .7x the speed, and sounds kind of "robotic", even with xmms niced to -20, and tar/gzip at +20. I am running 5.0-CURRENT-20030320-JPSNAP, so I doubt an 'upgrade' is really going to do anything for you at this time. -C

Re: MAKEDEV(8) manpage

2003-03-24 Thread Jarkko Santala
On Mon, 24 Mar 2003, Christian Brueffer wrote: > On Mon, Mar 24, 2003 at 09:12:15AM -0800, Kevin Oberman wrote: > > > Date: Mon, 24 Mar 2003 14:34:57 +0100 > > > From: Christian Brueffer <[EMAIL PROTECTED]> > > > Sender: [EMAIL PROTECTED] > > > > > > On Mon, Mar 24, 2003 at 09:40:32AM +0200, Jarkk

Re: MAKEDEV(8) manpage

2003-03-24 Thread Christian Brueffer
On Mon, Mar 24, 2003 at 09:12:15AM -0800, Kevin Oberman wrote: > > Date: Mon, 24 Mar 2003 14:34:57 +0100 > > From: Christian Brueffer <[EMAIL PROTECTED]> > > Sender: [EMAIL PROTECTED] > > > > On Mon, Mar 24, 2003 at 09:40:32AM +0200, Jarkko Santala wrote: > > > On Sun, 23 Mar 2003, Poul-Henning Ka

Re: IP stack problem -- possibly mac-related

2003-03-24 Thread Robert Watson
On Mon, 24 Mar 2003, Daniel C. Sobral wrote: > The messages below are from today's kernel + mac_mls and mac_biba > kld-loaded from loader(8). None of the warning appear if these modules > are not loaded (I haven't tried not loading one and then the other, but > I can do it on request) ... > mall

playing mp3s and burning a cd

2003-03-24 Thread The Anarcat
I'm running 5.0-release, so I'm not sure this is the proper forum, but I'm trying my luck anyways. I used to listen to MP3s (using xmms) while burning CDs (using cdrecord) and it used to work fine on -stable. Now on 5.0-release, the music gets *slw* as soon as the massive IO gets on. I presu

IP stack problem -- possibly mac-related

2003-03-24 Thread Daniel C. Sobral
The messages below are from today's kernel + mac_mls and mac_biba kld-loaded from loader(8). None of the warning appear if these modules are not loaded (I haven't tried not loading one and then the other, but I can do it on request) fxp0: flags=8843 mtu 1500 inet 10.0.2.6 netmask 0x

MBuf use size problem on 4.8-RC

2003-03-24 Thread Slawek Zak
Hi, netstat -m produces following output on my machine, running 4.8-RC: 21732/22336/96000 mbufs in use (current/peak/max): 21732 mbufs allocated to data 20733/21260/24000 mbuf clusters in use (current/peak/max) 48104 Kbytes allocated to network (8% of mb_map in use) 0 requests for memory

Re: MAKEDEV(8) manpage

2003-03-24 Thread Kevin Oberman
> Date: Mon, 24 Mar 2003 14:34:57 +0100 > From: Christian Brueffer <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > On Mon, Mar 24, 2003 at 09:40:32AM +0200, Jarkko Santala wrote: > > On Sun, 23 Mar 2003, Poul-Henning Kamp wrote: > > > > > In message <[EMAIL PROTECTED]>, Christian Brueffer w= >

RE: file removal impossible?

2003-03-24 Thread Julian St.
Am Mo, 2003-03-24 um 17.56 schrieb Harald Schmalzbauer: > [EMAIL PROTECTED] wrote: > > Hello, > > > > I just discovered some strange behaviour: > > > > jmmr# ls -l rcp > > -r-sr-xr-x 1 root wheel 251444 24 Mär 17:18 rcp > > What's ls -lo telling? > > Perhaps you need chflags (guessing: noschg)

RE: file removal impossible?

2003-03-24 Thread Harald Schmalzbauer
[EMAIL PROTECTED] wrote: > Hello, > > I just discovered some strange behaviour: > > jmmr# ls -l rcp > -r-sr-xr-x 1 root wheel 251444 24 Mär 17:18 rcp What's ls -lo telling? Perhaps you need chflags (guessing: noschg) > jmmr# rm -f rcp > rm: rcp: Operation not permitted > jmmr# chmod u+w rcp >

Re: file removal impossible?

2003-03-24 Thread Sergey A. Osokin
On Mon, Mar 24, 2003 at 05:51:38PM +0100, Julian St. wrote: > I just discovered some strange behaviour: > > jmmr# ls -l rcp > -r-sr-xr-x 1 root wheel 251444 24 M?r 17:18 rcp > jmmr# rm -f rcp > rm: rcp: Operation not permitted > jmmr# chmod u+w rcp > chmod: rcp: Operation not permitted > > O

file removal impossible?

2003-03-24 Thread Julian St.
Hello, I just discovered some strange behaviour: jmmr# ls -l rcp -r-sr-xr-x 1 root wheel 251444 24 Mär 17:18 rcp jmmr# rm -f rcp rm: rcp: Operation not permitted jmmr# chmod u+w rcp chmod: rcp: Operation not permitted Ok, I had some crashes which gave background fsck some work, but this pro

Re: Linux emulation busted

2003-03-24 Thread Kevin Oberman
> Date: Mon, 24 Mar 2003 08:40:55 -0700 (MST) > From: "M. Warner Losh" <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > I had a working Linux world on my laptop. I upgraded my kernel and > acroread4 stopped working. Now all I get is: > > Exited with error code: 0x400e0009. > > after a whole

Re: Linux emulation busted

2003-03-24 Thread eculp
Mensaje citado por "M. Warner Losh" <[EMAIL PROTECTED]>: | I had a working Linux world on my laptop. I upgraded my kernel and | acroread4 stopped working. Now all I get is: | | Exited with error code: 0x400e0009. | | after a whole lot of disk access when I try to run it. This worked on | a De

jail(8) setuid-before-exec patch

2003-03-24 Thread Maxim Konovalov
Hello, Here is a patch which gives to jail(8) an ability to specify a user context before execv(3). Comments/suggestions? P.S. I am aware of bin/44320. Index: Makefile === RCS file: /home/ncvs/src/usr.sbin/jail/Makefile,v retrievin

Linux emulation busted

2003-03-24 Thread M. Warner Losh
I had a working Linux world on my laptop. I upgraded my kernel and acroread4 stopped working. Now all I get is: Exited with error code: 0x400e0009. after a whole lot of disk access when I try to run it. This worked on a December kernel for sure. I'm pretty sure it was working as late as a Jan

RE: MIDI on SB Live! ?

2003-03-24 Thread Julian St.
Am Mo, 2003-03-24 um 14.02 schrieb Yuriy Tsibizov: > MIDI I/O should be almost the same between EMU10Kx cards... But I don't have any > MIDI devices (other than AudigyDrive remote control, it should act as a MIDI > controller on second MIDI port, AFAIK) to check it. I have several devices to t

Re: MAKEDEV(8) manpage

2003-03-24 Thread Christian Brueffer
On Mon, Mar 24, 2003 at 09:40:32AM +0200, Jarkko Santala wrote: > On Sun, 23 Mar 2003, Poul-Henning Kamp wrote: > > > In message <[EMAIL PROTECTED]>, Christian Brueffer writes: > > >now that MAKEDEV has been gone for a while, the manpages (alpha and i386) > > >can be nuked as well, right? > > > >

RE: MIDI on SB Live! ?

2003-03-24 Thread Yuriy Tsibizov
> From: Julian St. [mailto:[EMAIL PROTECTED] > Sent: Monday, March 24, 2003 3:26 PM > > > just out of curiosity: Is someone working in MIDI support for > > > Creative EMU10K1 > > > based sound cards (aka Soundblaster Live!) ? > > Nobody. Our target for nearest future is Audigy/Audigy2 support. >

RE: MIDI on SB Live! ?

2003-03-24 Thread Julian St.
Am Mo, 2003-03-24 um 07.47 schrieb Yuriy Tsibizov: > > just out of curiosity: Is someone working in MIDI support for > > Creative EMU10K1 > > based sound cards (aka Soundblaster Live!) ? > Nobody. Our target for nearest future is Audigy/Audigy2 support. > > Yuriy Tsibizov, > http://chibis.person

gre problems.

2003-03-24 Thread Jean-Francois Laforest
Slight problem with FreeBSD 5.0-RELEASE-p4. When the machine is freshly booted, I can create a tunnel fine, it'll ping for a while. When the link fails, it doesn't re-establish the lin. I decided to ifconfig gre0 destroy and create it again, after the tunnel is created again the system barks the fo

RE: MIDI on SB Live! ?

2003-03-24 Thread Yuriy Tsibizov
> just out of curiosity: Is someone working in MIDI support for > Creative EMU10K1 > based sound cards (aka Soundblaster Live!) ? Nobody. Our target for nearest future is Audigy/Audigy2 support. Yuriy Tsibizov, http://chibis.persons.gfk.ru/audigy/ To Unsubscribe: send mail to [EMAIL PROTECTED]