Send Taroon-list mailing list submissions to taroon-list redhat com
To subscribe or unsubscribe via the World Wide Web, visit http://www.redhat.com/mailman/listinfo/taroon-list or, via email, send a message with subject or body 'help' to taroon-list-request redhat com
You can reach the person managing the list at taroon-list-owner redhat com
When replying, please edit your Subject line so it is more specific than "Re: Contents of Taroon-list digest..."
Today's Topics:
1. Re: OpenSSL not found (MJang) 2. Re: Software RAID1 (Jussi Silvennoinen) 3. RE: Sendmail relay configuration - RHEL 3.0 (Christopher Thorjussen)
----------------------------------------------------------------------
Message: 1 Date: Mon, 18 Apr 2005 07:15:39 -0700 From: MJang <mike mommabears com> Subject: Re: OpenSSL not found To: "Discussion of Red Hat Enterprise Linux 3 (Taroon)" <taroon-list redhat com> Message-ID: <1113833739 3632 1 camel localhost> Content-Type: text/plain
Dear Kunal,
On Mon, 2005-04-18 at 12:28 +0530, Kunal wrote:
Have you install openssl ?
Tim did say that he has the openssl packages installed - see:
----- Original Message ----- From: "Tim Edwards" <tim registriesltd com au>
I have both the openssl and openssl-devel packages installed and I can see the ssl.h file I think its refering to in /usr/include/openssl but it can't seem to find it. I even tried installing the openssl096b package but that hasn't helped.
Thanks, Mike
------------------------------
Message: 2 Date: Mon, 18 Apr 2005 18:34:42 +0300 (EEST) From: Jussi Silvennoinen <jussi_taroon silvennoinen net> Subject: Re: Software RAID1 To: taroon-list redhat com Message-ID: <Pine LNX 4 44 0504181833320 26006-100000 ruoska mthd net> Content-Type: TEXT/PLAIN; charset=US-ASCII
I setup a system with software RAID 1 mirroring, however the commands that I used in RHEL 3 to make sure both disks are bootable do not seem to work in RHEL 4. I used to execute the following commands in RHEL 3:
grub
install --stage2=/boot/grub/stage2 (hd0,0)/grub/stage1 (hd0) (hd0,0)/grub/stage2 p /grub/grub.conf
install --stage2=/boot/grub/stage2 (hd1,0)/grub/stage1 (hd1) (hd1,0)/grub/stage2 p /grub/grub.conf
quit
Now if I do this I get "Segmentation Fault" on the first "install" command.
Disable NX-protection from BIOS or boot with noexec=off.