[expert] looking for MY.CNF (mysql)

2002-08-21 Thread hans schneidhofer

hi,
am looking for the file MY.CNF as described in the README of mysql, but 
didn't find such a file on my host. 
have installed mdk8.0 with mysql from the mdk-CD.

have done an updatedb and locate MY.CNF as well as MY. and some playing 
arounds, but nothing I've found. I am shure, that a few mdk8.0 users are 
using mysql, so I hope, that anyone is there, who could help wherte to look 
for this conf-file.

thanks and bye
hans



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] What to use to analyse Apache logs?

2002-08-21 Thread et

On Tuesday 20 August 2002 10:24 pm, you wrote:
 David Relson wrote:
  At 05:40 PM 8/20/02, you wrote:
  Hi guys,
  the title pretty much says it all.
  I want to look at total traffic and be able to analyse the logs for
   intrusion attempts
  any suggestions?
  --
 
  Have you looked at webalizer?  I believe it's pretty good for analyzing
  apache logs :-)  However, it may not be intrusion oriented :-(

 I agree with the choice of webalizer. It is very easy to install, has a
 very nice interface with apache, and mandrake delivers a rpm for your
 convenience. Intrusion detection would necessitate another kind of
 program altogether, i.e. NIDS. In this direction, I would suggest you
 take a look at snort. A very nice program that will provide you with
 numerous alerts for all http traffic to port 80.

 drjung
of course, if what you mean is you want to see what pages are requesting 
graphics from your site, (like is someone else's web page making use of my 
bandwidth by refering to graphics on my site) then webalizer, (and reading 
the logs, the software cann't do it by itself) is the right answer



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Detecting an Active Network Interface

2002-08-21 Thread Mark Weaver

Todd Lyons wrote:
 Mark Weaver wrote on Tue, Aug 20, 2002 at 11:04:16PM -0400 :
 
So (thinking on paper), something like:

 snip
 
  if count = maxtries (wow, do I forget valid syntax ;-) )
 then
wait 30 (??) (give the modem a chance to connect)
goto start
 else
issue Internet connection lost, could not restart
message (somewhere)
  fi

 snip
 
I'll need to brush up on bash syntax and so forth, and if I'm clever I
might get rid of the goto. 

it is written: thou shalt NOT use a GOTO...ever! ;) The force fed us 
that in assembler and COBOL classes till I thought it was gonna come 
outa my ears.
 
 
 [root@fiji /usr/src/linux/kernel]# grep goto.*\;$ * | wc -l
 187
 
 Comments? :)  Don't tell me Linus doesn't know anything about c now :)
 
 Blue skies... Todd

Todd,

don't know what goto's are like in C, but they suck in mainframe 
Assembler and COBOL. looking at older code it gets so bad sometimes 
depending on the author that it's easier just to rewrite the stinkin thing.

-- 
daRmaTTeR

Reg. Linux User #186492
Stupidity has no moral high ground...it can't see that high!




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] looking for MY.CNF (mysql)

2002-08-21 Thread Darren King

It's usually in your home directory.  It might not get created until you
run mysql (the interactive sql program).

Darren

On Wed, 2002-08-21 at 18:45, hans schneidhofer wrote:
 hi,
 am looking for the file MY.CNF as described in the README of mysql, but 
 didn't find such a file on my host. 
 have installed mdk8.0 with mysql from the mdk-CD.
 
 have done an updatedb and locate MY.CNF as well as MY. and some playing 
 arounds, but nothing I've found. I am shure, that a few mdk8.0 users are 
 using mysql, so I hope, that anyone is there, who could help wherte to look 
 for this conf-file.
 
 thanks and bye
 hans
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Detecting an Active Network Interface

2002-08-21 Thread Brandon Long

I use something similiar to this script to check connectivity across my 
network. With a mysql backend it has become a very useful tool. Only problem 
is when you try to ping firewalled hosts. If you are on the same lan segment 
arping can be very useful because it works on the mac layer instead of the 
tcp/ip layer, can ping through most firewalls unless it is a mac oriented 
iptables firewall.


