Re: named on aliased IPs?

1999-12-18 Thread JWalsh
Yup, Either way will work. By default named binds to all interfaces. If you want multiple instances of named on separate interfaces then they each must have separate named.conf files. Within each named.conf the global options 'directory', 'listen-on', and 'pid-file' should each be uniquely define

Re: How to check what ports are being used??

1999-12-18 Thread JWalsh
This file specifies well known ports which the services listed use. It does not indicate what services are supposed to be running. And it isn't necessarily accurate if the administrator chooses to specify a different port for a given service. J. > The file /etc/services lists the services that ar

Re: Protocol -Reject messages

1999-12-05 Thread JWalsh
According to my reading, two of these aren't even valid: "PPP DLL Protocol Numbers Consistent with ISO3309, all protocols MUST be assigned such that the least significant bit of the most significant octet equals 0, and the least significant bit of the least significant octet equals 1." This rule

Re: how to control $HOSTNAME Please Help!

1999-12-01 Thread JWALSH
It is as simple as setting it in the /etc/sysconfig/network file. J. On Wed, 1 Dec 1999, a mole wrote: > On Tue, 30 Nov 1999, Tom Savage wrote: > > > This little problem is driving me crazy! > > I'm the original poster of this question and have not got an answer yet!!! > > In a nutshell here is

Re: Stopping Pictures

1999-11-29 Thread JWalsh
Use procmail to scan the attachments. Use a procmail script to look for the magic numbers of various image formats. It could make use of the 'file' command, which would report whether or not the file fits such a image format. It could then strip these attachments out for storage or the bit bucket.

Re: PCI audio (es1371) broken??? Kernel 2.2.12

1999-11-28 Thread JWalsh
yes,Yes,YES!!! I posted this same problem three days ago. Please tell me where I can read up on this myself. J. On Fri, 26 Nov 1999, JenEric wrote: > Date: Fri, 26 Nov 1999 23:30:59 -0500 > From: JenEric <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: PCI audio (es1371) broken??? Kernel 2

re: ES1370 sound driver

1999-11-25 Thread JWalsh
Yes I did. sndconfig will recognize and enter the correct module into the conf.modules. However, when it uses sox to try and play a sample, sox hangs there forever. I have to Ctrl-C it. > Did you try sndconfig ? That works. > Larry > Happy Turkey Day. > > > -- To unsubscribe: mail [EMAIL P

Re: Changing identity in Pine

1999-11-25 Thread JWalsh
used this though, so i'm 100% sure. > > Cheers, > > Iain Wade - Optus Internet > Email: [EMAIL PROTECTED] > > -Original Message- > From: JWalsh <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Thursday, 25 November 1999 17:17

ES1370 sound driver

1999-11-24 Thread JWalsh
Okay my funky bretheren I've got an ensoniq card using the es1370 chipset. I've read every doc on sound, modules, hardware, boot params and have come to this setup: modprobe soundcore modprobe soundlow modprobe sound modprobe es1370 lsmod reports: Module Size Used by es1370

Changing identity in Pine

1999-11-24 Thread JWalsh
Before I go programming this myself, I want to double check with all you cool folks out there. I access several imap accounts from my pine session. It would be immensely useful when replying from one of these imap accounts to have the FROM field reflect THAT imap user name, not the pine configured

Re: thanks for the replies everyone (fwd)

1999-11-20 Thread jwalsh
It was for your remark on it being so quiet. I was musing that perhaps everyone began taking the time to RTFM before posting, thus answering their own questions. Didn't mean to hurt a tender ego. Sorry. J. On Sat, 20 Nov 1999, UNIXMAN wrote: > what are you trying to say you idiot? > > > On F

testing - ignore

1999-11-09 Thread jwalsh
-- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: Changing SCSI Disk controllers ??? HELP

1999-11-06 Thread jwalsh
What kind of controllers are they? What chipsets do they use? Do you have the SCSI support for them in your kernel or loaded as modules? J. On Fri, 5 Nov 1999, Ian Dobson wrote: > I want to change the SCSI adapter from and adaptec ISA to a PCI > SCSI adapter > > I do boot from this adapter fine

Re: swap

1999-11-03 Thread jwalsh
What version of Redhat(i.e. mkswap) are you using? Older versions only recognize partitions as large as 128Mb. 6.x versions I know support larger swaps by default. J. > Hi, > When I installed I made a swap partition of 250 Megs, but it seems that > linux is only showing 130 Megs. > > Is there a

RE: intermittent network outage

1999-11-03 Thread jwalsh
I have this problem as well, but not so intense. I experience 10 to 30 second gaps where my telnet connection hangs then everything returns to normal. I traceroute all the way up to the ADSL getway each time. Happens a couple times a day. > > When this happens, I run traceroute and see that the t

Re: samba on 6.1

1999-11-03 Thread jwalsh
Read the man pages. Win 98 uses encrypted authentication. You need to properly configure smb.conf You cannot just start it and expect it to work properly across all clients. J. On Wed, 3 Nov 1999, MANUEL SILVEYRA wrote: > I just recently installed 6.1 on my computer. I chose to install > everth

Re: Old Dell Poweredge Server

1999-11-03 Thread jwalsh
The driver for the NCR710 chipset is 53c7,8xx.o This may work for the 810 chipset as the module name implies. If not, try the ncr53c8xx.o module Peruse the source code for each to be sure, I gave them only a brief overview. In any case this should put you on the right track. J. On Wed, 3 Nov 199

Re: Off Topic:changing case on a bunch of files

1999-11-03 Thread jwalsh
use the tr command in a script: echo $filename | tr [:upper:] [:lower:] J. On Wed, 3 Nov 1999, Patrick Colbeck wrote: > Reply-To: > Hi > > I need to change a load of filenames from upper to lower case. I used to > have a util that did this but have lost it (a perl script I seem to > remeb

Re: ISP says "Don't Worry"

1999-01-04 Thread jwalsh
Ports 513 and 161 are used for broadcast services rwhod and snmpd. I very much doubt you are getting port scanned. Examining your snippet of logs, you are getting the 513 every 3 minutes which corresponds exactly with the rwhod service. It's wrong of your ISP to have such a lax attitude toward po

Re: problems with ethernet card

1999-01-02 Thread jwalsh
: > On Tue, Nov 02, 1999 at 08:45:33PM -0500, jwalsh wrote: > > use the xcvr parameter with your module. > > A comma delimited list, one for each card of that type. > > 0 = 10bt > > 1= aui > > 2 = unknown > > 3 = bnc > > insmod 3c509.o io=blah,blah irq=b

Re: dd sends error at the end of a read of a SCSI -CD

1999-01-02 Thread jwalsh
try specifying the number of blocks and the block size. This will tell dd when to stop specifically. You are probably running past the EOF. J. On Thu, 4 Nov 1999, johnsj20 wrote: > Hello, > I have been having a problem making iso images with dd on my cdroms. I get > an i/o error at the end of

Re: find-command

1999-01-02 Thread jwalsh
The error message is saying the find command isn't found? Even if it didn't find your file, there should be plenty of others matching that pattern. I can only assume the message read the command wasn't found, which case it is a path problem or library problem. J. On Wed, 3 Nov 1999, Mike Friedric