bpf api

2000-11-10 Thread nitin jain
hi everybody, Is there any way to do multicasting using BPF api. Get free email and a permanent address at http://www.netaddress.com/?N=1 ___ Redhat-list mailing list [EMAIL

rh7.0 and keyboard

2000-11-10 Thread Wahid Belhaouane
Hi... I installed redhat 7.0 It is strange , the backspace doesn't work any more using X, also some characters as the pipe (alt gr 6). Did it happen to anyone? Thanks. Wahid. ___ Redhat-list mailing list [EMAIL PROTECTED]

[RH6.1]: SMTP connect to localhost failed ??

2000-11-10 Thread mjbjr
RH6.1, last full update about 2 weeks ago. I've started to get a situation where outgoing mail is no problem, but incoming mail fails (fetchmail, direct from other machines on the LAN) with the message: SMTP connect to localhost failed A week or so ago, I started getting these messages,

Re: [RH6.1]: SMTP connect to localhost failed ??

2000-11-10 Thread Martin Brown
On Fri, 10 Nov 2000 [EMAIL PROTECTED] wrote: RH6.1, last full update about 2 weeks ago. I've started to get a situation where outgoing mail is no problem, but incoming mail fails (fetchmail, direct from other machines on the LAN) with the message: SMTP connect to localhost failed

Re: KDE2

2000-11-10 Thread Wahid Belhaouane
I installed kde2 under redhat 7.0 it is true , difficult to install it. first when i installed qt , it required libmng.so.0 i installed all packages (rpm) of libmng of rehat 6.0 (absent in redhat 7.0) after that i installed kdesupport , kdelibs and the others. i used kpackage , and i checked off

2.4.0-test10 kernel compilation

2000-11-10 Thread Corisen
hi, i'm currently running RH7, with 2.2.16-22 kernel, gcc 2.96 on a Sharp Actius 250 notebook. i've manged to successfully compile 2.4.0-test10 kernel. however, upon startup there are some failed/error messages: 1. finding module dependencies: depmod *** Unresolved symbols in

Re: KDE2

2000-11-10 Thread Wahid Belhaouane
sorry libmng of rh6.2 not 6.0 Wahid Wahid Belhaouane wrote: I installed kde2 under redhat 7.0 it is true , difficult to install it. first when i installed qt , it required libmng.so.0 i installed all packages (rpm) of libmng of rehat 6.0 (absent in redhat 7.0) after that i installed

Re: KDE2

2000-11-10 Thread Bernhard Rosenkraenzer
On Fri, 10 Nov 2000, Wahid Belhaouane wrote: I installed kde2 under redhat 7.0 it is true , difficult to install it. first when i installed qt , it required libmng.so.0 i installed all packages (rpm) of libmng of rehat 6.0 (absent in redhat 7.0) Oops, I forgot to upload the package...

Re: RedHat 7 - original source .config file

2000-11-10 Thread kwood
/usr/src/linux-x/configs There should be a few there. Kevin Ed Lazor wrote: Anyone know where to get the .config file that's used to compile the version of the 2.2.16-22 kernel that comes with RedHat 7? I'm trying to compile ip_masq_icq and it needs it. Thanks =) -Ed

install modules

2000-11-10 Thread Corisen
hi, i've complied a realtek network card driver 8319too.c on a machine. i copied the 8139too.o file to another machine and try to install it as a lodable module using "insmod 8139too.o" command. serveral lines of "unresolved symbol" messages was displayed. what should be the right procedure to

Re: install modules

2000-11-10 Thread Mikkel L. Ellertson
On Fri, 10 Nov 2000, Corisen wrote: hi, i've complied a realtek network card driver 8319too.c on a machine. i copied the 8139too.o file to another machine and try to install it as a lodable module using "insmod 8139too.o" command. serveral lines of "unresolved symbol" messages was

Re: load-balance ppp?

2000-11-10 Thread sugarboy
On Fri, 10 Nov 2000, Adam J . Clark wrote: Good question, I'm not sure of any elegant solution for this with just linux and a couple of modems, but the one thought that crossed my mind was that, even though it's probably the least elegant way of doing it, you could setup two ppp

Re: RedHat 7 - original source .config file

