Re: redhat 8 + lsi megaraid 320-1

2003-03-10 Thread Andrew Thomson
On Mon, Mar 10, 2003 at 04:32:15PM +0800, John wrote: What kernel modules does it use when you have it working? Are those modules available at install time? Are you using your drivers disk? Have you tried fixing it in the shell prompt? well i can use the same CD and it works with a

FW: ldap_sasl_interactive_bind_s: Can't contact LDAP server

2003-03-10 Thread Ajay Bansal
Title: FW: ldap_sasl_interactive_bind_s: Can't contact LDAP server Ne ideas??? -Original Message- From: Gagan Puri Sent: Monday, March 10, 2003 2:54 PM To: Ajay Bansal Subject: ldap_sasl_interactive_bind_s: Can't contact LDAP server Importance: High Hi all, I have

Re: Unexpected results compiling a program containing kill(2)

2003-03-10 Thread Miloslav Trmac
On Sun, Mar 09, 2003 at 11:35:49PM -0800, Vladimir G. Ivanovic wrote: gcc -std=c99 -g -Wall -o tst tst.c Odd as it is, -std=c99 causes definition of __STRICT_ANSI__, which is in /usr/include/features.h interpreted as a request to make visible only those parts of the library mandated by ISO

Re: Unexpected results compiling a program containing kill(2)

2003-03-10 Thread Vladimir G. Ivanovic
Miloslav, Thanks for your answer. You're right, it is odd. --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED]

Re: redhat 8 + lsi megaraid 320-1

2003-03-10 Thread Andrew Thomson
anyone know how pcitable works with loading modules?? with the system that has the old megraid that is found and works.. if i do a scanpci, it's not recognized there either.. i'm assuming scanpci just looks up the various vendor and card id's from pcitable?? where i have it running atm..

Re: redhat 8 + lsi megaraid 320-1

2003-03-10 Thread Bill Nottingham
Andrew Thomson ([EMAIL PROTECTED]) said: anyone know how pcitable works with loading modules?? Yup. megaraid: v1.18c (Release Date: Thu May 16 10:27:55 EDT 2002) megaraid: found 0x1000:0x1960:idx 0:bus 3:slot 9:func 0 scsi0 : Found a MegaRAID controller at 0xf8842000, IRQ: 27 megaraid:

Re: redhat 8 + lsi megaraid 320-1

2003-03-10 Thread Andrew Thomson
hmm.. that well indeed be my problem!!! just did a scanpci -v to get a bit more info... for the megaraid that works. pci bus 0x0002 cardnum 0x08 function 0x01: vendor 0x8086 device 0x1960 Intel Device unknown CardVendor 0x101e card 0x0466 (Card unknown) which matches up with: 0x8086

Re: redhat 8 + lsi megaraid 320-1

2003-03-10 Thread Andrew Thomson
thanks Bill.. here's the lspci output.. 03:09.0 RAID bus controller: Symbios Logic Inc. (formerly NCR): Unknown device 1960 (rev 01) Subsystem: Symbios Logic Inc. (formerly NCR): Unknown device 0520 Flags: bus master, 66Mhz, slow devsel, latency 64, IRQ 27 Memory at

Re: redhat 8 + lsi megaraid 320-1

2003-03-10 Thread Andrew Thomson
On Mon, Mar 10, 2003 at 11:51:04PM -0500, Bill Nottingham wrote: anyone know how pcitable works with loading modules?? Yup. so i wonder if pcitable just applies to modules?? if it did, that would explain why this card works in a redhat 6.2 with a 2.4.20 kernel with the megaraid driver

Re: redhat 8 + lsi megaraid 320-1

2003-03-10 Thread Bill Nottingham
Andrew Thomson ([EMAIL PROTECTED]) said: On Mon, Mar 10, 2003 at 11:51:04PM -0500, Bill Nottingham wrote: anyone know how pcitable works with loading modules?? Yup. so i wonder if pcitable just applies to modules?? pcitable applies to what the installer detects, and what kudzu

Re: redhat 8 + lsi megaraid 320-1

2003-03-10 Thread Bill Nottingham
Andrew Thomson ([EMAIL PROTECTED]) said: thanks Bill.. here's the lspci output.. 03:09.0 RAID bus controller: Symbios Logic Inc. (formerly NCR): Unknown device 1960 (rev 01) Subsystem: Symbios Logic Inc. (formerly NCR): Unknown device 0520 Flags: bus master, 66Mhz, slow

