kswapd

2003-10-01 Thread Mario Camuñas
Hello: Our scenario is the following: One web server runninng kernel 2.4.9-e-12(smp), it is used to host an Apache webserver with an integrated application server. The system has 2Gb of RAM and 2Gb of swap. The last day an strange thing happened. We tried to connect to our system using ssh

Re: Re: gdm and networking

2003-10-01 Thread TBrowder
- Original Message - From: "Anthony E. Greene" <[EMAIL PROTECTED]> > That way, when gdm tries to make a network connection to realhostname, it > will resolve to 127.0.0.1 instead of querying the DNS. Can this situation happen even without any interface using DHCP? As far as I know, it isn

Connecting to ISP?

2003-10-01 Thread Denham Eva
Hello Redhatters, My ISP does not support Linux/Redhat connections. However I am wondering if anyone can spare me the research time and tell me does that mean it is not possible? Or is it? They do support the Windows platform. I can only think that the issue would be with the password and user aut

Outgoing mail using postfix takes long time

2003-10-01 Thread Anton NG
Hi all, I have problem sending mail from my postfix linux with MailScanner+ClamAv. It's very slow when sending to other e-mail server like mail.yahoo.com & if recipient more than one e-mail addresses i will receive "Undeliver Message..." from postfix, eventhough the mails will be received by re

RE: malware firewall

2003-10-01 Thread Thomas Fortner
>Message: 5 >Date: Tue, 30 Sep 2003 14:33:20 -0500 (CDT) >Subject: OT: http content scanning proxy >From: "Distribution Lists" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >Does anyone know of a product that acts like a http proxy and will scan >the data for malware/

Re: How I can tranfer files between Windows and Linux by USB

2003-10-01 Thread Ed Wilts
On Wed, Oct 01, 2003 at 12:06:52PM +0700, Le Ngoc Thach wrote: > How I can tranfer files between Windows and Linux (RedHat Linux 9.0) by > USB (verision 1.0/2.0) cable. How about USB to Ethernet adapters on both ends? IMO, you'd be better off by just plugging both systems into an Ethernet switc

Compaq lockup

2003-10-01 Thread Thomas Fortner
>Message: 11 >Subject: ProLiant DL380 Frequent Lock-ups - SCSI driver? >Date: Tue, 30 Sep 2003 16:00:56 -0400 >From: "Maurer, Justin" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >This is a multi-part message in MIME format. >--_=_NextPart_001_01C3878D.8F57AB4

RE: malware firewall

2003-10-01 Thread Willem van der Walt<[EMAIL PROTECTED]>
Trend's interscan runs on Linux too. On Wed, 1 Oct 2003, Thomas Fortner wrote: > >Message: 5 > >Date: Tue, 30 Sep 2003 14:33:20 -0500 (CDT) > >Subject: OT: http content scanning proxy > >From: "Distribution Lists" <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Reply-To: [EMAIL PROTECTED] > > >D

redhat error

2003-10-01 Thread Jeff Hill
cant register with rhn even after i downloaded and installed the 2 rpms

RE: How I can tranfer files between Windows and Linux by USB

