urgent :- moxa C502-ISA/35 dual Sync Board on Rh6.2

2003-09-13 Thread Dhanraj sheth
hello all , well i want to know if any one has configure the same ( moxa C502-ISA/35 dual Sync Board) on Rh6.2 kernel 2.2.14-5 when i install drivers of that which are downloaded from site(www.moxa.com.tw) they get install with out any errors but when i do #insmod mxc502 #insmod sysncppp #insmod mx

Re: Add Services to the Service list in RH9

2003-09-13 Thread Dhanraj sheth
hi ! Tom Ferguson >> Does anyone know how to add a new service to the start stop list. I >> installed Qmail and what it to start on startup of the server. There is way to Start the Qmail on the Startup well just Visit the following Link and See the Qmailqtl Script get that its free !! and use it t

Re: Linksys router and ssh connection

2003-09-13 Thread Jesse Millan
Can you elaborate on this a little more? Very interesting... Why not just have a closed port? On Sun, 2003-09-07 at 17:57, Ed Wilts wrote: > On Sun, Sep 07, 2003 at 10:52:46AM -1000, Marc Adler wrote: > > I want to configure my Linksys router to allow ssh connections. One and > > a half seconds o

Re: Add Services to the Service list in RH9

2003-09-13 Thread Jesse Millan
On Tue, 2003-09-09 at 07:42, Tom Ferguson wrote: > Does anyone know how to add a new service to the start stop list. I > installed Qmail and what it to start on startup of the server. Or, if you prefer a GUI: redhat-config-services -- Jesse Millan CNS Server Team Portland State University Phone

Re: 2.6.0-test5 won't boot

2003-09-13 Thread Jesse Millan
On Fri, 2003-09-12 at 12:36, Kevin Breit wrote: > Hey, > I compiled 2.6.0-test5 (latest) today and am having a hard time > booting it. During boot, I get: > > Kernel panic. No kernel found. Trey passing init= to kernel. > > My .img file is specified in grub.conf and does exist in the prop

RE: Samba Help !!! Please !!!

2003-09-13 Thread cajun
Hi all, Just got back in town, I have been gone all week, and I just wanted to say thanks to Ben and Fred for the info: THANKS! Oh and Jason, no I am not preping for the RHCE, I wish I was. Right now I just don't have the time. But what I am doing is trying to get back into using Linu

Re: There's GOTTA Be A Way...

2003-09-13 Thread fred smith
On Sat, Sep 13, 2003 at 03:56:57PM -0400, [EMAIL PROTECTED] wrote: > I just installed a Hayes compatible (external/serial) modem on my Red Hat > Linux 8.0 box and for the life of me, I can't figure out how to make the ^%$#@ > thing work! > > I tried putting the Mac CD that came with the device i

Dumb question -- not seeing memory -- tried lilo

2003-09-13 Thread Lynne Seamans
Sorry, but I'm really kind of inexperienced in this and am admittedly struggling to catch up. Have RedHat 6.2 installed, kernel is 2.4.20 Intell machine, 4 gigs ram. "free" command only sees 1. Well, 904672 to be exact. Tried the "append=mem=4096M" in lilo.conf. Made sure it was for the defau

Re: Prefered backup method?

2003-09-13 Thread Gordon Messmer
Kent Borg wrote: Let me give and example. Let's say I have: - initial backup - incremental backup 1 - incremental backup 2 - incremental backup 3 - incremental backup 4 These backups share common files via hard links. How much space does backup 2 take? Or, put another way, how much space w

Re: Adaptec ATA RAID 1200A under Linux

2003-09-13 Thread Michael Mansour
Hi Samuel, > >I've just purchased a new AMD Ahtlon system, and > got > >with it an Adaptec ATA RAID 1200A as it seemed to > do > >what I wanted. > > > >Unfortunately, this card is not "officially" > supported > >by Adaptec, after emailing their support they only > >tell me "unfortunately it's not

Re: [SOLVED] Re: URGENT: postfix fails, no internet connection

2003-09-13 Thread Marc Adler
* Rick Warner <[EMAIL PROTECTED]> [2003-09-12 08:20]: > On Thu, 2003-09-11 at 19:55, Marc Adler wrote: > > * Marc Adler <[EMAIL PROTECTED]> [2003-09-11 16:04]: > > > * Marc Adler <[EMAIL PROTECTED]> [2003-09-11 15:44]: > > > > > my ISP's nameservers have changed. Is there any way to find out what

