FTP Server Problem ( PASV port theft )

2002-08-25 Thread Van Den Abeele Kristof
Hello list , I'm trying to run an FTP server on redhat 7.3 I enabled the wu-ftp service , created a simple user , ... Problem : when I try to acces the ftp server ( from command line ) , I can logon & give password. So far no problem. But when I try to get an 'ls' ( or other command ) , I r

login problem at renlevel 3

2002-08-25 Thread Jhun Bacala
Hi All, I can't seem to login to my Redhat 7.3 at runlevel 3. But when I ssh at it and change the runlevel at 5 then i can login to it. What seems to be the problem? Jhun -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailm

Re: Convert Uppercase filenames & directories to lowercase

2002-08-25 Thread Sam Ockman
lowercase-1.0.tar.gz from http://ibiblio.org/pub/Linux/utils/file/!INDEX.short.html -Sam On Mon, Aug 26, 2002 at 12:17:58AM -0500, Mike Anthony wrote: > I know I've seen a posting before about a script that will convert all files > in a directory structure to lower case. Does anyone have this a

Re: intel 845gb motherboard

2002-08-25 Thread Sam Ockman
Another suggestion is make sure you're using the lastest bios for your motherboard. I know of at least one recent motherboard where a bios upgrade was necessary for dma to work. -Sam On Mon, Aug 26, 2002 at 07:30:24AM +0200, Oeystein Olsen wrote: > On Thursday 22 August 2002 04:13, Christensen

Re: intel 845gb motherboard

2002-08-25 Thread Oeystein Olsen
On Thursday 22 August 2002 04:13, Christensen Tom wrote: > I have a system with an intel 845 chipset, (the 533 front side bus version) > and a p4 1.6 processor, hdparm doesn't work, and I can't enable dma on the > hard drive, is there a fix? or am I just waiting until the kernel supports > the ide

Re: Email question

2002-08-25 Thread Gordon Messmer
On Sun, 2002-08-25 at 22:01, Gary wrote: > > Ed, I would like to add that the millions of mail each day from yahoo is > run by qmail, so is the SMPT of hotmail I don't believe that's true any more. Hotmail is now run on Windows 2000 with some MTA that doesn't properly implement the SMTP spec.

Re: CVS Config problem - Need a help.....

2002-08-25 Thread Gordon Messmer
On Sun, 2002-08-25 at 19:47, Sajeewa Chandrasekera wrote: > > Yes Gordon, /usr/local/bin/cvs is there ! (I think I have copied it there) > > And also I tried putting /usr/bin/cvs (this is also there), but it still > doesn't work. Use /usr/bin/cvs since it's there. > I tried to config cvs under

Convert Uppercase filenames & directories to lowercase

2002-08-25 Thread Mike Anthony
I know I've seen a posting before about a script that will convert all files in a directory structure to lower case. Does anyone have this available? Thanks, Mike L. Anthony [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listm

Re: Email question

2002-08-25 Thread Sam Ockman
Qmail is definitely a nice program. It would clearly have more people using it if it had an "open source" license. As it is, you can't distribute precompiled versions of qmail that have any changes without the author's permission...which is something Red Hat and the other distributions can't liv

Re: Email question

2002-08-25 Thread Gary
On Sun, Aug 25, 2002 at 10:33:05PM -0500 or thereabouts, Ed Wilts wrote: > On Sun, Aug 25, 2002 at 06:55:13PM -0700, Arman Magluyan wrote: > > Anybody on this list has any suggestion, which mail server is more secure > > (sendmail, qmail, etc) ? I would like to setup my own mail server, with DSL

RE: IPCHAINS problem

2002-08-25 Thread Joe Giles
Thanks a million. I am posting my IPCHIANS file as found in /etc/sysconfig Thanks again for looking at this. This has been driving me nuts :)... -F input -F output -F forward # ANTI-SPOOFING -A input -p all -j DENY -s 10.0.0.0/8 -i eth0 -d 0.0.0.0/0 -A input -p all -j DENY -s 127.0.0.0/8 -i eth

Re: How DNS Work?