2003-10-01 Thread Jason Tesser
On the Linux side there is a way to route the usb connection to an ethernet connection. On windows no way I know of -Original Message- From: Le Ngoc Thach [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 12:07 AM To: [EMAIL PROTECTED] Subject: How I can tranfer files between W

Converting PDF into a text file

2003-10-01 Thread Himanshu Arora
Hi Folks! How can i convert a PDF file into a text file ? Bye Himanshu Arora -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Dumb Newbie question bout Tripwire

2003-10-01 Thread Steve Gonzales
Hi, Lee. You have to initialize the tripwire database by going into /etc/tripwire and running ./twinstall.sh. I'm not too up on tripwire, but that command should stop the emails. HIH! -- Steven C. Gonzales, RHCE, MCSE Louisiana State University [EMAIL PROTECTED] Division of Enginee

Re: Converting PDF into a text file

2003-10-01 Thread Hal Burgiss
On Wed, Oct 01, 2003 at 05:23:45PM +0530, Himanshu Arora wrote: > Hi Folks! > How can i convert a PDF file into a text file ? I haven't tried it, but ... $ rpm -qf /usr/bin/pdftotext xpdf-1.01-10 $ pdf pdf2dsc pdfelatex pdffontspdfinitex pdfopt pdftops pdfxmltex pdf2ps p

Re: Dumb Newbie question bout Tripwire

2003-10-01 Thread José Hugo Pérez Casanova
Any way be aware of something: When running twinstall.sh it looks for some files that are supposed to be somewhere and with some attributes. If it does not find what it looks for, will send you huge e-mails with all the errors and files it not found. Read the docs first. > Hi, Lee. > > You have

rsync and ssh simple question

2003-10-01 Thread Nathalie Boulos
Hello, i'm using rsync with ssh to connect to a remote host and mirror a website. I want to put the command in crontab and i don't want ssh to ask for password before opening the connexion. Anyone knows how can i avoid that? Regards Nathalie __ Do you Yahoo!? Th

RE: How I can tranfer files between Windows and Linux by USB

2003-10-01 Thread Otto Haliburton
You can buy a USB to internet hardware interface. That's absolutely the simplest way. You can just plug your USB to the internet and transfer the data through your internet connection. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Jason Tesser >

Re: Converting PDF into a text file

2003-10-01 Thread Jason Dixon
On Wed, 2003-10-01 at 08:12, Hal Burgiss wrote: > On Wed, Oct 01, 2003 at 05:23:45PM +0530, Himanshu Arora wrote: > > Hi Folks! > > How can i convert a PDF file into a text file ? > > I haven't tried it, but ... > > $ rpm -qf /usr/bin/pdftotext > xpdf-1.01-10 ps2ascii, included with the ghostscr

Re: redhat error

2003-10-01 Thread Jason Dixon
On Wed, 2003-10-01 at 08:04, Jeff Hill wrote: > cant register with rhn even after i downloaded and installed the 2 > rpms cant help you no details more than that ;-) -- Jason Dixon, RHCE DixonGroup Consulting http://www.dixongroup.net -- redhat-list mailing list unsubscribe mailto:[EMAIL PRO

Re: rsync and ssh simple question

2003-10-01 Thread Jason Dixon
On Wed, 2003-10-01 at 08:15, Nathalie Boulos wrote: > Hello, > > i'm using rsync with ssh to connect to a remote host > and mirror a website. > > I want to put the command in crontab and i don't want > ssh to ask for password before opening the connexion. > > Anyone knows how can i avoid that?

Re: RHEL pricing [was FEDORA]

2003-10-01 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 30 Sep 2003 22:26:00 -0500, Ed Wilts wrote: > On Tue, Sep 30, 2003 at 06:02:13PM +0300, Karasik, Vitaly wrote: > > Below is my question to RH and theirs answer: > > Their answer is misleading - The question was confusing, too. The average c

reboot problem

2003-10-01 Thread gamalt tant
hi when i was rebooting redhat8, the rebooting stop at " bringing up interface ppp0" and it freezes at this line. and can not go the login screen. can anyone tell in details what should i do? thanks __ Do you Yahoo!? The New Yahoo! Shopping - with i

How to add persistent static routes?

2003-10-01 Thread Ken Morley
I'm using RH7.3. There are multiple paths off our network. Besides the default gateway, which points to the internet, we also have a router that connects the company WAN to branch offices. I can use the route statement to setup a static route as follows: route add -net 10.184.0.0 netmask 255.255

Re: Problem running rhn_register

2003-10-01 Thread Reuben D. Budiardja
On Tuesday 30 September 2003 06:09 pm, Jason Williams wrote: > Ahh...tried that package and it workedkinda weird. > > Thank you. The SSL problem was announced sometimes ago. The rpm you downloaded from redhat.com was proabably the same version that comes with the distro CD. The one from rhn.

Re: rsync and ssh simple question

2003-10-01 Thread Reuben D. Budiardja
On Wednesday 01 October 2003 08:32 am, Jason Dixon wrote: > On Wed, 2003-10-01 at 08:15, Nathalie Boulos wrote: > > Hello, > > > > i'm using rsync with ssh to connect to a remote host > > and mirror a website. > > > > I want to put the command in crontab and i don't want > > ssh to ask for password

Re: rsync and ssh simple question

2003-10-01 Thread MKlinke
On Wednesday 01 October 2003 07:32, Jason Dixon wrote: > On Wed, 2003-10-01 at 08:15, Nathalie Boulos wrote: > > Hello, > > > > i'm using rsync with ssh to connect to a remote host > > and mirror a website. > > > > I want to put the command in crontab and i don't want > > ssh to ask for password be

Re: rsync and ssh simple question