Re: redhat 8 + lsi megaraid 320-1

2003-03-10 Thread Andrew Thomson
On Tue, Mar 11, 2003 at 12:10:47AM -0500, Bill Nottingham wrote: Thanks, added to the hwdata package for future releases. Bill top stuff.. in order to get out of my current bind what do you recommend? when will the next release of hwdata be released?? should I just do the following:

Re: redhat 8 + lsi megaraid 320-1

2003-03-10 Thread Bill Nottingham
Andrew Thomson ([EMAIL PROTECTED]) said: should I just do the following: -- I just downloaded the src.rpm for hwdata. -- modified pcitable with the following line 0x1000 0x1960 0x1000 0x0520 megaraid LSI Logic|PowerEdge Expandable RAID Controller 4/SC -- incremented the rpm

Re: redhat 8 + lsi megaraid 320-1

2003-03-10 Thread Andrew Thomson
On Tue, Mar 11, 2003 at 12:25:23AM -0500, Bill Nottingham wrote: Yup, that should do the trick. Bill Great stuff.. I'll update once I've tried it out.. should I need to do anything with pci.ids or they should all be fine?? ajt. ___

Re: redhat 8 + lsi megaraid 320-1

2003-03-10 Thread Bill Nottingham
Andrew Thomson ([EMAIL PROTECTED]) said: Great stuff.. I'll update once I've tried it out.. should I need to do anything with pci.ids or they should all be fine?? pci.ids is just informational data used by lspci. It's not required to be changed. Bill

CDE devkit for Redhat

2003-03-10 Thread Vijeth Bhat
Hi all, Is there a CDE devkit available on Red Hat ? If so, Does it get installed with the standard distribution ? I am using 7.2 and I did not find the diretories /usr/dt /usr/dt/lib etc., as found in solaris / hpux ? I am particularly looking at the libDthelp, libDtsvc and tool talk

Re: Network activity monitoring

2003-03-10 Thread Jon Haugsand
* Joe Polk Get iptraf. You can pull it down with up2date. Ah, thanks. It's already here. -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: print directory contents

2003-03-10 Thread Jon Haugsand
* [EMAIL PROTECTED] You can use: ls -lR | lpr -P printer I often prefer: find . -print (or: find . -print | lpr -P printer) -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Setting user permissions and writing to a floppy

2003-03-10 Thread Cannon, Andrew
Hi all, Two very quick and simple (I hope) questions for all you gurus out there... 1) We have a network with a number of Unix/Linux machines on it. We have permissions set so that only certain people can access the HP machines (i.e. it kicks you off if you are not allowed to log in to the

Re: Real big problem with RH 8.0

2003-03-10 Thread Edward Dekkers
Can anybody suggest what could be the problem? Also can anybody let me know how to completely re-install network related modules (like eth, ppp) from the CD itself? Thanx in advance, Praveen #1 thing I'd do is check for signs of hacking. Regards, --- Edward Dekkers (Director) Triple D

Cluster app on RH 8.0

2003-03-10 Thread Jerome Dsilva
Hi Is the cluster application on RH 8.0 freely available and can I know the download link for it.. Thanks Jerome -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: unable to mount the first file system on start up

2003-03-10 Thread Zhi Cheng Wang
of course, portmap starts at 13th and netfs 25th, the same default rh settings for all servers and desktops -Original Message- From: Bart SCHELSTRAETE [mailto:[EMAIL PROTECTED] Sent: 07 March 2003 22:42 To: [EMAIL PROTECTED] Subject: Re: unable to mount the first file system on start up

uml

2003-03-10 Thread Tuija
Hi all, I'm a very newbie with Linux and used it about year now and try to learn more:) I have that kind of setup in purpose of learning Linux. I have a Rh8.0 in main system, and then I also have Debian Woody and Gentoo 1.4 too in my computer. Purpose is try to learn all little bit diffrent

Netscape Browser Not Opening Web-Page

2003-03-10 Thread Syed Mohammad Riyaz
Goodmorning everybody ! Hi guys! I have linux 7.0 installed with all necesarry net-services (ppd, inetd, httpd, snmbd etc) enabled. I have setup neworking options with PCI Eathernet Card on my system as follows: IP Netmask

Reclaiming unpartitioned space

2003-03-10 Thread Eduardo Silva
Hello list, I have a corporate laptop with RH8.0 kernel 2.4.18-26.8.0. The corporate solution to provide full compatibility with the Windows apps it has developed, as well as other Windows users has been to use VMWare. I had a dual boot with a 10GB partition for Windows and an 8 GB partition

Reclaiming unpartitioned space

2003-03-10 Thread Eduardo Silva
Sorry for double post, but I still have issues with Mozilla HTML stuff. I think I am forcing this message to go as text (hopefully) Hello list, I have a corporate laptop with RH8.0 kernel 2.4.18-26.8.0. The corporate solution to provide full compatibility with the Windows apps it has developed,

Re: Reclaiming unpartitioned space

2003-03-10 Thread bollu
[EMAIL PROTECTED] root]# fdisk -l Disk /dev/hda: 255 heads, 63 sectors, 2432 cylinders Units = cylinders of 16065 * 512 bytes Device BootStart EndBlocks Id System /dev/hda1 * 1 510 4096543+ b Win95 FAT32 /dev/hda2 1276 1288104422+ 83

Re: Setting user permissions and writing to a floppy

2003-03-10 Thread Jon Haugsand
* Andrew Cannon 2) Also, I have a stand-alone cluster running RH8, and I can't write to a floppy, either as a user or as root. The error message says that the floppy is a read only file system. It is a floppy created in Windows, but I can copy things FROM the floppy, but not TO the floppy. Any