2002-08-25 Thread Sam Ockman
Gary... On your server setup the program bind, which should be included with Red Hat. Lots of instructions on google for how to set it up. For the second DNS server use www.secondary.com. It's free. -Sam On Mon, Aug 26, 2002 at 10:50:09AM +0800, gary wrote: > Hi, > > I still got questions

Re: Email bouncer.

2002-08-25 Thread Sam Ockman
If you don't already know about it, procmail is a small programming language designed for this kind of thing. (man procmail) Although I'd actually encourage you if you're doing anything complicated to do it in Perl. There are really good mail modules for Perl to make this stuff super easy. You

Re: Email question

2002-08-25 Thread Gordon Messmer
On Sun, 2002-08-25 at 20:33, Ed Wilts wrote: > > You can believe the people who run their own e-mail at home on Postfix > or qmail, or you can listen to the many corporations that rely on > their business e-mail going through sendmail. OR, you can listen to the large security community which w

Re: Email question

2002-08-25 Thread Aly Dharshi
Hello, My fav must be Exim, default on debian has lot to offer, check it out, http://www.exim.org, our university swapped over to it for all mail services, ahem that would exclude the CS department ofcourse. Cheers, Aly. -- Aly Dharshi [EMAIL PROTECTED] System Admin

Re: Email question

2002-08-25 Thread Hal Burgiss
On Sun, Aug 25, 2002 at 10:33:05PM -0500, Ed Wilts wrote: > Do a Google search on "Postfix security" and look at the discovered > holes and the developer denial - the link is entitled "Postfix google/linux doesn't have this AFAICT. Just some mailing list banter about supposed design flaws in pos

Re: Email question

2002-08-25 Thread Gordon Messmer
On Sun, 2002-08-25 at 18:55, Arman Magluyan wrote: > Anybody on this list has any suggestion, which mail server is more secure > (sendmail, qmail, etc) ? Secure, as in the principle of least privileges, is something that sendmail has never been, and is never likely to be. Qmail adheres very str

Re: IPCHAINS problem

2002-08-25 Thread Pieter De Wit
Hello Joe, I have followed your prev. post. I use RedHat (7.2 upgraded to 7.3) with ipchains. This box handles about 500 - 1000 Meg of NAT (MASQ) traffic a day. If you would like, you can post your rules to me in private and I will have a look at them. Maybe somewhere there is a "loop" somewhere

Re: Email question

2002-08-25 Thread Hal Burgiss
On Sun, Aug 25, 2002 at 10:33:05PM -0500, Ed Wilts wrote: > > The company I work for runs its e-mail through sendmail for about > 5,000 employees. So does Red Hat, Sun, IBM, Ford and GM and many, > many others, from small home sites like mine to large enterprises, > universities, and governments

Re: Email question

2002-08-25 Thread Ed Wilts
On Sun, Aug 25, 2002 at 06:55:13PM -0700, Arman Magluyan wrote: > Anybody on this list has any suggestion, which mail server is more secure > (sendmail, qmail, etc) ? I would like to setup my own mail server, with DSL > connection and I would host 2 domain. Can I just use 1 mail server for these

RE: rpm reports php.ini problem

