Re: RE Cron Job

2002-09-20 Thread Bret Hughes
On Fri, 2002-09-20 at 22:42, ebinc wrote: > When I log in via ssh typing crontab -u ebinc -e it says user unknown > I Know it exist could it be that Im useing ENSIM if I use the user name > ensim runs under would that be ok? > also once I get the screen that says insert at the bottom do I just typ

Re: New Install Boot Problem

2002-09-20 Thread Steve Buehler
I just reinstalled AGAIN but without the "Grub" and it works ok now with LILO. What is up with Grub that would cause this? BTW, something that I didn't mention before was that the error and lockup that I was getting happens AFTER the GRUB screen comes up and I try to start the system. Steve

Re: Compact 20/40 Dat External not detected by Redhat

2002-09-20 Thread Mohd.Irfan R Khan
the simplest way of doing it is Only if u r scsi card is detected is compile a kernel and make it * in the kernel so it will come up with every boot in SCSI Tape drive option. This is a 15-25 Min Job depending on ur config and will tell you where u stand and also is it possible or not. for any fur

Re: package help

2002-09-20 Thread Mohd.Irfan R Khan
start the graphical startx and insert the cd it will automatically load the cd and will show what programs are not loaded and than load it accordingly anyway u have to use rpm for it the only difference is it all graphical     Regards   - Original Message - From: Andy Wort

Re: ipchains vs iptables with 7.3 new install

2002-09-20 Thread Mohd.Irfan R Khan
on linux 7.3 u have to type "setup" without quotes and go in services and disable ipchains and iptables if u dont want to use it at the same time if u want to use ftp u will have to copy telnet file in /etc/xinetd.d/telnet to /etc/xinetd.d/ftp and edit the ftp file in /etc/xinetd.d and change the

Re: RE Cron Job

2002-09-20 Thread ebinc
When I log in via ssh typing crontab -u ebinc -e it says user unknown I Know it exist could it be that Im useing ENSIM if I use the user name ensim runs under would that be ok? also once I get the screen that says insert at the bottom do I just type that command then how do I close and save it?

RE: FW: Samba Printing RH7.2

2002-09-20 Thread Linux
Hello I have added the lines as below but still get the access denied message Many Thanks Mike -Original Message- From: linux power Sent: Saturday, 21 September 2002 10:09 To: [EMAIL PROTECTED] Subject: Re: FW: Samba Printing RH7.2 create mode = 0775 directory mask = 0775 directory

RE Cron Job

2002-09-20 Thread ebinc
I'm useing ensim control panel and my path to the cgi-script that I need run is /home/virtual/site3/fst/var/www/cgi-bin/reminder.cgi I should put ebinc in frount of that? that should work as log as you use a -u instaed of a u in the crontab command line. Alternatively you can run it in the sys

Re: How to create a cron job

2002-09-20 Thread Bret Hughes
On Fri, 2002-09-20 at 21:14, ebinc wrote: > Hi Im trying to create and start a cron job > the comand is > 0 0 * * * /home/virtual/site3/fst/var/www/cgi-bin/reminder.cgi > send_reminders > I have Ensim on a Red Hat 7.2 the user I want to run under is EBINC > Can somone explain and show exactly

Re: New Install Boot Problem

2002-09-20 Thread Steve Buehler
Ed Yes, it is 2 SCSI Hard Drives on a Raid 1 system. Thanks For your Help Steve At 11:16 AM 9/20/2002 +0800, you wrote: > > >Mounting root filesystem > > >mount: error 6 mounting ext3 > > >pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2 > > >Freeing unused kernel memory: 280K

Re: Cron Job example

2002-09-20 Thread Steve Buehler
You need a - in front of your u crontab -u ebinc -e Steve At 08:36 PM 9/20/2002 -0400, you wrote: >Hi List >Im trying to set up a cron job the cron exaample is >0 0 * * * /home/virtual/site3/fst/var/www/cgi-bin/remindme.cgi >send_reminders >can somone explain, step by step how to enter this

Re: RedHat ASCII art?

2002-09-20 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 20 September 2002 08:41 pm, Shaw, Marco wrote: > I'd like to find a RedHat ASCII logo. Any ideas? > > I did find one on the NGs, but it's a bit too big for a regular > command-line login, and won't fit in the default terminal size > (80x24?

How to create a cron job

