Re: revisited: ftp slow in responding

2002-02-11 Thread badger
On Monday 11 February 2002 03:49 pm, you wrote: > Reverse DNS needs to be configured for the client system(s). The server > is having trouble resolving the reverse DNS for the connectiong client, > and is timing out. > > On Mon, 11 Feb 2002, dave brett wrote: > > I know this was covered before, b

Re: Change file extension using bash (OT)

2002-02-11 Thread Wojtek Pilorz
On Tue, 12 Feb 2002, Cameron Simpson wrote: > Date: Tue, 12 Feb 2002 15:51:10 +1100 > From: Cameron Simpson <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Change file extension using bash (OT) > > On 23:39 11 Feb 2002, Reuben D Budiardja <[EMAIL PROTECTE

Re: Wireless lan cards?

2002-02-11 Thread Steve Lee
This is what i do at home. i do have wireless, have dhcp setup. however, dhcp is only setup to allow one machine to connect, my laptop, with only my mac address, to bind. so it only allows my computer to connect dhcp. others are all static. i only use ssh, and of course browse the web at home.

Connection Attempt to TCP Port 2000

2002-02-11 Thread Fred Herman
I have suddenly seen connection attempts to port 2000 (TCP) from outside a NAT box on a network I support. The disturbing thing is that I also saw a connection attempt from the other (Local) side of the NAT box in the middle of these attempts. I searched security advisories, but didn't see anyth

Re: Change file extension using bash (OT)

2002-02-11 Thread Cameron Simpson
On 23:39 11 Feb 2002, Reuben D Budiardja <[EMAIL PROTECTED]> wrote: | I need a bit of help with bash here. I try to create a script that would | change the extension of files in directory. I have files like | xxx.pc that I want a change to xxx.jpg, where xxx is numbers, in a directory. | How ca

Re: BYOB [WAS RE: Wireless lan cards?]

2002-02-11 Thread Jason Costomiris
On Mon, Feb 11, 2002 at 08:13:22PM -0800, David Talkington wrote: : Chad and Doria Skinner wrote: : : >1. Setup DHCP to only assign IPs to specific MAC Addresses : : Wrong already. MAC addresses are under client control. You can : assign a different one to your network card with ifconfig (if

Re: MySQL Question

2002-02-11 Thread Pieter De Wit
Hello Jake, 1) What is the query that you are using ? 2) Why don't you use a date/time field (can't remeber if mysql has one :) ) Your query should look something like this : select * from order by time,ampm; Cheers, Pieter - Original Message - From: Jake McHenry To: RedHat List Sen

Change file extension using bash (OT)

2002-02-11 Thread Reuben D Budiardja
Hi, I need a bit of help with bash here. I try to create a script that would change the extension of files in directory. I have files like xxx.pc that I want a change to xxx.jpg, where xxx is numbers, in a directory. How can I do that using bash? thanks for any help. Reuben D.B. __

Re: BYOB [WAS RE: Wireless lan cards?]

2002-02-11 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chad and Doria Skinner wrote: >1. Setup DHCP to only assign IPs to specific MAC Addresses Wrong already. MAC addresses are under client control. You can assign a different one to your network card with ifconfig (if the driver can handle that).

Re: Problems with my printer

2002-02-11 Thread fred smith
On Mon, Feb 11, 2002 at 09:59:06PM -0500, ramzez wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi... > I'm using RH 7.2 and I need to configure my printer (HP LaserJet6L) but I > can't do that... I run printconf-gui and everything look fine and when test > with "us letter p

BYOB [WAS RE: Wireless lan cards?]

2002-02-11 Thread Chad and Doria Skinner
Linux is known for being able to act as almost anything (bridge, router, firewall, etc.). My question is that if someone wanted to Build Your Own [wireless] Bridge what would they need to do to make it secure? I've been following this thread and can summarize it into the follow three steps. 1. Se

Problems with my printer

2002-02-11 Thread ramzez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi... I'm using RH 7.2 and I need to configure my printer (HP LaserJet6L) but I can't do that... I run printconf-gui and everything look fine and when test with "us letter postscript test page" still look fine (the testpage look great)... b

RE: MySQL Question

2002-02-11 Thread Chad and Doria Skinner
When using a date field the values are stored as 2002-02-11 you should be able to query for a specific date (SELECT * FROM myTable WHERE myDate LIKE "2002-02-%" ORDER BY myDate) or query for specific portions of the date using operators like month(myDate) = 02. HTH > The way my calendar is set u

Re: MySQL Question

2002-02-11 Thread Jake McHenry
The way my calendar is set up depends on the individual month, year, and day being pulled from the database. Then it pulls the individual days events and displays them on the page. Jake - Original Message - From: "Dave Reed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Febru

Re: MySQL Question

2002-02-11 Thread Dave Reed
> From: "Jake McHenry" <[EMAIL PROTECTED]> > > I know this isn't the right place for this, but I'm hoping someone can = > help me out. I have created a database, basically an online calendar, = > and I have the following fields in my table.. > > id int(10) auto_increment > year int(4) > mont

Re: MySQL Question

2002-02-11 Thread Jake McHenry
Ok, sorry, type-o, 10:00 am or pm is coming before 2-9 am or pm, get it? Jake - Original Message - From: "David Talkington" <[EMAIL PROTECTED]> To: "RedHat List" <[EMAIL PROTECTED]> Sent: Monday, February 11, 2002 8:35 PM Subject: Re: MySQL Question > -BEGIN PGP SIGNED MESSAGE

Re: Redhat-list digest, Vol 1 #3804 - 12 msgs