Re: Reclaiming unpartitioned space

2003-03-10 Thread Eduardo Silva
[EMAIL PROTECTED] root]# fdisk -l Device BootStart EndBlocks Id System /dev/hda1 * 1 510 4096543+ b Win95 FAT32 /dev/hda2 1276 1288104422+ 83 Linux /dev/hda3 1289 2367 8667067+ 83 Linux /dev/hda4 2368 2432

MySQL Gui

2003-03-10 Thread DuSTiN KRySaK
Can anyone recommend a MySQL Gui besides phpMyAdmin? I also tried the MySQLcc as well and it just locks up on connection to the SQL server Dustin -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

using DLT tape drive in linux

2003-03-10 Thread Eric Medina
Hi! I've got a bit of a problem with my DLT tape drive connected to pc server running redhat 7.1. TheDLT drive is daisychained with my ciprico 6500 raid array and both are detected by the system. However, I cant use tar or mt. When I run mt status, it reports that it cant /dev/tape. Do i

ssl

2003-03-10 Thread Ronald Hermans
Hi list I'm starting to realize I am a newby. I hope you all be patients with me. For a test environment we need a ftp server to which we can connect in a secure way. We were able to connect to the ftp server with sftp. This connection connects thru ssh. But as it turns out there is an other way

Re: ssl

2003-03-10 Thread Achille Miele
On Monday 10 March 2003 12:04, Ronald Hermans wrote: For a test environment we need a ftp server to which we can connect in a secure way. We were able to connect to the ftp server with sftp. This connection connects thru ssh. But as it turns out there is an other way to make a secured

Re: Real big problem with RH 8.0

2003-03-10 Thread Tom Curl
This may sound stupid, but what kind of mouse are you using? I went nuts with a Logitech Optical Wheelmouse plugged into the PS/2 port, it seemed to work but caused all sorts of strange problems, e.g., ethernet stopped working, intermittently. I am able to duplicate this problem easily by using

Re: redhat-list digest, Vol 1 #7042 - 14 msgs

2003-03-10 Thread Chris Sherlock
Anybody else having a problem with this digest not showing up all messages fully? Chris -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: MySQL Gui

2003-03-10 Thread Tom Curl
Take a look at squirrelsql Squirrel SQL Client: A Java Front-end A program written in Java can interface with MySQL database using the JDBC (Java DataBase Connectivity) technology. Squirrel SQL Client is a GUI application written in Java. On Mon, 2003-03-10 at 05:17, DuSTiN KRySaK wrote: Can

RE: Questions about a DNS to operate more than one domains