On Tuesday 20 August 2002 11:06 pm, Mark Weaver wrote:
 Randy Kramer wrote:
  kwan,
 
  Thanks!  I've got several choices now ;-)
 
  Randy Kramer
 
  [EMAIL PROTECTED] wrote:
 Here's a script that I use to check connectivity:
 
 
   #!/bin/bash
   STATUS=`ping -c 2 -q 11.22.33.44 2/dev/null`
   CODE=$?
 
   if [ $CODE -gt 0 ]; then
  echo Link is down.
   else
  echo Link is up.
   fi
 
 
 Replace the 11.22.33.44 with a host on the internet. I use the
 nameserver of the ISP but you can use any reliable address.
 This script segment is part of a larger one to reboot my DSL modem via
 X10, but you can modify it for dialup. There are also other ways of
 dialing on demand such as diald that may be more effective.

 Randy,

 The above was the accurate rendition of the correct syntax for the
 earlier suggestion.

-- 
Brandon Long
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Codeweaver WINE runs slower on MDKBeta3 then Beta2?

2002-08-21 Thread Vtncus

I hope I can post Beta questions here.

Anyway, I have a very specific situtation, maybe someone has run into
similar .

I am WINEing(?) Lotus Notes on my MDK. (codeweavers wine)
When I had MDK beta 2 , everything worked well.
On MDK beta 3, the Lotus Notes runs a lot slower and I can't see what I am
typing in a email.
I made sure I had the same config for XFree. Everything I did to try to
speed it up
to like MDK beta2 performance, didn't work.

Just though someone could have experienced something similar.

regards,



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Resend to LX on nobody's UID...

2002-08-21 Thread Lyvim Xaphir

On Tue, 2002-08-20 at 12:21, J. Craig Woods wrote:
 Damn sympa giving me fits again. Let try this one!

 LX, it depends on the OS, and, for linux, the distro. Earlier versions
 of mandrake used 99 as a uid for nobody, and Red Hat still uses 99 as
 the uid for nobody, at least as recent as v7.2. Most current UNIX
 systems also use 99 as the uid for nobody. You must be using some
 newer version of mandrake, and the uid of 65534 is correct for that
 version. 
 
 Hope it helps,
 drjung
 

Thanks for the response, JC.  This is an update;  being worried about
it, I checked a brand new installation here on another machine with
kuser, and it was indeed 65534, so you were exactly right.  BTW, the
version in question here is LM82.

L8r!

LX






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] looking for MY.CNF (mysql)

2002-08-21 Thread Ken Thompson

On Wednesday 21 August 2002 05:44 am, Darren King wrote:
 It's usually in your home directory.  It might not get created until you
 run mysql (the interactive sql program).

 Darren

 I'm running MDK 8.2b4 here and using MySql and don't have it either..
I've been through the readme too and have never found the MY.CNF file anywhere 
on any of the machines I have here starting with MDK 7.1..
I've also looked for it on an remote server running Solaris  MySql with the 
same results
I wonder if it has to be created by the DB admin???

 On Wed, 2002-08-21 at 18:45, hans schneidhofer wrote:
  hi,
  am looking for the file MY.CNF as described in the README of mysql, but
  didn't find such a file on my host.
  have installed mdk8.0 with mysql from the mdk-CD.
 
  have done an updatedb and locate MY.CNF as well as MY. and some playing
  arounds, but nothing I've found. I am shure, that a few mdk8.0 users are
  using mysql, so I hope, that anyone is there, who could help wherte to
  look for this conf-file.
 
  thanks and bye
  hans
 
  
 
 
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com

-- 
Ken Thompson, North West Antique Autos
Payette, Idaho
Email: [EMAIL PROTECTED]
http://www.nwaa.com
Office Phone: 208-642-0785
Cell Phone: 208-642-0223
Sales and brokering of antique autos and parts.

Linux- Coming Soon To A Desktop Near You
Registered Linux User #183936




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] processes not stopping, but eating 100% cpu time