2002-09-20 Thread ebinc
Hi Im trying to create and start a cron job the comand is 0 0 * * * /home/virtual/site3/fst/var/www/cgi-bin/reminder.cgi send_reminders I have Ensim on a Red Hat 7.2 the user I want to run under is EBINC Can somone explain and show exactly what I should type step by step using ssh for a user n

Re: Installing Red Hat on a Dell Optiplex GS240

2002-09-20 Thread Jose Mirles
On Thu, 19 Sep 2002 16:16:42 -0400 "Ivette Reategui" <[EMAIL PROTECTED]> wrote: > Hello, > > Has anyone tried to install Red Hat on a Dell Optiplex GS240. > > I've never used Linux. I got this new machine, and I was planning on > putting Linux on it. But, I just found out from a colleague t

Re: OPERA font question.

2002-09-20 Thread Richard Holt
On Sat, 21 Sep 2002 00:06:23 +0200 (CEST), linux power <[EMAIL PROTECTED]> wrote: > > My Opera fonts is diffuse espesially the bold letters, > so I was wondering what is the best font set for my > Opera 6.0.3? Trial and error seem to be the answer. In Opera603 using for Documents, Normal, Adobe-T

RedHat ASCII art?

2002-09-20 Thread Shaw, Marco
I'd like to find a RedHat ASCII logo. Any ideas? I did find one on the NGs, but it's a bit too big for a regular command-line login, and won't fit in the default terminal size (80x24?). Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listm

Cron Job example

2002-09-20 Thread ebinc
Hi List Im trying to set up a cron job the cron exaample is 0 0 * * * /home/virtual/site3/fst/var/www/cgi-bin/remindme.cgi send_reminders can somone explain, step by step how to enter this and turn it on the user name wher I want it to run under is is ebinc I tryed to enter crontab u ebinc -e

Re: chkconfig confusion

2002-09-20 Thread Samuel Flory
Trevor wrote: >I'm writing a chkconfig file for guardian called >"/etc/rc.d/init.d/guardiand", but I don't understand what the following line >means? > ># chkconfig: - 57 5 > > don't start in any run level by default, start order 57, stop order 5 > >Is right above the description. Can anyon

mailing list archives down

2002-09-20 Thread N. Thomas
I signed up to redhat-list, redhat-announce-list, and redhat-watch-list yesterday. From the emails I've gotten, I know redhat-list is up and running. Nothing yet on redhat-announce-list or redhat-watch-list, I assume no mails were sent out on those two lists in the past 24 hours. However, the arc

Re: chkconfig confusion

2002-09-20 Thread C. Linus Hicks
On Fri, 2002-09-20 at 04:55, [EMAIL PROTECTED] wrote: > > > # chkconfig: - 57 5 > > Is right above the description. Can anyone shed any light? > > Hi , this is what I did with Oracle > # > # chkconfig: 3 81 19 > # > 3 is the run level to start Oracle > 81 is the order in which Oracle will be s

RE: chkconfig confusion

2002-09-20 Thread Trevor
Thank you. I can't believe how simple you made it... :-) Trevor www.gnuguy.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] 3 is the run level to start Oracle 81 is the order in which Oracle will be started when booting 19 is the

Re: chkconfig confusion

2002-09-20 Thread achana
> # chkconfig: - 57 5 > Is right above the description. Can anyone shed any light? Hi , this is what I did with Oracle # # chkconfig: 3 81 19 # 3 is the run level to start Oracle 81 is the order in which Oracle will be started when booting 19 is the order in which Oracle will be stopped when s

Re: Cron editer

2002-09-20 Thread Hal Burgiss
On Fri, Sep 20, 2002 at 01:27:20PM -0400, ebinc wrote: > Hi List > I enter this exactly as shown below > crontab [-u user] -e > but I keep getting an error I have Red Hat 7.2 The '[...]' means optional. If you use the '-u' flag, it would be typed as: crontab -u user -e without the '[]'. No

chkconfig confusion

2002-09-20 Thread Trevor
I'm writing a chkconfig file for guardian called "/etc/rc.d/init.d/guardiand", but I don't understand what the following line means? # chkconfig: - 57 5 Is right above the description. Can anyone shed any light? Thanks, Trevor. gnuguy.com -- redhat-list mailing list unsubscribe mailto:[E

Re: FW: Samba Printing RH7.2

2002-09-20 Thread linux power
create mode = 0775 directory mask = 0775 directory mode = 0775 --- Linux <[EMAIL PROTECTED]> skrev: > Hi > > I have been trying to get Samba printing to work on > my 7.2 box > > I have installed a printer via printconf (GUI). > I have created the SAMBA Share for the printer to > /var/spool/s