2003-10-01 Thread Hardy Merrill
Nathalie Boulos [EMAIL PROTECTED] wrote: > Hello, > > i'm using rsync with ssh to connect to a remote host > and mirror a website. > > I want to put the command in crontab and i don't want > ssh to ask for password before opening the connexion. I assume from these statements that you want to use

RE: How I can tranfer files between Windows and Linux by USB

2003-10-01 Thread Bret Hughes
On Wed, 2003-10-01 at 07:04, Jason Tesser wrote: > On the Linux side there is a way to route the usb connection to an ethernet > connection. On windows no way I know of > Bound to be since windows was doing the pda handheld networking pretty early. maybe ppp connection would work? it is after

Upgrade from 7.2 to latest - tips please

2003-10-01 Thread Kevin
Hi, can anybody who has upgraded from 7.2 to the latest version on RH give me any pointers. i.e. docs - tips - advice. I need to do this soon. Thanks Kevin -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: How I can tranfer files between Windows and Linux by USB

2003-10-01 Thread Jason Tesser
true. I have a 2 Zaurus units and you are right there is a way to get it to connect in windows through the serial port onto a tcp/ip connection but it is not reliable. -Original Message- From: Bret Hughes [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 8:55 AM To: [EMAIL PROTE

Re: rsync and ssh simple question

2003-10-01 Thread Michael Gargiullo
This is pretty easy to do. I use this method to back up 20 remote machines. If you want examples, email me directly. I've made one comment to what Hardy wrote. let me know if you have any questions. -Mike (Sorry for the top post) On Wed, 2003-10-01 at 09:30, Hardy Merrill wrote: > Nathalie B

isa modem

2003-10-01 Thread gamalt tant
it seems to me that my isa modem on redhat8.0 does not dial. i used the command "wvdialconf create" . i got many lines wih okay and mymodem was detected on stty1. Howver, when i press Activate button on Network Device Control, the status become active and sometimes Network Device Activity hangs the

Re: Connecting to ISP?

2003-10-01 Thread Parker Morse
On Wednesday, Oct 1, 2003, at 05:55 US/Eastern, Denham Eva wrote: My ISP does not support Linux/Redhat connections. However I am wondering if anyone can spare me the research time and tell me does that mean it is not possible? Or is it? They do support the Windows platform. I can only think that t

Re: Dumb Newbie question bout Tripwire

2003-10-01 Thread Bret Hughes
On Wed, 2003-10-01 at 07:04, Steve Gonzales wrote: > Hi, Lee. > > You have to initialize the tripwire database by going into /etc/tripwire > and running ./twinstall.sh. I'm not too up on tripwire, but that > command should stop the emails. > The default twpol.txt has all the files for an everyt

Re: Dumb Newbie question bout Tripwire

2003-10-01 Thread Bret Hughes
On Wed, 2003-10-01 at 09:15, Bret Hughes wrote: > On Wed, 2003-10-01 at 07:04, Steve Gonzales wrote: > > Hi, Lee. > > > > You have to initialize the tripwire database by going into /etc/tripwire > > and running ./twinstall.sh. I'm not too up on tripwire, but that > > command should stop the email

Re: Connecting to ISP?

2003-10-01 Thread Michael Gargiullo
On Wed, 2003-10-01 at 10:06, Parker Morse wrote: > On Wednesday, Oct 1, 2003, at 05:55 US/Eastern, Denham Eva wrote: > > My ISP does not support Linux/Redhat connections. However I am > > wondering if > > anyone can spare me the research time > > and tell me does that mean it is not possible? Or i

RE: Connecting to ISP?

2003-10-01 Thread Buck
LOL Denham on the TeePee! :^) I am in the process of building a computer that will be just as you describe the TeePee. Because of your signature, I will name it TeePee! My goal and desire is that it will remain pure from anything Microsoft! As for your dilemma, unless you have a cable modem I

raid1 + lilo + boot

2003-10-01 Thread Roger
I have several systems with identical hardware that all have software raid1 running on RH9 on hot-swappable serial ata drives. One of our machines has developed a problem recently. Running 'lilo -v' used to write out boot sectors info for both drivers - now it only does one drive. lilo -v LILO

isa modem

2003-10-01 Thread gamalt tant
it seems to me that my isa modem on redhat8.0 does not dial. i used the command "wvdialconf create" . i got many lines wih okay and mymodem was detected on stty1. Howver, when i press Activate button on Network Device Control, the status become active and sometimes Network Device Activity hangs the

using Gnome Toaster in RH9

2003-10-01 Thread Earl Eiland
I'm trying to burn a backup CD using GnomeToaster 1.0Beta6. I can't find either a man or info for gtoaster, so am hoping someone can help. GnomeToaster recognizes my CD-R, and I have a fresh CD in. I've dragged the 29Mb tar file from the top box to the bottom box, given the CD a label, and click

Viewing Text Output

2003-10-01 Thread Brett Franck
Hi,   I am trying to view log files using GREP and variable substitution.  Let's say a user wants to view a log file for "Sep 30"  Here is the shell (BASH) script that I put together for it.   #!/bin/sh cd /routerlogsechodateechodate=`date | cut -c5-7`echo "Which Date Do You Wish to Parse?:

Re: using Gnome Toaster in RH9

2003-10-01 Thread Nick Lindsell
On Wed, 2003-10-01 at 16:18, Earl Eiland wrote: > I'm trying to burn a backup CD using GnomeToaster 1.0Beta6. I can't > find either a man or info for gtoaster, so am hoping someone can help. > > GnomeToaster recognizes my CD-R, and I have a fresh CD in. I've dragged > the 29Mb tar file from the

Re: Upgrade from 7.2 to latest - tips please

2003-10-01 Thread Nick Lindsell
On Wed, 2003-10-01 at 14:50, Kevin wrote: > Hi, > > can anybody who has upgraded from 7.2 to the latest version on RH give me > any pointers. > > i.e. docs - tips - advice. > > I need to do this soon. Don't count on upgrading between major versions to work. The rule of thumb used to be, upgra

error: rpmdbNextIterator: skipping ...

2003-10-01 Thread Herbert Georg
Hi, It seems that I have a corrupted rpmdb. I folowed the steps described in http://www.rpm.org/hintskinks/repairdb/ by Jeff Johnson. And after all I get a segfault, but bugzilla is not working so I couldn't follow the instructions next. What do I have to do to repair the rpmdb?? Weirdly my Mozi

Re: using Gnome Toaster in RH9

2003-10-01 Thread Earl Eiland
On Wed, 2003-10-01 at 09:27, Nick Lindsell wrote: > On Wed, 2003-10-01 at 16:18, Earl Eiland wrote: > > I'm trying to burn a backup CD using GnomeToaster 1.0Beta6. I can't > > find either a man or info for gtoaster, so am hoping someone can help. > > > > GnomeToaster recognizes my CD-R, and I hav

Re: using Gnome Toaster in RH9

2003-10-01 Thread Simpson, Doug
Go into the preferences and then the CDROM and Recorder Setup tab. Highlight the Drive and click on "edit" below. Make sure the box is checked where it says "This Drive is a CD writer" Now try your burning. Doug > On Wed, 2003-10-01 at 09:27, Nick Lindsell wrote: >> On Wed, 2003-10-01 at 16:18, E

Re: using Gnome Toaster in RH9

2003-10-01 Thread Earl Eiland
On Wed, 2003-10-01 at 10:36, Simpson, Doug wrote: > Go into the preferences and then the CDROM and Recorder Setup tab. Highlight the > Drive > and click on "edit" below. Make sure the box is checked where it says "This Drive > is a > CD writer" > Now try your burning. > Doug That was it. Thank

RE: setting up NTPd

2003-10-01 Thread James D. Parra
Hello Jeff,   I am not sure if NTP is broken on RH 7.2, but the following shows how I have it set up.   Edit /etc/nbd.conf as such;   server  xxx.xxx.xxx.xxx prefer    ---> add stratum 2 server ip address here with the "prefer" comment (add others for redundancy) server  127.127.1.0 #

Re: using Gnome Toaster in RH9

2003-10-01 Thread Simpson, Doug
I did the same thing - tried to burn got no response . . . I went here for info http://gnometoaster.rulez.org/ > On Wed, 2003-10-01 at 10:36, Simpson, Doug wrote: >> Go into the preferences and then the CDROM and Recorder Setup tab. > Highlight the Drive >> and click on "edit" below. Make sure the

Re: Upgrade from 7.2 to latest - tips please

2003-10-01 Thread Howard Fore
On Wednesday, October 1, 2003, at 09:50 AM, Kevin wrote: can anybody who has upgraded from 7.2 to the latest version on RH give me any pointers. i.e. docs - tips - advice. Make backup copies of all your important configuration files, just in case the RPM scripts trash something they shouldn't o

RE: setting up NTPd

2003-10-01 Thread James D. Parra
Sorry about that. I should have proofed my e-mail.   You are correct; edit ntp.conf.   If step-tickers is empty, populate it with Stratum 2 IP address, or DNS resolvable names if you prefer. DNS resolvable names may be a better idea incase the addresses change.   James    -Original Mess

RE: How to add persistent static routes?

2003-10-01 Thread Edwaldo Souza Almeida Junior
You may put the command line in /etc/rc.local Edwaldo Junior - Brazil. -Original Message- From: Ken Morley [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 1 de outubro de 2003 09:45 To: '[EMAIL PROTECTED]' Subject: How to add persistent static routes? I'm using RH7.3. There are multiple

Single login server for windows and Linux

2003-10-01 Thread James D. Parra
Hello, What is the best method to have one central Linux server handling login authentication for Linux and windows machines? What I would like to achieve is; 1) Provide only network server logins for Linux boxes and have no local accounts on any Linux machine. 2) Have /home/$USER reside on t