Compile distribution options

2003-09-13 Thread Josep M.
Hello. I´m trying of compile my distribution as maximum optimized as possible,for a Pentium-II machine, or replace the most relevant packages with these parameters: -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 If someone believe the

Re: rh-l] Re: php on RH8

2003-09-13 Thread Kalin Mintchev
are you on RH8? On Sat, 13 Sep 2003, R P Herrold wrote: > On Sat, 13 Sep 2003, Kalin Mintchev wrote: > > > On Sat, 13 Sep 2003, Reuben D. Budiardja wrote: > > > > > On Saturday 13 September 2003 01:57 am, Kalin Mintchev wrote: > > > > > #!/usr/local/bin/php > > > > > > > $db = mysql_connect

Re: How to use USB key drive with Red Hat 9

2003-09-13 Thread Lorenzo Prince
Vinny Valdez staggered into view and mumbled: > #mount -t vfat /dev/sda1 /mnt/jumpdrive It may also be necessary to mount the drive as /dev/sda rather than /dev/sda1. My laptop recognizes my USB floppy as /dev/sda. If I try to mount /dev/sda1 I get a similar error about not knowing the filesy

Configuration problem 6.2 with ISA card ( moxa C502-ISA/35 dual Sync Board)

2003-09-13 Thread Dhanraj sheth
hello all , well i want to know if any one has configure the same ( moxa C502-ISA/35 dual Sync Board) on Rh6.2 kernel 2.2.14-5 when i install drivers of that which are downloaded from site(www.moxa.com.tw) they get install with out any errors but when i do #insmod mxc502 #insmod sysncppp #insmod mx

Re: rh-l] Re: php on RH8

2003-09-13 Thread R P Herrold
On Sat, 13 Sep 2003, Kalin Mintchev wrote: > On Sat, 13 Sep 2003, Reuben D. Budiardja wrote: > > > On Saturday 13 September 2003 01:57 am, Kalin Mintchev wrote: > > > #!/usr/local/bin/php > > > > > $db = mysql_connect(localhost, "user", "pass"); > > > mysql_select_db("mymaindb",$db); > > > $

Re: SATA and RH 9 Woes

2003-09-13 Thread M Daniel R M
The only thing I can say about it it's that I've installed the RH9 distro into a Gigabyte 8INXP motherboard with an 120GB S-ATA HD too, but had no problems. That was about 2 or 3 months ago. The first kernel included on it was 2.4.20-8; booting up I could always see a line that said something about

Re: There's GOTTA Be A Way...

2003-09-13 Thread Michael Scottaline
On Sat, 13 Sep 2003 15:56:57 EDT [EMAIL PROTECTED] insightfully noted: >I just installed a Hayes compatible (external/serial) modem on my Red Hat >Linux 8.0 box and for the life of me, I can't figure out how to make the >^%$#@ thing work! How are your tying to mak

Re: php on RH8

2003-09-13 Thread Kalin Mintchev
On Sat, 13 Sep 2003, Michael Schwendt wrote: > On Sat, 13 Sep 2003 08:52:31 -0700, Daevid Vincent wrote: > > > Well, you could try this: > > > > # rpm -ihv php-4.2.2-17.i386.rpm --force --nodeps > > If this is just a guess, then don't try this. i'm not gonna do that. now.. i used the most re

There's GOTTA Be A Way...