2002-08-25 Thread Mark Gillingham
apachetoobox seems drastic for what I need, but it may solve my problem. I don't want to break apache and mailman while fixing php/mysql. I'm going to do some reading . . . >>> [EMAIL PROTECTED] 08/25/02 20:13 PM >>> Mark, Try apachetoolbox (http://www.apachetoolbox.com). That will compile every

Re: Can't get .bashrc to work

2002-08-25 Thread Gary A. Garibaldi
Change alias x='xemacs' to alias x="xemacs" this should fix your .bashrc problem with alias use " " On Sun, 2002-08-25 at 19:37, James K Kroger wrote: > Hi all.I have added some lines to my .bashrc in > an attempt to make an alias and change my prompt. Though > I completely log out a

Re: Can't get .bashrc to work

2002-08-25 Thread Hal Burgiss
On Sun, Aug 25, 2002 at 10:37:14PM -0400, James K Kroger wrote: > Hi all.I have added some lines to my .bashrc in > an attempt to make an alias and change my prompt. Though > I completely log out and back in, the changes do not take > effect (but xemacs does work when I type "xemacs"). What d

Re: Sudden death.

2002-08-25 Thread Bret Hughes
On Sat, 2002-08-24 at 23:11, Bo Peng wrote: > I just experienced another sudden death. It is when I use > >rpm -e kernel-BOOT-2.4.18-3 > > to remove the old kernel. ( I already installed kernel...-2.4.18-5) > > I feel really bad. > Bo Are you sure you are booted to the new kernel? What d

Re: How DNS Work?

2002-08-25 Thread gary
Hi, I still got questions on the DNS issue?? eg. for a new domain registration, if I'm going to setup my own fresh DNS server for Pri and 2nd DNS. What are the requirement for my this 2 DNS servers? What I mean is no one on the internet are able to know and resolve where is my DNS servers? How i

Making Mozilla themes available system wide

2002-08-25 Thread Leonard den Ottolander
Hi, As suggested by people on the RPM list I created a mozilla-themes package, that allows people to make themes available system wide, thus defeating the need for users to install themes individually. Have a look at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72567 . Download the a

Re: Email bouncer.

2002-08-25 Thread Richard Ewing
Perhaps this will accomplish what you are looking to do. http://www.spambouncer.org/ > On Saturday 24 August 2002 22:56, Mike Davison wrote: > > While not a script, Kmail does this. > Agreed however, I'd like to do it before it gets to kmail. > > Also, kmail doesn't (the version I've got) do bo

Re: CVS Config problem - "Gordon Messmer sorry for delay"

2002-08-25 Thread Sajeewa Chandrasekera
Sorry... last few days I didn't come to work. Yes Gordon, /usr/local/bin/cvs is there ! (I think I have copied it there) And also I tried putting /usr/bin/cvs (this is also there), but it still doesn't work.

Problem in X-window

2002-08-25 Thread Debabrata Pal
From : [EMAIL PROTECTED] I am having Intel 82815 chipset motherboard and having a inbuild graphics card "Intel 82815". I have run the file xf86config and configure it. My monitor is SAMSUNG Samtron4Bi. But after typing startx to start xwindow the icons become very large. Why is it happening

Re: Message To Redhat.com

2002-08-25 Thread Jason Costomiris
On Sat, Aug 24, 2002 at 03:32:43PM -0400, Anthony Abby wrote: : > Windows 2000 was indeed marketed to home users as the "more powerful, faster : > OS". You're reaching, big time. :) : : Oh? How so? Windows NT was never marketed for home use. In fact : literature on the MS website marketed it

Can't get .bashrc to work

2002-08-25 Thread James K Kroger
Hi all.I have added some lines to my .bashrc in an attempt to make an alias and change my prompt. Though I completely log out and back in, the changes do not take effect (but xemacs does work when I type "xemacs"). Also when I type alias, the "x" is not there, but several other aliases ARE, a

Re: Email question

2002-08-25 Thread Joe Giles
Personally, I use Q-Mail for my mail server. It support multiple domains and is very secure. It also has a GREAT list of features and you can use Webmin to administrate it. Took me about 1/2 hour to set it up... I also have a DSL connection and host mail for several friends. I have also set up P

Re: Email question

2002-08-25 Thread Teodor Georgiev
- Original Message - From: "Arman Magluyan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 26, 2002 4:55 AM Subject: Email question > Anybody on this list has any suggestion, which mail server is more secure > (sendmail, qmail, etc) ? I would like to setup my own mai

Re: Email question

2002-08-25 Thread Reynald I. Ngo
At 06:55 PM 8/25/02 -0700, Arman Magluyan wrote: http://www.postfix.org >Anybody on this list has any suggestion, which mail server is more secure >(sendmail, qmail, etc) ? I would like to setup my own mail server, with >DSL connection and I would host 2 domain. Can I just use 1 mail

Email question

2002-08-25 Thread Arman Magluyan
Anybody on this list has any suggestion, which mail server is more secure (sendmail, qmail, etc) ? I would like to setup my own mail server, with DSL connection and I would host 2 domain. Can I just use 1 mail server for these 2 domain ? ___

RE: rpm reports php.ini problem

2002-08-25 Thread Jonathan M. Slivko
Mark, Try apachetoolbox (http://www.apachetoolbox.com). That will compile everything for you from source. That should pretty much help you through setting up your databases and other things. Let me know if you need any more help. Thanks. -- Jonathan

rpm reports php.ini problem

2002-08-25 Thread Mark Gillingham
I'm struggling with my RedHat 7.2 installation trying to get apache, php, mysql running. Currently, php is not talking to mysql. I have php 4.0.6 install. rpm Verify reports this Problem: "md5, file size, modification time." My goal is to get php-mysql installed. rpm reports that it is. phpinfo(

IPCHAINS problem

2002-08-25 Thread Joe Giles
When I use ipchains to MASQ there seems to be a "Buffer" that fills up after a day or so that causes my external nic to lose connection with my ISP (I have DSL and a Cisco 678 router). I'm running 2 Red Hat supported NIC's. Internet side nic is a 10 and the Network side is a 100. I'm running the l

Re: IPCHAINS and IPTABLES

2002-08-25 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 25 August 2002 05:32 pm, Joe Giles wrote: > List, Can you use ipchains and iptabels at the same time? No, one or the other. > Also, then I type iptables -L at the command promtp (Or iptables > ) I get this error: > > /lib/modules/2.4.18-5s

Re: IPCHAINS and IPTABLES

2002-08-25 Thread jack
+--[ Joe Giles ] +--[ 25 Aug 2002 21:32:06 - ] >List, Can you use ipchains and iptabels at the same time? > >Like, for instance, use ipchains for packet filtering and iptables for MASQ? > >Also, then I type iptables -L at the command promtp (Or iptables ) I >get t

Re: IPCHAINS and IPTABLES

2002-08-25 Thread Joe Giles
Well, In my original message about this, I pasted an output of an error I got when I would run iptables. It has something to do with modules. Also, the reason I was going to try iptables is when I try to MASQ with ipchains, there seems to be a "Buffer" that fills up after a day or so that causes

Re: IPCHAINS and IPTABLES

2002-08-25 Thread Anthony Abby
On Sun, 2002-08-25 at 17:41, Joe Giles wrote: > Is that why I'm getting that error when I try to run iptables? > > Thanks > > Joe I'm not sure what error you're getting but if you have ipchains on and iptables on at the same time, and try to run iptables, it's being interrupted by ipchains. T

Re: IPCHAINS and IPTABLES

2002-08-25 Thread Joe Giles
Is that why I'm getting that error when I try to run iptables? Thanks Joe On Sun, 2002-08-25 at 15:32, Anthony Abby wrote: > No. If you attempt to run both at the same time ipchains takes > precedence on Redhat. > > Anthony > > On Sun, 2002-08-25 at 17:32, Joe Giles wrote: > > List, Can you

Re: IPCHAINS and IPTABLES

2002-08-25 Thread Anthony Abby
No. If you attempt to run both at the same time ipchains takes precedence on Redhat. Anthony On Sun, 2002-08-25 at 17:32, Joe Giles wrote: > List, Can you use ipchains and iptabels at the same time? > > Like, for instance, use ipchains for packet filtering and iptables for MASQ? > > Also, th

IPCHAINS and IPTABLES

2002-08-25 Thread Joe Giles
List, Can you use ipchains and iptabels at the same time? Like, for instance, use ipchains for packet filtering and iptables for MASQ? Also, then I type iptables -L at the command promtp (Or iptables ) I get this error: /lib/modules/2.4.18-5smp/kernel/net/ipv4/netfilter/ip_tables.o: init_modu

Making Mozilla themes available system wide

2002-08-25 Thread Leonard den Ottolander
Hi, (Sorry if this makes it to the list twice. It seems to have failed the first time though, due to the use of a BCC I guess.) As suggested by people on the RPM list I created a mozilla-themes package, that allows people to make themes available system wide, thus defeating the need for us

RE: Problems with new php packages, cyrus imap and rh 7.1

2002-08-25 Thread Mike Burger
I would, then, suggest another approach. Download the php-4.1.2-7.1.3.src.rpm, rpm -ivh it, then modify the /usr/src/redhat/SPECS/php.spec file to point at cyrus-imap, instead, then rpm -ba php.spec to create binaries that will work for you. Then, you can just install them from the /usr/src/re

Re: boot fails: cannot execute /etc/rc.d/rc.sysinit

2002-08-25 Thread john-paul delaney
Thanks Gentlemen... I've downloaded tomsrtbt and was able to mkdir /test mount /dev/hda1 /test I can access all files under /test/etc - e.g. vi rc opens the file rc - which appears to be uncorrupted... the same goes for the file rc.sysinit. As I said, I'm a relative newcomer and I'm stuck not knowi

RE: Problems with new php packages, cyrus imap and rh 7.1

2002-08-25 Thread Richard Worwood
[root@tdbnet /root]# rpm -qa |grep imap cyrus-imapd-2.0.9-3 the problem basically seems to be that php 4.1.2 wants the imap 2001a package installed but the imap2001a package won't co-exist with cyrus -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike

RE: Problems with new php packages, cyrus imap and rh 7.1

2002-08-25 Thread Mike Burger
Really? What does "rpm -qa | grep imap" show you? On Sun, 25 Aug 2002, Richard Worwood wrote: > I've actually got the cyrus-imapd package installed at this point not the > imap-2001 package > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mike B

RE: Problems with new php packages, cyrus imap and rh 7.1

2002-08-25 Thread Richard Worwood
I've actually got the cyrus-imapd package installed at this point not the imap-2001 package -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Burger Sent: 25 August 2002 15:12 To: [EMAIL PROTECTED] Subject: Re: Problems with new php packages, cyrus ima

Re: Email bouncer.

2002-08-25 Thread Michael Tiernan
On Saturday 24 August 2002 22:56, Mike Davison wrote: > While not a script, Kmail does this. Agreed however, I'd like to do it before it gets to kmail. Also, kmail doesn't (the version I've got) do bounces as part of the filtering process, you still have to do it manually. I have a need to be

problem with my webcam and kernel header

2002-08-25 Thread Gilles Fabio
Hi everybody ! I am introduce me 'cause I am a new member on this list. My name is Gilles, I'm 19 and I live in the south of France on the Blue-Coast. My english is very bad and I am sorry if you do not understand correctly my emails. I'm a newbie in the wonderful world of Linux. I ran Mandr

Re: Can't boot Red Hat 7.2

2002-08-25 Thread Hans-Peter Rangol
Am Sat, Aug 24, 2002 at 10:16:09PM +0200 schrieb Knut Ove Hauge: > I have no LILO prompt. > I have this. > /sbin/lilo -m /boot/map -v > Then it writes > LILO version and so on and then > Ignory entry 'map' > Reading boot sevtor from /dev/hda6 > Merging with /boot/boot.b > Fatal: crest /boot/map~

Re: Problems with new php packages, cyrus imap and rh 7.1

2002-08-25 Thread Mike Burger
That's interesting...I don't have cyrus-imapd on my 7..1 system...just imap2001a-1.71.0...of course, I don't have this problem. Which imapd pachage are actually using? imap2001 or cyrus? It would seem to me that they both don't need to be there, so you could, theoretically, remove one. On S

problem with webcam and kernel header

2002-08-25 Thread Gilles Fabio
Hi everybody ! I am introduce me 'cause I am a new member on this list. My name is Gilles, I'm 19 and I live in the south of France on the Blue-Coast. My english is very bad and I am sorry if you do not understand correctly my emails. I'm a newbie in the wonderful world of Linux. I ran Mandr

Problems with new php packages, cyrus imap and rh 7.1

2002-08-25 Thread Richard Worwood
I know this is probably an odd problem but I'm trying to get the current version of php installed using up2date on a rh7.1 box running the current version of cyrus imap installed in the same manner but keep getting the following error: [root@tdbnet /root]# up2date php Retrieving list of all avai