OPERA font question.

2002-09-20 Thread linux power
My Opera fonts is diffuse espesially the bold letters, so I was wondering what is the best font set for my Opera 6.6.3? __ Se den nye Yahoo! Mail på http://no.yahoo.com/ Nytt design, enklere å bruke, alltid tilgang til Adressebok, Kalender og No

FW: Samba Printing RH7.2

2002-09-20 Thread Linux
Hi I have been trying to get Samba printing to work on my 7.2 box I have installed a printer via printconf (GUI). I have created the SAMBA Share for the printer to /var/spool/samba When I connect a windows machine to the printer I get access denied I have checked the write permissions on the sha

Re: KDE

2002-09-20 Thread Frederic Herman
If you had it set to auto-hide, you might check the sides and the top. I've inadvertantly dragged it by mistake and thought I lost it. Fred Josh Zumsteg wrote: >Hey, I have a wierd problem, somehow I lost my KDE toolbar at the bottom >of my screen, any suggestions? >Thanks >Josh > > > > >

KDE

2002-09-20 Thread Josh Zumsteg
Hey, I have a wierd problem, somehow I lost my KDE toolbar at the bottom of my screen, any suggestions? Thanks Josh -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Cron editer

2002-09-20 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20-Sep-2002/13:27 -0400, ebinc <[EMAIL PROTECTED]> wrote: >Hi List >I enter this exactly as shown below >crontab [-u user] -e >but I keep getting an error I have Red Hat 7.2 Login as the user who's crontab you need to edit. Then type: cronta

Re: Updated Openssl packages from RedHat