2003-09-13 Thread TekknoDraykko
I just installed a Hayes compatible (external/serial) modem on my Red Hat Linux 8.0 box and for the life of me, I can't figure out how to make the ^%$#@ thing work!   I tried putting the Mac CD that came with the device in the drive, but the system doesn't recognize the CD (however when I put the

Re: php on RH8

2003-09-13 Thread Michael Schwendt
On Sat, 13 Sep 2003 08:52:31 -0700, Daevid Vincent wrote: > Well, you could try this: > > # rpm -ihv php-4.2.2-17.i386.rpm --force --nodeps If this is just a guess, then don't try this. Whenever someone suggests --nodeps, he should give an explanation as why it would be safe to ignore the packa

Re: php on RH8

2003-09-13 Thread Kalin Mintchev
On Sat, 13 Sep 2003, Reuben D. Budiardja wrote: > On Saturday 13 September 2003 01:57 am, Kalin Mintchev wrote: > > > It takes 10-15mins tops, on decent machine. Certainly less than half an > > > hour. The time you took for testing and searching for RPM could easily > > > have taken longer than th

Re: help with partitioning

2003-09-13 Thread George Nicholls
The redhat manuals (rh9) are quite good; I got my RAID5 working with their help first time. You can read them online or download the rpms from redhat.com HTH G On Sat, 2003-09-13 at 20:47, Samuel Flory wrote: > Chris W. Parker wrote: > > >Samuel Flory > >on Friday

RE: Embarrasing router question

2003-09-13 Thread Jason Staudenmayer
Linux on the laptop route -n On the laptop should give you the route table with the default route being the router. Win on the laptop >From command propmt: ipconfig /all (for win2k/xp/nt) winipcfg (98 and I think me) -Original Message- From: Trey Sizemore [mailto:[EMAIL PROTECTED] Sent:

Re: IP address of a DNS

2003-09-13 Thread David Hart
On Fri, 2003-09-12 at 22:52, Trey Sizemore wrote: > I need help finding the IP address of a Domain Name Server. > > Thanks > Use your own caching name server. Very simple to set up. > > -- -- Hart's PGP Key: 0x7BFF655E - http

Re: Best HBA's for use with Red Hat

2003-09-13 Thread Samuel Flory
Rhugga wrote: Samuel Flory wrote: Rhugga wrote: We are building an Oracle RAC and I wanted to get some feedback on the best HBA's to use with Red Hat 9.x Raid or non raid. Fiber, scsi, or ide? Fibre, using them to connect 2 linux boxes to some external shared storage. I think IBM use

Re: BIND question

2003-09-13 Thread Patrick Nelson
On Sat, 2003-09-13 at 08:11, [EMAIL PROTECTED] wrote: > Morning everyone. > > Well, I need to setup a internal DNS server for our company. As it stands > right now, im looking at using BIND. But, i've never setup a BIND server > before. Granted, I am very familiar with using commands such as 'dig'

RE: Adaptec ATA RAID 1200A under Linux

2003-09-13 Thread Jonathan M. Slivko
Yeah, I actually had a problem with this as well on a remote system that I manage running RedHat Linux 9 w/ 2.4.20 kernel (RPM). When I tried to compile a custom kernel, it bailed out of "make install" complaining about no driver being available for 3w-. How can I compile this new driver into m

Embarrasing router question

2003-09-13 Thread Trey Sizemore
My Linux laptop connects to the internet via a Linksys router (it's a cable connection). Long story short, I converted my iPAQ OS to Linux and am trying to share the internet connection via the laptop and the USB sync cradle. I need to know what the IP number of the router is. By the way, if any

Re: help with partitioning

2003-09-13 Thread Samuel Flory
Chris W. Parker wrote: Samuel Flory on Friday, September 12, 2003 5:38 PM said: Ok I'm convinced, I'll use RAID. I found this page http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-so ftware-raid.html which you'd think would be the perfect set of

RE: php on RH8

2003-09-13 Thread Kalin Mintchev
On Sat, 13 Sep 2003, Daevid Vincent wrote: > Well, you could try this: > > # rpm -ihv php-4.2.2-17.i386.rpm --force --nodeps does that mean that i will nnot have openssl build into php? > > Daevid Vincent > http://daevid.com > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [ma

RE: php on RH8 -- make better code not war.

2003-09-13 Thread Kalin Mintchev
thanks.. i will take this in consideeration the code i posted is only a test code. just to test the php cli... but i like the last suggestion thanks On Sat, 13 Sep 2003, Daevid Vincent wrote: > While this is more of a PHP suggestion than RH or linux specific, just > noticed you mig

Re: Ghosting/Cloning Red Hat 9 Systems

2003-09-13 Thread Frank Bax
At 11:29 AM 9/13/03, Rhugga wrote: 2) Has any tried using ghost to clone systems using Grub as the boot loader? I seem to remember ghosting would never work right with lilo, but I never tried it using grub. Earlier this month, I copied a RH72/lilo disk using ghost - no problem, except you must

Re: Adaptec ATA RAID 1200A under Linux

2003-09-13 Thread Samuel Flory
Michael Mansour wrote: Hi, I've just purchased a new AMD Ahtlon system, and got with it an Adaptec ATA RAID 1200A as it seemed to do what I wanted. Unfortunately, this card is not "officially" supported by Adaptec, after emailing their support they only tell me "unfortunately it's not supported u

Re: Random CPU initialization on Athlon SMP

2003-09-13 Thread NiteOwl
On Saturday 13 September 2003 15:24, Leonard den Ottolander wrote: > > Have you tried swapping the cpu's? Not sure if the 2 cpu's should be > > identical. See the MB docs for that. No, I haven't tried it... But I don't think this could be a problem, except in case of some weird bug somewhere (B

Re: Best HBA's for use with Red Hat

2003-09-13 Thread Rhugga
Samuel Flory wrote: Rhugga wrote: We are building an Oracle RAC and I wanted to get some feedback on the best HBA's to use with Red Hat 9.x Raid or non raid. Fiber, scsi, or ide? Fibre, using them to connect 2 linux boxes to some external shared storage. I think IBM uses QLogic 2300's

Re: Best HBA's for use with Red Hat

2003-09-13 Thread Samuel Flory
Rhugga wrote: We are building an Oracle RAC and I wanted to get some feedback on the best HBA's to use with Red Hat 9.x Raid or non raid. Fiber, scsi, or ide? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Creating Driver Disk for Kickstart

2003-09-13 Thread Mark R.
Hello, We just recieved a 35 machines with Asus P4P800 motherboards which have an onboard 3com gigabit NICs - 3com Gigabit LOM (3C940). However, the Redhat 9.0 boot CD-ROM doesn't recognize the NIC and we cannot kickstart the machine. ASUS has provided a linux driver for the card, but it is just t

RE: iplanet with RH 8 or 7.3

2003-09-13 Thread MW Mike Weiner (5028)
Dana - I have run iPlanet/SunOne webserver on the following versions of redhat with no problems: 4sp1-6 6sp1-4 6.1 Its relatively simple to do a fresh install of netscape/iplanet/sunone webserver on the new OS, then simply move over the configs, just move off the originals so as to preserve any

RE: php on RH8 -- make better code not war.

2003-09-13 Thread Daevid Vincent
While this is more of a PHP suggestion than RH or linux specific, just noticed you might change your code in the future to be more efficient... $db = mysql_connect ("localhost","user","pass") or die ("Could not connect to mySQL server."); mysql_select_db ("mymaindb",$db) or die ("Could not select

iplanet with RH 8 or 7.3

2003-09-13 Thread Dana Holland
Has anyone successfully moved to RH 7.3 or 8.0 on a box that already had the IPlanet/Sun One 6 web server already installed? Our web server is currently running 7.1 with that software - I'd really like to move it up to a more recent version of RH, but don't want to mess it up. The Sun One si

Re: Ghosting/Cloning Red Hat 9 Systems

2003-09-13 Thread MKlinke
On Saturday 13 September 2003 10:29, Rhugga wrote: > Just a couple of questions. > > 1) How can I mirror a disk using dd??? It has been years since I did > since and I have only done it on Solaris. > > 2) Has any tried using ghost to clone systems using Grub as the boot > loader? I seem to remember

RE: php on RH8

2003-09-13 Thread Daevid Vincent
Well, you could try this: # rpm -ihv php-4.2.2-17.i386.rpm --force --nodeps Daevid Vincent http://daevid.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kalin Mintchev > Sent: Friday, September 12, 2003 11:45 PM > To: Red Hat Mailing List >

Re: Should we stay with M$

2003-09-13 Thread Dave Ihnat
On Sat, Sep 13, 2003 at 09:41:22AM -0400, Anthony E. Greene wrote: > You obviously know this, but I think it's necessary to mention that there > is at least one ACL system for Linux. Yes, and several for Unix. But ACLs don't fill the same bill--they're not pervasive, even in Unix implementations

Re: php on RH8

2003-09-13 Thread Reuben D. Budiardja
On Saturday 13 September 2003 01:57 am, Kalin Mintchev wrote: > > It takes 10-15mins tops, on decent machine. Certainly less than half an > > hour. The time you took for testing and searching for RPM could easily > > have taken longer than the time you'd taken if you recompile PHP to suit > > your

RE: Watching TV in Windows as a client in VMWare

2003-09-13 Thread Daevid Vincent
Doubtful. Vmware is a software emulation of most of your hardware. It installs it's own virtual video driver, virtual ethernet card, virtual soundcard, etc. specialized hardware like a TV Tuner would not generally be supported in such an environment. Daevid Vincent http://daevid.com > -Orig

Re: Decrypt Passwords

2003-09-13 Thread Rhugga
Marcos de Souza Trazzini wrote: My question is very _SIMPLE_ : There-s a form to decrypt the passwords stored in /etc/shadow file? Dude, fix the date on your 'puter. =) rhugga -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-l

Ghosting/Cloning Red Hat 9 Systems

2003-09-13 Thread Rhugga
Just a couple of questions. 1) How can I mirror a disk using dd??? It has been years since I did since and I have only done it on Solaris. 2) Has any tried using ghost to clone systems using Grub as the boot loader? I seem to remember ghosting would never work right with lilo, but I never trie

