Re: Redhat 7.2 AIC7899

2002-04-07 Thread Linux Rules
On Sat, 6 Apr 2002, Linux Rules wrote: > > Hi : > > > I got a server that has a adaptec aic7899 but redhat 7.2 does not > recognize it > > I've tried redhat7.1 and works perfect > The problem is that I need to work with redhat 7.2 > > I haven't

Redhat 7.2 AIC7899

2002-04-06 Thread Linux Rules
Hi : I got a server that has a adaptec aic7899 but redhat 7.2 does not recognize it I've tried redhat7.1 and works perfect The problem is that I need to work with redhat 7.2 I haven't found anything that can lead to a solution tanks for your help Seguimos ... Leonel

Re: CDROM wont mount in 7.2

2002-04-02 Thread Linux Rules
On Tue, 2 Apr 2002, rodney wrote: > G'Day, > Could some body please help me. I installed Red Hat 7.2 today from > Cd's, > however when I click on the CD icon I get the following message - " mount > /Dev/cdrom: unknown device. > My fstab says the folowing - > > LABEL=/ /

Re: load modules at startup

2002-03-28 Thread Linux Rules
On Thu, 28 Mar 2002, Kjetil Tjensvold wrote: > I load modules in /etc/rc.local > I have redhat 7.2 > > > --- Rénald_CASAGRAUDE <[EMAIL PROTECTED]> > skrev: > Hi ! > > > > How to load modules at startup ? > > Is there any file like /etc/modules (in Debian), or > > may > > I edit /etc/rc.local ???

Re: XFree at 800x600

2002-03-17 Thread Linux Rules
On Sun, 17 Mar 2002, Billy R Nordyke wrote: > Hi All, > Can framebuffer be used with grub? If not can grub be configured to use > framebuffer? Don't really want to reinstall 7.2 if it's not necessary. > > Bill > [EMAIL PROTECTED] > >

Re: how to set system time

2002-03-15 Thread Linux Rules
On Fri, 15 Mar 2002, Jianping Zhu wrote: > I have RH 7.2. > For some reasons, the system time of my machine is someday in 1988. I can > use the command 'date -s " currrent date"' to change the date, but when I > restart my linux server, the system time goes back to 1988. > > How can I fix this pr

Re: My JDBC does not work.

2002-03-15 Thread Linux Rules
On Fri, 15 Mar 2002, Jianping Zhu wrote: > > I have spend three days try to get jdbc for mysql work, but failed. I am > very frustrated. I will > be appreciated if somebody can help me out. > > I have redhat 7.2 OS, I download the sever and client mysql .rpm files and > instaled it, i believe suc

Re: can not connet to mysql

2002-03-12 Thread Linux Rules
On Tue, 12 Mar 2002, Jianping Zhu wrote: > > > I have this following code and mysql server running. > > //Connect to MySql Server >try { > Class.forName("org.gjt.mm.mysql.Driver").newInstance(); >} >catch(Exception e){ > System.out.println("Can not get class Name