Re: [linux-audio-user] Kqemu module and realtime, rt-patches

2007-03-20 Thread Lee Revell

On 3/20/07, David Baron <[EMAIL PROTECTED]> wrote:

Is there any conflicts here? Keep getting failure to open existing /dev/kqemu
(regardless of permissions) with an rt-patched (Ingo) kernel.


I would assume that most out of tree modules won't work with -rt, and
even some in-tree stuff - for example, last time I tried it, oprofile
did not work.

Lee


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: [linux-audio-user] RE: RTC !??

2006-02-06 Thread Lee Revell
On Mon, 2006-02-06 at 16:47 +0200, David Baron wrote:
> Saw something interestic in my logchecks:
> kernel: Generic RTD Driver v1.07
> 
> If I take this one off, the "real" one will modprobe :-)
> Question is, who is loading genrtc BEFORE /etc/modules gets
> referenced? 
> Actually, I tried commenting it there and ... the error message
> remains so 
> something, somewhere is trying to load BOTH of them!
> 
> Anyone know anything about this? 

You must have enabled it when compiling the kernel.   Recompile and make
sure it's disabled (it should have been disabled by default).

Lee


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [linux-audio-user] RTC !??

2006-02-04 Thread Lee Revell
On Sat, 2006-02-04 at 21:55 +0200, David Baron wrote:
> This has been in my /etc/modules from the start. For a while now, (most 
> recent?) 2.6 kernels, this will not load "device not found". Since it did not 
> seem to effect anything, I just let it be. (Note I have both a rtc.ko and 
> rtcgen.ko in my kernel's modules.)

Don't use rtcgen if your hardware has a real RTC.

Lee


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [linux-audio-user] RE: 2.6.15 alsa problem

2006-01-31 Thread Lee Revell
On Tue, 2006-01-31 at 20:09 +0200, David Baron wrote:
> 
> Made a kernel with alsa sound support compiled in! I also compiled in
> the 
> "generic" devices. Result: NO UNDEFINED. My three (a set ncards = 3)
> became 
> dummy, virmidi and the ensonic. The ensonic did not play, however, but
> the 
> alsa restore on bootup failed because of the 1st two. Kmixer settings
> are 
> restored but have no effect.
> 

This is bad advice.  If you are getting unresolved symbol errors then it
means you are doing something wrong, like trying to compile an old ALSA
against a newer kernel.  It's impossible to tell until you post the
exact error messages.

Lee


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [linux-audio-user] RE: 2.6.15 alsa problem

2006-01-26 Thread Lee Revell
On Thu, 2006-01-26 at 21:55 +0200, David Baron wrote:
> >Also a problem in 2.6.14. I am not using udev or devfs but have explicitely 
> >created /dev nodes (old fashioned way and far far too many entries, but ... 
> >always worked before).
> 
> >Newer kernels boot with many undefines. They seem to correspond to stuff in 
> >the sound core modules. Do I now need to explicitely load these or 
> >soundcore.ko on boot up (i.e. placing them in /etc/modules--somewhere along 
> >the line, snd_seq_midi had to be placed there!). Anybody doing this? (Guess 
> >it wouldn't hurt to try it.)
> 
> Easy enough -- didn't work. It is as if these modules are not exporting their 
> symbols correctly.
> 

It sounds like you are trying to load modules compiled against a
different kernel version than the one you are running, or a mix of old
and new modules.

Lee


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [linux-audio-user] RE: 2.6.15 alsa problem

2006-01-26 Thread Lee Revell
On Thu, 2006-01-26 at 21:55 +0200, David Baron wrote:
> >Also a problem in 2.6.14. I am not using udev or devfs but have explicitely 
> >created /dev nodes (old fashioned way and far far too many entries, but ... 
> >always worked before).
> 
> >Newer kernels boot with many undefines. They seem to correspond to stuff in 
> >the sound core modules. Do I now need to explicitely load these or 
> >soundcore.ko on boot up (i.e. placing them in /etc/modules--somewhere along 
> >the line, snd_seq_midi had to be placed there!). Anybody doing this? (Guess 
> >it wouldn't hurt to try it.)
> 
> Easy enough -- didn't work. It is as if these modules are not exporting their 
> symbols correctly.
> 

"Didn't work" is not specific enough to be useful.

Please post the exact error messages.

Lee


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [linux-audio-user] 2.6.15 alsa problem

2006-01-26 Thread Lee Revell
On Thu, 2006-01-26 at 21:30 +0200, David Baron wrote:
> Also a problem in 2.6.14. I am not using udev or devfs but have explicitely 
> created /dev nodes (old fashioned way and far far too many entries, but ... 
> always worked before).
> 
> Newer kernels boot with many undefines. They seem to correspond to stuff in 
> the sound core modules. Do I now need to explicitely load these or 
> soundcore.ko on boot up (i.e. placing them in /etc/modules--somewhere along 
> the line, snd_seq_midi had to be placed there!). Anybody doing this? (Guess 
> it wouldn't hurt to try it.)
> 

Please state what the problem is.

Lee


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: need help with ip-forwarding

2000-06-29 Thread Lee Revell
Ipchains alone won't do portforwarding.  You need ipmasqadm as well.  I 
know it's braindead but that's how it is, hopefully in 2.4 there will be a 
unified interface to all those nifty ip forwarding features.


HTH,

Lee

At 12:53 AM 6/29/2000, Nick wrote:

this is my situation:

i have a linux box running 2.1, 2.2.15 with a dhcp service and ipmasq 
through ipchains


i wanna setup a webserver inside the network and have the http port 
forwarded through my firewall.


if i have ipchains i just need ipportfw right?  but dselect insists that i 
install ipmasq too?


how can i do this another way, or is this the only way???

outside ip - linux box (need to forward IP traffic for port 80) -- 
webserver (192.168.1.10)


thankx in advance
-nick

--
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < 
/dev/null




Re: wu-ftpd (2000-06-23 security-fixed frozen version) constantly crashes

2000-06-28 Thread Lee Revell
Use ProFTPD.  It has a MUCH better security record, is fast,
lightweight, and configuration is a breeze if you have ever configured
Apache.  I made the switch several months ago and would never go back.

"Ralf G. R. Bergs" wrote:
> 
> Hi there,
> 
> my wu-ftpd is constantly crashing. :-(
> 
> About half a dozen times per hour (sometimes even more often) I see lines in
> syslog like the following, which indicate crashed instances:
> 
> wu-ftpd[28359]: exiting on signal 11: Segmentation fault
> 
> Before I upgraded from stable to frozen my FTP daemon (wu-ftpd-academ then)
> was rock solid (I have FTP guests on my box 24 hours per day, from 10 users
> max to 25 max.) Now I have the above errors.
> 
> When I learnt about the recently published buffer-overflow bug in wu-ftpd, I
> thought this was the reason, so I immediately installed the fixed version
> (2.6.0-5.1.) But to no avail, the crashes still occur. :-(((
> 
> I'm running wu-ftpd from xinetd as follows:
> 
> service ftp
> {
> socket_type = stream
> protocol= tcp
> wait= no
> user= root
> server  = /usr/sbin/wu-ftpd
> instances   = 30
> log_type= SYSLOG local6
> log_on_failure += HOST
> }
> 
> Any idea what's causing this? My system is completely "frozen" (i.e. Debian-
> version-like :-)
> 
> Thanks,
> 
> Ralf
>



logrotate depends on mailx - mailx does not appear to be available (woody)

2000-06-27 Thread Lee Revell
Hello,

I did apt-get update the other day, which informed me that the mailx
package was 'obsolete', so of course I purged it.  Logrotate apparently
depended on this package, so I got rid of it too.  Now when I try to
install logrotate again it says 

logrotate depends on mailx
mailx does not appear to be available

So how in the heck am I supposed to rotate my logs now?

Lee



Re: VMWare, Samba, and Slink

2000-06-15 Thread Lee Revell
With VMWare 2.0 on my box (Celeron 300A @ 450mhz, 320MB RAM, Quantum 10K
RPM LVD SCSI drive on an AHA2940U2W, TNT2 Ultra w/ 32MB video ram),
Win98 SE is sluggish but usable, like on a P233.  The thing that really
kills usability for me is that the mouse is slow to respond - there is a
noticeable latency between moving the thing and seeing the pointer
move.  I couldn't come up with a way to fix this.  Word, IE, etc. seem
to take only a little longer to load that in native Win98, but that damn
latency keeps reminding you that it's not native Windows.  If they can
fix it with the mouse it would be tolerable for most other things.  It's
like going back to dialup after getting used to DSL - a hassle but you
can get things done if need be.  But it beats the hell out of having to
reboot to use Word.

HTH,

rlr

Jeff Noxon wrote:
>
> Is VMWare 2.0 significantly faster than 1.x?  I used it for a while and
> gave up.
>



Upgrade Red Hat -> Debian without losing /home?

2000-06-12 Thread Lee Revell
Hello,

I have an old Ultrasparc with Red Hat 6.2 on it, which on this box is at
least as unstable as anything from Microsoft.  Networking will
mysteriously stop working every few weeks for no reason.  Changing
kernels has no effect.  Maximized windows cover up the GNOME panel
regardless of my settings.  The only solution I have found is to
periodically reinstall.  Can I replace RH with Debian without losing
/home?  Everything is on one big partition, and the machine doesn't have
a floppy.

Thanks,

rlr



Re: purging X from debian installation

2000-06-09 Thread Lee Revell
I am having basically the same problem, except that I built XFree86 4.0
from source and I use that as my X server.  Almost all packages built
against the older X libraries work fine, but dselect keeps bugging me to
install these packages.  Is there a way to get it to stop bugging me
once and for all, instead of having to override dselect's
recommendations every time?

w trillich wrote:
> 
> i'll wind up reformatting and reinstalling, i can tell.
> 
> i'm trying to get xwindows stuff off the hard drive, and
> use only ncurses console/telnet/ssh interaction, and
> server software -- but when i try to zap the xlib6 packages
> (xlib6 and xlib6g) it wants to remove elvis, perlmagick/
> libmagick and a few other non-X-dependent items:
>



Re: port 27374

2000-06-09 Thread Lee Revell
Just a guess, but maybe they don't like people who sent HTML mail?

> Joseph Kafka wrote:
> 
> Hello, I have been the subject of repeated scans of port 27374 on
> my system by the same IP address, over and over again.What
> might their intent be? Please advise. [EMAIL PROTECTED]



potato libdb2 package missing from all ftp mirrors

2000-06-09 Thread Lee Revell
Hello,

I am trying to upgrade from Debian 2.1 to 2.2, and I am having a
problem.  The libdb2 package upon which many others depend is not in the
right place on any debian mirror.  All the links from the package
download page on www.debian.org are broken.  This is the error that
apt-get upgrade gives me:

Get:1 ftp://ftp.us.debian.org unstable/main libdb2 2:2.4.14-2.7.7.1.c
[136kB]
Err ftp://ftp.us.debian.org unstable/main libdb2 2:2.4.14-2.7.7.1.c
  Unable to fetch file, server said
'/debian/dists/unstable/main/binary-i386/libs/libdb2_2.4.14-2.7.7.1.c.deb:
No such file or directory.

The only libdb2 package available in the above location is
libdb2.6_2.6.4-9.deb which is not the right one.

Any ideas?

rlr