Re: Should we stay with M$

2003-09-13 Thread Ed Wilts
On Sat, Sep 13, 2003 at 09:41:22AM -0400, Anthony E. Greene wrote: > On 11-Sep-2003/15:54 -0500, Dave Ihnat <[EMAIL PROTECTED]> wrote: > >On Thu, Sep 11, 2003 at 01:58:59PM -0500, B McAndrews wrote: > >> Could someone staighten me out here. When did Unix based system become > >> the bastion of se

RE: Named restart problem

2003-09-13 Thread Mohit Raina - Infrastructure Monitoring Team
Hi, Please browse the below link http://www.crazysquirrel.com/linux/dns.php cheers ! -Original Message- From: Rudolf Amirjanyan [mailto:[EMAIL PROTECTED] Sent: Saturday, September 13, 2003 8:08 PM To: [EMAIL PROTECTED] Subject: Named restart problem Hello List, Can you recommend so

Re: BIND question

2003-09-13 Thread Jason Dixon
On Sat, 2003-09-13 at 11:11, [EMAIL PROTECTED] wrote: > Morning everyone. > > Well, I need to setup a internal DNS server for our company. As it stands > right now, im looking at using BIND. But, i've never setup a BIND server > before. Granted, I am very familiar with using commands such as 'dig'

