Re: restricted user

2003-01-23 Thread Alessandro Fiorenzi
well, I have try on RH 7.x  to use restricted bash, to get this have made : ln -s /bin/bash /bin/rbash add /bin/rbash/ to /etc/shells I have found this tricks in a document but I do not remember where I have found it Alessandro On Tue, 2003-01-21 at 08:12, Esperanza Glass wrote: I wann

RE: System Monitor accuracy

2003-01-23 Thread shawn
Nevermind mind my whining. I should be shot. I have to click the little white triangle and look at the threads below the process to see what the cpu is doing. I just with the Tomcat and the Sun One studio weren't both called 'java'. Shawn -- redhat-list mailing list unsubscribe mailto:[EM

kswapd

2003-01-23 Thread Ramesh Babu
I am using RH 8.0 , while chking top process it shows "kswapd" occupying more CPU cycles , nearly 90 % Can any one explain what is kswapd Thanks Ramesh __ The NEW Netscape 7.0 browser is now available. Upgrade now! http://channel

Re: cable modem

2003-01-23 Thread James Ko
I have both an ethernet cable and a usb cable that i can use. i think my problem was that i did not install the proper software to allow me to use my cable modem. there were options to install for the dhcp, dns, etc. However, it wouldn't let me install this software, because it said i needed a disc

Re: P4 Hyper Threading

2003-01-23 Thread Brian Ashe
Rick Fincher, On Friday January 24, 2003 01:58, Rick Fincher wrote: > I have a Linux 8.0 system with the smp kernel with all the updates. It is > running with an Intel P4 3.06 GHz processor with a hyper thread compatible > bios and chipset (Intel D845PEBT2 motherboard). I have ht enabled in the

P4 Hyper Threading

2003-01-23 Thread Rick Fincher
I have a Linux 8.0 system with the smp kernel with all the updates.  It is running with an Intel P4 3.06 GHz processor with a hyper thread compatible bios and chipset (Intel D845PEBT2 motherboard).  I have ht enabled in the BIOS.   From what I have read, I should see two cpu's in /proc/cpuin

System Monitor accuracy

2003-01-23 Thread shawn
Is it just me or is the System Monitor unreliable. It shows my cpu at 100% locked there and my system is responding slowly but viewing it bye the process listing (all, my and/or active) gives me nothing using the cpu other than the system monitor and netscape at like 1%). Under windows at least

tmpwatch?

2003-01-23 Thread Ian Dobson
How can I use tmpwatch or something else to just delete files with a certain extension instead of everything in the directory, I want to automatically clean up .zip files that are older than 1 week in a specific directory -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Peter Kiem
> Either way, this seems a plausible explanation of the 200 response code > to the CONNECT method. I can confirm my default page really is index.php :) -- Regards, +-+-+ | Peter Kiem.^. | E-Mail: <[EMAIL PROTECTED]> |

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Brian Ashe
Gordon Messmer, On Thursday January 23, 2003 10:50, Gordon Messmer wrote: > On Thu, 2003-01-23 at 18:47, Brian Ashe wrote: > > Actually, it is. It depends on what your index file type is. > > I can produce that behavior if I make my server's default virtual host's > index a php file, but not other

Re: cable modem

2003-01-23 Thread Aly Dharshi
Given that this modem is an external modem ! Cheers, Aly. On Thu, 2003-01-23 at 22:03, Mike Burger wrote: > Is this a USB or ethernet connected cable modem? > > If ethernet connected, just change your network settings, on your linux > system, to dhcp and then "service network r

Re: cable modem

2003-01-23 Thread Mike Burger
Is this a USB or ethernet connected cable modem? If ethernet connected, just change your network settings, on your linux system, to dhcp and then "service network restart"...this will then set your system to try to obtain an address from the cable company. If you're using ethernet, you don't h

Re: Webmin

2003-01-23 Thread Mike Burger
Webmin is completely installed...if you're trying to do user administration, go to the System tab, and to the "Users and Groups" item. On Thu, 23 Jan 2003, John Salamone wrote: > Mike, > > What am I suppose to do about the continuation of my wedmin install then? > Thats my question. > - Ori

mkinitrd starts RAID and LVM out of order