2002-08-21 Thread Holger Schurig

Hi Todd !

 Same thing with vi.

Do you have any idea why this happens?   I have some database servers with 
telnet applications running at customers and the problem is very ugly. 
Currently, I help myself with verynice, but I'm willing to do anything that 
would help (e.g. installing other ncurses, login, telnet-server, glibc), even 
recompiling it manually.

Greetings, Holger

-- 
MN-Logistik GmbH http://www.mn-logistik.de
Holger Schurig
Dieselstr. 18
61191 Rosbach v.d.Höhe
Tel: 06003/9141-0Fax: 06003/9141-49




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] looking for MY.CNF (mysql)

2002-08-21 Thread Daniel Woods


 am looking for the file MY.CNF as described in the README of mysql, but
 didn't find such a file on my host.
 have installed mdk8.0 with mysql from the mdk-CD.

 have done an updatedb and locate MY.CNF as well as MY. and some playing
 arounds, but nothing I've found. I am shure, that a few mdk8.0 users are
 using mysql, so I hope, that anyone is there, who could help wherte to look
 for this conf-file.

Have you tried the commands... ?

# locate  my.cnf
# locate .my.cnf

Thanks... Dan.





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] processes not stopping, but eating 100% cpu time

2002-08-21 Thread Joan Tur

Es Dimarts 20 Agost 2002 15:00, en Joan Tur va escriure:
 Es Dimarts 20 Agost 2002 15:42, en Holger Schurig va escriure:
   Open a console, su to root, start mc... and then kill the console
   without having shut down mc. That keeps mc loaded and eating 100% cpu
   cycles. Tryed under Mandrake 8.2 and Debian Woody...
 
  Strange, not on my system. I have a self-compiled KDE 3.0.2, so my
  console is konsole...

 It happened in my Mandrake 8.1 and 8.2 boxes... but now I cannot reproduce
 it under 9 beta 3 (after having send my email!)  O8-)

 I'll reboot to the 8.2 box to check for the packages' versions and will
 post them here...
Ejem... I haven't been able to reproduce the above problem under 8.2 either... 
I promise I had that problem!

I'll be watching for that problem and if it happens again I'll make you 
know...  O8-)
-- 
  Joan Tur. Eivissa-Spain
 AOL quini2k,  ICQ 11407395
www.ClubIbosim.org
Linux: usuari registrat 190.783




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Detecting an Active Network Interface

2002-08-21 Thread Ronald J. Hall

On Tuesday 20 August 2002 11:04 pm, you wrote:

 Randy,

 it is written: thou shalt NOT use a GOTO...ever! ;) The force fed us
 that in assembler and COBOL classes till I thought it was gonna come
 outa my ears.

and especially with the label: HELL !!!

grinning from ear to ear

-- 
  /\
   DarkLord
  \/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] processes not stopping, but eating 100% cpu time

2002-08-21 Thread Todd Lyons

Holger Schurig wrote on Wed, Aug 21, 2002 at 06:33:35PM +0200 :
 Hi Todd !
 
  Same thing with vi.
 Do you have any idea why this happens?   I have some database servers with 

This is an educated guess more than anything.  When the application
loses the connection to its controlling terminal, it consumes 100% CPU
because it is trying to communicate with said controlling terminal.

At some point in the past, I was able to reliably repeat the scenario.
It seems to be much more difficult now to do it (on my Cooker box, I
haven't yet tried it on an 8.x box).

I should stress that it is infrequently.  It is most usually seen when
a remote ssh session has timed out while in vi editing something, but
not every time. :-/

Back when ipchains was king, the following line severely cut down on the
number of ssh drops that occurred:
   ipchains -M -S 7200 10 160
but if you're not using ipchains, then that line doesn't do you a whole
lot of good.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-9.0-0.3mdk Kernel 2.4.19-4mdk



msg57171/pgp0.pgp
Description: PGP signature


Re: [expert] looking for MY.CNF (mysql)

2002-08-21 Thread Larry Sword

hans schneidhofer wrote:

hi,
am looking for the file MY.CNF as described in the README of mysql, but 
didn't find such a file on my host. 
have installed mdk8.0 with mysql from the mdk-CD.

have done an updatedb and locate MY.CNF as well as MY. and some playing 
arounds, but nothing I've found. I am shure, that a few mdk8.0 users are 
using mysql, so I hope, that anyone is there, who could help wherte to look 
for this conf-file.

thanks and bye
hans

  



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
  

Try looking in the files:

/usr/share/msql/my-large.cnf, my-huge.cnf, my-medium.cnf, my-samall.cnf. 
Open these up in an edit program and read..
They provide the answere to the question.

Larry






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] processes not stopping, but eating 100% cpu time