RE: BIND question

2003-09-13 Thread Mohit Raina - Infrastructure Monitoring Team
Please browse below link http://www.isc.org cheers ! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, September 13, 2003 8:41 PM To: [EMAIL PROTECTED] Subject: BIND question Morning everyone. Well, I need to setup a internal DNS server for our

Re: hp laserjet 1200 series

2003-09-13 Thread Mark Neidorff
Patrick, Could you give me a little more information. I have a LJ1300 which is also postscript capable. I have it set up as a postscript printer under lprng (redhat 7.3 wouldn't allow me to use the latest cups +foomatic and friends). Depending on the documnet, I can print one page OK, but th

Re: Should we stay with M$

2003-09-13 Thread Ed Wilts
> On 11-Sep-2003/13:58 -0500, B McAndrews <[EMAIL PROTECTED]> wrote: > >Could someone staighten me out here. When did Unix based system become >the bastion of security? In a former lifetime, I used to work on >VAX/VMS for classified (as in military) work. I can't remember the >issues, but whe

Best HBA's for use with Red Hat

2003-09-13 Thread Rhugga
We are building an Oracle RAC and I wanted to get some feedback on the best HBA's to use with Red Hat 9.x Thanks, CC -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

BIND question

2003-09-13 Thread [EMAIL PROTECTED]
Morning everyone. Well, I need to setup a internal DNS server for our company. As it stands right now, im looking at using BIND. But, i've never setup a BIND server before. Granted, I am very familiar with using commands such as 'dig' and 'nslookup', but as far as actually setting up BIND and gett

Re: Named restart problem

2003-09-13 Thread MKlinke
On Saturday 13 September 2003 09:38, Rudolf Amirjanyan wrote: > Hello List, > Can you recommend something of what to do if a want to stop my named > by making /etc/init.d/named restart, I get the the following: > Stopping named: named: already [EMAIL PROTECTED] hostname root]# > And when I do > > [