RE: setting up NTPd

2003-10-01 Thread Jeff Silberberg
James, First thank you for your help here. I am new to RH Linux, after many years of AIX & FreeBSD Now, /etc/ntp.conf # Added by JMS 9.29.03 # server rolex.usg.edu prefer server timex.usg.edu server timex.cs.columbia.edu # # Undisciplined Local Clock. This is a fake driver intend

httpd and glibc compatibility problems

2003-10-01 Thread damovand
Hello all, am running RH9.0. Upgraded from RH 7.2 using the official Redhat CD release in graphical mode. I am not able to start httpd, I thought I needed to upgrade and I did but it still does not start. When I do: service httpd start I get the error: ---

Missing LVM

2003-10-01 Thread Gene Poole
From all of the documentation I've found (both from Red Hat and linuxdoc.org), Red Hat Linux 7.3 should include the lvm utilities to support volume groups. However, I can't find a level of lvm that will install on 7.3, any ideas? Thanks, Gene Poole [EMAIL PROTECTED]

merging data in partitions - what's the procedure?

2003-10-01 Thread Canon
I'm not sure if this went through last time, so I'll re-post to make sure. Accept my appologies if this is a double-post. I have a bit of a conundrum. I installed RH9 a while back and created appropriate partitions only to find that one of them is growing low on space so I was thinking of mergi