2002-08-21 Thread Damian Gatabria

On Wed, 21 Aug 2002 20:50:28 +
Joan Tur [EMAIL PROTECTED] wrote:

 Es Dimarts 20 Agost 2002 15:00, en Joan Tur va escriure:
  Es Dimarts 20 Agost 2002 15:42, en Holger Schurig va escriure:
Open a console, su to root, start mc... and then kill the console
without having shut down mc. That keeps mc loaded and eating 100% cpu
cycles. Tryed under Mandrake 8.2 and Debian Woody...
  
   Strange, not on my system. I have a self-compiled KDE 3.0.2, so my
   console is konsole...
 
  It happened in my Mandrake 8.1 and 8.2 boxes... but now I cannot reproduce
  it under 9 beta 3 (after having send my email!)  O8-)
 
  I'll reboot to the 8.2 box to check for the packages' versions and will
  post them here...
 Ejem... I haven't been able to reproduce the above problem under 8.2 either... 
 I promise I had that problem!
 
 I'll be watching for that problem and if it happens again I'll make you 
 know...  O8-)


it does happen, also it's not reproducible 100% of the times. i can do it
with mc, mcedit, and vi. but i have to try several ways to get it done.
i think if you start the xterm as user, su to root, then open mc,
then open a different xterm and run killall xterm ( as user ) it should happen...
but i'm not sure.

( running recently reinstalled ( after several --force --nodeps fuckups ) 8.2 )


Damian



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert]

2002-08-21 Thread Si

On ,  wrote in alt.os.linux.mandrake:






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Codeweaver WINE runs slower on MDKBeta3 then Beta2?

2002-08-21 Thread Joseph Braddock


On Wed, 21 Aug 2002 10:55:49 -0400
Vtncus [EMAIL PROTECTED] wrote:

 I hope I can post Beta questions here.
 
 Anyway, I have a very specific situtation, maybe someone has run into
 similar .
 
 I am WINEing(?) Lotus Notes on my MDK. (codeweavers wine)
 When I had MDK beta 2 , everything worked well.
 On MDK beta 3, the Lotus Notes runs a lot slower and I can't see what I am
 typing in a email.
 I made sure I had the same config for XFree. Everything I did to try to
 speed it up
 to like MDK beta2 performance, didn't work.
 
 Just though someone could have experienced something similar.
 
 regards,
 

You might want to join and repost this on the Cooker list.  That seems to be the place 
for Beta problems/comments.

Joe 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] processes not stopping, but eating 100% cpu time

2002-08-21 Thread J. Craig Woods

Todd Lyons wrote:
 
 
 Back when ipchains was king, the following line severely cut down on the
 number of ssh drops that occurred:
ipchains -M -S 7200 10 160
 but if you're not using ipchains, then that line doesn't do you a whole
 lot of good.
 

Hey, I know I am anachronistic but I still think ipchains are the king,
at least they do what I need done. And to avoid aforementioned problems,
I am using the rule:
   
  $IPCHAINS -M -S 7200 30 300

That's not to say that I am not using iptables because I am but some
habits die real hard.

drjung

-- 
J. Craig Woods
UNIX/NT Network/System Administration
http://www.trismegistus.net/resume.html
Character is built upon the debris of despair --Emerson



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Mandrake 8.1 Install Problem with SCSI Adaptec APA-1480A