Named restart problem

2003-09-13 Thread Rudolf Amirjanyan
Hello List, Can you recommend something of what to do if a want to stop my named by making /etc/init.d/named restart, I get the the following: Stopping named: named: already [EMAIL PROTECTED] hostname root]# And when I do [EMAIL PROTECTED] hostname root]# /etc/init.d/named status number of zones:

Re: Should we stay with M$

2003-09-13 Thread Martin Marques
El Sáb 13 Sep 2003 10:41, Anthony E. Greene escribió: > On 11-Sep-2003/15:54 -0500, Dave Ihnat <[EMAIL PROTECTED]> wrote: > > > >> In a former lifetime, I used to work on VAX/VMS for classified (as > >> in military) work. I can't remember the issues, but when we started > >> moving off the VAX/VMS

Re: Adobe Acrobat on RH9

2003-09-13 Thread Mike Vanecek
On Fri, 12 Sep 2003 23:55:39 -0400, Reuben D. Budiardja wrote > On Friday 12 September 2003 11:16 pm, Mike Vanecek wrote: > > On Fri, 12 Sep 2003 09:43:44 -0400, Reuben D. Budiardja wrote > > > > > On Friday 12 September 2003 09:36 am, Mike Vanecek wrote: > > > > On 11 Sep 2003 11:00:53 -0300, Dani

Re: OT: Evolution Default Paper Type

2003-09-13 Thread Anthony E. Greene
On 12-Sep-2003/12:55 -0400, James Pifer <[EMAIL PROTECTED]> wrote: >Sorry for the OT post. Anyone know how to change the default paper type >in Evolution? Mine is set to A4. I cannot find anyway of chaning it >within Evolution. Look for a general GNOME printer config app. I think Evo just uses the

Re: Prefered backup method?

2003-09-13 Thread Kent Borg
On Fri, Sep 12, 2003 at 01:55:47PM -0700, Jack Bowling wrote: > > I am doing backups with a similar hard links-based technique and I > > have a question: How can I tell how much space one of my backups > > takes? I can't do a "du one_of_several_backups -s" because the hard > > links make all the f

Re: Should we stay with M$

2003-09-13 Thread Anthony E. Greene
On 11-Sep-2003/15:54 -0500, Dave Ihnat <[EMAIL PROTECTED]> wrote: >On Thu, Sep 11, 2003 at 01:58:59PM -0500, B McAndrews wrote: >> Could someone staighten me out here. When did Unix based system become >> the bastion of security? > >Ever since the standard it is compared to is Microsoft... > >> I

Re: Should we stay with M$

2003-09-13 Thread Anthony E. Greene
On 11-Sep-2003/13:58 -0500, B McAndrews <[EMAIL PROTECTED]> wrote: >>Stop. Your response is nothing but pure fanboyism. This type of >>> advocacy is ignorant and does nothing to advance OSS in the industry. >>> Allow me to retort: >>> >> > Security MS = bad, linux=good > >Could someone staig

Re: Should we stay with M$

2003-09-13 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11-Sep-2003/10:57 -0500, Dave Ihnat <[EMAIL PROTECTED]> wrote: >On Thu, Sep 11, 2003 at 10:08:01AM -0400, Reuben D. Budiardja wrote: >> If you only need a personal db, then it's really up to you to keep using >> Access, although there are open sour

Re: Should we stay with M$

2003-09-13 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11-Sep-2003/10:08 -0400, "Reuben D. Budiardja" <[EMAIL PROTECTED]> wrote: >If you only need a personal db, then it's really up to you to keep using >Access, although there are open source solution for something like that >too (eg. openoffice). I h

Re: Random CPU initialization on Athlon SMP

2003-09-13 Thread Leonard den Ottolander
> Hello niteowl, > Have you tried swapping the cpu's? Not sure if the 2 cpu's should be > identical. See the MB docs for that. When googling for this I find references that at least for Pentium's the stepping of cpu's in dual processor boards must be identical in most cases. Guess that might

Re: Random CPU initialization on Athlon SMP