2002-09-20 Thread Jiann-Ming Su
On Fri, 20 Sep 2002, Todd, Chris wrote: > I downloaded and installed the latest Openssl package from RedHat > (openssl-0.9.6-13.i386.rpm at > http://rhn.redhat.com/errata/RHSA-2002-160.html) that is supposed to fix the > bug exploited by the linux.slapper.worm. However, when I click the link on >

RE: Updated Openssl packages from RedHat

2002-09-20 Thread Trevor
Chris, This question has been answered many times before on this list (but here it is again)... contain the latest patches. Back patching was required by RedHat for compatibility with existing software. The "patched/safe" version that everyone

Re: Cure for X "display not found" ?

2002-09-20 Thread Chuck Mead
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 20 Sep 2002, John Thomas posted the following: JT>I was trying to run xcdroast on my RH 7.3 system. Both as a user and JT>su'ed to root in a console window. Either way, I receive this error. JT> JT>I know there is a simple fix, but I can't

Updated Openssl packages from RedHat

2002-09-20 Thread Todd, Chris
I downloaded and installed the latest Openssl package from RedHat (openssl-0.9.6-13.i386.rpm at http://rhn.redhat.com/errata/RHSA-2002-160.html) that is supposed to fix the bug exploited by the linux.slapper.worm. However, when I click the link on that page to go to cve.mitre.org and read a little

Cure for X "display not found" ?

2002-09-20 Thread John Thomas
I was trying to run xcdroast on my RH 7.3 system. Both as a user and su'ed to root in a console window. Either way, I receive this error. I know there is a simple fix, but I can't find it in the HOWTO's. Can anyone give me a tip? Thanks in advance. JT -- redhat-list mailing list unsubs

Re: PPP/KPPP Debugging

2002-09-20 Thread Tom Pollerman
On Fri, 20 Sep 2002 19:27:37 +0200 "Pieter De Wit" <[EMAIL PROTECTED]> wrote: > Hello Guys, > > Is there a way that anyone knows off to see what KPPP is passing to > ppp/chat? I can get my dialup to work with kppp, but I would like to > move it to a server without X and need a script.Any ide

Re: Problem with ucd-snmpd-4.2.5

2002-09-20 Thread Ed Wilts
On Fri, Sep 20, 2002 at 01:42:57PM -0400, Hahnel William J wrote: > I recently updated my SNMP software to ucd-snmpd-4.2.5 and I just noticed a > problem with it. When querying for memory statistics I get bogus data. For > example: > > I did go to SourceForge and found a pre-release version, >

Re: up2date behaviour

2002-09-20 Thread Mike Burger
It is possible, yes. I don't use the RedHat RPMs, though... On Fri, 20 Sep 2002, William Wong wrote: > Hey, > > I installed the SRPM for postfix so that SASL is enabled. If a new security > patch for postfix was released, would up2date install a new postfix that > DIDN'T have SASL support? >

Re: FIND command Locks up Redhat System

2002-09-20 Thread Gordon Messmer
On Fri, 2002-09-20 at 07:46, Brice Hamilton wrote: > > I need to run the standard LINUX/UNIX 'FIND" command to locate > a particular file and when I ran the command, the entire system just > locked up ! Dead as a doornail. Best advice you've been given is to bring the system down and run fsck

Re: Linux Triple Booting

2002-09-20 Thread linux power
you must have an partition on your harddisk to install linux. I'am not quite sure I understand you right if you already have installed linux or what. If you want to create an partition you must have the boot rescue diskette and the linux system binaries on your windows partition, and boot the syst

Re: up2date behaviour

2002-09-20 Thread Ed Wilts
On Fri, Sep 20, 2002 at 01:26:32PM -0400, William Wong wrote: > Hey, > > I installed the SRPM for postfix so that SASL is enabled. If a new security > patch for postfix was released, would up2date install a new postfix that > DIDN'T have SASL support? Yup. To get around this, you should modify

Re: how many RHCEs are there?

2002-09-20 Thread Teodor Georgiev
what is worst, is that the RHCE program is still not wide spreaded. In example, in the Middle East or Eastern Europe you have to pass the borders of 3 countries to reach a RHCE exam center :) But in my opinion the RHCE exam is (should be?) much more valued, because despite of the Cisco CCNA / MS

Re: Cron editer

2002-09-20 Thread k clair
I'm sorry, I wasn't specific enough. The square brackets were meant to indicate an optional argument, not to be typed in on the command line. If you are logged in as the user that the cron job should run as, all you need to do is: crontab -e If, however, you are logged in as root, for exampl

Re: windows manager hangs

2002-09-20 Thread Chuck Mead
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 20 Sep 2002, Chris Harris posted the following: CH>HI, CH> CH>I'm running KDE3.0.3 on RH7.3. One of my users has a problem - when kde is CH>loading it gets as far as loading the windows manager and then hangs.. The CH>machine is totally loc

Problem with ucd-snmpd-4.2.5

2002-09-20 Thread Hahnel William J
Title: Problem with ucd-snmpd-4.2.5 Hi everyone, I recently updated my SNMP software to ucd-snmpd-4.2.5 and I just noticed a problem with it.  When querying for memory statistics I get bogus data.  For example: Query results using 4.2.4: == enterprises.ucdavis.memory.memTota

PPP/KPPP Debugging

2002-09-20 Thread Pieter De Wit
Hello Guys, Is there a way that anyone knows off to see what KPPP is passing to ppp/chat ? I can get my dialup to work with kppp, but I would like to move it to a server without X and need a script.Any ideas ? P.S. If anybody has done call back to a linux box in a chat script, please pass on

Cron editer

2002-09-20 Thread ebinc
Hi List I enter this exactly as shown below crontab [-u user] -e but I keep getting an error I have Red Hat 7.2 Ed -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

up2date behaviour

2002-09-20 Thread William Wong
Hey, I installed the SRPM for postfix so that SASL is enabled. If a new security patch for postfix was released, would up2date install a new postfix that DIDN'T have SASL support? - Will -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.re

Re: Cron job

2002-09-20 Thread k clair
Well, you have to be logged in to the computer that you want the cron job to run on in order to use the crontab command. On Fri, Sep 20, 2002 at 01:08:14PM -0400, ebinc wrote: - Hi thanks - I enter the information into the cron direct by crontab [-u user] -e then - enter it via ssh? - so I can d

Re: Compact 20/40 Dat External not detected by Redhat

2002-09-20 Thread C. Linus Hicks
On Fri, 2002-09-20 at 06:17, Amanda Galligan wrote: > Red hat 7.1 kernel-smp-2.4.2-2 no reference to tape drive in /var/log/dmesg > or in /proc/scsi/scsi > Tape is found on system boot as "scsi port 1 scsi id 6" Do you mean during the BIOS scan or while booting Linux? > System is Compact DL3

Re: Cron job

2002-09-20 Thread ebinc
Hi thanks I enter the information into the cron direct by crontab [-u user] -e then enter it via ssh? so I can delete the sample cron file I have in the cgi-bin? Ed There is a file that cron uses that lists all the cron jobs. You shouldn't edit this file directly, but you should use the cronta

Re: Cron job

2002-09-20 Thread k clair
There is a file that cron uses that lists all the cron jobs. You shouldn't edit this file directly, but you should use the crontab command to edit it. So: crontab [-u user] -l### will list the current cron jobs crontab [-u user] -e### will drop you into an editor to edit the jo

VSS and Samba Shares

2002-09-20 Thread Calbazana, Al
Title: VSS and Samba Shares Hello, I would like to know if anyone is able to help with setting up a Samba share to run under VSS.  Currently, I have a share set up that contains files under VSS.  I have my Samba share all set and working and I am able to check files in and out of VSS.  I am h

Cron job

2002-09-20 Thread ebinc
Hi List I'm trying to create a cron job I tryed to read up on it but I cannot understand how it is done the cron command would be "0 0 * * * /path/to/send.cgi send_reminders" do I leave this in a file in my cgi-bin If somone knows how to create this and start it please reply Thanks Ed --

Linux Triple Booting

2002-09-20 Thread SHANNON K. ROZEBOOM
Hi I am working on getting a triple boot installed on my computer. I have already installed WIN98 and WIN2000 and am working on installing Linux. However, I am getting an error saying there is not enough space out of 9538M. I have 1185M to work with. I have the boot files beginning cylinde

Re: You may still be vunerable to the Slapper Worm

2002-09-20 Thread Hal Burgiss
On Fri, Sep 20, 2002 at 11:15:45AM -0500, Ed Wilts wrote: > rpm works fine. It upgraded the package as it was supposed to. How do you > think rpm failed? Loose nut behind steering. Initial reports now conclusively confirmed. (Worked fine for me too, about a month ago, and maybe took 50 seconds

RE: You may still be vunerable to the Slapper Worm

2002-09-20 Thread Trevor
Yes, we were right (about OpenSSL). And we were right about it for a long time now. I'm surprised that you didn't figure this out by yourself (or at least read it somewhere). If you followed ANY of the posts over the past couple days you would see that we proved this time and again! "rpm -q --

Re: ipchains vs iptables with 7.3 new install

2002-09-20 Thread Mike Burger
Well that answers this particular part...you're not running ipchains...you're running iptables. On Fri, 20 Sep 2002 [EMAIL PROTECTED] wrote: > Thanks, but whenever I try anything related to ipchains, I get the > "Incompatible with this kernel" response. Although iptables -L tells me: > > Cha

Re: You may still be vunerable to the Slapper Worm

2002-09-20 Thread Ed Wilts
On Fri, Sep 20, 2002 at 04:29:18PM +0100, James Wilson wrote: > It looks like you were right guys, the rpm tool once again has failed to do anything >useful and once I upgraded from src its closed the vunerability. I'd apologise for >the misinformation, but it seems that you enjoyed the chance f

pppd : help!!!

2002-09-20 Thread shyam
hi friends iam trying to congfigure dailin setup on RH 7.2 box i am getting this error in messages file and ppp is not coming up Sep 20 11:17:09 UnknownStranger pppd[8628]: pppd 2.4.1 started by a_ppp, uid 0 Sep 20 11:17:09 UnknownStranger pppd[8628]: Using interface ppp0 Sep 20 11:17:09 Unkno

Re: ipchains vs iptables with 7.3 new install

2002-09-20 Thread Sam . Sexton
Thanks, but whenever I try anything related to ipchains, I get the "Incompatible with this kernel" response. Although iptables -L tells me: Chain INPUT (policy ACCEPT) target     prot opt source               destination         Chain FORWARD (policy ACCEPT) target     prot opt source        

Re: FIND command Locks up Redhat System

2002-09-20 Thread Paul DiMarco
I use the "locate" command to find files and it seems to work OK. Jack Bowling

Re: ipchains vs iptables with 7.3 new install

2002-09-20 Thread k clair
Just a thought... if you can't telnet to the box -- are you sure that telnetd is running and listening on the port you are expecting it to be? kristina On Fri, Sep 20, 2002 at 03:15:57PM +0100, [EMAIL PROTECTED] wrote: - I'm new to Linux and firewalls, but have several years SunOS/Solaris - ex

RE: You may still be vunerable to the Slapper Worm

2002-09-20 Thread James Wilson
It looks like you were right guys, the rpm tool once again has failed to do anything useful and once I upgraded from src its closed the vunerability. I'd apologise for the misinformation, but it seems that you enjoyed the chance for righteous flaming. Jam www.freebsd.org Ironic isn't it that

Re: what IDE chipset do I have?

2002-09-20 Thread Brian Ashe
Mike Shilling, On Friday September 20, 2002 09:52, Mike Shilling wrote: > I have an abit bd7II (i845) motherboard, it comes in 2 flavors, RAID and > non RAID. I have the non-raid version (dont need it) > > I have read ever spec, tid-bit, review, piece of information on this board, > and I still c

RE: FIND command Locks up Redhat System

2002-09-20 Thread Mike Burger
Did you mean to type fdisk, or did you really mean fsck? On Fri, 20 Sep 2002, Edward Wildgoose wrote: > I have a similar problem on one of my machines which has a corrupted inode entry. >Might want to fdisk that drive. > > As an aside I'm not sure how to correct the problem having determined

Re: ipchains vs iptables with 7.3 new install

2002-09-20 Thread Mike Burger
That is not necessarily the case. /etc/sysconfig/ipchains only exists if you run the "service ipchains save" command (or something else runs it). To see if it's running, try "service ipchains status" or "ipchains -L". On Fri, 20 Sep 2002 [EMAIL PROTECTED] wrote: > It appears my suspicion that

Re: FIND command Locks up Redhat System

2002-09-20 Thread Jack Bowling
> Bruce Hamilton wrote - > Hello, > > I ran into a problem yesterday with one of my production REDHAT Linux > servers. This particular server is running Oracle DB and is mainly a > Database server. I need to run the standard LINUX/UNIX 'FIND" command to > locate a particular file and when I

Re: FIND command Locks up Redhat System

2002-09-20 Thread Brian Ashe
Brice Hamilton, On Friday September 20, 2002 10:46, Brice Hamilton wrote: > Hello, > > I ran into a problem yesterday with one of my production REDHAT Linux > servers. This particular server is running Oracle DB and is mainly a > Database server. I need to run the standard LINUX/UNIX 'FIND" com

RE: FIND command Locks up Redhat System

2002-09-20 Thread Edward Wildgoose
Title: Message I have a similar problem on one of my machines which has a corrupted inode entry.  Might want to fdisk that drive.   As an aside I'm not sure how to correct the problem having determined that's whats wrong.  FDisk isn't any help -Original Message-From: Brenden W

Re: FIND command Locks up Redhat System

2002-09-20 Thread Sam . Sexton
What was the argument? I've seen problems on Solaris when (I think) find encounters pipes, so you might try specifying <-type f -a -name >. /Sam Sam Sexton Reuters Coventry Reuters Treasury Solutions (Internal) Reuters Treasury Solutions (public) Phone: +44 24 7625 6562 Fax:   +44 24 7655

Re: ipchains vs iptables with 7.3 new install

2002-09-20 Thread Sam . Sexton
It appears my suspicion that ipchains was preventing telnet access was wrong - there's no ipchains in /etc/sysconfig, so the daemon isn't started. I'll see what I can do with your rules tables - ta. /Sam Sam Sexton Reuters Coventry Reuters Treasury Solutions (Internal) Reuters Treasury Solutio

RE: FIND command Locks up Redhat System

2002-09-20 Thread Brenden Walker
Title: Message Hmm, never seen that myself..but.. Is is possible you've got a directory link that causes directery traversal to recurse forever? -Original Message-From: Brice Hamilton [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 10:47 AMTo: [EMAIL PROTECTED]S

Re: ipchains vs iptables with 7.3 new install

2002-09-20 Thread Paul DiMarco
Can you post your sample iptables rules to the list please. I'd like to compare them to my security I have setup as well. Thanks! li

FIND command Locks up Redhat System

2002-09-20 Thread Brice Hamilton
Hello,   I ran into a problem yesterday with one of my production REDHAT Linux servers.  This particular server is running Oracle DB and is mainly a Database server.  I need to run the standard LINUX/UNIX 'FIND" command to locate a particular file and when I ran the command, the entire syste

Re: ipchains vs iptables with 7.3 new install

2002-09-20 Thread linux power
Stop the ipcains deamon if running. /etc/rc.d/init.d/ipchains stop I'll send you my iptables roules. --- [EMAIL PROTECTED] skrev: > I'm new to Linux and firewalls, but have several > years SunOS/Solaris > experience. > > I have just installed 7.3 Personal and opted for the > high security >

ipchains vs iptables with 7.3 new install

2002-09-20 Thread Sam . Sexton
I'm new to Linux and firewalls, but have several years SunOS/Solaris experience. I have just installed 7.3 Personal and opted for the high security firewall option during the installation process. This is for internal product testing and will not be used with the Internet. However, I then decid

RE: You may still be vunerable to the Slapper Worm

2002-09-20 Thread Edward Wildgoose
> What Red Hat has done is issue patches before the vulnerabilities are > exploited. They don't wait until the customer is screwed before getting > around to fixing the bugs. Some vendors (a large Redmond-based software > company comes to mind) play Russian roulette and wait until the exploits >

what IDE chipset do I have?

2002-09-20 Thread Mike Shilling
I have an abit bd7II (i845) motherboard, it comes in 2 flavors, RAID and non RAID. I have the non-raid version (dont need it) I have read ever spec, tid-bit, review, piece of information on this board, and I still cant find out what IDE chipset I have. WTF! anyone have this board, or know where

windows manager hangs

2002-09-20 Thread Chris Harris
HI, I'm running KDE3.0.3 on RH7.3. One of my users has a problem - when kde is loading it gets as far as loading the windows manager and then hangs.. The machine is totally locked up and the only solution is to hit the reset button. The other users and root are fine. Has anyone come across th

Re: Cryptic message...

2002-09-20 Thread Francisco Neira
Andreas Hansson wrote: >>>kernel: IN=eth0 OUT= MAC=00:50:da:05:c5:f4:00:04:dd:0b:e0:92:08:00 >>>SRC=210.11.68.47 DST=204.144.132.162 LEN=56 TOS=0x00 PREC=0x00 TTL=238 >> > ID=14090 > >>>PROTO=ICMP TYPE=3 CODE=3 [SRC=204.144.132.162 DST=210.11.68.47 LEN=121 >> > TOS=0x00 > >>>PREC=0x00 TTL=248 ID

Re: You may still be vunerable to the Slapper Worm

2002-09-20 Thread Ed Wilts
On Fri, Sep 20, 2002 at 01:35:56PM +0100, James Wilson wrote: > Red-Hat's security announcement about the slapper worm > http://www.redhat.com/support/alerts/linux_slapper_worm.html > > Directs users to the follwoing page which is dated before the Worm ( 2002-08-05 !! ) > http://rhn.redhat.com/er

Fw: Cryptic message... I do need glasses !!!

2002-09-20 Thread Peter Robb
I take that back! I am blind ! A packet is returning to your server as Andreas said... Oops Peter. - Original Message - From: "Peter Robb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 20, 2002 2:22 PM Subject: Fw: Cryptic message... > The MAC address says it was

Re: You may still be vunerable to the Slapper Worm

2002-09-20 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20-Sep-2002/13:35 +0100, James Wilson <[EMAIL PROTECTED]> wrote: >Red-Hat's security announcement about the slapper worm >http://www.redhat.com/support/alerts/linux_slapper_worm.html > >Directs users to the follwoing page which is dated before the

Re: top level directory sizes

2002-09-20 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Sep 18, 2002 at 03:24:23PM -0500, Roger Schmeits wrote: > How do I list only the top level directory sizes? >[...] > There are hundreds of top-level and subdirectories so compact method is > needed. I did not see the complete original message

Re: You may still be vunerable to the Slapper Worm

2002-09-20 Thread Hal Burgiss
On Fri, Sep 20, 2002 at 01:35:56PM +0100, James Wilson wrote: > Red-Hat's security announcement about the slapper worm > http://www.redhat.com/support/alerts/linux_slapper_worm.html > > Directs users to the follwoing page which is dated before the Worm ( > 2002-08-05 !! ) http://rhn.redhat.com/er

You may still be vunerable to the Slapper Worm

2002-09-20 Thread James Wilson
Red-Hat's security announcement about the slapper worm http://www.redhat.com/support/alerts/linux_slapper_worm.html Directs users to the follwoing page which is dated before the Worm ( 2002-08-05 !! ) http://rhn.redhat.com/errata/RHSA-2002-160.html These rpm versions of OpenSSL are pre 0.9.6e an

Re: package help

2002-09-20 Thread Krishna
Hi,    Mandrake has that option. If you are not using that then search on google.   regardsKrishna   Krishna ShekharNetwork AdministratorWiplash Wireless - Original Message - From: Andy Worthington To: [EMAIL PROTECTED] Sent: Friday, September 20, 2002 4:42 PM

Re: New Install Boot Problem

2002-09-20 Thread Krishna
Hi, See if you can boot from cdrom? Did you make a bootdisk from the cdrom? regards Krishna Krishna Shekhar Network Administrator Wiplash Wireless - Original Message - From: Patrick Beart <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 20, 2002 7:58 AM Subject: R

Fw: Cryptic message...

2002-09-20 Thread Peter Robb
The MAC address says it was originated on the local LAN... so an internal machine sent an icmp out... in response to an incoming dns reply from 204.144.132.162 Pegards, Peter - Original Message - From: "Andreas Hansson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September

Re: Cryptic message...

2002-09-20 Thread Andreas Hansson
> > > > kernel: IN=eth0 OUT= MAC=00:50:da:05:c5:f4:00:04:dd:0b:e0:92:08:00 > > SRC=210.11.68.47 DST=204.144.132.162 LEN=56 TOS=0x00 PREC=0x00 TTL=238 ID=14090 > > PROTO=ICMP TYPE=3 CODE=3 [SRC=204.144.132.162 DST=210.11.68.47 LEN=121 TOS=0x00 > > PREC=0x00 TTL=248 ID=37692 DF PROTO=UDP SPT=53 DPT=

grub help

2002-09-20 Thread Andy Worthington
I recently installed 7.3 with grub as my boot loader on hda.  I have a drive at hdb that is redhat 7.0 and has a lilo boot loader installed.  I would like to have a listing in grub that would let me boot the 7.0 using lilo so I can take advantage of the conf I already have setup for that sys

package help

2002-09-20 Thread Andy Worthington
Is there anyway to get the package selection and installation from the 7.3 install disk back after installation so I can add packages without have to use rpm directly and hunt down the rpms on the cd?   Thanks

Re: Installing Red Hat on a Dell Optiplex GS240

2002-09-20 Thread Ivette Reategui
Well, after reading all your responses I feel confident about the installation. Thanks to all that responded to my inquiry, and I'll let you know how it goes. - Ivette >>> [EMAIL PROTECTED] 09/19/02 05:03PM >>> On Thu, 19 Sep 2002, Ivette Reategui wrote: > Hello, > > Has anyone tried to insta

Re: Installing Red Hat on a Dell Optiplex GS240

2002-09-20 Thread Ivette Reategui
Thanks, Jon. Yes, I will install it. This is the first time I'm going to touch Linux. So this list will be hearing from me again:) - Ivette >>> [EMAIL PROTECTED] 09/19/02 10:06PM >>> On Thu, 2002-09-19 at 16:16, Ivette Reategui wrote: > Hello, > > Has anyone tried to install Red Hat on a Dell

Re: Installing Red Hat on a Dell Optiplex GS240

2002-09-20 Thread Ivette Reategui
Ok, but mine is not a laptop... But, you guys gave me a good idea...to look for a mailing list specific to Dell machines. Thanks, - Ivette >>> [EMAIL PROTECTED] 09/19/02 11:15PM >>> There's also a yahoo groups for dell laptops. the home page is at: http://groups.yahoo.com/group/linux-dell-lapt

Re: Installing Red Hat on a Dell Optiplex GS240

2002-09-20 Thread Ivette Reategui
Thanks, Jack, for your response. I guess I'll try installing 7.3 on this Optiplex GS240 machine. It's a new machine, but it already has Win2k installed. - Ivette >>> [EMAIL PROTECTED] 09/19/02 11:41PM >>> > Has anyone tried to install Red Hat on a Dell Optiplex GS240. I have installed Redhat

Re: top level directory sizes

2002-09-20 Thread Thomas Ribbrock
On Wed, Sep 18, 2002 at 03:24:23PM -0500, Roger Schmeits wrote: > How do I list only the top level directory sizes? [...] > There are hundreds of top-level and subdirectories so compact method is > needed. Have a look at 'duu' and 'duu2', which can be found here: http://llg.cubic.org/tools/ HTH

Compact 20/40 Dat External not detected by Redhat

2002-09-20 Thread Amanda Galligan
Red hat 7.1 kernel-smp-2.4.2-2 no reference to tape drive in /var/log/dmesg or in /proc/scsi/scsi Tape is found on system boot as "scsi port 1 scsi id 6" System is Compact DL380 G2 running Compaq CISS driver v 2.4.2 We had previously a hot swap internal which also wasnt found and were assured

RE: Installing kernel source

2002-09-20 Thread Banze, Andreas
> > kernel-source-2.4.18-3.i386.rpm as mentioned above. > Thanks for H. > Just another precision, I have an i686 processor machine. So? The source is the same, just configure it (make config/menuconfig/xconfig) to compile for your processor and it'll work. MfG Andreas -- redhat-list mailing

  1   2   >