RE: Not able to telnet to linux redhat 7.2

2002-07-30 Thread Adam Ellis
Edit /etc/xinetd.d/telnet and change the disabled flag to no. Then restart xinetd with the command: /etc/rc.d/xinit.d/xinetd restart AE -Original Message- From: Abhilash Varghese [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 28, 2002 1:02 AM To: [EMAIL PROTECTED] Subject: Not able to t

RE: Automated entry of e-mails into database?

2002-07-29 Thread Adam Ellis
, and print it out to the output file You could easily do the conditional stuff in the while loop, and perl supports mysql, too. Good luck tho - it is no small feat to write helpdesk software :) Jim -Original Message- From: Adam Ellis [mailto:[EMAIL PROTECTED]] Sent: 29

Automated entry of e-mails into database?

2002-07-29 Thread Adam Ellis
I am trying to come up with a system that will allow me to take incoming e-mail messages and enter key fields into a database. So, for example, all e-mails to [EMAIL PROTECTED] will be pulled apart and fields like Problem Description, Date, Priority, etc. will be pulled out of the message body an

RE: ipchains with redhat 7.2

2002-07-29 Thread Adam Ellis
Is this a stock 7.2 kernel? If so, try issuing the following command and see if your iptables commands work: echo 1 > /proc/sys/net/ipv4/ip_forward AE -Original Message- From: Stand H [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 6:39 AM To: [EMAIL PROTECTED] Subject: ipchains

RE: One more question...

2002-07-22 Thread Adam Ellis
add a & to the end of your command: # konqueror & AE -Original Message- From: Nigel Peck [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 11:54 AM To: [EMAIL PROTECTED] Subject: One more question... When I enter a command at a shell prompt, how do I return to a prompt immediatel

RE: Red Hat Linux 7.3 Freeze Up

2002-07-22 Thread Adam Ellis
Chris, I had a similar problem on a fresh install (not an upgrade) of RH 7.3 on an AMD Athlon 1Ghz machine. Tried reloading from scratch but ran into the same problem. It was not immediate, but while using KDE3 it would eventually freeze up. I could still get to a console to kill the p

RE: Red Hat Linux 7.3 Freeze Up

2002-07-22 Thread Adam Ellis
Chris, I had a similar problem on a fresh install (not an upgrade) of RH 7.3 on an AMD Athlon 1Ghz machine. Tried reloading from scratch but ran into the same problem. It was not immediate, but while using KDE3 it would eventually freeze up. I could still get to a console to kill the proce

RE: Red Hat Linux 7.3 Freeze Up

2002-07-22 Thread Adam Ellis
Chris, I had a similar problem on a fresh install (not an upgrade) of RH 7.3 on an AMD Athlon 1Ghz machine. Tried reloading from scratch but ran into the same problem. It was not immediate, but while using KDE3 it would eventually freeze up. I could still get to a console to kill the process.

RE: Hard disk cloning

2002-07-15 Thread Adam Ellis
Brian, Somebody else on this list had mentioned this package: http://systemimager.org/ I've not tried it myself, but it looks like it would get the job done. AE -Original Message- From: Brian Sisk [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 11:47 AM To: [EMAIL PROTECTED] Su

RE: Killing 'locked' applications

2002-07-12 Thread Adam Ellis
In KDE you can do a Ctl+Alt+Esc and click on the problem application with the little skull and crossbones. -Original Message-From: Netsetandgo [mailto:[EMAIL PROTECTED]]Sent: Friday, July 12, 2002 3:54 PMTo: [EMAIL PROTECTED]Subject: Killing 'locked' applications Under KD

RE: Question about IP addresses

2002-07-12 Thread Adam Ellis
e FTP. Is this correct? Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Adam Ellis Sent: Thursday, July 11, 2002 3:49 PM To: '[EMAIL PROTECTED]' Subject: RE: Question about IP addresses As long as you have one public IP address you'll b

RE: Question about IP addresses

2002-07-11 Thread Adam Ellis
As long as you have one public IP address you'll be able to direct all domains to the same public IP and have Apache determine which pages to return. Look into Apache Virtual Hosts. AE -Original Message- From: Dan Sabo [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 1:48 PM To:

RE: using CUPS

2002-07-05 Thread Adam Ellis
I have not tried it, but you may need to uncomment the 'Browsing On' line in the /etc/cups/cupsd.conf file under the Browsing Options section. -Original Message- From: christopher j bottaro [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 3:28 PM To: [EMAIL PROTECTED] Subject: Re

RE: How can I add my Wheel-mouse to x-windows

2002-06-26 Thread Adam Ellis
Your XF86Config file should have something like this in the mouse section for wheel mice to work: Section "Pointer" Protocol"IMPS/2" Device "/dev/mouse" ZAxisMapping4 5 EndSection Does your config look like this? AE -Original Message- From: Trevor [mailto

RE: Crash

2002-06-26 Thread Adam Ellis
Boot into linux using boot disk and do a grub-install /dev/hda.  Windows just overwrote your MBR. -Original Message-From: Don Geddes [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 26, 2002 2:46 PMTo: [EMAIL PROTECTED]Subject: Crash I'm running RH 7.1 and Windows XP. I ha

Serial Printer Under RedHat 7.3

2002-06-18 Thread Adam Ellis
I am trying to set up a serial printer (Okidata Microline 182 Plus) under RedHat 7.3 and am not having much luck...maybe somebody out there has a few tips for me. The printer is plugged into the first DB9 serial port on my computer (labeled 1). The serial ports are found at boot: Serial driver

RE: Kernel panic: No init found. Try passing init= option to kernel.

2002-06-12 Thread Adam Ellis
al Message ----- From: "Adam Ellis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 6:31 PM Subject: RE: Kernel panic: No init found. Try passing init= option to kernel. > Have you recently recompiled your kernel and possibly forgot to ad

RE: Squid + Yahoo Messenger

2002-06-12 Thread Adam Ellis
I've always had best luck using squid only for http and shooting everything else directly through iptables. This way you can basically use any software you want regardless of how it handles proxy connections. Something like this would work for you... #!/bin/sh iptables -F iptables -t nat -F ip

RE: Kernel panic: No init found. Try passing init= option to kernel.

2002-06-12 Thread Adam Ellis
Have you recently recompiled your kernel and possibly forgot to add support for the ext3 filesystem? -Original Message- From: Renato P Cardoso [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 5:25 PM To: [EMAIL PROTECTED] Subject: Re: Kernel panic: No init found. Try passing init

RE: redhat 7.3 and performance

2002-06-11 Thread Adam Ellis
This is a good thread...I'm all ears on performance enhancement techniques. Regarding your question about sendmail...you can stop that from starting up using the Service Configuration program in XWindows. Kill anything that you don't need - it will improve your performance a bit. You can also sp

RE: Archived snapshot of 6.1?

2002-06-10 Thread Adam Ellis
Paul, iso is a cd-rom image file. You can mount it using mount -o loop -t iso9660 See http://www.redhat.com/download/howto_download.html for more info. AE -Original Message- From: Paul Thomas [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 10:39 AM To: Emmanuel Seyman Cc: [E

RE: Hard drive boot problem

2002-06-05 Thread Adam Ellis
Chris, Did you happen to make a boot disk during installation? If so, can you boot off of this disk to get to your RedHat installation when the drives are attached directly to the motherboard? AE -Original Message- From: Chris Mason [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05,

RE: Linux-friendly MP3 player?

2002-06-03 Thread Adam Ellis
XMMS (www.wmms.org) is a great mp3 player. If the laptop is tight on resources you might also want to look at mpg123 (www.mpg123.org) with the gqmpeg front-end (http://gqmpeg.sourceforge.net/). AE -Original Message- From: Justin Ellison [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03,

RE: Getting a process to start on bootup

2002-05-24 Thread Adam Ellis
Ron, Just stick the command in the end of your /etc/rc.d/rc.local file. AE -Original Message- From: Ronald Nutter [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 2:00 PM To: '[EMAIL PROTECTED]' Subject: Getting a process to start on bootup I am working with a program called Ness

RE: help

2002-05-24 Thread Adam Ellis
Eric,   I've run into situations like this before and resolved them by deleting the the .kde folder from the home drive of the user in question, letting KDE rebuild it.  I'm sure there is a much better way to fix it, but quick and easy has always worked for me.   AE -Original Message-

Updated: Where Does The Red Hat 7.3 Boot Logo Come From?

2002-05-22 Thread Adam Ellis
- From: Adam Ellis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 9:07 AM To: '[EMAIL PROTECTED]' Subject: Where Does The Red Hat 7.3 Boot Logo Come From? Hello list, I have google-ed this question many times over with no luck so I am breaking down and asking the list. In Red

RE: Traffic Counter

2002-05-22 Thread Adam Ellis
lly hoping for a redhat friendly rpm install type package that wouldmagically give me a weekly report showing how much each ip address had downloaded, etc... - dan. At 8:20 AM -0400 22/5/02, Adam Ellis wrote: >Dan, > >Just a thought...would iptables logging be an option for you? I&#

RE: Traffic Counter

2002-05-22 Thread Adam Ellis
Dan, Just a thought...would iptables logging be an option for you? I've used things like iptables -A main -m limit -j LOG --log-prefix "Error packet:" before to log rejected packets, but you could probably modify that to log all packets. AE -Original Message- From: Dan Horth [mailto:

Where Does The Red Hat 7.3 Boot Logo Come From?

2002-05-21 Thread Adam Ellis
Hello list, I have google-ed this question many times over with no luck so I am breaking down and asking the list. In Red Hat 7.3 if you add the kernel parameter 'vga=788' to your grub menu.lst it displays a nifty Red Hat Linux logo across the top of the screen after the kernel is loaded and dis