2003-09-13 Thread Leonard den Ottolander
Hello niteowl, > I have a very strange problem on my dual Athlon MP system since CPU > initialization seems to be performed in a random way. In about 50% of > bootstraps the kernel manages to correctly enable the second CPU, in the > other 50% not. I have no idea what causes this, but I am qui

Re: Linux on DEC Alpha?

2003-09-13 Thread Stephen Kuhn
On Sat, 2003-09-13 at 00:38, Ed Greshko wrote: > On Fri, 2003-09-12 at 22:25, Benjamin J. Weiss wrote: > > I've got a DEC Alpha that's being freed up by software/hardware upgrades. > > I'd like to load RedHat 9 on it. Can I just install from the Shrike CD's, > > or will they not work on Alpha? >

Re: To Be Or Not To Be

2003-09-13 Thread Stephen Kuhn
On Fri, 2003-09-12 at 10:05, [EMAIL PROTECTED] wrote: > I know I'm really late with this post, but I've been behind in > catching up with the news. What's the verdict on using RedHat Linux? > Are the users gonna get slapped with a fine? Did SCO finally settle, > or will the software police come to

Re: USB Mouse problems

2003-09-13 Thread Lists
FWIW, I have a "Dell by Microsoft" IntelliMouse 1.3 wheel mouse on both a generic desktop and a Dell Lattitude notebook. The wheel works fine on both. My /etc/X11/XF86Config under RH9 contains exactly what you posted with the exception that the protocol for input device mouse 0 is IMPS/2, i.e.

re

2003-09-13 Thread Kim young suk
confirm 949778 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Shell eroor while running crontab daemon

2003-09-13 Thread Michael Schwendt
On Fri, 12 Sep 2003 22:32:51 -0700 (PDT), Khademul Islam wrote: > Now I have the folling in my crontab. > > 59 23 * * * sh /etc/cron.specialTest/ >> With this I > got the error message (I thought it should run any > executable located under the SpeicalTest folder >> > > /etc/cron.specialTest: /e

Random CPU initialization on Athlon SMP

2003-09-13 Thread niteowl
Hello all. I have a very strange problem on my dual Athlon MP system since CPU initialization seems to be performed in a random way. In about 50% of bootstraps the kernel manages to correctly enable the second CPU, in the other 50% not. In the former case the system is rock solid, in the latter

Re: red hat linux 2.6.0-test5 build.

2003-09-13 Thread Sean Estabrooks
On Sat, 13 Sep 2003 12:06:35 +0530 "srinivask" <[EMAIL PROTECTED]> wrote: > > Hi, > > can any body sayy me if root dev is (3,2), > what should be specified/appended in /etc/lilo.conf for 'root='. > root=0302 or root=/dev/hda2 Cheers, Sean -- redhat-list mailing list unsubscribe mailto:[EM

Re: php on RH8

2003-09-13 Thread Kalin Mintchev
On 12 Sep 2003, Jason Dixon wrote: > On Fri, 2003-09-12 at 18:25, Kalin Mintchev wrote: > > > > > > > > Redhat cannot always provide the latest RPM for every software included in its > > > > distro. > > > > php 4.3.0 is 6 months old > > If you're really as hard up as you claim you are, you hav

Re: Adaptec ATA RAID 1200A under Linux

2003-09-13 Thread Marty Buchaus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Mansour wrote: | http://www.highpoint-tech.com/r100r_down.htm | | for Red Hat 8.0 and it works fine. | | I'm wondering why Adaptec don't "officially" supply | this driver themselves??? and don't provide support | for the card under Linux sinc

Adaptec ATA RAID 1200A under Linux

2003-09-13 Thread Michael Mansour
Hi, I've just purchased a new AMD Ahtlon system, and got with it an Adaptec ATA RAID 1200A as it seemed to do what I wanted. Unfortunately, this card is not "officially" supported by Adaptec, after emailing their support they only tell me "unfortunately it's not supported under Linux", yet they h

Re: php on RH8

2003-09-13 Thread Kalin Mintchev
On Fri, 12 Sep 2003, Jack Bowling wrote: > ** Reply to message from Kalin Mintchev <[EMAIL PROTECTED]> on Sat, 13 Sep 2003 > 01:57:38 -0400 (EDT) > > [snip] > > this code works perfectly fine on the bsd machine. on the rh8 i get this > > cli output (both installed the SAME way and from the SAME so