2002-02-11 Thread CM Miller
I don't believe that I have ipchains or iptables running on both of my machines. Could I use ps -ef | grep ipchains to find it? I tried that I couldn't get any output, plus I did dmesg | more and went thru the startup script looking for something. Now I do have a Linksys Firewall/Router that

Re: MySQL Question

2002-02-11 Thread Brian Ashe
David Talkington, On Monday 11 February 2002 08:35, you said something about: > Jake McHenry wrote: > >Where I'm running into a problem is on the output screen. I've tried > >sorting by day, time, and ampm, and all of these, but I'm still > >running into the same problem. The problem is that an e

Re: Wireless lan cards?

2002-02-11 Thread Cameron Simpson
On 01:57 12 Feb 2002, Magnus Stenman <[EMAIL PROTECTED]> wrote: | Cameron Simpson wrote: | > We've managed to convince management to put our wireless LAN outside our | > firewall. Since the only way in it through SSH our internal net remains | > as secure as before. Of course, the gormless PCs _us

Re: MySQL Question

2002-02-11 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jake McHenry wrote: >Where I'm running into a problem is on the output screen. I've tried >sorting by day, time, and ampm, and all of these, but I'm still >running into the same problem. The problem is that an entry of time >10:00 am is coming before

MySQL Question

2002-02-11 Thread Jake McHenry
I know this isn't the right place for this, but I'm hoping someone can help me out.  I have created a database, basically an online calendar, and I have the following fields in my table..   id  int(10)  auto_incrementyear  int(4)month  varchar(10)day  int(2)time  varchar(5)ampm  char(2)event

Re: sendmail not running as smtp

2002-02-11 Thread Greg Wright
*** REPLY SEPARATOR *** On 12/02/2002 at 8:49 AM Wesley Jay Deypalan [EMAIL PROTECTED] [gregausit/redhat-list] wrote: >Hi, > >Im new to Linux. recently i tried to configure a Redhat 7.1 as a mail >server, i use sendmail from 7.1 cd. The sendmail.cf is automatically >generate

Re: Sound card

2002-02-11 Thread mikew
Some of the boards have a couple of jumpers---optional setting and a board layout who you know what connects to which connector. For instance, some of the boards have three connectors for the CD drive audio. Docs can save you time poping the cover to reseat a connector plugged into the wrong pla

Re: sendmail not running as smtp

2002-02-11 Thread Robert Canary
Read a little further Wes. It is sort of hidden in the .mc file There is aline one needs to comment out. The default is to only allow sendmail to accept mail from itself. Wesley Jay Deypalan wrote: > > Hi, > > Im new to Linux. recently i tried to configure a Redhat 7.1 as a mail > server, i

Re: Wireless lan cards?

2002-02-11 Thread Magnus Stenman
Cameron Simpson wrote: > > On 16:00 11 Feb 2002, Vidiot <[EMAIL PROTECTED]> wrote: ... > > | Philips.com (the parent of where I work) has banned ALL wireless lans > | becaue of the security hole. They are evaluating a system that is > | secure. > > We've managed to convince management to put o

sendmail not running as smtp

2002-02-11 Thread Wesley Jay Deypalan
Hi, Im new to Linux. recently i tried to configure a Redhat 7.1 as a mail server, i use sendmail from 7.1 cd. The sendmail.cf is automatically generated at installation and I just added this lines DRmail.mydomain.com DHmail.mydomain.com DMmydomain.com as instructed in RH 7.1 Reference guide

switch screen res?

2002-02-11 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all How can I switch screen resolution back and forth from 800x600 to 1024x768? I'm using kde if that's of any use. Many thanks - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SI

Re: How to send the DNS setting to Dial-up Client ?

2002-02-11 Thread Alan Peery
Edward Dekkers wrote: > I am using RedHat 7.1 with ppp dial-in Server. All the client can connect > to my server and get the IP Address, but the can get the DNS IP. So that > the have to put ihe DNS setting for their PC. Does anyone know how to set > the ppp dial-in server can provide the DN

Re: Please help with sendmail configuration

2002-02-11 Thread odemba
comment the line that starts with DAEMON_OPTIONS in the file /etc/mail/sendmail.mc then re-run m4 odemba > On Fri, 8 Feb 2002 20:23:42 EST > [EMAIL PROTECTED] wrote: > > > I am having a problem with inbound SMTP connections. First of all, I am > > running a brand new install of Redhat 7.2 an

Re: How to send the DNS setting to Dial-up Client ?

2002-02-11 Thread Edward Dekkers
I am using RedHat 7.1 with ppp dial-in Server. All the client can connect to my server and get the IP Address, but the can get the DNS IP. So that the have to put ihe DNS setting for their PC. Does anyone know how to set the ppp dial-in server can provide the DNS IP for all dail-in client as we

RE: How to send the DNS setting to Dial-up Client ?

2002-02-11 Thread Eddie Strohmier
Title: Message Kevin,   I assume this works for RH 7.1, I use RH 6.2 for a dial-in. But in /etc/ppp/options file you need to add the lines:   ms-dns 192.168.1.1 ms-dns 192.168.1.2   Replace the numbers above with your own DNS numbers     Eddie Strohmier   -Original Message-From: [E

How to send the DNS setting to Dial-up Client ?

2002-02-11 Thread Kevin Chan
Hi,   I am using RedHat 7.1 with ppp dial-in Server.  All the client can connect to my server and get the IP Address, but the can get the DNS IP.  So that the have to put ihe DNS setting for their PC.  Does anyone know how to set the ppp dial-in server can provide the DNS IP for all dail-in c