2003-01-23 Thread David Nillesen
I've been manually fixing this myself for the time being, but it would appear that mkinitrd initial root disk images start RAID and LVM out of order. It always initialises LVM first by running vgscan etc then it runs the RAID startup. This means that any LVM on RAID system disks dont work. I can

"could not look up internet address"

2003-01-23 Thread Cisco Serret
I have recently installed RedHat 8 on my AMD based pc, and everytime I start it up, I get the following message: Could not look up internet address for dhcp-223-4. This will prevent GNOME from operating correctly. It may be possible to correct the problem by adding dhcp-223-4 to th

Re: XFS with RedHat?

2003-01-23 Thread Dusty Duke
nah, it is there when you install . . . I don't remember the syntax, 'install reiserfs' or similar? yeah, REVELATION = brain fart on my behalf - sorry! I was thinking REISERFS during the installation, not XFS!. Sorry! That's my fault. But someone has a page out there saying how they use X

Re: XINETD

2003-01-23 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 23 January 2003 12:57 pm, John Salamone wrote: > > Try this: > > [root@paradox slinky]# service xinetd status > > xinetd (pid 483) is running... > > Yes, this is the result I received OK< that's good. > Have you installed the telnet-

Re: XINETD

2003-01-23 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 23 January 2003 10:49 pm, John Salamone wrote: > Hi, > > Can someone tell me how I can un-install xinetd and re-install it? First, verify that it works: [root@paradox slinky]# service xinetd status xinetd (pid 483) is running... > Every

Re: MP3 on 8.1

2003-01-23 Thread Cliff Wells
On Thu, 2003-01-23 at 18:44, John Norris wrote: > There is a plugin called xmms that works great and it is in a rpm package. > > http://www.xmms.org/ Actually, XMMS is the media player. The plugin is *for* XMMS and is at the link I provided earlier (and yes, at the xmms site as well). http://ps

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Gordon Messmer
On Thu, 2003-01-23 at 18:47, Brian Ashe wrote: > Actually, it is. It depends on what your index file type is. I can produce that behavior if I make my server's default virtual host's index a php file, but not otherwise. That's sorta unexpected. Who defines this behavior? Is it an effect of mod

XINETD

2003-01-23 Thread John Salamone
Hi, Can someone tell me how I can un-install xinetd and re-install it? Every time I try to start a service , example are echo or telnet, which is associated with it I get the following msg "you must enable xinetd to start this service. I tried starting / stopping xinetd to no avail. I've also trie

Re: machines in the LAN can't FTP

2003-01-23 Thread Mohd.Irfan R Khan
check for the firewall option. Either disable the firewall and just do a check. secondly if u want to use it for mailing part u have to enable lots of services which is disabled by default. hope this attachment would help u out Regards Mohd. Irfan R Khan Sr.System Engineer. - Original Message -

Re: Webmin