connection failed

2003-10-01 Thread gamalt tant
i was try to connect to the internet throu ext serial us robotics on redhat8.0. the modem dialed the number then i get error message "could not find ppp0 interface" "the pppd died unexpectedly:" exit status 19. how can i fix this problem? thanks _

X-CD Roast setup question,

2003-10-01 Thread damovand
Hello all, I am using X-CD-Roast GUI to set it up. When I press SETUP button I go to a page with five tabs. On the first tab both my CD-ROM and CD-RW are listed on the first tab. But going forward on the subsequent tabs (CD Setting/HD Setting/ Miscellaneous/ and Options) there's no informatio

RE: setting up NTPd

2003-10-01 Thread James D. Parra
Let's see if we can solve this one mod at a time.   First, uncomment;   #multicastclient    # listen on default 224.0.1.1   change to;   multicastclient    # listen on default 224.0.1.1   Restart ntpd and run ntptrace again. James    -Original M

RE: setting up NTPd

2003-10-01 Thread Jeff Silberberg
James, Still no joy.. # multicastclient # listen on default 224.0.1.1 [EMAIL PROTECTED] etc]# ntpd -A -c /etc/ntp.conf -l /var/log/ntp.log [EMAIL PROTECTED] etc]# ntptrace localhost: stratum 16, offset 0.19, synch distance 0.00066 0.0.0.0:    *Not Synchronized*

Re: How to add persistent static routes?

2003-10-01 Thread Sean Estabrooks
On Wed, 1 Oct 2003 08:44:59 -0400 Ken Morley <[EMAIL PROTECTED]> wrote: > I'm using RH7.3. > > There are multiple paths off our network. Besides the default gateway, > which points to the internet, we also have a router that connects the > company WAN to branch offices. > > I can use the route

Re: httpd and glibc compatibility problems

2003-10-01 Thread NfoCipher
On Wed, 2003-10-01 at 12:43, damovand wrote: > Hello all, > am running RH9.0. Upgraded from RH 7.2 using the official Redhat CD release > in graphical mode. > I am not able to start httpd, I thought I needed to upgrade and I did but it > still does not start. > > When I do:

RE: setting up NTPd

