Re: can't sshd into box

2003-03-02 Thread Wayne
Dear John, I am only trying to connect as a normal user. telnet etaq3 and telnet etaq3 22 and telnet etaq3 25 all come right back disconnecting me: [EMAIL PROTECTED]:/home/wayne>telnet etaq3 25 Trying 192.168.0.12... Connected to etaq3.etaq.com. Escape character

can't sshd into box

2003-03-02 Thread Wayne
Dear Jason, [Not too many people jumping onto this thread to help me.] The first two non-bold lines on rebooting, are: hw.bus.devctl_disable: 0 -> 1 Entropy harvesting: interrupts ethernet point_to_point. So I try: [EMAIL PROTECTED]:/home/wayne>sysctl hw.bus.devctl_disable: 1 ->

can't sshd into box

2003-03-02 Thread Wayne
fault connecton protection that I must turn off, or something? [/etc/hosts.allow is the default setting, I see no answer there.] - Wayne - example screen output below. The new box is etaq3 -- [EMAIL PROTECTED]:/home/wayne>ssh etaq3 ssh_exchange_identification: read: Co

Re: INET6 and fxp

2000-01-30 Thread Wayne Knowles
3 machine made it work again. The addition of the DELAY() fixes the problem. The problem stems from the fact that the driver init routine is called twice in quick succession - once for IPv4 and again for IPv6. The other way of fixing it is to disable the call to ifp->if_ioctl in neti

Re: adding DHCP client to src/contrib/

1999-02-09 Thread Wayne Scott
gree here. The problem with ISC is the example configuration file in the manpage is much too complicated. It scares people off. 99% of the people don't need that. My config file is: send host-name "pdxlx103"; One line that's it. -Wayne To Unsubscribe: send mail to majord...@fr

can't sshd into box

2003-03-02 Thread Wayne Barnes
Dear FreeBSD, Immediately after rebooting, I get this: [EMAIL PROTECTED]:/home/wayne>telnetd -debug telnetd: bind: Address already in use This doesn't happen on my other (working) system. Could this be a clue to my problem? -- -- Wayne M Barnes, [EMAIL PROTEC