2000-11-10 Thread Charles Galpin
make oldconfig On Fri, 10 Nov 2000, Ed Lazor wrote: Anyone know where to get the .config file that's used to compile the version of the 2.2.16-22 kernel that comes with RedHat 7? I'm trying to compile ip_masq_icq and it needs it. Thanks =) -Ed

RE: 2.4.0-test10 kernel compilation

2000-11-10 Thread Jason Holland
What version of modutils are you using? Take a look at Documentation/Changes in your 2.4 source tree, it lists some important information about software versions when running the 2.4 kernels. Also, there are many known issues when compiling 2.4 kernels with gcc 2.96. In other words, don't do

Delete all in 1 time at SendMail

2000-11-10 Thread Alson Wong
Hello, I am new to linux system. I have setup a cronjob on my server, andone of my email account received 1000+ message from cronjob everyday. How do I delete all these message ? I mean, any command line to type ? Or , what command should I use to delete ALL mail at once. rather than

Re: telnet as root

2000-11-10 Thread Tyler Owen
Thank you everyone for your help. And also for your unwanted parental guidence. Yes I know about SSH, su, sudo, etc. Like I said in my original post that I simply wanted to know how to allow it, not to actually implement it On Fri, 10 Nov 2000 01:44:58 Michael H. Warfield wrote: On Fri,

(no subject)