2003-01-23 Thread Kevin MacNeil
On Thu, Jan 23, 2003 at 01:22:05PM -0500, John Salamone wrote: > > When I do the above "rpm -ivh webmin-1.050-1.noarch.rpm" should some > of the output look like: > > Usage: RPM [-a | --all] [-f | --file] all the way to the end being > [--without= Which took about 5 seconds to run? If so, when I

Re: Webmin

2003-01-23 Thread Kevin MacNeil
On Thu, Jan 23, 2003 at 04:36:22PM -0500, John Salamone wrote: > Hi, > > I am trying to install webmin on my system. When I clicked on usermin > config. it came > back saying "usermin config directory /etc/usermin was not found on your > system. Maybe usermin is not installed , or module config is

Re: MP3 on 8.1

2003-01-23 Thread John Norris
There is a plugin called xmms that works great and it is in a rpm package. http://www.xmms.org/ From: Ric Tibbetts <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: MP3 on 8.1 Date: 23 Jan 2003 21:05:28 -0500 On Thu, 2003-01-23 at 18:56, Cliff Wells wrote: >

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Brian Ashe
Gordon Messmer, On Thursday January 23, 2003 08:43, Gordon Messmer wrote: > On Thu, 2003-01-23 at 14:48, Brian Ashe wrote: > > On Thursday January 23, 2003 04:46, Peter Kiem wrote: > > > Hi Gordon, > > > > > > > The status 200 may indicate that you're vulnerable to the problem > > > > they're test

NFS with 2 NIC

2003-01-23 Thread James Chao
I have 2 NICs on my RH Linux 8. The IP addresses are 10.0.0.5 and 10.0.0.6 for eth0 and eth1, respectively. I have set up nfs and it is half working. I am mounting my nfs server from my Mac OSX machine. Here is the problem: I can only mount to "nfs://10.0.0.6/home/shared". When I try to mount

Re: MP3 on 8.1

2003-01-23 Thread Ric Tibbetts
On Thu, 2003-01-23 at 18:56, Cliff Wells wrote: > On Thu, 2003-01-23 at 13:50, Ric Tibbetts wrote: > > So, with redhat's stance on mp3. What do we use as an mp3 player that > > will run on 8.1(beta)? > > Google is your friend: > > http://www.google.com/search?q=Redhat+8.0+mp3 > > or you

RE: backup script sends large email to root? Is it cron doing it?

2003-01-23 Thread Cowles, Steve
> -Original Message- > From: Todd A. Jacobs > Sent: Thursday, January 23, 2003 5:28 PM > Subject: Re: backup script sends large email to root? > Is it cron doing it? > > > On Thu, 23 Jan 2003, Bapi Ghosh wrote: > > > tar > /dev/null 2>&1 > > This is backwards. You needs to redirect

cable modem

2003-01-23 Thread James Ko
hi everyone!  I am trying to set up my cable modem to my Linux 8.0 personal system. I have an RCA modem from Comcast cable company. I heard that this modem is for windows-based pc's.  I tried going into Internet confiig. wizard and activating my cable modem and ethernet card, but it doesn't activat

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Gordon Messmer
On Thu, 2003-01-23 at 14:48, Brian Ashe wrote: > On Thursday January 23, 2003 04:46, Peter Kiem wrote: > > Hi Gordon, > > > > > The status 200 may indicate that you're vulnerable to the problem > > > they're testing for. What version of apache are you running? On what > > > platform? Have you en

Re: Sendmail Configuration with fetchmail

2003-01-23 Thread Dave Young
> > > > Is there anyway to tell sendmail to allow mail from paticular hosts > > regardless of the DNS failure orno. > in /etc/mail/sendmail.mc FEATURE(`accept_unresolvable_domains')dnl then: m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf then: /etc/init.d/sendmail restart --Dave -

Re: Sendmail Configuration with fetchmail

2003-01-23 Thread Edward Dekkers
> I am attempting to use fetchmail, to collect mail on my RH8 machine, from an > internal machine that does not have a public IP address. > > My RH box is refusing the mail because sendmail can not verify the domain - > unsurprising, as the domain name does not really exist. > > Is there anyway to

Synchronous (function call type) interface ?

2003-01-23 Thread Tom Sanders
I have two application servers running at different machines and I want to provide a function call type (synchronous) interface to applications. This operation may mean one server to send/receive data from another server. Since I want application to be unaware of such inter-machine communication a

Re: problems with eth3, it is a 3Com NIC!!!

2003-01-23 Thread Edward Dekkers
> What is the reason of these messages? > > Jan 19 14:02:14 fw-inet1 kernel: eth3: Transmit error, Tx status register 82. > Jan 19 14:02:14 fw-inet1 kernel: Probably a duplex mismatch. See > Documentation/networking/vortex.txt Firstly check out the above message >basic mode: autonegotiatio

RE: java IDE...

2003-01-23 Thread shawn
Yes it was renamed. The community edition really has a lot of features (like Tomcat embbedded and ant included for build work and mobile editions and cvs client (for getting and building open source projects ect..). The only trouble I had was installing the ide/java sdk combo package. It didn't

Little endian to big endian conversion ?

2003-01-23 Thread Tom Sanders
Is someone aware of a tool that converts data from little endian mode to big endian mode? I know that there are macros like "htonl" and "htons", but what I'm looking for is a tool, that automatically generates the packing routines, given the structure declaration. Basically I want applications to

Intel 845G Chipset users!!!

2003-01-23 Thread Edward Dekkers
Further to my comments about the 845 not being well supported as yet, I found the following Intel Linux support page: http://support.intel.com/support/graphics/intel845g/linux.htm Basically, it appears the latest version of XFree86 has a 810 driver which may work properly with the new 845G chips.

Re: MP3 on 8.1

2003-01-23 Thread Cliff Wells
On Thu, 2003-01-23 at 13:50, Ric Tibbetts wrote: > So, with redhat's stance on mp3. What do we use as an mp3 player that > will run on 8.1(beta)? Google is your friend: http://www.google.com/search?q=Redhat+8.0+mp3 or you can go directly to: http://psyche.freshrpms.net/rpm.html?id=107 -- Cl

RE: Log entries for BIND ?

2003-01-23 Thread Cowles, Steve
> -Original Message- > From: Darryl Harvey > Sent: Thursday, January 23, 2003 4:16 PM > Subject: Log entries for BIND ? > > > > I am getting a load of these type of entries in /var/log/messages; > > Jan 24 09:01:56 slab named[2768]: client 202.45.109.190#1447: update > forwarding denied

Re: XFS with RedHat?

2003-01-23 Thread Cliff Wells
On Thu, 2003-01-23 at 13:44, Dusty Duke wrote: > Nate > > it's there. You can even chose it when you install 8.0. If I remember > correctly It's in the kernel (although I'm not sure if it's enabled by default). It isn't available at *install* time (my last being around two hours ago) which me

RE: ssh

2003-01-23 Thread Keith Morse
On Mon, 20 Jan 2003, dbrett wrote: > In a word logging. In my work this is very important. > > david > you could also use 'script' or 'screen' in conjunction with ssh for logging purposes. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listma

Re: Fw: Running text based application in a Window

2003-01-23 Thread Anthony E. Greene
On 23-Jan-2003/14:57 -0500, Billy Davis <[EMAIL PROTECTED]> wrote: >Thanks for your continuing help Tony. Looks like I took 2 steps forward >and one step backward. While testing the 'gnome-terminal -x myprogram' >approach, I discovered that I could add >'--background=BLUE --foreground=WHITE' and

Re: backup script sends large email to root? Is it cron doing it?

2003-01-23 Thread Todd A. Jacobs
On Thu, 23 Jan 2003, Bapi Ghosh wrote: > tar > /dev/null 2>&1 This is backwards. You needs to redirect stderr before redirecting stdout: foo 2>&1 > /dev/null Or, the MAILTO line in the crontab can be tweaked (it works in a top-down fashion): # Mail results to [EMA

Re: scp with 2 remote hosts

2003-01-23 Thread Keith Morse
On 21 Jan 2003, Jeff Bearer wrote: > I want to copy a file from host A to host B while on host C. Host C uses > public key auth to login to A and B. > > But when I try this: > hostC #> scp hostA:/tmp/file hostB:/tmp/file > > I get this: > Host key verification failed. > lost connection > > But

Apache 2.041or above RPM's?

2003-01-23 Thread DuSTiN KRySaK
Does anyone know if there is a RPM anywhere for Apache 2.0.41 or above? I need it for coldfusion to work on my redhat 8 system. But since I am brand to linux ,and have been reading, etc I still prefer the RPM at this point. On the redhat FTP, the newest they seem to have is 2.0.40. And if ther

Re: MP3 on 8.1

2003-01-23 Thread Nathan G. Grennan
On Thu, 2003-01-23 at 13:50, Ric Tibbetts wrote: > So, with redhat's stance on mp3. What do we use as an mp3 player that > will run on 8.1(beta)? > As far as I know their stance hasn't changed. They don't want to deal with the potential licensing issues with the mp3 format. They won't support mp3

RE: Webmin

2003-01-23 Thread cj
Have a look through the different menu item at the top of you webmin page. >From the menu item on the top of the screen you can configure almost every aspect of your linux box. ie from the system menu item you can add/remove users and groups umm, shedule cron jobs, view running processes. from th

Re: Problems with SSH Forwarding

2003-01-23 Thread Keith Morse
On 20 Jan 2003, Kevin Breit wrote: > Hey, > I'm trying to do SSH forwarding into work. This worked earlier today, > which is why I am perplexed. I have: > > ssh -f -P -N -L 1234:irc.company.com:6667 [EMAIL PROTECTED] > > When I run that, I get: > > bind: Cannot assign requested address

Re: cvs update

2003-01-23 Thread Matthew Saltzman
On Thu, 23 Jan 2003, Christian Brink wrote: > Does anyone know if redhat is issuing new RPMs for cvs now that the root > exploit has been fixed by http://www.cvshome.org? > > FYI > http://security.e-matters.de/advisories/012003.html > > http://developers.slashdot.org/developers/03/01/21/1752251.sh

Re: Apache 2.0 and disallowed indexes

2003-01-23 Thread Brian Ashe
Todd A. Jacobs, On Thursday January 23, 2003 05:09, Todd A. Jacobs wrote: > I want a particular URL to disallow indexing. I have the following > .htaccess file: > > > Options -Indexes > > > that is chmod 644, and "AllowOverride Indexes" in main configuration. > Unfortun

Re: Does RH 8.0 run on i845PE-based MoBo?

2003-01-23 Thread Richard Humphrey
You might try Mandrake 9 or even cooker, which is their most current. Mandrake seems to stay ahead of the other distros for new hardware support etc. I am not sure if RH 8 supports your hardware or not, but IMHO Mandrake would be best chance. Richard Humphrey - Original Message - From: "M

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Brian Ashe
Peter Kiem, On Thursday January 23, 2003 04:46, Peter Kiem wrote: > Hi Gordon, > > > The status 200 may indicate that you're vulnerable to the problem > > they're testing for. What version of apache are you running? On what > > platform? Have you enabled proxying? > > That's what I am worried a

Re: cvs update

2003-01-23 Thread Brian Ashe
Christian Brink, On Thursday January 23, 2003 05:30, Christian Brink wrote: > Does anyone know if redhat is issuing new RPMs for cvs now that the root > exploit has been fixed by http://www.cvshome.org? I've had mine since monday. They issued a release then. https://rhn.redhat.com/errata/RHSA-20

RE: FTP question

2003-01-23 Thread Thomas E. Dukes
I tried that and I can see the dir but not the files contained in the directory. I went to /var/ftp/pub/ and did ln -s /etc. Is that right? Thanks You are seeing the /home/ftp directory. I think you can put in symbolic links to any other directory you want access to, there. These should usua

Re: Webmin

2003-01-23 Thread Richard Humphrey
After installing type webmin from a terminal prompt to start the webmin service, then browse to http://localhost:1 Richard Humphrey - Original Message - From: "John Salamone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 3:59 PM Subject: Re: Webmin > M

Re: Webmin

2003-01-23 Thread John Salamone
Because I am new to linux and supposedly it makes configuration of things easier. My question is how to use it once I am logged on? - Original Message - From: "cj" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 5:15 PM Subject: RE: Webmin > what do you ne

cvs update

2003-01-23 Thread Christian Brink
Does anyone know if redhat is issuing new RPMs for cvs now that the root exploit has been fixed by http://www.cvshome.org? FYI http://security.e-matters.de/advisories/012003.html http://developers.slashdot.org/developers/03/01/21/1752251.shtml?tid=128 -- redhat-list mailing list unsubscribe m

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread mklinke
There has been a very long discussion about this on one of the intrusions e-mail lists. Aparently rr.com will scan your address, and sometimes your entire net, when you send one of their customers an e-mail. They apparently go as far as trying to relay mail through misconfigured mail and and

Log entries for BIND ?

2003-01-23 Thread Darryl Harvey
I am getting a load of these type of entries in /var/log/messages; Jan 24 09:01:56 slab named[2768]: client 202.45.109.190#1447: update forwarding denied Jan 24 09:02:02 slab named[2768]: client 202.45.109.190#1447: update forwarding denied Jan 24 09:04:57 slab named[2768]: client 202.45.109.190#

RE: Webmin

2003-01-23 Thread cj
what do you need webmin for? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Salamone Sent: Friday, 24 January 2003 8:59 AM To: [EMAIL PROTECTED] Subject: Re: Webmin Mike, What am I suppose to do about the continuation of my wedmin install then? Th

Apache 2.0 and disallowed indexes

2003-01-23 Thread Todd A. Jacobs
I want a particular URL to disallow indexing. I have the following .htaccess file: Options -Indexes that is chmod 644, and "AllowOverride Indexes" in main configuration. Unfortunately, all I get is error 500 when I attempt to access specific files from that di

Broken tcpwrapers

2003-01-23 Thread Jason Staudenmayer
I have qmail running and tagging spam but my tcpserver looks broken. Here's the tcp.smtp file: 127.:allow,RELAYCLIENT="" 192.168.1.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-que ue.pl" :allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" If I remove the RE

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Gordon Messmer
On Thu, 2003-01-23 at 13:46, Peter Kiem wrote: > Hi Gordon, > > > The status 200 may indicate that you're vulnerable to the problem > > they're testing for. What version of apache are you running? On what > > platform? Have you enabled proxying? > > That's what I am worried about. > > Red Hat

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Dave Young
On Thursday 23 January 2003 1:43 pm, Peter Kiem wrote: > HI Dave, > > > there's a really common cgi script called formail.cgi/formail.pl that is > > routinely exploited to relay mail, that maybe what they're checking > > for... (look in your error logs for an attempt at formail) > > Yes I do run Fo

Re: Webmin

2003-01-23 Thread John Salamone
Mike, What am I suppose to do about the continuation of my wedmin install then? Thats my question. - Original Message - From: "Mike Burger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 4:44 PM Subject: Re: Webmin > Usermin is a separate, yet similar progra

Re: XFS with RedHat?

2003-01-23 Thread Dusty Duke
Nate it's there. You can even chose it when you install 8.0. If I remember correctly > Since SGI has actually already done that work and provides patches against > a vanilla kernel (and apparently against the RH kernel as well), I don't > think it would be too much work for RH (especially give

MP3 on 8.1

2003-01-23 Thread Ric Tibbetts
So, with redhat's stance on mp3. What do we use as an mp3 player that will run on 8.1(beta)? Thanks! -- Ric Tibbetts <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Webmin

2003-01-23 Thread Mike Burger
Usermin is a separate, yet similar program. Usermin is something for users to control certain things about their own accounts. It's not something that you really need, or need to worry about. On Thu, 23 Jan 2003, John Salamone wrote: > Mike, > > I assume your suppose to click on usermin conf

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Peter Kiem
Hi Gordon, > The status 200 may indicate that you're vulnerable to the problem > they're testing for. What version of apache are you running? On what > platform? Have you enabled proxying? That's what I am worried about. Red Hat 7.3 apache-1.3.27-1.7.2 No proxy enabled unless it is enabled b

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Peter Kiem
HI Dave, > there's a really common cgi script called formail.cgi/formail.pl that is > routinely exploited to relay mail, that maybe what they're checking for... > (look in your error logs for an attempt at formail) Yes I do run FormMail.pl but AFAIK it is a secure version and I have tested it m

RE: Does this mean my Apache is relaying mail?

2003-01-23 Thread Peter Kiem
Hi Steve, > I'm assuming you're a RoadRunner customer? Well no. I am a TPG customer (in Australia) so not RoadRunner unless RoadRunner is THEIR upstream... I also see entries from other places like: 4.33.8.186 - - [12/Jan/2003:05:10:09 +1000] "CONNECT maila.microsoft.com:25 / HTTP/1.0" 400 3

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Gordon Messmer
On Thu, 2003-01-23 at 12:38, Peter Kiem wrote: > > 24.30.199.228 - - [22/Jan/2003:18:55:49 +1000] "CONNECT > security.rr.com:25 HTTP/1.0" 200 14244 "-" "-" > > Since 24.30.199.228 is not my IP address does that mean they are > relaying mail through my Apache or is it my Apache sending mail to the

Webmin

2003-01-23 Thread John Salamone
Hi, I am trying to install webmin on my system. When I clicked on usermin config. it came back saying "usermin config directory /etc/usermin was not found on your system. Maybe usermin is not installed , or module config is incorrect". Should I just type mkdir usermin in the etc directory or do so

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Dave Young
> > Seeing a explicit connection to a port 25 led me to wonder if there was > some proxy attempt there. People have been abusing misconfigured web > proxies to relay spam mail for quite some time now and perhaps there is > a way to do the same with a webserver? there's a really common cgi scrip

Re: Webmin

2003-01-23 Thread Mike Burger
Well, as the installatin procedure noted, at the end, you should point a web browser at that box, at port 1, log in as root with the root password, and go from there. On Thu, 23 Jan 2003, John Salamone wrote: > Mike, > > That worked. Thank you very much. I appreciate it. Now what am I supp

RE: Does this mean my Apache is relaying mail?

2003-01-23 Thread Rigler, S C (Steve)
I'm assuming you're a RoadRunner customer? Your Apache isn't relaying anything. It looks like RoadRunner is doing some sort of audit on their customers. I have been picking these up in my /var/log/messages (from iptables logging) and my Apache logs. They are from as far back as December 24th (

RE: Does this mean my Apache is relaying mail?

2003-01-23 Thread Peter Kiem
Hi Thomas, > You don't have apache listening on port 25 do you? 25 is the default > mail port & http normally runs on 80... Nope, only Postfix listening on 25 and httpd on 80 and 443... -- Regards, +-+-+ | Peter Kiem.^.

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Peter Kiem
Hi Gabriel, > apache doesn't send mail. it's a webserver. not a mailserver. as for the > logdata... sorry can't help you with that. Yes I know it is a webserver and not a mailserver, I have enough experience with both to know the difference :P Seeing a explicit connection to a port 25 led me

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread Jim Herrick
Obviously, Apache is a webserver... This is a normal practice from RoadRunner, apparently: http://security.rr.com/probing.htm http://www.mdlug.org/archives/mdlug/msg07905.html http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=log+%2B%22securit y.rr.com%3A25%22 - Original Message ---

RE: Does this mean my Apache is relaying mail?

2003-01-23 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You don't have apache listening on port 25 do you? 25 is the default mail port & http normally runs on 80... - -Original Message- From: gabriel [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 3:54 PM To: [EMAIL PROTECTED] Subject:

Re: Fw: Running text based application in a Window

2003-01-23 Thread Billy Davis
Thanks for your continuing help Tony. Looks like I took 2 steps forward and one step backward. While testing the 'gnome-terminal -x myprogram' approach, I discovered that I could add '--background=BLUE --foreground=WHITE' and I got nice colors in the text window, instead of black and white. With

Re: Does this mean my Apache is relaying mail?

2003-01-23 Thread gabriel
On January 23, 2003 03:38 pm, Peter Kiem wrote: > Since 24.30.199.228 is not my IP address does that mean they are > relaying mail through my Apache or is it my Apache sending mail to them? apache doesn't send mail. it's a webserver. not a mailserver. as for the logdata... sorry can't help you

RE: Burning CD's of 8.1 beta (solved)

2003-01-23 Thread Ric Tibbetts
All; I have this solved. The problem was: Redhat changed the beta version while I was downloading it. I ended up with disc one being beta 1, and discs 2 & 3 on beta 2. That didn't work out so well. Ric On Thu, 2003-01-23 at 12:08, Buck wrote: > Do you have more than one installed cd drive or

RE: Burning CD's of 8.1 beta (solved)

2003-01-23 Thread Ric Tibbetts
Ok, I'm the master of the exceedingly odd situations. What happened was: Redhat changed the beta versions on the mirrors, as I was downloading them. The result was: Disc 1 was beta 1, disc 2 & 3 were beta 2. Redhat: How about putting new versions in appropriately titled directories, to avoid th

Does this mean my Apache is relaying mail?

2003-01-23 Thread Peter Kiem
I noticed log entries like these in my Apache logs. 24.30.199.228 - - [22/Jan/2003:18:55:49 +1000] "CONNECT security.rr.com:25 HTTP/1.0" 200 14244 "-" "-" 24.30.199.228 - - [22/Jan/2003:18:55:49 +1000] "PUT http://security.rr.com:25/ HTTP/1.1" 200 12768 "-" "-" Since 24.30.199.228 is not my IP ad

Re: Webmin

2003-01-23 Thread John Salamone
Mike, I assume your suppose to click on usermin config. but when I did it came back saying "usermin config directory /etc/usermin was not found on your system. Maybe usermin is not installed , or module config is incorrect". Should I just type mkdir usermin in the etc directory or do something els

Re: Webmin

2003-01-23 Thread John Salamone
Mike, That worked. Thank you very much. I appreciate it. Now what am I suppose to do? - Original Message - From: "Mike Burger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 2:19 PM Subject: Re: Webmin > The noarch.rpm is probably your best bet...when you

RE: java IDE...

2003-01-23 Thread Rigler, S C (Steve)
I just went to Sun's site to double check this. When I got it, it was called "Forte 4 Java". Now it looks like it's become "Sun ONE Studio 4", but I may not have been looking hard enough. Either way, there is a community version which is free and an enterprise edition that's pretty pricey. -Ste

RE: how to change NIC card

2003-01-23 Thread David H
Here is what I would do. I'll put in card one at a time. At boot time let the OS detect the card then prompt you for ip. To avoid all confusion. David --- santosh kumar <[EMAIL PROTECTED]> wrote: > Hi Raymundo, > > Sorry for wrong input, actually there are 3 NIC > cards. 2 are inbuilt & 1 > is e

Re: Webmin

2003-01-23 Thread Mike Burger
The noarch.rpm is probably your best bet...when you download it, it will download into whatever local directory you're in. Then, just rpm -i on that file, and it'll install to wherever it should go. On Thu, 23 Jan 2003, John Salamone wrote: > Hi, > > I am not familiar with webmin. I was wonde

Re: backup script sends large email to root? Is it cron doing it?

2003-01-23 Thread Mike Burger
Yes...it's cron. To stop it from mailing you, add this to the end of the line in root's crontab: > /dev/null 2>&1 On Thu, 23 Jan 2003, Andy wrote: > > I created a backup script that copies our NT Server data drive to our > Redhat box running samba. All works fine except my root email account

Re: Fonts

2003-01-23 Thread Schotty
On Tue, 2003-01-21 at 20:52, Sean Hendricks wrote: > Hi, > > So, I've been trying to install some truetype fonts to use with > openoffice.org. I've been to the RedHat pages regarding fonts, and I've > followed the instructions as best I can, but what I get is a blank space > in my font list, but

Sendmail Configuration with fetchmail

2003-01-23 Thread Andy Kirk
I am attempting to use fetchmail, to collect mail on my RH8 machine, from an internal machine that does not have a public IP address. My RH box is refusing the mail because sendmail can not verify the domain - unsurprising, as the domain name does not really exist. Is there anyway to tell sendmai

Re: backup script sends large email to root? Is it cron doing it?

2003-01-23 Thread Bapi Ghosh
Do this: tar > /dev/null 2>&1 That should work. JaideepDo you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Does RH 8.0 run on i845PE-based MoBo?

2003-01-23 Thread Mark Pettifor
Hello all: Sorry if this has been discussed before, but RH forums currently aren't searchable (or I'm too dumb to figure out how), so I'm subscribing to the list to ask my Q. I bought a Dell Dimension 4550, with hopes of running Linux either dual-boot with Windows, or just Linux. Thought I'd

RE: Webmin

2003-01-23 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 No, something screwey happened. Try rpm -Uvh instead, just to see if it works. - -Original Message- From: John Salamone [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 1:22 PM To: [EMAIL PROTECTED] Subject: Re: Webmin Just get

Re: how to use current date as file extension?

2003-01-23 Thread Ed Wilts
On Thu, Jan 23, 2003 at 10:56:09AM -0500, Jianping Zhu wrote: > I have redhat 7.3, i want to use currnt date as file extension by using > following command. > mv myfile myfile.${`date`} > but it does not work. [ewilts@corpftp ewilts]$ cat savefile #!/bin/bash currdate=`date +%Y-%m-%d` cp -pv $1 $1

RE: POLLIT Poll results for RedHat 8.0

2003-01-23 Thread Matthew Saltzman
On Thu, 23 Jan 2003, Burke, Thomas G. wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I installed it & was appalled at how much space it wanted to use! I > went through a custom install & removed everything I could, & it was > as if it ignored my options, as there was all sorts of cr

RE: delaying eth0 initialization

2003-01-23 Thread Bapi Ghosh
If your module is not loaded, you need to tell the kernel to load it. You can recompile the kernel with the new source code; but easier, you can add the module load to your rc local, so it can load the module dynamically at boot time. The default dir for modules is /lib/modules/kernel/... But I thi

  1   2   >