[no subject]

2003-03-21 Thread Patrick Stinson
what's the sitch on pccardd, if adaptors on, /dev/pccard* on 5.0-R? I've got an intel anypoint 2 wireless pcmcia card that is detected as pccard1 by the kernel, but where is the missing link that tells the kernel or rc that it's an ehternet adaptor? As I understand it, pccardd and pccard.conf

smbfs crashes

2003-02-27 Thread Patrick Stinson
whenever I move a file from a node mounted with mount_smbfs to a local fs, the system crashes with a kernel page fault. is this a known problem? -P To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: appending files on smbfs

2003-02-11 Thread Patrick Stinson
a relatively clean 5.0-release, with only the patch below applied to the smbfs source. hope that helps, thanks! -P -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Robbins Sent: Monday, February 03, 2003 5:59 AM To: Patrick Stinson Cc: freebsd-current Subject: Re

appending files on smbfs

2003-01-30 Thread Patrick Stinson
has anyone every had problems with appending existing files on volumes mounted by smbfs or shlight? $ echo sdsad hey $ echo sdsad hey cannot create hey: Permission denied hmmm thanks To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: Re[2]: appending files on smbfs

2003-01-30 Thread Patrick Stinson
there could be a security hang up. Also, do you have any idea what, at an OS-security level, the difference is between creating and appending files? -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 10:43 PM To: Patrick Stinson Cc: Alex Subject: Re[2

RE: Sound playback problem with Maestro3.c (?)

2003-01-11 Thread Patrick Stinson
This is a software issue. The echoing is what happens when the sound driver doesn't receive audio data fast enough from an application (ie OSS). when the driver doesn't get the data in time, it plays whatever was last in the buffer until it does get audio. this sort of thing always happens no

RE: Sound playback problem with Maestro3.c (?) -- clock issue

2003-01-11 Thread Patrick Stinson
never noticed anything like that -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Paul A. Mayer Sent: Wednesday, January 08, 2003 11:19 AM To: Michael Ferguson Cc: [EMAIL PROTECTED] Subject: Re: Sound playback problem with Maestro3.c (?) -- clock issue

RE: How can I use my kernel on DP2?

2002-12-04 Thread Patrick Stinson
assuming you read the handbook on updating the kernel http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html , UPDATING in /usr/src ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/src/UPDATING , and completed a make and make install in your kernel compile directory, you

RE: Emacs errors, undefined references to osream::[*] after 4.4 - 5.0 upgd

2002-12-02 Thread Patrick Stinson
-Original Message- From: Patrick Stinson [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 5:55 PM To: Patrick Stinson Subject: RE: Emacs errors, undefined references to osream::[*] after 4.4 - 5.0 upgd no, after a new install, I'm still getting the link errors

Emacs errors, undefined references to osream::[*] after 4.4 - 5.0 upgd

2002-12-01 Thread Patrick Stinson
After doing a complete upgrade (on a clean system, no less) from 4.4 5.0, I;ve found that every now and again I get the same compiler error regarding undefined references to cerr, ostream operators, etc. I'm building the gcc33 port assuming it's a compat. issue with the libs, but has anyone else

RE: Emacs errors, undefined references to osream::[*] after 4.4 - 5.0 upgd

2002-12-01 Thread Patrick Stinson
]]On Behalf Of Patrick Stinson Sent: Sunday, December 01, 2002 2:40 PM To: freebsd-current Subject: Emacs errors, undefined references to osream::[*] after 4.4 - 5.0 upgd After doing a complete upgrade (on a clean system, no less) from 4.4 5.0, I;ve found that every now and again I get the same compiler

RE: Emacs errors, undefined references to osream::[*] after 4.4 - 5.0 upgd

2002-12-01 Thread Patrick Stinson
mmm, yeah, I might try removing all of the headers and doing another installworld -Original Message- From: Garrett Rooney [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 2:48 AM To: Patrick Stinson Cc: freebsd-current Subject: Re: Emacs errors, undefined references to osream

RE: [music-dsp] How do I read the Loop information from a .WAV file?

2002-11-28 Thread Patrick Stinson
this is a great guide http://www.sonicspot.com/guide/wavefiles.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, November 28, 2002 6:51 PM To: [EMAIL PROTECTED] Subject: [music-dsp] How do I read the Loop information

cyclic dependancies?

2002-11-19 Thread Patrick Stinson
seems I've backed myself into a corner. I've got 4.4-Release installed, and have cvsup'ed src-all into a /usr prefix. make buildworld completed successfully, but now I cannot continue without libc.so.5. Unfortuantely, I can't build libc 5 without the current kernel, and vise-versa. I get a