2000-11-10 Thread Bernhard R. Erdmann
Your email Delete all in 1 time at SendMail, Fri, 10 Nov 2000 21:46:32 +0800 containing HTML junk is not wanted here. It has been bounced without human intervention. -- This is a copy of the message, including all the headers. -- Received: from ente.berdmann.de ([192.168.1.6]

FTP entries in 'last'

2000-11-10 Thread Fred Edmister
Good morning everyone! Thank you all for the help yesterday with my hacker attempt. I have (yet another) question Does anyone know why I have ftp login's in the middle of the night?? ftp ftpd8565 64.45.30.177 Fri Nov 10 03:51 - 03:53 (00:02) I disabled the

RE: FTP entries in 'last'

2000-11-10 Thread Jason Holland
You could try this. In your /etc/hosts.deny file in.ftpd: 64.45.30.177 # block this specific ip address or in.ftpd: 64.45.30.# block everyone on this subnet Also, this looks like someone came in as ftpd8565, is that an account on the box?? Jason Good morning everyone!

RE: FTP entries in 'last'

2000-11-10 Thread Jason Holland
Ooops, that was the output from last. I would do this if you want to disable all ftp using that account. In your /etc/ftpusers file, add the line "ftp" in it. Usernames appearing in this file will not have access to ftp. I am not sure what linuxconf does to disable ftp, but check that file.

RE: 2.4.0-test10 kernel compilation

2000-11-10 Thread Matthews, John
I've used kernel 2.4.0-test2 and 2.4.0-test8 on two machines, both have the same error NFS lockd failing. Sorry I can't help with how to fix it. -Original Message- From: Corisen [mailto:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 6:43 AM To: [EMAIL PROTECTED] Subject:

RE: FTP entries in 'last'

2000-11-10 Thread Fred Edmister
Yes, that was the output from 'last' :) It's understandable though... It's early, and I'm still on my first cup of coffee too. LOL Thanks for the advice! I added the name, and tried to ftp in and telnet in using the ftp username, and tada!! Dumped! Thanks again! And

Re: Our machines are being used for SPAMmore mailspoof.txt

2000-11-10 Thread Greg Wright
*** REPLY SEPARATOR *** On 10/11/00 at 9:27 Kevin Tyle wrote: Hi, Some folks have begun receiving email from non-existent users on one of our machines. It looks like this: Date: Thu, 09 Nov 00 19:11:27 EST From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL

RE: Delete all in 1 time at SendMail

2000-11-10 Thread Ounsted, Toby
d 1-1000 -Original Message- From: Alson Wong [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Sent: 10 November 2000 13:47 To: [EMAIL PROTECTED] Subject: Delete all in 1 time at SendMail Hello, I am new to linux system. I have setup a cronjob on my server, and one of my email

Re: Delete all in 1 time at SendMail

2000-11-10 Thread Thomas Ribbrock
On Fri, Nov 10, 2000 at 09:46:32PM +0800, Alson Wong wrote: [...] The best is, how do I send cronjobs not to send email to me ?? cron (which is the daemon executing the cron jobs) will send you mail whenever the script produces some output. Hence, the easiest way to stop the mails is to get

Re: Ownerships??

2000-11-10 Thread Thomas Ribbrock
On Fri, Nov 10, 2000 at 09:58:17AM -0500, Fred Edmister wrote: [...] 550:include:/home/osyrys/dasch ... Cannot open /home/osyrys/dasch: Permission denied [...] What are the permissions on /home/osyrys ? Is it world-readable? Cheerio, Thomas -- "Look, Ma, no obsolete quotes and

Re: Ownerships??

2000-11-10 Thread Fred Edmister
That was it. The directory permissions... LOL DUH! Sorry about that. Thanks a bunch! Fred At 03:02 PM 11/10/00 +, you wrote: On Fri, Nov 10, 2000 at 09:58:17AM -0500, Fred Edmister wrote: [...] 550:include:/home/osyrys/dasch ... Cannot open /home/osyrys/dasch:

Re: Ownerships??

2000-11-10 Thread Greg Wright
*** REPLY SEPARATOR *** On 10/11/00 at 9:58 Fred Edmister wrote: Hey everyone... Sorry to keep pestering... One quick question. I need to create an email for one of my domains that has the [EMAIL PROTECTED] sent to 2 addresses at the same time I created the alias, and

Re: Ownerships??

2000-11-10 Thread Greg Wright
*** REPLY SEPARATOR *** On 10/11/00 at 10:11 Fred Edmister wrote: That was it. The directory permissions... LOL DUH! Sorry about that. Thanks a bunch! Yeah?, what was in/home/osyrys/dasch , a text file? if yes, what MTA do you have and what did you place in the

Re: Our machines are being used for SPAMmore mailspoof.txt

2000-11-10 Thread Charles Galpin
yes, I totally agree with Greg. Denying relaying by domain name is just plain silly. gte.net over here does this. So anyone can use their mail servers to send spam as long as they say they are [EMAIL PROTECTED] You are effectively an open relay! Only allow sending from IPs in your subnet, or

RE: 2.4.0-test10 kernel compilation

2000-11-10 Thread csyap
thanks for the advice. what changes must be made in the Makefile and other files in order to use kgcc instead of gcc 2.96? Quoting Jason Holland [EMAIL PROTECTED]: What version of modutils are you using? Take a look at Documentation/Changes in your 2.4 source tree, it lists some

Re: Our machines are being used for SPAM!

2000-11-10 Thread Kevin Tyle
Thanks for that reply Bernhard, it makes sense. Can someone help me interpret the headers shown below? I'm trying to understand the evolution of this message's path. Particularly, the line that shows that lmail.kimex.com.mx received this message from bravo.meso.com. That seems to imply that

RE: 2.4.0-test10 kernel compilation

2000-11-10 Thread Jason Holland
Well, the CC line needs to be kgcc instead of gcc. I think there are 2 references to it. Jason thanks for the advice. what changes must be made in the Makefile and other files in order to use kgcc instead of gcc 2.96? Quoting Jason Holland [EMAIL PROTECTED]: What version of modutils

RE: Smart Friendly CD-RW on Linux?

2000-11-10 Thread Manuel A. Camacho Q.
I have an SF working with gcombust. It works fine. I had to change the original SCSI adapter for an AdvanSys, as I never got the original to work under Linux. I also had troubles with xcdroast recognizing the drive, but once I changed to gcombust, everything worked fine (why? no idea... AFAIK

RE: Smart Friendly CD-RW on Linux?

2000-11-10 Thread Manuel A. Camacho Q.
Also,if I recall, SF drives were strictly IDE...and my understanding is that there's some finagling you need to do to get IDE drives to be accessed via a SCSI kludge under Linux. Nop. Mine is SCSI, and actually I had to change to another SCSI adapter to make it work under Linux. -Manuel.

RE: rh7.0 and keyboard

2000-11-10 Thread Manuel A. Camacho Q.
Do they work in text mode? You may try kbdconfig in text mode and edit xf86config to get the keybd setup you require. -Manuel. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Wahid Belhaouane Enviado el: Viernes, 10 de Noviembre de 2000 05:00 a.m.

RE: 2.4.0-test10 kernel compilation

2000-11-10 Thread csyap
i'm using modutils 2.3.14 (comes with RH7). i've downloaded the egcs1.1.2 file. do u suggest that install egcs1.1.2 or use kgcc? how can i patch egcs to lastest 1.1.2 version using .diff file provided? if using kgcc, what changes/command shout i run to make dep bzImage? your help is really

Re: Our machines are being used for SPAM!

2000-11-10 Thread lee
Kevin Tyle wrote: Thanks for that reply Bernhard, it makes sense. Can someone help me interpret the headers shown below? I'm trying to understand the evolution of this message's path. Particularly, the line that shows that lmail.kimex.com.mx received this message from bravo.meso.com.

RE: 2.4.0-test10 kernel compilation

2000-11-10 Thread Jason Holland
the kgcc rpm included with rh 7.0 is egcs. there are no other changes required, other than changing all the gcc instances in Makefile to kgcc. Jason i'm using modutils 2.3.14 (comes with RH7). i've downloaded the egcs1.1.2 file. do u suggest that install egcs1.1.2 or use kgcc? how can i

Library files

2000-11-10 Thread Muhammad Asif
how can we build library file (.so) for a linux ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Server slowing down.

2000-11-10 Thread Scott Skrogstad
I have a virtual mail server that all of a sudden it is slowing down. I go to telnet in and it takes for ever to come up. Then after I am in it is working fine. If I reboot the server I can telnet into it just fine then after awhile boom it slows down again. When I look at top the server is

cdrom-mount issue

2000-11-10 Thread Tundra
I recently purchased a CD-rw device. I installed it. The CD subsequently was able to be mounted properly and info read off of appropriate type of CD's. It also played music correctly. I tried that night to enable its "write" feature that night. I was unsuccessful. While getting ready to

Re: Primary and Alternate Web Site

2000-11-10 Thread Bill Carlson
On Thu, 9 Nov 2000, Ed Lazor wrote: What you need is the second server to assume the primary server's IP address. What if they the two servers are at different ISP's? This is a sticky problem, one that I've been working on for a year (off and on). When a DNS entry points to more than

Re: Wierd Happenings....

2000-11-10 Thread Bill Carlson
On Thu, 9 Nov 2000, Thomas Ribbrock wrote: On Thu, Nov 09, 2000 at 09:46:08AM -0600, Bill Carlson wrote: [...] So, is there a consensus, should rpm -Va be trusted after a successful attack? I'd say, the easiest way to accomplish that would be to take a copy of the RPM database (onto an

Re: (no subject)

2000-11-10 Thread Gordon Messmer
On Fri, 10 Nov 2000, Bernhard R. Erdmann wrote: Your email Delete all in 1 time at SendMail, Fri, 10 Nov 2000 21:46:32 +0800 containing HTML junk is not wanted here. It has been bounced without human intervention. Someone _please_ tell me that this won't start flooding the mail list.

RE: 2.4.0-test10 kernel compilation

2000-11-10 Thread Gordon Messmer
On Fri, 10 Nov 2000, Jason Holland wrote: there are many known issues when compiling 2.4 kernels with gcc 2.96. In other words, don't do it. And where are these documented? Red Hat is intentionally building their 2.4 kernels with gcc 2.96. I built mine this way as well, and have not yet

Re: how to tell if SSH is compiled with X ?

2000-11-10 Thread Michael R. Jinks
Don't forget about ssh -v, either. Very informative when you can't figure out what's going wrong. Roy wrote: At 05:53 PM 11/9/2000 -0600, you wrote: Roy Harrison wrote: How can I tell if sshd2 is compiled with X forwarding? Well, one way would be to enable it in the config file

HA clustering

2000-11-10 Thread Max Gribov
hi, our company finally decided that we need to cluster our web/email servers through high availability, load balanced cluster. i read an article in linux journal (may 9 2000) on the subject, but that did not seem like enough information. could anyone point me to right articles/books/software on

Re: Ownerships??

2000-11-10 Thread Fred Edmister
Yes, the file is just straight text, with the list of email addresses (one on each line)... The line in /etc/aliases is just simply dasch: :include:/home/dasch and it works fine... Almost like majordomo works, only without the headaches :) Simple as that, and it worked... I did

RE: 2.4.0-test10 kernel compilation

2000-11-10 Thread Jason Holland
The known issues are documented in emails on the Linux Kernel mailing list. gcc 2.96 is a snapshot of a development version of gcc 3.0. If you read this http://www.redhat.com/support/docs/gotchas/7.0/gotchas-7-6.html#ss6.1 Redhat recommends using kgcc to build kernels. I seriously doubt they

RE: 2.4.0-test10 kernel compilation

2000-11-10 Thread Gordon Messmer
On Fri, 10 Nov 2000, Jason Holland wrote: The known issues are documented in emails on the Linux Kernel mailing list. gcc 2.96 is a snapshot of a development version of gcc 3.0. If you read this http://www.redhat.com/support/docs/gotchas/7.0/gotchas-7-6.html#ss6.1 That "gotcha" is with

Re: Smart Friendly CD-RW on Linux?

2000-11-10 Thread John Aldrich
On Thu, 09 Nov 2000, Ed Lazor wrote: Anyone ever get a Smart Friendly CD-RW burner working under linux? If so, how'd you do it? I have one of these drives and their company has closed. Most SF burners are simply re-labled. I've got a SCSI Smart Friendly burner which works just fine

Re: Smart Friendly CD-RW on Linux?

2000-11-10 Thread John Aldrich
On Thu, 09 Nov 2000, [EMAIL PROTECTED] wrote: Any idea who actually manufactured the drive? SF didn't build their own...just packaged others. Also,if I recall, SF drives were strictly IDE...and my understanding is that there's some finagling you need to do to get IDE drives to be accessed

Re: Smart Friendly CD-RW on Linux?

2000-11-10 Thread John Aldrich
On Thu, 09 Nov 2000, Ed Lazor wrote: At 05:15 PM 11/9/2000 -0500, you wrote: Any idea who actually manufactured the drive? SF didn't build their own...just packaged others. Interesting... I didn't know that. I just looked and it says Manufactured at Y.P. - Made in Japan. Also,if I

RE: 2.4.0-test10 kernel compilation

2000-11-10 Thread Jason Holland
http://www.uwsg.indiana.edu/hypermail/linux/kernel/0009.3/1157.html and follow the thread around. The gotcha page says "This information only applies to pristine source, downloaded from a site such as kernel.org, as the changes necessary to compile have already been made to the source from the

Re: cdrom-mount issue

2000-11-10 Thread Mikkel L. Ellertson
On Fri, 10 Nov 2000, Tundra wrote: I recently purchased a CD-rw device. I installed it. The CD subsequently was able to be mounted properly and info read off of appropriate type of CD's. It also played music correctly. I tried that night to enable its "write" feature that night. I was

Re: Our machines are being used for SPAMmore mailspoof.txt

2000-11-10 Thread John Aldrich
On Fri, 10 Nov 2000, Kevin Tyle wrote: Hi, Some folks have begun receiving email from non-existent users on one of our machines. It looks like this: Date: Thu, 09 Nov 00 19:11:27 EST From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: hi text deleted

Re: Wierd Happenings....

2000-11-10 Thread Thomas Ribbrock
On Fri, Nov 10, 2000 at 08:54:53AM -0600, Bill Carlson wrote: Other than that my guess would be that if up to now noone has yet changed that database, it's probably only a matter of time until they start doing so... (Hm, wouldn't it suffice to simply delete the database to foil using rpm

Re: 2.4.0-test10 kernel compilation

2000-11-10 Thread Gordon Messmer
On Fri, 10 Nov 2000, Corisen wrote: i've manged to successfully compile 2.4.0-test10 kernel. however, upon startup there are some failed/error messages: I have working RPMs (Red Hat style with advanced router) at ftp://duke.eburg.com/pub/linux/redhat-7.x-mycontrib/ Try installing them and see

RE: 2.4.0-test10 kernel compilation

2000-11-10 Thread Gordon Messmer
On Fri, 10 Nov 2000, Jason Holland wrote: http://www.uwsg.indiana.edu/hypermail/linux/kernel/0009.3/1157.html and follow the thread around. The gotcha page says I've seen that thread before. It does not relate to compiling kernel 2.4 with gcc 2.96 at all. You might also notice that Alan

Remote X Windows Connections..........?

2000-11-10 Thread SABowling
Can I connect to my machine from a remote location and use the X Windows (kde) interface, instead of telnet? Say this might be from either Windows or MacOX 9/X. Sorry if this question has been tackled numerous times before, I don't current have i-net access (other than e-mail) at my current

Re: Remote X Windows Connections..........?

2000-11-10 Thread Todd A. Jacobs
On Fri, 10 Nov 2000 [EMAIL PROTECTED] wrote: Can I connect to my machine from a remote location and use the X Windows (kde) interface, instead of telnet? Say this might be from either Windows or MacOX 9/X. It's very inefficient to do so. It can be done by running the X server remotely

SUMMARY: printing directly to port 9100

2000-11-10 Thread Dan Kirkpatrick
I'm not done by far, but here's a quick summary for those who gave suggestions... Under Digital Unix the printing to port 9100 works correctly when the printcap prints to :lp=@205hp5si/hpnet:\ (where hpnet is 9100 is defined in /etc/services). The only problem here is the built-in accounting

Starting System Logger [FAILED]

2000-11-10 Thread Patrick Kelly
I have a RedHat 6.2 install. When the boot process list the starting of services, the system logger reports that it fails. When I run top, I see syslogd running, but I cannot find the systemlog in the /log . I've pulled the etc/syslog.conf file from a working machine with the same result. can

Re: Remote X Windows Connections..........?

2000-11-10 Thread Michael R. Jinks
[EMAIL PROTECTED] wrote: Can I connect to my machine from a remote location and use the X Windows (kde) interface, instead of telnet? Say this might be from either Windows or MacOX 9/X. In a word, yes. How you go about it can vary. If your client machine is a stupi^H^H^H^H^Hnon-Unix

Re: HA clustering

2000-11-10 Thread Marco Shaw
I would start at the link below until you can tell us a little more about what you're looking for, how much money is involved, etc. www.linux-ha.org Marco - Original Message - From: "Max Gribov" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 10, 2000 12:34 PM Subject:

ipchains packet monitoring

2000-11-10 Thread Lee Howard
I have a line: kern.=info /var/log/ipchains in my /etc/syslog.conf file to route ipchains packet forwarding information to the given file. This is working well. However... the same information is *still* going to /var/log/messages, and I do not want this to happen. I monitor

Re: ipchains packet monitoring

2000-11-10 Thread Marco Shaw
A full dump of your /etc/syslog.conf would be appropriate. You could possibly have a '*' somewhere to indicate everything... Marco - Original Message - From: "Lee Howard" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 10, 2000 3:54 PM Subject: ipchains packet monitoring

Re: ipchains packet monitoring

2000-11-10 Thread Lee Howard
Here's the problem line: *.info;mail.none;news.none;authpriv.none/var/log/messages How do I change that *.info to not include kern=.info ? Thanks. Lee. At 05:07 PM 11/10/00 -0400, Marco Shaw wrote: A full dump of your /etc/syslog.conf would be appropriate. You could

Re: ipchains packet monitoring

2000-11-10 Thread Marco Shaw
You do it the hard way... You'll have to write *every* facility in that file, and chose where to/not to log ('man syslog.conf'). Marco - Original Message - From: "Lee Howard" [EMAIL PROTECTED] To: "Marco Shaw" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, November 10, 2000

Re: ipchains packet monitoring

2000-11-10 Thread Mikkel L. Ellertson
On Fri, 10 Nov 2000, Lee Howard wrote: Here's the problem line: *.info;mail.none;news.none;authpriv.none/var/log/messages How do I change that *.info to not include kern=.info ? Thanks. Lee. Try changing it to: *.info;kern.!=info;mail.none;news.none;authpriv.none

Re: Starting System Logger [FAILED]

2000-11-10 Thread Mikkel L. Ellertson
On Fri, 10 Nov 2000, Patrick Kelly wrote: I have a RedHat 6.2 install. When the boot process list the starting of services, the system logger reports that it fails. When I run top, I see syslogd running, but I cannot find the systemlog in the /log . I've pulled the etc/syslog.conf file

Re: ipchains packet monitoring

2000-11-10 Thread Lee Howard
At 03:56 PM 11/10/00 -0600, Mikkel L. Ellertson wrote: On Fri, 10 Nov 2000, Lee Howard wrote: Here's the problem line: *.info;mail.none;news.none;authpriv.none/var/log/messages How do I change that *.info to not include kern=.info ? Thanks. Lee. Try changing it

RE: Remote X Windows Connections..........?

2000-11-10 Thread Uncle Meat
On 10-Nov-2000 [EMAIL PROTECTED] opined: Can I connect to my machine from a remote location and use the X Windows (kde) interface, instead of telnet? Say this might be from either Windows or MacOX 9/X. Sorry if this question has been tackled numerous times before, I don't current have

RE: Remote X Windows Connections..........?

2000-11-10 Thread rpjday
On Fri, 10 Nov 2000, Uncle Meat wrote: Look up vnc (can't recall the URL but a search of google will find it www.uk.research.att.com/software.html rday ___ Redhat-list mailing list [EMAIL PROTECTED]

Dropping Route

2000-11-10 Thread Scott Skrogstad
One of my 6.2 servers just started the other day droping off my network. I own three Class C's and all of a sudden this server was unable to see the other two networks. I reboot and all is fine for a while then boom the same thing. I have applied the new bind and apache and also most of the

Re: Dropping Route

2000-11-10 Thread Marco Shaw
The last thing to consider is upgrading applications such as BIND/Apache. Check the routing on the server when it 'fails', check the server logs on that machine, and *more* importantly, consider upgrading the kernel if you're running a stock 6.2 install. And check the cabling, hub, router, etc.

Re: Smart Friendly CD-RW on Linux?

2000-11-10 Thread Leonard den Ottolander
Hello Ed, I have the original SCSI adapter and the drive. How would you recommend I approach getting it setup? Writing CD's when using a SCSI R/W drive is really easy. Apart from the fact that somebody suggested that the SF host adapter might give you some trouble there

Re: Remote X Windows Connections..........?

2000-11-10 Thread Ray Parish
www.tridiavnc.com Ray Parish, RHCE - Original Message - From: "rpjday" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 10, 2000 6:01 PM Subject: RE: Remote X Windows Connections..? On Fri, 10 Nov 2000, Uncle Meat wrote: Look up vnc (can't recall the URL

Re: (no subject)

2000-11-10 Thread Leonard den Ottolander
Hello Bernhard, Very nice you send this back to the list. Thanks a lot. Leonard. Your email Delete all in 1 time at SendMail, Fri, 10 Nov 2000 21:46:32 +0800 containing HTML junk is not wanted here. It has been bounced without human

Re: kernel tar ball on RH 7

2000-11-10 Thread Leonard den Ottolander
Hi Hossein, Has anyone been able to compile a kernel (any kernel; RPM or tar ball) on RH 7? I did edit the main Makefile and tried both gcc and kgcc to no avail. Why would you edit the Makefile? I suggest you don't. Try running make menuconfig. If you can't compile a kernel

OT: need help to verify email header info.........

2000-11-10 Thread lee
Kevin Tyle wrote: Thanks for that reply Bernhard, it makes sense. Can someone help me interpret the headers shown below? I need some help as well folks ,,,if anyone knows feel free to contact me directly at: [EMAIL PROTECTED] I am moderator/owner of a list at egroups and I suspect with

Re: OT: need help to verify email header info.........

2000-11-10 Thread John Aldrich
Spamcop likes 216.67.71.57 as the host/originating system. You can't go by the from, reply-to or to headers as they are too easy to forge. Try running it yourself -- http://www.spamcop.net. Free for minimal access. If you want any of the "extra priveleges" you can become a paying member (I am.

partition recommendations for firewall

2000-11-10 Thread Charles Galpin
Hi I want to configure my firewall box with multiple partions that will allow me to mount as much as possible read only. I'll mount /var and /tmp etc read-write. Can anyone point me to a good source of information on this, as well as recommended sizes and the rational behind it. That or

Re: KDE2

2000-11-10 Thread John P. Verel
I should also have added that in order to get KDE2 to install without a whole pile of dependency errors, I uninstalled the entirety of KDE 1.1.2 and installed KDE2 fresh. On 11/09/00, 11:50:02PM -0800, CH wrote: I had problems attempting to install it correctly so it will run at all. I still

Re: OT: need help to verify email header info.........

2000-11-10 Thread Statux
Just about any part of the headers (right down to the machine IP address) can be spoofed/forged on any machine where the email has passed through. The SMTP protocol lays out the whole thing about the headers, I believe:) but unless it's a widescale problem or just a problem on the last host the

Re: cdrom-mount issue

2000-11-10 Thread Tundra
- Original Message - From: "Duane Clark" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 10, 2000 2:42 PM Subject: Re: cdrom-mount issue : Tundra wrote: : I recently purchased a CD-rw device. I installed it. The CD subsequently was : able to be mounted properly and

Re: startx='startx -- -bpp 16' ???

2000-11-10 Thread Ray Curtis
"r" == russb [EMAIL PROTECTED] writes: r I have been using this alias in my /etc/bashrc to set the screen when r starting X: r startx='startx -- -bpp 16' Change the line in your /etc/inittab file From: id:3:initdefault: To: id:5:initdefault: and if you want to use GDM change the file,

Re: startx='startx -- -bpp 16' ???

2000-11-10 Thread ktb
[EMAIL PROTECTED] wrote: I have been using this alias in my /etc/bashrc to set the screen when starting X: startx='startx -- -bpp 16' How do I set this in /etc/X11/XF86Config instead of using an alias so that I can use it in runlevel 5? I can't seem to make heads or tails of

Re: startx='startx -- -bpp 16' ???

2000-11-10 Thread Robert Reyes
On Sat, 11 Nov 2000, ktb wrote about the subject Re: startx='startx -- -bpp 16' ???; Find the section corresponding to your driver and change the "DefaultColorDepth" line to reflect which one you want. Section "Screen" Driver "Accel" Device "Primary Card"

strange pop entry

2000-11-10 Thread john roberts
I have a user that tries to pick up their email and it connects and it waits for 5 minutes and then I get this message: maillog:Nov 9 08:07:52 mail ipop3d[3841]: No such file or directory while reading line user=john host=john [XXX.XXX.XXX.XXX] Unfortunately the mail does not get delivered

mail aliases

2000-11-10 Thread Muhammad Asif
For what purpose is following file in Linux: /etc/aliases what kinkd of aliases are stored in it. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: mail aliases

2000-11-10 Thread Statux
1) You put "mail aliases" in the subject and then asked what kind of aliases they are 2) The file is commented and pretty self explanitory :) On Sat, 11 Nov 2000, Muhammad Asif wrote: For what purpose is following file in Linux: /etc/aliases what kinkd of aliases are stored in it.