2002-08-21 Thread Guilherme Regis


Hi there,

I own a notebook Compaq 1650 P-II 266MHz 96MB of RAM with a cardbus 
Xircom CE-II 100Mb/s network card, 4.1GB internal IDE disk and 40GB
external SCSI disk connected via CARDBUS Adaptec APA-1480A. 
I have tried to install Linux Mandrake 8.1 but it reports the following
error message:

insmod'ing module aic7xxx failed at /usr/bin/perl-install/modules.pm
line 603

I do hear two beeps before the error message. But I notice that
external disk is not delected. Is it an error in the aic7xxx driver ?

Please, does anyone know how to resolve the problem ?

Thanks
Luiz Emediato




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Latitude CD400 fan

2002-08-21 Thread Eugene C. Zesch

I have Mandrake 8.1 on my CS400XT. It installed beautifully, but seems to run 
hot. Even during log CPU intensive uses, like long compiles, I have yet to 
have the fan come on.
Ive run the Dell diagnostic disks and the fan works fine.
Does anyone know how to enable the fan for this model?

Gene



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] 8.2 Won't run on my machine

2002-08-21 Thread John Wheat


 I have used Mandrake from version 7.1 and have never had problems installing.
I have used this box with 8.0 and 8.1 with great success. Over the last few 
weeks I have tried version 8.2 and cannot get it to work reliably. Many times 
it fails durning the install wether I do graphical or text. Generally during 
the package installation the machine locks up. If I manage to get it 
installed whenever I do a major install/upgrade like Ximian-Gnome or an 
upgrade to KDE 3 the machine locks up while installing. Might their be a 
piece of hardware that 8.2 or the default kernel does not like?

 Abit KG7 (non-raid)
- AMD761/VIA 686B Chipset
- AMD 1.3 Ghz CPU
- NVidia Geforce2 MX PCI Vid card (using nv driver no upgrade to GLX/Nvidia 
driver)
- 3Com 905 NIC 
- Soundblaster Live Value
- 256 MB DDR 
- WD 15 GB HD (Windows hda)
- Maxtor 10 GB HD (Linux hdb1)
- Sony crx 140 E CD-Burner
-Aopen 40x CD-Rom

  Thanks,

 John Wheat




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] 8.2 Won't run on my machine

2002-08-21 Thread John Wheat


 I have used Mandrake from version 7.1 and have never had problems installing.
I have used this box with 8.0 and 8.1 with great success. Over the last few 
weeks I have tried version 8.2 and cannot get it to work reliably. Many times 
it fails durning the install wether I do graphical or text. Generally during 
the package installation the machine locks up. If I manage to get it 
installed whenever I do a major install/upgrade like Ximian-Gnome or an 
upgrade to KDE 3 the machine locks up while installing. Might their be a 
piece of hardware that 8.2 or the default kernel does not like?

 Abit KG7 (non-raid)
- AMD761/VIA 686B Chipset
- AMD 1.3 Ghz CPU
- NVidia Geforce2 MX PCI Vid card (using nv driver no upgrade to GLX/Nvidia 
driver)
- 3Com 905 NIC 
- Soundblaster Live Value
- 256 MB DDR 
- WD 15 GB HD (Windows hda)
- Maxtor 10 GB HD (Linux hdb1)
- Sony crx 140 E CD-Burner
-Aopen 40x CD-Rom

  Thanks,

 John Wheat




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] 8.2 Won't run on my machine

2002-08-21 Thread John Wheat


 so what does (as root, in a text console, without the quotes)
 cat /proc/interrupts say and can you disable apic in bios?

 Unfortunately I am now running Mandrake 8.1 as I could not keep 8.2 
functioning.
 ACPI  has been disabled in the BIOS already. A habit from when I ran BeOS.

 John



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] P2P Application

2002-08-21 Thread John Wheat

 I am wondering if anyone is using a file sharing program similar to 