2003-03-10 Thread Cowles, Steve
-Original Message- From: [EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 9:09 AM To: DNS Subject: Questions about a DNS to operate more than one domains Dear all, Would you mind to help me to check the config files are correct ( right ) ? Question : Now, assume apply for

Re: Mial Readers for Redhat.

2003-03-10 Thread Anthony E. Greene
On 09-Mar-2003/14:38 -0600, John N. Alegre [EMAIL PROTECTED] wrote: Has anyone found a better X-Window based mail reader for Red Hat Linux then Netscape. I need something that will do all mime types, html sends and reads, as well as binary attachments and can be used on a remote X server. What

Re: Setting user permissions and writing to a floppy

2003-03-10 Thread Anthony E. Greene
On 10-Mar-2003/08:31 +, Cannon, Andrew [EMAIL PROTECTED] wrote: Hi all, Two very quick and simple (I hope) questions for all you gurus out there... 1) We have a network with a number of Unix/Linux machines on it. We have permissions set so that only certain people can access the HP machines

Printer drivers for network printer

2003-03-10 Thread Bill Johnson
Gurus, I have the following configuration: Server - Gateway 2000 running RH 7.3. Printer is attached locally. I use lpd and have selected the hpijs driver. Client - Laptop (Dell Inspiron 2650) running RH 8.0. Printing to the printer on the server. I use lpd and have selected the hpijs

Re: [SPAM] using DLT tape drive in linux

2003-03-10 Thread Brad Alpert
You need a separate SCSI controller to drive the DLT drive. It isn't a RAID device. Brad Hi! I've got a bit of a problem with my DLT tape drive connected to pc server running redhat 7.1. The DLT drive is daisychained with my ciprico 6500 raid array and both are detected by the system.

config sec DNS

2003-03-10 Thread santosh kumar
Title: Message Hi everyone, I have primary DNS which is configured with redhat 7.2 but have some doubts about secondary DNS configuration. Want to configure DNS slave with redhat 7.2 , want to know about DNS slave requirements like 1) Do you need 2 NIC cards 2) Do you need public private

RE: ssl