2003-10-01 Thread James D. Parra
Can you ping the time server from this box?   Stop the ntp daemon and use;   ntpdate -d rolex.usg.edu   What are the results?     Also, why not point the RH box to the FreeBSD box for time sync and check the results.   James    -Original Message-From: Jeff Silberberg [mailto:[EMAIL

re-set permissions using RPM

2003-10-01 Thread Kevin Passey
Hi,   I've messed up some permissions somewhere on my system.   Can somebody advise me on resetting them using RPM.   All my software has been installed using RPM.   Thanks in advance   Kevin

RE: setting up NTPd

2003-10-01 Thread Jeff Silberberg
At 11:45 AM 10/1/2003 -0700, James D. Parra wrote: Can you ping the time server from this box? [EMAIL PROTECTED] root]# ping rolex.usg.edu PING ns1.usg.edu (198.72.72.10) from 209.192.81.235 : 56(84) bytes of data. 64 bytes from ns1.usg.edu (198.72.72.10): icmp_seq=0 ttl=246 time=4.053 msec 64 by

Re: X-CD Roast setup question,

2003-10-01 Thread John P Verel
On 10/01/03 14:15 -0400, damovand wrote: > Hello all, > I am using X-CD-Roast GUI to set it up. When I press SETUP button I go to a > page with five tabs. On the first tab both my CD-ROM and CD-RW are listed on > the first tab. But going forward on the subsequent tabs (CD Setting/HD > Settin

CDRW problem under RH9;2.6

2003-10-01 Thread Rade Trimceski
I have a sony vaio grx600 laptop, running RH9 with kernel 2.6.0-test1. I can't get my cdrom to work for reasons that are beyond me. - dmesg reports: hdc: SONY CD-RW/DVD-ROM CRX820E, ATAPI CD/DVD-ROM drive scsi0 : SCSI host adapter emulation for IDE ATAPI devices Vendor: SONY

Re: X-CD Roast setup question,

2003-10-01 Thread damovand
On Wednesday 01 October 2003 03:19 pm, John P Verel wrote: > On 10/01/03 14:15 -0400, damovand wrote: > > Hello all, > > I am using X-CD-Roast GUI to set it up. When I press SETUP button I go > > to a page with five tabs. On the first tab both my CD-ROM and CD-RW are > > listed on the first tab.

Re: httpd and glibc compatibility problems

2003-10-01 Thread damovand
On Wednesday 01 October 2003 02:32 pm, NfoCipher wrote: > On Wed, 2003-10-01 at 12:43, damovand wrote: > > Hello all, > > am running RH9.0. Upgraded from RH 7.2 using the official Redhat CD > > release in graphical mode. > > I am not able to start httpd, I thought I needed to upgrade and I did bu

Re: Viewing Text Output

2003-10-01 Thread Bret Hughes
On Wed, 2003-10-01 at 10:20, Brett Franck wrote: > Hi, > > I am trying to view log files using GREP and variable substitution. Let's say a > user wants to view a log file for "Sep 30" Here is the shell (BASH) script that I > put together for it. > > #!/bin/sh > cd /routerlogs > echo > date >

RE: setting up NTPd

2003-10-01 Thread Bret Hughes
On Wed, 2003-10-01 at 12:43, Jeff Silberberg wrote: > > > James, > > First thank you for your help here. I am new to RH Linux, after > many years of AIX & FreeBSD > > 1 Oct 13:33:30 ntpdate[25449]: adjust time server 198.72.72.10 offset > 0.027825 sec > Looks like It worked.

Messaging server software for Linux

2003-10-01 Thread Bob Hartung
Question: Is there any freeware/shareware/open-source messaging server software available. In our office I need to make shared info. available for 4 to a maximum of 5 people and I would like to host the server on RH 8. Thanks, Bob -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTE

Re: Messaging server software for Linux

2003-10-01 Thread Rus Foster
On Wed, 1 Oct 2003, Bob Hartung wrote: > Question: >Is there any freeware/shareware/open-source messaging > server software available. In our office I need to make > shared info. available for 4 to a maximum of 5 people and I > would like to host the server on RH 8. > Look at jabber from jab

Re: setting up NTPd

2003-10-01 Thread Jeff Silberberg
So,   This is right ??   [EMAIL PROTECTED] root]# ntpq -p remote   refid  st t when poll reach   delay   offset  jitter== LOCAL(0)    LOCAL(0)    10 l    3   64    1    0.000    0.000   0

Re: Dumb Newbie question bout Tripwire

2003-10-01 Thread cajun
Bret Hughes wrote: (snip) found it for those who might be interested. Love them archives. http://marc.theaimsgroup.com/?l=redhat-list&m=104396069108467&w=2 Bret Hi Bret, Thanks. That I do appreciate!!! Will this script go in to the twpol.txt and edit it for cleaning up any of the fil

Re: Shrike Title

2003-10-01 Thread Rus Foster
On Wed, 1 Oct 2003, SoloCDM wrote: > In the RedHat ISO downloads, what dose shrike mean in > shrike-i386-disc1.iso? > Shrike is the name given to RedHat 9. Rgds Rus -- w: http://www.jvds.com | Just Virtual Dedicated Servers e: [EMAIL PROTECTED]| banners: http://www.jvds.com/banners.ph

RE: setting up NTPd

2003-10-01 Thread James D. Parra
My "ntpq" output   remote   refid  st t when poll reach   delay   offset  jitter==*gabe.kjsl.com   nist1.aol-ca.tr  2 u  158  512  377   27.047    8.371   0.440 LOCAL(0)    LOCAL(0)    1

Data Replication

2003-10-01 Thread Chris Purcell
Can anyone recommend some good data replication software? I want to replicate an entire partition across a network in real time, so that if a server fails, we can switch over to the backup without losing any data. I basically want an entire partition mirrored across the network on another server.

Red Hat website error

2003-10-01 Thread Chris Purcell
http://info.redhat.com/a/tA-eyxnAJPSNNAOMy0zADrb0g7z/rhat46 When you click the link above, the URL will be redirected to a redhat url with value of price=. Just change the price, and you've changed the cost of your Redhat Training. See, RHCE IS affordable! Nice programming Red Hat. -- Chri

Re: setting up NTPd

2003-10-01 Thread Bret Hughes
On Wed, 2003-10-01 at 15:38, Jeff Silberberg wrote: > So, > > This is right ?? > > [EMAIL PROTECTED] root]# ntpq -p > remote refid st t when poll reach delay offset jitter > == > LOCAL(0)