gnutella/napster apps successfully in Linux. This app. is about the only 
thing standing between me and converting my wife to Linux completely in turn 
making my life better.  Any suggestions or reccomendations?

 TIA,

 John Wheat



 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] P2P Application

2002-08-21 Thread newslett

Or better yet, a Kazaa clone?? I know there is a command line one but I 
want my GUI!! =)

John Wheat wrote:
  I am wondering if anyone is using a file sharing program similar to 
 gnutella/napster apps successfully in Linux. This app. is about the only 
 thing standing between me and converting my wife to Linux completely in turn 
 making my life better.  Any suggestions or reccomendations?
 
  TIA,
 
  John Wheat
 
 
 
  
 
 
 
 
 
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] 8.2 Won't run on my machine

2002-08-21 Thread Todd Lyons

John Wheat wrote on Wed, Aug 21, 2002 at 06:07:33PM -0700 :
 
  so what does (as root, in a text console, without the quotes)
  cat /proc/interrupts say and can you disable apic in bios?
  ACPI  has been disabled in the BIOS already. A habit from when I ran BeOS.

Not acpi, apic (Advanced Programmable Interrupt Controller).  apic is
something that is not very well supported in Linux at this point.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-9.0-0.3mdk Kernel 2.4.19-4mdk



msg57184/pgp0.pgp
Description: PGP signature


Re: [expert] 8.2 Won't run on my machine

2002-08-21 Thread et

On Wednesday 21 August 2002 10:42 pm, you wrote:
 John Wheat wrote on Wed, Aug 21, 2002 at 06:07:33PM -0700 :
   so what does (as root, in a text console, without the quotes)
   cat /proc/interrupts say and can you disable apic in bios?
 
   ACPI  has been disabled in the BIOS already. A habit from when I ran
  BeOS.

 Not acpi, apic (Advanced Programmable Interrupt Controller).  apic is
 something that is not very well supported in Linux at this point.

 Blue skies... Todd
thank you



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] 8.2 Won't run on my machine

2002-08-21 Thread John Wheat

On Wednesday 21 August 2002 19:42, you wrote:
 John Wheat wrote on Wed, Aug 21, 2002 at 06:07:33PM -0700 :
   so what does (as root, in a text console, without the quotes)
   cat /proc/interrupts say and can you disable apic in bios?
 
   ACPI  has been disabled in the BIOS already. A habit from when I ran
  BeOS.

 Not acpi, apic (Advanced Programmable Interrupt Controller).  apic is
 something that is not very well supported in Linux at this point.

 Blue skies... Todd


 I do not have any options regarding APIC on this mobo. Abit KG7 without raid.


 John




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Anybody using Soyo SY-P4S-645DX DRAGON Ultra MB?

2002-08-21 Thread Clark Jones

I'm thinking about a new system, and at the moment I'm leaning towards
the Soyo SY-P4S-645DX DRAGON Ultra motherboard.  The chipset is
SiS 645DX with a SiS 961B southbridge.  The Mandrake hardware
compatibility database doesn't have these listed either way.

The MB does have ATA/133 RAID, but I'm not really interested in using
that.  (I've seen the postings about problems with that part.)

To go with this MB, I'm thinking about a P4 at 2.23GHz with 533MHz FSB,
1GB of PC2700 DDR RAM, a 7200 RPM ATA/133 disk, a 128 MB ATI All-in-
Wonder 8500DV video card, and an NFREN 18.1 NF-1800MAP LCD monitor.
(Yeah, I know, both the video card and monitor have TV tuners.  :-)
Should be noticably faster than the 233 MHz MMX box I'm writing this
on.  :-)

Anyway, I'd like to know if anyone has booted the above mentioned MB
(or chipset) under either Mandrake 8.1 or 8.2?  (What kernel did you
use?)

Clark
-- 
Disclaimer:  The opinions expressed herein are mine and not necessarily
those of anyone else.  (As if anyone else would want them!)

Internet: [EMAIL PROTECTED] RF: KI7TU
ICBM: 33 22' 01 N 111 43' 52 WHome Page: jones8.home.mindspring.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com