2003-03-10 Thread Ronald Hermans
Hi, I downloaded the BSDftpd-ssl package and installed it. It still gives the same reaction, Any other suggentions (please) -Original Message- From: Achille Miele [mailto:[EMAIL PROTECTED] Sent: maandag 10 maart 2003 12:24 To: [EMAIL PROTECTED] Subject: Re: ssl On Monday 10

Re: Printer drivers for network printer

2003-03-10 Thread Anthony E. Greene
On 10-Mar-2003/07:42 -0500, Bill Johnson [EMAIL PROTECTED] wrote: SO... MY QUESTION... what is the interaction between the print driver on the server and the print driver on the laptop? Does it matter what I have set on the server? If I want to change to a different driver on the laptop, do I

RE: About the setting of Firewall ( ipchains and iptables ) of Linux Redhat 6.2 and 7.2

2003-03-10 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://tomii.dnsalias.com/firewall.txt Well-commented ipchains script. - -Original Message- From: Joe Polk [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 11:30 AM To: [EMAIL PROTECTED] Subject: Re: About the setting of Firewall (

Re: Real big problem with RH 8.0

2003-03-10 Thread Me
I had a similar problem a year ago or so. The machine worked fine in Windows but would lockup at random intervals under Linux. I searched and I searched and I searched but I could find no software reason for the lockup. Then I started replacing hardware and when I tried new RAM (different

Installing a custom kernel and ext3

2003-03-10 Thread Me
Okay, this really isn't a problem. It's just an annoyance. I had the hardest time installing a custom built kernel on my Redhat 8.0 box. After some research I found the culprit to be ext3. It seems that ext3 support HAS to be built as a module and not be built directly into the kernel. It

Re: boot to compactflash

2003-03-10 Thread Benjamin
On rh8 I did a no hassle mount command and the card was immediatly usable? I was using sandisk adapter but doubt that makes a difference. Now I mutilated the card with openBSD partitions and am having fun convincing the laptop to boot from it. Next mission: make a nice oak box for nasty embedded

Re: Installing a custom kernel and ext3

2003-03-10 Thread Robert P. J. Day
On Mon, 10 Mar 2003, Me wrote: Okay, this really isn't a problem. It's just an annoyance. I had the hardest time installing a custom built kernel on my Redhat 8.0 box. After some research I found the culprit to be ext3. It seems that ext3 support HAS to be built as a module and not be

Re: using DLT tape drive in linux

2003-03-10 Thread Bret Hughes
On Mon, 2003-03-10 at 04:26, Eric Medina wrote: Hi! I've got a bit of a problem with my DLT tape drive connected to pc server running redhat 7.1. The DLT drive is daisychained with my ciprico 6500 raid array and both are detected by the system. However, I cant use tar or mt. When I run mt

Re: Cannot load module (after recompiling kernel)

2003-03-10 Thread Kleiner Hampel
I have compiled the kernel again and now it works! thanks hampel Am Son, 2003-03-09 um 21.23 schrieb Mikkel L. Ellertson: On 9 Mar 2003, Kleiner Hampel wrote: Hello, i have compiled emu10k1 in section 'sound' as module. After 'insmod emu10lk1' i get this:

Re: Installing a custom kernel and ext3

2003-03-10 Thread Kleiner Hampel
Am Mon, 2003-03-10 um 14.41 schrieb Robert P. J. Day: On Mon, 10 Mar 2003, Me wrote: Okay, this really isn't a problem. It's just an annoyance. I had the hardest time installing a custom built kernel on my Redhat 8.0 box. After some research I found the culprit to be ext3. It seems

Re: RedHat Network Demo Account Disabled

2003-03-10 Thread John P Verel
On 03/09/03 20:05 -0600, Ed Wilts wrote: Perhaps I'm missing the obvious, but since this is a demo account with only a single system, do the following: * create a new demo account using your proper e-mail address * re-run rhn_register or rhn_configure * up2date -p Ed, Tried as you

Re: RedHat Network Demo Account Disabled

2003-03-10 Thread Martin Marques
On Lun 10 Mar 2003 11:17, John P Verel wrote: On 03/09/03 20:05 -0600, Ed Wilts wrote: Perhaps I'm missing the obvious, but since this is a demo account with only a single system, do the following: * create a new demo account using your proper e-mail address * re-run rhn_register or

Re: Installing a custom kernel and ext3

2003-03-10 Thread Giulio Orsero
On Mon, 10 Mar 2003 08:41:12 -0500 (EST), Robert P. J. Day [EMAIL PROTECTED] wrote: It also seems that you MUST use a RAM disk to load the ext3 module. That was the only way I could get it to work. also not true. what kind of errors were you getting? *note* that, as i recall, there was an

RE: MySQL Gui

2003-03-10 Thread Larry Brown
I use mysqlnavigator. Pretty nice interface. For RH8 there is an rpm at http://mysqlnavigator.fear.cz/ that I just installed yesterday that works like a charm. (Building from source failed as there must be some library it wasn't finding) Just a note on the left window you have a tree view of

Re: No sound in Mahjongg

2003-03-10 Thread LAST FIRST
Check your sound cable, does xine works? If not, check your sound card under Hardware browser and test it under System setting-- SOund cards. Regards eulerkhc --- message from Dominic Iadicicco [EMAIL PROTECTED] attached: _ Select your

Re: Installing a custom kernel and ext3

2003-03-10 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Mar 2003 08:41:12 -0500 (EST), Robert P. J. Day wrote: On Mon, 10 Mar 2003, Me wrote: ^^ not! Okay, this really isn't a problem. It's just an annoyance. I had the hardest time

Re: ssl

2003-03-10 Thread Ed Wilts
On Mon, Mar 10, 2003 at 12:04:24PM +0100, Ronald Hermans wrote: For a test environment we need a ftp server to which we can connect in a secure way. We were able to connect to the ftp server with sftp. This connection connects thru ssh. But as it turns out there is an other way to make a

Re: ssl

2003-03-10 Thread Achille Miele
On Monday 10 March 2003 13:51, Ronald Hermans wrote: Hi, I downloaded the BSDftpd-ssl package and installed it. It still gives the same reaction, Any other suggentions (please) I'm almost newbie to this, anyway I have bsdftpd-ssl functioning on my machine, so I'll try to understand better

Re: RedHat Network Demo Account Disabled

2003-03-10 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Mar 2003 09:17:58 -0500, John P Verel wrote: On 03/09/03 20:05 -0600, Ed Wilts wrote: Perhaps I'm missing the obvious, but since this is a demo account with only a single system, do the following: * create a new demo account

Re: 2 IP addresses on one NIC ?

2003-03-10 Thread Kent Borg
On Thu, Mar 06, 2003 at 04:43:19PM +0530, Prashant Kulkarni wrote: creat the file call ifcfg-eth0:1 under /etc/sysconfig/network-scripts/ and the following parameters and then restart the interface using ifdown and ifup commands. DEVICE=eth0 BOOTPROTO=none IPADDR= NETMASK= ONBOOT=yes

Re: Installing a custom kernel and ext3

2003-03-10 Thread Robert P. J. Day
On Mon, 10 Mar 2003, Michael Schwendt wrote: When I build ext3 not as a module (CONFIG_EXT3_FS=y, CONFIG_JBD=y), I can boot the kernel fine without a RAM-disk. LABEL= has never worked for me in GRUB boot menu. But it works in fstab in both cases. Whether or not ext3 is a module, doesn't have

Re: Update Kernel, Breaks Boot

2003-03-10 Thread Kent Borg
On Fri, Mar 07, 2003 at 12:18:49PM -0600, Mikkel L. Ellertson wrote: What is think happened is that your initrd images became corrupted for some reasion. So the boot was hanging when trying to access them. Thanks, that makes sense, but it seems strange that two newly installed initrd's

Re: Netscape Browser Not Opening Web-Page

2003-03-10 Thread Joe Polk
Couple of things: If you can open your ISP's page but nothing else it could be a route issue. Do you have 2 default gw's set? Also, what's in resolv.conf? Any DNS entries there? JAV On Mon, 2003-03-10 at 04:25, Syed Mohammad Riyaz wrote: Goodmorning everybody ! Hi guys! I have linux 7.0

Re: Installing a custom kernel and ext3

2003-03-10 Thread Bret Hughes
On Mon, 2003-03-10 at 09:31, Robert P. J. Day wrote: On Mon, 10 Mar 2003, Michael Schwendt wrote: When I build ext3 not as a module (CONFIG_EXT3_FS=y, CONFIG_JBD=y), I can boot the kernel fine without a RAM-disk. LABEL= has never worked for me in GRUB boot menu. But it works in fstab in

Re: [SPAM] using DLT tape drive in linux

2003-03-10 Thread Joe Polk
It is likely that you don't have /dev/st0 linked to /dev/tape. Do this: mt rewind /dev/st0 and see if the tape starts humming. If so, create a symlink to /dev/st0 called /dev/tape. JAV On Mon, 2003-03-10 at 07:46, Brad Alpert wrote: You need a separate SCSI controller to drive the DLT

Re: Installing a custom kernel and ext3

2003-03-10 Thread Me
On Mon, 10 Mar 2003, Me wrote: Okay, this really isn't a problem. It's just an annoyance. I had the hardest time installing a custom built kernel on my Redhat 8.0 box. After some research I found the culprit to be ext3. It seems that ext3 support HAS to be built as a module and not be

Re: Installing a custom kernel and ext3

2003-03-10 Thread Me
I forgot to mention that I am using Grub. Also I was using the /dev/hda1 instead of the LABEL... On Mon, 10 Mar 2003 08:41:12 -0500 (EST), Robert P. J. Day [EMAIL PROTECTED] wrote: It also seems that you MUST use a RAM disk to load the ext3 module. That was the only way I could get it to

Re: Installing a custom kernel and ext3

2003-03-10 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Mar 2003 10:31:47 -0500 (EST), Robert P. J. Day wrote: i *know* there was something regarding building ext3 support either into the kernel directly or leaving it as a module that affected whether or not you could use LABEL= entries in

Re: Installing a custom kernel and ext3

2003-03-10 Thread Robert P. J. Day
On Mon, 10 Mar 2003, Bret Hughes wrote: On Mon, 2003-03-10 at 09:31, Robert P. J. Day wrote: i *know* there was something regarding building ext3 support either into the kernel directly or leaving it as a module that affected whether or not you could use LABEL= entries in /etc/fstab.

Re: nic duplex

2003-03-10 Thread Robert Vaughn
Following is some info on setting the duplex mode... http://support.ap.dell.com/docs/network/063my/linux.htm Optional parameters for the driver can be supplied as command line arguments to the insmod command. Commonly, these options are specified in a module configuration file: /etc/modules.conf

Re: DNS end of my rope.

2003-03-10 Thread steve
Did you take a look at the logs. The log file to take a look at is /var/logs/messages. I ran into a problem with the serial number being very high. Try changing the serial number to a much lower number, try 30. --- corum [EMAIL PROTECTED] wrote: I sure hope someone can help. I've tried

Re: Installing a custom kernel and ext3

2003-03-10 Thread Me
Ah! Perhaps it's the CONFIG_JBD=y. It works! Happy day!!! Thank you to everyone for your help. With that out of the way, do most of you guys use loadable module support? I've avoided it because it seemed like an unneeded security risk. What does everyone think? -BEGIN PGP SIGNED

Re: Re: [viki@bol.net.in: Boycott Caldera/SCO Products]

2003-03-10 Thread
Interesting how the one side of sun doesnt know what the other one is doing... SCO is suing IBM because IBM leaked SCOs unix IP to the linux world... and this was probably going on at the same time that Sun (in the Cobalt division) was selling Cobalt Linux, which is based almost entirely on Red

Re: Cluster app on RH 8.0

2003-03-10 Thread Ed Wilts
On Mon, Mar 10, 2003 at 01:38:22AM -0700, Jerome Dsilva wrote: Is the cluster application on RH 8.0 freely available and can I know the download link for it.. http://www.linux-ha.org You can also look in the enterprise directory on Red Hat's ftp server and you'll find all the src rpms for the

Re: Installing a custom kernel and ext3

2003-03-10 Thread Molnar Peter
On Mon, 2003-03-10 at 16:31, Robert P. J. Day wrote: one of the things i'm pretty sure i recall is that you can build ext3 support as a module, then totally *forget* to build a ramdisk and everything will still boot properly since (again, from memory), the root FS will first be mounted as

sendmail/outlook

2003-03-10 Thread Richard Humphrey
I have a home network with RH 8.0 running Sendmail and Imap/POP. When I try to set up account in Outlook to connect to my mail server using either the IP or the FQDN I get an error stating I cant connect to the outgoing server (port 25). I can send mail just fine from the RH box. I can retrieve

Is anyone seeing my post to mailing list?

2003-03-10 Thread Dominic Iadicicco
I just testing to see if anyone can see my post. __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Re: sendmail/outlook

2003-03-10 Thread Joe Polk
First, are both machines (client and server) behind the router? If so, take a look at your /var/log/maillog file. See if there is an error in there explaining it. One possible issue could be that your sendmail server doesn't know who you are. By default sendmail isn't going to relay for anyone.

RE: Is anyone seeing my post to mailing list?

2003-03-10 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Got it - -Original Message- From: Dominic Iadicicco [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 12:06 PM To: [EMAIL PROTECTED] Subject: Is anyone seeing my post to mailing list? I just testing to see if anyone can see my post.

Re: Is anyone seeing my post to mailing list?

2003-03-10 Thread Ric Tibbetts
Yup. Ric On Mon, Mar 10, 2003 at 09:06:24AM -0800, Dominic Iadicicco wrote: I just testing to see if anyone can see my post. __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ --

Re: Is anyone seeing my post to mailing list?

2003-03-10 Thread nbhs2
I just testing to see if anyone can see my post. === yup.. - This message was sent using I-2000 Web Mail. http://www.i-2000.com/ -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Re: Is anyone seeing my post to mailing list?

2003-03-10 Thread Ashley M. Kirchner
Dominic Iadicicco wrote: I just testing to see if anyone can see my post. No we can't...really. -- W | I haven't lost my mind; it's backed up on tape somewhere. + Ashley M. Kirchner mailto:[EMAIL PROTECTED] .

Re: sendmail/outlook

2003-03-10 Thread Bildo0422
Do you have the IP address of the windows machine allowed for relay on the linux machine? Billy -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Re: [viki@bol.net.in: Boycott Caldera/SCO Products]

2003-03-10 Thread Weekley, Arnold (C)(STP)
Interesting how the one side of sun doesnt know what the other one is doing... SCO is suing IBM because IBM leaked SCOs unix IP to the linux world... and this was probably going on at the same time that Sun (in the Cobalt division) was selling Cobalt Linux, which is based almost entirely on

Re: sendmail/outlook

2003-03-10 Thread Anthony E. Greene
Richard Humphrey wrote: I have a home network with RH 8.0 running Sendmail and Imap/POP. When I try to set up account in Outlook to connect to my mail server using either the IP or the FQDN I get an error stating I cant connect to the outgoing server (port 25). I can send mail just fine from the

RE: sendmail/outlook

2003-03-10 Thread Richard Humphrey
Yes that was the first thing I did after setting up the RH box. Richard Humphrey Multicam L.P. (972)-929-4070 ext 2408 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Monday, March 10, 2003 11:13 AM To: [EMAIL

esonique 1373 supported?

2003-03-10 Thread Tom McCarthy
I have a gateway performance 500 with a 500mhz pentium III. Since I installed redhat in December or November I have had no sound. According to gateway my sound card is based on the esonique 1373 architecture. Hardware compatibility lists for redhat mention the esonique 1370 card, but not this

Is anyone having wire sound problems with RH8

2003-03-10 Thread Dominic Iadicicco
I am having all kinds of wire(bugy) problems with the redhat sound system. It won't play the wav when Gnome starts up. It will play the logoff wav but not the logon wav. I am having other problems with the sound as well but I figure if I could solve this one, it would solve the rest..

Re: Re: [viki@bol.net.in: Boycott Caldera/SCO Products]

2003-03-10 Thread Robert P. J. Day
more than one industry pundit (pundit, from the Latin: pun, meaning person, and dit, meaning who is paid to write about things they do not understand), has pointed out a rather amusing conundrum in which SCO finds itself. as we all know, SCO has its own version of linux it has been peddling.

Re: Is anyone having wire sound problems with RH8

2003-03-10 Thread Ric Tibbetts
I have a system at home, that doesn't play the KDE startup music the first time you log in after a reboot. But if you log back out, and right back in, it's fine. I've asked around, but got no replies. Ric On Mon, Mar 10, 2003 at 09:30:01AM -0800, Dominic Iadicicco wrote: I am having all kinds

Re: Is anyone having wire sound problems with RH8

2003-03-10 Thread Dominic Iadicicco
That system you have at home. Is that a redhat system? __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Re: Is anyone seeing my post to mailing list?

2003-03-10 Thread Richard Gelling
certainly can! ---Original Message--- From: [EMAIL PROTECTED] Date: 10 March 2003 17:09:12 To: [EMAIL PROTECTED] Subject: Is anyone seeing my post to mailing list? I just testing to see if anyone can see my post.__Do you

Re: MySQL Gui

2003-03-10 Thread Mikkel L. Ellertson
On Mon, 10 Mar 2003, DuSTiN KRySaK wrote: Can anyone recommend a MySQL Gui besides phpMyAdmin? I also tried the MySQLcc as well and it just locks up on connection to the SQL server Dustin I have MySQLcc workign fine on a couple of 7.3 systems. Connecting to both local and

Windows PGP Signatures and Evolution/Linux

2003-03-10 Thread Jonathan M. Slivko
Hello List, I've been having a bit of trouble authenticating and reading PGP keys that were made in PGP 8 in Windows. Is there any special plugin or anything that I have to install, or is it all pretty much preinstalled with Evolution? (I upgraded to 1.2.2 via Red Carpet). -- Jonathan --

RedHat 8.0 Setup Problem

2003-03-10 Thread Leonardo Diciolla
Hi everybody, It's the first time I try to install RH 8.0 on my machine that has the following HW: M/B: Soyo SY P4X400 Ultra Platinum Edtion w/embedded HPT372 Ide Raid and a 80 gb hd on it SCSI Card: Tekram DC390 U2W with the following drives: (LUN 0) IBM 9.1 gb

User account lockout in Redhat

2003-03-10 Thread Paul Greene
How do you implement user account lockout in Redhat Linux? i.e. a user has x number of failed logins in a row and then the account is locked out for some specified period of time or until an administrator unlocks it. (I know some will say That's a bad idea because of DoS issues!. However, it

MySQL RPM for 7.3

2003-03-10 Thread Bildo0422
I have found a whole bunch of MySQL RPM's for redhat, but there are many with very similar files names. Can someone point me toward the lastest full version of MySQL that will work in RedHat 7.3? Below is my detailed version information Linux version 2.4.18-3 ([EMAIL PROTECTED]) (gcc version

Re: 2 IP addresses on one NIC ?

2003-03-10 Thread David Busby
Kent, Can you rewrite your hacky script to be sortof like this thingy Make 'myifup' a script that takes two arguments, interface and S or D myifup eth0 [S|D] Then when you say myifup it will look for the S or D then cp ifcfg-[int]-*.S or *.D to ifcfg-[int]-* Basically strip the S or D Then

  1   2   >