Re: Dumb Newbie question bout Tripwire

2003-10-01 Thread Bret Hughes
On Wed, 2003-10-01 at 15:41, cajun wrote: > Bret Hughes wrote: > > > (snip) > > > >found it for those who might be interested. Love them archives. > > > > > > > >http://marc.theaimsgroup.com/?l=redhat-list&m=104396069108467&w=2 > > > >Bret > > > > > > > > > Hi Bret, > > Thanks. That I do appr

Re: raid1 + lilo + boot

2003-10-01 Thread Roger
Roger wrote: I have several systems with identical hardware that all have software raid1 running on RH9 on hot-swappable serial ata drives. To fix my wowes I discovered the lilo v22 has fixed support for raid. As lilo was depreciated in 7.2 and stock RH9 includes lilo v21 I swtiched to grub.

Test to list

2003-10-01 Thread Periyasamy, Raj
Test to list. Spam filter blocking mails to list, testing after modifying filters. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

hacking the redhat network install disk/kernel

2003-10-01 Thread nate
Hello! I am trying to hack together some new modules into the initrd.img on the Redhat 7.2 network boot disks, which has the 2.4.7-10BOOT kernel. This is a stock 7.2 system with no patches(yeah I know..), I take the kernel source off the CD, change the makefile so the signature is 2.4.7-10BOOT ins

Re: Red Hat website error

2003-10-01 Thread Bret Hughes
On Wed, 2003-10-01 at 16:25, Chris Purcell wrote: > http://info.redhat.com/a/tA-eyxnAJPSNNAOMy0zADrb0g7z/rhat46 > > When you click the link above, the URL will be redirected to a redhat url > with value of price=. Just change the price, and you've changed the > cost of your Redhat Training.

Re: Red Hat website error

2003-10-01 Thread Sean Earp
On Wednesday, October 1, 2003, at 02:25 PM, Chris Purcell wrote: http://info.redhat.com/a/tA-eyxnAJPSNNAOMy0zADrb0g7z/rhat46 When you click the link above, the URL will be redirected to a redhat url with value of price=. Just change the price, and you've changed the cost of your Redhat T

Re: Red Hat website error

2003-10-01 Thread Jason Dixon
On Wed, 2003-10-01 at 17:45, Bret Hughes wrote: > On Wed, 2003-10-01 at 16:25, Chris Purcell wrote: > > http://info.redhat.com/a/tA-eyxnAJPSNNAOMy0zADrb0g7z/rhat46 > > > > When you click the link above, the URL will be redirected to a redhat url > > with value of price=. Just change the price