[tlambert2@mindspring.com: Re: can't sshd into box]

2003-03-03 Thread Wayne Barnes
etaq3' from etaq (the 4.7) reports that etaq3 (the new 5.0 system) has open ports 22, 23, 25, and 110. They all result in immediate 'Connection closed by foreign host.', even while ps reports that 'telnet -debug' is running. Actually, 'telnet etaq3 110' ha

Re: can't sshd into box

2003-03-03 Thread Wayne Barnes
Dear Andre, Yes, I can telnet and ssh on loopback. Boy, that debug setting on the telnetd sure dumps a lot of output on the telnet side (but is still silent on the screen where I started it). - Wayne On Mon, Mar 03, 2003 at 10:48:15AM -0500, Andre Guibert de Bruet wrote: > &

lockmgr crashes...

1999-06-28 Thread Kenneth Wayne Culver
Just to let someone know... I recently (a couple of hours ago) have been having a problem with kernel panics I tried to remake the world and the kernel panics saying: panic: lockmgr: then what follows is different every time... all I know is that it doesn't happen until the process number i

Re: cvs commit: src/sys/i386/linux linux_misc.c

1999-07-06 Thread Kenneth Wayne Culver
> > Speaking of which, I'm also of the opinion that we should add a "Do > > you want to run Linux binaries?" query to sysinstall which results in > > linux emulation being enabled by default and the linux_lib package > > being loaded. This would make it even more transparent to the > > user. Any

Aureal Vortex soundcard drivers

1999-07-25 Thread Kenneth Wayne Culver
I was just wondering how the drivers on the aureal vortex are coming along... I know that Cameron Grant was working on them, but I have not heard anything on that subject fora while, so I was kinda hoping to hear about it soon. Thanks. Kenneth Culver To Unsubscribe: send mail to [EMAIL PROTE

kernel compile error.

1999-07-28 Thread Kenneth Wayne Culver
I just CVSupped at 10:10 eastern time (US) and now I have this error: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_globa

Re: it's time...

1999-08-08 Thread Kenneth Wayne Culver
> to let newpcm out of the cage so you can all get your grubby little hands on > it. > > http://www.vilnya.demon.co.uk/newpcm+dfrpnp-19990807.diff.gz > > this is a patch against a recent -current. if you have a pci or isapnp > soundcard, you should have pnp0 and pcm0 in your kernel config as >

Re: it's time...

1999-08-09 Thread Kenneth Wayne Culver
> > On 09-Aug-99 Brian F. Feldman wrote: > > You guys don't see the point. The point is a single, simple place to put > > default mixer values for any number of devices, and fitting in with the > > current configuration file scenario. rc is the natural place for this, > > because _it_ gets ru

gcc back?

1999-08-22 Thread Kenneth Wayne Culver
I'm just wondering but I noticed when I cvsupped a few minutes ago that gcc is back in the source tree. I was wondering if there were plans to keep gcc in the source now. Kenneth Culver To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the messag

Re: gcc back?

1999-08-22 Thread Kenneth Wayne Culver
> > I'm just wondering but I noticed when I cvsupped a few minutes ago that > > gcc is back in the source tree. I was wondering if there were plans to > > keep gcc in the source now. > > If you are tracking -current, you should be reading the commit messages. > > egcs has become gcc. I must ha

-CURRENT make world broken

1999-12-30 Thread Kenneth Wayne Culver
I was just wondering if anyone else was having a problem making the world on -CURRENT right now? I don't remember the exact error I got because I'm at work, and my machine is at home, but for the last 3 weeks whenever I try to make world, it dies in a different place, I've tried every day, so I'm

new PCM problems

2000-01-02 Thread Kenneth Wayne Culver
OK, there is still the static problem with the pcm driver with a ViBRA16X soundcard. It also seems that the problem with xmms's analyzer is gone. However, now whenever a sound that is shorter than roughly 1 second or so plays, it gets cut short. The sound doesn't completely play. I just thought I'

Re: Your misleading, no, LYING message to me

2000-01-02 Thread Kenneth Wayne Culver
Alright, that was childish and uncalled for. People need to learn to deal with these kinds of things differently. = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726

Re: new PCM problems

2000-01-02 Thread Kenneth Wayne Culver
u/~culverk/| = On Sun, 2 Jan 2000, Brian Fundakowski Feldman wrote: > On Sun, 2 Jan 2000, Kenneth Wayne Culver wrote: > > > OK, there is still the static problem with the pcm driver with a ViBRA16X > > soundcard. It also seems that the problem with xmms's a

Re: options COMPAT_LINUX makes kernel fail to compile

2000-01-05 Thread Kenneth Wayne Culver
Well, just make sure that you load the linux compatibility kernel module though. = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726 | | and student at

anyone else...?

2000-01-07 Thread Kenneth Wayne Culver
Just wondering if anyone else was having trouble making world lately. Mine stops at wlconfig with no explanation... it just says Error 1 a couple of times and quits after it says echo wlconfig: /usr/srclibc.a I don't remember the exact line because I was in single user mode and booted from t

Re: NewPCM issue

2000-01-08 Thread Kenneth Wayne Culver
I've noticed the same thing on my Soundblaster Vibra 16X = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: AgRS

make world problem...

2000-01-08 Thread Kenneth Wayne Culver
Alright, I've tried making each of the individual targets and I still get this error so I'm stumped... a gzipped copy of the make world log can be found at http://www.wam.umd.edu/~culverk/world.log.gz The error occurs while building kdump, and the error (of course) is at the end of the file. Ken

current crash

2000-01-09 Thread Kenneth Wayne Culver
My latest kernel with a cvsup as of around 5 minutes ago seems to have a problem: Whenever I start xmms, it panics. The xmms window doesn't even appear, the computer just locks, and I press enter a few times, and the computer then reboots. I'm not sure why this happens, and I can't switch out of X

latest ppbus changes

2000-01-13 Thread Kenneth Wayne Culver
The latest ppbus changes seem to have made some things break. My dmesg no longer shows lpt0 or vpo0 as being detected ( even though they are defined in the kernel conf file, and are being compiled into the kernel) which means I can't print anything or use my parallel port zip drive. (yes I have sc

Re: XFree86 3.9.17

2000-01-17 Thread Kenneth Wayne Culver
I had to get rid of some things from Xext to make it install properly myself. = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726 | | and student at The

Re: Creative ViBRA16X Problem (fwd)

2000-01-21 Thread Kenneth Wayne Culver
I have the same soundcard, and as of right now, the only problem I have with it is that sometimes it will play static instead of the sound I wanted it to play. = | Kenneth Culver | FreeBSD: The best OS around.| | Un

ATA driver and DVD's

2000-01-23 Thread Kenneth Wayne Culver
I recently downloaded and tried xmovie (there is a link to it at www.opensound.com) and when I tried to play a vob file from the DVD my xconsole filled with this error: acd0: READ_BIG - ILLEGAL REQUEST asc=6f ascq=03 error=00 Is this an ATA driver problem? =

3com 574-tx PCMCIA

2000-01-24 Thread VINSON WAYNE HOWARD
Not to disrupt the facinating discussion about bzip2, but, 1. I've had some people tell me that support for the 3com 574-tx PCMCIA card was definitly in -current, and other people who weren't so sure. Is it, and if so, under what driver? 2. If it's included, is that driver in the GENERIC kernel

ipsec errors

2000-01-26 Thread Kenneth Wayne Culver
I was just wondering how to get rid of these errors in my startup: Jan 26 22:12:19 culverk inetd[739]: ftp/tcp: ipsec initialization failed; out entrust Jan 26 22:12:19 culverk inetd[739]: telnet/tcp: ipsec initialization failed; in entrust Jan 26 22:12:19 culverk inetd[739]: telnet/tcp: ipsec in

Re: ipsec errors

2000-01-27 Thread Kenneth Wayne Culver
I'm at work now, so I can't apply the patches till I go home again (at work I have Sun boxes and a linux box, blahh) = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726

PAO

2000-01-19 Thread VINSON WAYNE HOWARD
I've been folowing 4.0, and I have a laptop I'd like to try it on... but I can't figure out how to get support for a 3com 574-tx... normaly Pao would handel that, but I didn't see a pao 4.0 cvs branch. Am I just SOL, or is there a workaround??? Please CC me, I'm not on the list To Unsubscribe

pcm

2000-01-29 Thread Kenneth Wayne Culver
Just to let someone know, my ViBRA16X is still having the problem with static. Basically at random whenever xmms or any other program that uses sound opens dsp, it plays loud static instead of the actual sound. I was just wondering if anyone was looking into this problem... ===

de0 driver

2000-02-02 Thread Kenneth Wayne Culver
It appears that the de0 driver needs to be slightly updated... just letting someone know in case nobody had noticed.. de0: port 0xe400-0xe47f mem 0xea001000-0xea00107f irq 10 at device 19.0 on pci0 de0: 21140A [10-100Mb/s] pass 2.2 de0: address 00:c0:f0:1f:21:02 de0: driver is using old-style c

any ideas on Vortex?

2000-02-09 Thread Kenneth Wayne Culver
Just wondering, does anyone know if we will have a working driver for the Aureal Vortex soundcard by the time 4.0 is released? I'm just curious because I thought the driver for this card was supposed to be finished a long time ago.. ===

ATA errors

2000-02-19 Thread Kenneth Wayne Culver
I cvsupped this morning and I just had a chance to build a new kernel, and now I get a "cannot mount root" and it drops into some kind of commandline where I can enter a root for it to mount. This is the error it gives me now: ata0-slave: WARNING: WAIT_INTR active=ATA_WAIT_READY ata0-slave: ata_c

Re: XFree86 3.9.18

2000-02-23 Thread Kenneth Wayne Culver
That's odd... I just built it tonight, and I havn't had anything but this: XFree86-Bigfont extension: shmat() failed, size = 4096, errno = 24 XFree86-Bigfont extension: shmat() failed, size = 4096, errno = 24 XFree86-Bigfont extension: shmat() failed, size = 4096, errno = 24 XFree86-Bigfont exten

Re: Crashing netscape?

2000-02-21 Thread Kenneth Wayne Culver
You may want to try upgrading your linux libraries... they may be old... I don't have these problems though... Netscape rarely crashes for me. = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Admini

Re: things I noticed w/ 4.0

2000-03-01 Thread Kenneth Wayne Culver
> > > > Kernel option VESA fails (see dmesg below). Is this a problem with my > > graphics card? > > Are you, by any chance, both compiling in VESA _and_ loading it with > loader? > > > Kernel option PNPBIOS causes the mouse to stop working. A pointer is > > visible at boot (w/ moused) until

current kernel breakage

1999-09-02 Thread Kenneth Wayne Culver
I recently recompiled my kernel with the following kernel config file, and now when I boot up, I get about halfway through probing, and the computer freezes, accepting no keyboard input or anything else but a hard reset (reset button) here is my kernel Config file.. # # GENERIC -- Generic machine

Make world broken

1999-09-02 Thread Kenneth Wayne Culver
Make world is broken, these are the errors I get: cc -nostdinc -O -pipe -I/usr/src/sbin/kget/../../sys/i386 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/kget/kget.c /usr/src/sbin/kget/kget.c:34: isa/pnp.h: No such file or directory /usr/src/sbin/kget/kget.c: In function `main': /usr/src/sb

another error

1999-09-25 Thread Kenneth Wayne Culver
I cvsupped about 20 minutes ago and now I get this message when I su to root, or when I start xwindows. It doesn't seem to be hurting anything though: Warning:tty: no si_tty Is it anything to worry about? = | Kenneth Culver

Re: Loss of Functionality with newpnp

1999-09-26 Thread Kenneth Wayne Culver
This is only partially related, but I still can't even boot a kernel with the pnp0 controller enabled. It just hangs after probing the soundcard. On Sun, 26 Sep 1999, Mike Smith wrote: > > Sigh. Again, I didn't demand anything. > > > > I simply pointed out that functionality had been lost. If

bktr

1999-09-27 Thread Kenneth Wayne Culver
I'm happy to report that for my WinTV card, the bktr drivers are working well with the latest changes. Keep up the good work. = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #:

Re: HEADS UP: sigset_t changes committed

1999-09-30 Thread Kenneth Wayne Culver
I would have to agree with that. I have never seen such a well documented commit. But even then I still ran into problems, although I'm not sure how closely related they are to the changes made. My problems seem to be with the Soren's ata drivers. The good old "lost contact with device" messages a

ata driver (again)

1999-09-30 Thread Kenneth Wayne Culver
The ata driver seems to be having problems staying in contact with my disks again. Let me know what details are needed to fix the problem, and I'll get in touch with you. = | Kenneth Culver | FreeBSD: The best OS around

RE: ata driver (again)

1999-09-30 Thread Kenneth Wayne Culver
On Thu, 30 Sep 1999, Luke wrote: > On 01-Oct-99 Kenneth Wayne Culver wrote: > > The ata driver seems to be having problems staying in contact with my > > disks again. Let me know what details are needed to fix the problem, and > > I'll get in touch with you. > >

Re: Netscape core dump, happily :-)

1999-10-03 Thread Kenneth Wayne Culver
That's odd, I have not been able to make netscape crash. = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: AgR

linux emu and quake3test

1999-10-08 Thread Kenneth Wayne Culver
IT seems that a recent change to the linux emulation code has caused q3 to have problems, whenever I try to go to an internet game, I get a message on the console: usage: ping [server] doing this operation worked fine yesterday. Kenneth Culver =

Re: linux emulation broken..

1999-10-14 Thread Kenneth Wayne Culver
This is weird, I use linux netscape and word perfect all the time, and the only problems I see are memory leaks I knew were there (in the applications, not FreeBSD) = | Kenneth Culver | FreeBSD: The best OS around.|

Re: World breakage in libc_r?

1999-10-14 Thread Kenneth Wayne Culver
Speaking of libc_r, (this is unrelated sort of) I was wondering if anyone was planning on adding the pthread_setcancel and other pthread cancel stuff to -CURRENT. I was trying to use it the other day when I realized it wasn't there... :-) Just a question, I'm not demanding anything. ===

syncing disks giving up.

1999-11-08 Thread Kenneth Wayne Culver
I just cvsupped this morning, and noticed that now whenever I reboot (I do this to make sure everything works right with the new kernel) the machine does this: syncing disks 15 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 giving up.. Rebooting... Then fsck has to fix a whole lot of stuf

syncing disks giving up

1999-11-08 Thread Kenneth Wayne Culver
Alright I did what PHK told me to, and updated, but now for some reason when I reboot, I can't get the root directory to keep the new kernel. this is what happens before I reboot: culverk:~> ls -l /kernel* -r-xr-xr-x 1 root wheel 1551621 Nov 8 08:18 /kernel* -r-xr-xr-x 1 root wheel 1551621

gcc 2.95.2

1999-11-15 Thread Kenneth Wayne Culver
I just successfully compiled the world and the kernel (defaut optimizations on everything) with gcc 2.95.2, and so far all is well :-) = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrat

bktr driver and gcc 2.95.2

1999-11-15 Thread Kenneth Wayne Culver
Alright, it seems I have my first problem with gcc 2.95.2, (well, I'm not really sure that it's a gcc problem). The problem is that now, after having upgraded the compiler, fxtv will only display every other scanline instead of all of them. ==

rtc0

1999-11-16 Thread Kenneth Wayne Culver
For some reason, after recompiling the kernel over the last few days, systat -vm no longer even shows an rtc0 device. It only shows the clk device. I know this is not supposed to happen, so can anyone give me any ideas on how to fix the problem??? ===

rtc0

1999-11-17 Thread Kenneth Wayne Culver
This is the output of my systat -vm 1 after the upgrade to gcc 2.95.2: 2 usersLoad 0.13 0.58 0.63 Wed Nov 17 19:11 Mem:KBREALVIRTUAL VN PAGER SWAP PAGER Tot Share TotShareFree in out in out Act

fxtv/bktr driver broken?

1999-11-28 Thread Kenneth Wayne Culver
I have included a link screenshot of what the picture is doing on my tv card. It seems that since gcc 2.95.2 has been introduced as the default compiler on FreeBSD-CURRENT, the behavior in the jpeg has been occuring. I have tried to locate the source of the problem in the driver, but I don't know

Re: AWE64 problems

1999-12-07 Thread Kenneth Wayne Culver
Actually, I'm having the same problem with my Soundblaster ViBRA16X. It seems that for some reason the sbc driver is not working right. = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator

Re: Audio support [was Re: HEADSUP: wd driver will be retired!]

1999-12-11 Thread Kenneth Wayne Culver
> > The same thing is about to apply to the woxware sound code, we have a > > new shiny system that works and is much better designed... > > Actually, I'm sad to say that our shiny new sound system does *not* > work for some of the most popular audio chipsets on the market today > (where the olde

Re: Audio support [was Re: HEADSUP: wd driver will be retired!]

1999-12-11 Thread Kenneth Wayne Culver
am.umd.edu/~culverk/| = On Sat, 11 Dec 1999, Kenneth Wayne Culver wrote: > > > The same thing is about to apply to the woxware sound code, we have a > > > new shiny system that works and is much better designed... >

Re: Audio support [was Re: HEADSUP: wd driver will be retired!]

1999-12-11 Thread Kenneth Wayne Culver
/| = On Sun, 12 Dec 1999, Peter Wemm wrote: > Kenneth Wayne Culver wrote: > > > > The same thing is about to apply to the woxware sound code, we have a > > > > new shiny system that works and is much better designed... > > > > > > Actually, I'm sa

rtc0

1999-12-11 Thread Kenneth Wayne Culver
I don't know if anyone else was having this problem, and I don't know that this is a proper fix, but here goes: For some reason rtc0 was not working, and I think it's because this variable was not initialized, here is the patch: --- clock.c.origSat Dec 11 19:58:15 1999 +++ clock.c Sa

Re: rtc0

1999-12-11 Thread Kenneth Wayne Culver
www.wam.umd.edu/~culverk/| = On Sat, 11 Dec 1999, Kenneth Wayne Culver wrote: > I don't know if anyone else was having this problem, and I don't know that > this is a proper fix, but here goes: > > For some rea

Re: current for production?

1999-12-20 Thread Kenneth Wayne Culver
I'm inclined to agree. I have had great luck in production boxes with FreeBSD-CURRENT, but it's not reccomended to use -CURRENT for production just because sometimes things break. :-) = | Kenneth Culver | FreeBSD: The b

sio.c

1999-12-20 Thread Kenneth Wayne Culver
I have included a patch for my Diamond SupraExpress 56i to be detected: --- sio.c.orig Sat Dec 11 19:51:29 1999 +++ sio.c Sat Dec 11 19:51:20 1999 @@ -553,6 +553,7 @@ {0x31307256, NULL}, /* USR3031 */ {0x8020b04e, NULL},

DVD driver

1999-12-27 Thread Kenneth Wayne Culver
I noticed recently (10 minutes ago) that FreeBSD will mount a DVD and I can even look around on it as if it were a regular CD (on -CURRENT). I was wondering if there was any mpeg2 decoder that would play DVD movies. I don't have a hardware decoder the software one looks fine but I'd like to know i

the nist port

1999-12-28 Thread Kenneth Wayne Culver
I can't get the nist port to compile: c++ -g -O2 -Wall -DDO_NIST -DPACKAGE=\"ac3dec\" -DVERSION=\"0.5.5\" -I../../inc -c bitstream.c -o bitstream.o In file included from decode.h:24, from bitstream.c:27: ../../inc/athread.hh: In function `int athr_setschedparam(pthread *, int, s

Re: UP kernel performance and Matt Dillon's patches

2000-03-28 Thread Kenneth Wayne Culver
I havn't noticed this behavior... or any other performance hits and I'm running a kernel that was cvsupped about 5 10 minutes ago.. and recompiled about 5 minutes ago... = | Kenneth Culver | FreeBSD: The best OS around.

Re: UP kernel performance and Matt Dillon's patches

2000-03-28 Thread Kenneth Wayne Culver
Yeah, I was wrong before.. I just had to really hit the system hard before I noticed this behavior... it get's pretty bad... the mouse get's jumpy, and the keyboard input is really slow... = | Kenneth Culver | FreeBSD:

sound broken on ViBRA16X?

2000-03-28 Thread Kenneth Wayne Culver
with a recently compiled kernel (cvsupped about 5 minutes ago..) sounds play for less than half a second... then just completely stop... Maybe this is related to Matt Dillon's recent work? I'm not sure... = | Kenneth Culver

Vibra16x

2000-03-28 Thread Kenneth Wayne Culver
OK, I'm not sure what was wrong before, but after a recompile of the kernel, all seems well again with sound at least. = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 247677

Re: xyz.lcs.mit.edu (aka ftp5.freebsd.org) now has more completemirror

2000-04-09 Thread Kenneth Wayne Culver
> If you are at an Internet2-participating organization, use a MediaOne > cable modem, or are connected to NEAR^H^H^H^HBBN^H^H^HGTE^H^H^HGenuity > in the Boston area, you will get much faster access from our server > than from the main FreeBSD.org hosts in California. YAY!! 150 mbit/sec connectio

CS4236b on Inspiron 3200

2000-04-12 Thread VINSON WAYNE HOWARD
I have a dell inspiron 3200 with a cs4236b isa non-pnp soundcard. It works in 3.4 with the folowing kernel lines: device snd0 device css0 at isa? port 0x530 irq 9 drq 1 flags 0x13 device mpu0 at isa? with a hack to /src/sys/i386/isa/sound/sound_config.h changing #define DSP_DEFAULT_SPEED

Re: SMP changes and breaking kld object module compatibility

2000-04-24 Thread Kenneth Wayne Culver
> Richard Wackerbarth wrote: > > > > On Mon, 24 Apr 2000, Matthew Dillon wrote: > > > : However, I consider your SMP changes VERY destablizing; they BREAK > > > : lots of modules :-( > > > > > > Huh? No they don't. They simply require recompiling the modules. If > > > they actually bro

Re: SMP changes and breaking kld object module compatibility

2000-04-24 Thread Kenneth Wayne Culver
> On Mon, 24 Apr 2000, Kenneth Wayne Culver wrote: > > > > I don't think it was ever recommended that you upgrade your kernel > > > without upgrading and rebuilding the modules (better still, world) at > > > the same time. So this wouldn't really

Re: SMP changes and breaking kld object module compatibility

2000-04-24 Thread Kenneth Wayne Culver
| | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| = On Mon, 24 Apr 2000, Brandon D. Valentine wrote: > On Mon, 24 Apr 2000, Kenneth Wayne C

linux ldconfig core dump

2000-04-25 Thread Kenneth Wayne Culver
As of about Thursday, Apr 20 I get this message when I try to run linux ldconfig: Segmentation fault(core dumped) I recompiled the module and the kernel on this day so I think that's what cause the problem, but I was wondering if there was anyone else having this problem. This started last thurs

Re: linux ldconfig core dump

2000-04-25 Thread Kenneth Wayne Culver
400, Kenneth Wayne Culver wrote: > > As of about Thursday, Apr 20 I get this message when I try to run linux > > ldconfig: > > > > Segmentation fault(core dumped) > > > > I recompiled the module and the kernel on this day so I think that's what > > c

sound

2000-04-28 Thread Kenneth Wayne Culver
Just to let someone know (I know this is -current) but some of the recent changes to the pcm driver have had some wierd effects. First, no wav file will completely play (at least not the short ones); second, xmms now takes 100% cpu, and in top, it says that 76% of this is being used by the "system

Re:Sound problem

2000-04-29 Thread VINSON WAYNE HOWARD
Hopefully I'm hiting the right thread here - This is in reply to the post about excessively high loads caused by xmms. I'm showing about 90% from xmms as well. However, I'm not sure it's real. I'm not seeing much, if any slowdown. Is top the tool I should be using to figure this out? Possible

Re:Sound problem

2000-04-29 Thread VINSON WAYNE HOWARD
Ok, I'll try to get a better handle on whether or not it's real. On Sat, 29 Apr 2000, Kevin Lyons wrote: > > about excessively high loads caused by xmms. I'm showing about 90% from > > xmms as well. However, I'm not sure it's real. I'm not seeing much, if > > any slowdown. Is top the tool I s

high CPU usage by xmms

2000-04-29 Thread VINSON WAYNE HOWARD
Ok, I checked, and vmstat shows cpu usage to be quite normal, about 6% while playing. What's up w/ top? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: high CPU usage by xmms

2000-04-29 Thread VINSON WAYNE HOWARD
I did reboot for that reason, but I retried it and got about 50. Mabey I didn't run the player long enough... > > Ok, I checked, and vmstat shows cpu usage to be quite normal, about 6% > > while playing. What's up w/ top? > > Not on my computer: > > pantzer@skalman ~ >vmstat -w 1 > procs

Re: high CPU usage by xmms

2000-04-29 Thread Kenneth Wayne Culver
/www.wam.umd.edu/~culverk/| = On Sat, 29 Apr 2000, VINSON WAYNE HOWARD wrote: > I did reboot for that reason, but I retried it and got about 50. Mabey I > didn't run the player long enough... > > > > > Ok, I checked, and vmstat shows cpu usage to be quite norm

Re: high CPU usage by xmms

2000-04-30 Thread Kenneth Wayne Culver
| College Park. | http://www.wam.umd.edu/~culverk/| = On Sun, 30 Apr 2000, Ted Sikora wrote: > Ted Sikora wrote: > > > > VINSON WAYNE HOWARD wrote: > > > > > > Ok, I checked, and vmstat shows cpu usage

Subject: Re: high CPU usage by xmms

2000-04-30 Thread VINSON WAYNE HOWARD
Ok, I have some *gasp* actual usefull info about this. Backing /src/sys/dev/sound up by 10 days via anoncvs makes the "feature" go away. That narrows it down to kernel issues. I'm in the process of narowing it down to the specific diff, but if I had to cast a bet, i'd go for the massive change

Re: high CPU usage by xmms

2000-04-30 Thread Kenneth Wayne Culver
kora wrote: > Kenneth Wayne Culver wrote: > > > > I guess it depends on your soundcard, I'm getting the behavior I'm getting > > with a ViBRA 16X and a kernel as of this morning. This didn't start > > happening until about 4 days ago with a -CURRENT kernel. Maybe

Re: high CPU usage by xmms

2000-05-01 Thread Kenneth Wayne Culver
lverk/| = On Mon, 1 May 2000, Ted Sikora wrote: > Kenneth Wayne Culver wrote: > > > > Hmm, I don't know then, I'm using that ViBRA 16X which seems to cause > > problems a lot. > > > > > > > On Sun, 30 Apr 2000, Ted Sikora wrote: > >

Re: high CPU usage by xmms

2000-05-01 Thread VINSON WAYNE HOWARD
Ok, more in the sound department: A current src/sys/dev/sound with a src/sys/dev/sound/pcm/dsp.c from the 22nd does not exhibit the high load problem. Moving dsp.c to the 24th causes the problem to re-appear. Thus, I'm prety convinced tha the big commit on the 23rd to dsp.c is the cause of at l

KDE 2-preALPHA

2000-05-02 Thread VINSON WAYNE HOWARD
inary distribution, would be great. Thanks in advance, Wayne To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

proposed pkg_delete change

2000-05-07 Thread Kenneth Wayne Culver
I have a suggestion for pkg_delete: Very often when I'm deleting a package (such as kde, after testing the port) I want to delete that package, and all it's dependancies; instead of going around looking for the dependancies, I think it would be a nice idea to add an option to pkg_delete to automat

Re: proposed pkg_delete change

2000-05-08 Thread Kenneth Wayne Culver
> > I have a suggestion for pkg_delete: Very often when I'm deleting a > package > (such as kde, after testing the port) I want to delete that > package, and > all it's dependancies; instead of going around looking > for the > dependancies, I think it would be a nice idea to add an > option to > p

Re: proposed pkg_delete change

2000-05-08 Thread Kenneth Wayne Culver
www.wam.umd.edu/~culverk/| = On 8 May 2000, Satoshi - Ports Wraith - Asami wrote: > * From: Kenneth Wayne Culver <[EMAIL PROTECTED]> > > * dependancies, I think it would be a nice idea to add an option to > * pkg_d

a better idea for package dependencies

2000-05-08 Thread Kenneth Wayne Culver
Instead of automatically deleteing the dependencies, I think maybe it would be better to (with the use of a commandline switch) ask the user deleting the packages if he/she wants to delete a certain dependency, without letting the user delete the dependency if some other package also uses it. (Doe

Re: a better idea for package dependencies

2000-05-08 Thread Kenneth Wayne Culver
te: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| = On Mon, 8 May 2000, David O'Brien wrote: > On Mon, May 08, 2000 at 02:26:42PM -0400, Kenneth Wayne Culver wrote: > > Instead of

Re: a better idea for package dependencies

2000-05-08 Thread Kenneth Wayne Culver
Kenneth Wayne Culver wrote: > > > pkg_delete -d package-version (or some other unused switch for dependancy) > > This might be a good option, but there should also be an automatic mode, > whether or not it's the default. > > > remove pkg_version_d

Re: rc.d startup scripts

2000-05-08 Thread Kenneth Wayne Culver
Just curious, but wouldn't this be FreeSVR4??? :-) = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr

Re: rc.d startup scripts

2000-05-09 Thread Kenneth Wayne Culver
> > > > Just curious, but wouldn't this be FreeSVR4??? :-) > > I'm going to assume that the smiley means you're joking, but I hope > that we can stick to discussing this plan on its merits, rather than > rejecting it out of hand because it's like something that someone else > is doing. >

  1   2   3   >