Hi, As some of you know, I'm working on a knowledge based system (a bot) that checks incomming emails against a database of rules, to try to reduce the workload of the volunteers here.
The trouble is that the same questions keep being asked. Hopefully I can reduce the workload, but give a better response to people. Attached is the rules I have so far. The rules _really_ need looking over, and touched up. Please please try and clean up anything you know to be incorrect, and add anything that needs adding. An email has to match every <match> rule, and every <oneof> rule, Matches inside a <oneof> rule allow only one match to be made. JohnFlux
<?xml version="1.0"?> <rules> <comments> As of Red Hat 8.0 the default is to use only /etc/X11/XF86Config. The use of /etc/X11/XF86Config-4 was used up until then because of the desire to support both XFree86-3.3.6 and XFree86-4.x.x. At the same time the older RedHat written "Xconfigurator" tool was dropped and a new "redhat-config-xfree86" tool introduced. All RedHat 8.0 machines run the font server on 7100. </comments> <rule severity="low"> <match>(WW) Open APM failed (/dev/apm_bios) (No such device)</match> <reply> Power management is a long subject. Reply with "Tell me about apm" in the subject for more information. </reply> </rule> <rule severity="low"> <subjectmatch>Tell me about apm</subjectmatch> <reply> First there was APM - Advanced Power Management. This worked okayish, but eventually something more powerful was needed. ACPI is the newer version, however ACPI support is still not very good in the linux kernel. If you have a toshiba laptop, then you can get the toshibautilities to do power management stuff. More details on acpi at http://www.teleport.com/~acpi/acpihtml/home.htm, or at http://phobos.fs.tum.de/acpi, For software suspend, see http://sourceforge.net/projects/swsusp/, There are acpi patches for the kernel at http://sourceforge.net/projects/acpi. </reply> </rule> <rule severity="low"> <match>(WW) MGA(0): Video BIOS info block not detected!</match> <reply> Unknown. I can't find anything on the web about it. </reply> </rule> <rule> <match>This card requires the "mga_hal" module for dual-head operation</match> <reply> You need to go to the matrox.org website and download the latest drivers for you card. </reply> </rule> <rule> <match>PAM authentication failed, cannot start X server.</match> <match>RedHat 7</match> <reply> First, It could be that you have some corrupted files. Please do: rpm --verify libnewt0.50 It should return nothing. Second. Check that /etc/pam.d/xserver says something like: #%PAM-1.0 auth sufficient /lib/security/pam_rootok.so auth required /lib/security/pam_console.so account required /lib/security/pam_permit.so Third. In DEBIAN there was a file called /etc/Xwrapper.config I do not know if there is an equivalent in RedHat. </reply> </rule> <rule> <oneof> <match>ATI</match> <match>Radeon</match> </oneof> <oneof> <match>R250</match> <match>R200</match> <match>Mobility</match> </oneof> <reply> The ATI Mobility card is an R200 core. Both 2D and 3D will be supported in XFree86 4.3.0. </reply> </rule> <rule severity="low"> <match>Failed to setup write combining range</match> <reply> This is just a warning. You probably don't have MTRR support compiled into your kernel. </reply> </rule> <rule> <match>Redhat</match> <oneof> <match>Asus V8420</match> <match>Geforce 4 Ti4200</match> </oneof> <reply> The Geforce 4 Ti4200 (Asus v8420) was not supported in the X server that came with RedHat 8 or earlier. Try running XFree86 4.2.99 snapshots or later, available at ftp.xfree86.org </reply> </rule> <rule2> <match2>NVidia</match2> <match2>DVI</match2> <oneof2> <match2>flat panel</match2> <match2>tft</match2> <oneof2> <reply2/> </rule2> </rules>