Re: X-CD Roast setup question,

2003-10-01 Thread Ed Greshko
On Thu, 2003-10-02 at 02:15, damovand wrote: > H > 'No image-directories defined. You have to define at least one directory for > saving image data in order to continue' > > The problem is I don't the option to set an image directory on any of the > tabs. Does anyone know what that option wil

troubleshooting cpu performance

2003-10-01 Thread John Smith
Is there a way to troubleshoot where performance bottlenecks may be occurring with httpd? Such as some module such as mod_rewrite? Can you print out what files httpd is currently serving? Starting a couple days ago, it's as if my CPU has been replaced with one far less powerful. Just about everyth

Re: Redhat 9.0 X problem

2003-10-01 Thread Kent Borg
On Tue, Sep 30, 2003 at 09:17:16AM -0500, Nick Marsh wrote: > What Intel chipset do you have, what BIOS revision is your Dell? I > had problems with Dell and newer Intel chipsets in the > past. Upgrading the BIOS fixed it. > > Try to flash your BIOS to the latest revision from > http://support.del

Re: Red Hat website error

2003-10-01 Thread Eucke Warren
- Original Message - From: "Chris Purcell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 2:25 PM Subject: Red Hat website error > http://info.redhat.com/a/tA-eyxnAJPSNNAOMy0zADrb0g7z/rhat46 > > When you click the link above, the URL will be redirected to

[Thanks] Re: X-CD Roast setup question,

2003-10-01 Thread damovand
On Wednesday 01 October 2003 06:08 pm, Ed Greshko wrote: > On Thu, 2003-10-02 at 02:15, damovand wrote: > > H > > 'No image-directories defined. You have to define at least one directory > > for saving image data in order to continue' > > > > The problem is I don't the option to set an image direct

Re: setting up NTPd

2003-10-01 Thread Jeff Silberberg
Grr.. Just learned about /etc/sysconfig/iptables which may be the problem.. I have been looking at Firewall setup when it might be in the box itself.. JMS.. - Original Message - From: "Bret Hughes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday,

Re: Red Hat website error

2003-10-01 Thread Chris Purcell
Nice one, lol:) I wish I would have known about this before I took the RHCE a few weeks ago. It would have been real convenient to take the class on Long Island for $5 instead of traveling to Raleigh... > You knowthe price seemed steep...and the date and location did not > fit with my travel

bash reverse menu-complete

2003-10-01 Thread Herculano de Lima Einloft Neto
Hello, I would like to bind menu-complete with a -1 argument to something, S-TAB for instance. Is there any way to do that? Other shells offer reverse-menu-complete. If I could bind readline arguments.. bind S-TAB:'menu-complete(-1)' - is there something like this? Thanks in advance, -- H

Re: Red Hat website error

2003-10-01 Thread Bret Hughes
On Wed, 2003-10-01 at 17:52, Chris Purcell wrote: > Nice one, lol:) I wish I would have known about this before I took the > RHCE a few weeks ago. It would have been real convenient to take the > class on Long Island for $5 instead of traveling to Raleigh... > > > You knowthe price seemed st

Re: Data Replication

2003-10-01 Thread Chris Purcell
I thought about using rsync, but its not going to work because of the databases that we're running on that partition. We used Steeleye's LifeKeeper in the past, and it works for the most part, but its very buggy and we're looking to get rid of it. I'm looking for software that is similar to LifeK

Re: Messaging server software for Linux

2003-10-01 Thread pottee
There's always good ol' IRC. -Earl > Question: >Is there any freeware/shareware/open-source messaging > server software available. In our office I need to make > shared info. available for 4 to a maximum of 5 people and I > would like to host the server on RH 8. > > Thanks, > > Bob > >

Mutt and an IMAP server

2003-10-01 Thread p p
Hi, anyone ever setup Mutt to work with an IMAP server. Basically Im using RH9 with the version of Mutt that comes with it and want to setup Mutt to use our Exchange server with IMAP and SMTP (they can make me pull my mail from Exchange, but Ill be damned if Im going to use Outlook). Anyone hav

Re: Messaging server software for Linux

2003-10-01 Thread Jeff Silberberg
Have you looked at http://www.jabber.org/ JMS.. - Original Message - From: "Bob Hartung" <[EMAIL PROTECTED]> To: "redhat list" <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 4:29 PM Subject: Messaging server software for Linux > Question: >Is there any freeware/shareware/ope

  1   2   >