Problems with X windows

2000-11-10 Thread Anand N
Have a linux box running RH 6.2, boot fine works fine but booting into ' init 5 ' starts an x session but fails to start any window managers. but boot into init 3 -- startx from the console works fine.. where did i go wrong how do i fix this proble with init 5 anand

(no subject)

2000-11-10 Thread Bernhard R. Erdmann
Your email Problems with X windows, Sat, 11 Nov 2000 13:38:15 +0530 containing HTML junk is not wanted here. It has been bounced without human intervention. -- This is a copy of the message, including all the headers. -- Received: from ente.berdmann.de ([192.168.1.6] helo=localhost)

Re: mail aliases

2000-11-10 Thread Dan Horth
well - as per your subject line this file is to store mail aliases - ie. addresses on your mail server that aren't real account - just pointers that redirect mail to other accounts. you should read the aliases man page for more helpful information: man aliases HTH - dan. On Sat, 11 Nov 2000,

problems with Xwindows ( in plain text )

2000-11-10 Thread Anand N
Have a linux box running RH 6.2, boot fine works fine but booting into ' init 5 ' starts an x session but fails to start any window managers. but boot into init 3 -- startx from the console works fine.. where did i go wrong how do i fix this proble with init 5 anand

Re: (no subject)

2000-11-10 Thread Dan Horth
Very tricky Bernhard... but it's going to get a bit annoying if you keep bouncing messages containing HTML formatting coming from the list... specially with the number of newbies joining the list every day. Please disable this feature for your listserve mail - or ifyou want to keep using it

Re: (no subject)

2000-11-10 Thread Statux
Are these messages necessary? This is just as much spam as HTML formatted emails. On Sat, 11 Nov 2000, Bernhard R. Erdmann wrote: Your email Problems with X windows, Sat, 11 Nov 2000 13:38:15 +0530 containing HTML junk is not wanted here. It has been bounced without human intervention.

RE: [OT] serial protocol analyzer

2000-11-10 Thread Robert A. Wheeler
I had a need for something like this - I modified a serial cable such that it had four connectors: DB9#1 goes to device A DB9#2 goes to device B DB9#3 and DB9#4 goes to a "monitoring" system on COM1 and COM2 #1 TX is connected to #2 RX AND #3 RX #1 RX is connected to #2 TX #2 TX is connected

  1   2   >