Re: Bug ? Building kernel/world error on Cyrix

2002-03-28 Thread Yann Ramin


Thats the official name of the Cyrix, although they were far from being 
actual 686 CPUs. The clock speed reported is also correct. Cyrix rated 
them with a PR rating which, unlike the Athlon XP ratings, was overly 
optimistic. Your "200MHz" is a 200PR CPU, which did run at 166MHz, but 
had the performance of maybe a 133 Pentium (I had a 166PR, which ran at 
133, until it self destructed). I would try changing CPUTYPE to i586 or 
i486.

All of this doesn't explain the perl related error you're seeing though 
:) Try recvsuping.

Yann

Guilherme Oliveira wrote:

>Hi !
>
>I'm having serious problems building kernel or world in my Cyrix 200MHZ.
>
>Booting '4.5-RELEASE #0' it detects my processor as being Cyrix 6x86MX
>(167.05-MHz 686-class CPU), that I think it's wrong ('6x86' ?!?!) and
>maybe this is the origin for all my problems.
>
>I've cvsup'd and builded freebsd all the time without problem until +-
>4.5 RELEASE.
>I've tried building GENERIC with the same result.
>
>I have tried building world+kernel with 'CPUTYPE=i686' in make.conf and
>'cpu I686_CPU' (as allways did) in kernel but it gives me error in:
>




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Another possible solution for non-sendmail users

2002-03-28 Thread Peter Wemm

Gregory Neil Shapiro wrote:

> http://people.freebsd.org/~gshapiro/mta-start
> 
> Opinions?

Enthusiastic thumbs-up from me! :-)

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Bug ? Building kernel/world error on Cyrix

2002-03-28 Thread Guilherme Oliveira

Hi !

I'm having serious problems building kernel or world in my Cyrix 200MHZ.

Booting '4.5-RELEASE #0' it detects my processor as being Cyrix 6x86MX
(167.05-MHz 686-class CPU), that I think it's wrong ('6x86' ?!?!) and
maybe this is the origin for all my problems.

I've cvsup'd and builded freebsd all the time without problem until +-
4.5 RELEASE.
I've tried building GENERIC with the same result.

I have tried building world+kernel with 'CPUTYPE=i686' in make.conf and
'cpu I686_CPU' (as allways did) in kernel but it gives me error in:

===> portal
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
perl @/kern/vnode_if.pl -h @/kern/vnode_if.src
Internal error at @/kern/vnode_if.pl line 248,  chunk 472.
*** Error code 255
Stop in /usr/src/sys/modules/portal.
*** Error code 1
Stop in /usr/src/sys/modules.
*** Error code 1
Stop in /usr/obj/usr/src/sys/SARPA.
*** Error code 1
Stop in /usr/src.
*** Error code 1


I have tried building world+kernel with 'CPUTYPE=i586' in make.conf and
'cpu I586_CPU' in kernel but it gives me error in:

/obj/usr/src/i386/usr/include  -c /usr/src/bin/sh/error.c
cc -O -pipe -march=pentium -DSHELL -I. -I/usr/src/bin/sh -Wall
-Wformat   -I/usr
/obj/usr/src/i386/usr/include  -c /usr/src/bin/sh/eval.c
{standard input}: cc: Assembler messages:
Internal compiler error: program cc1 got fatal signal 11{standard
input}:0:
Warning: *** Error code 1
end of file not at end of a line; newline inserted
Stop in /usr/src/bin/sh.
*** Error code 1
Stop in /usr/src/bin.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
bash-2.05# {standard input}:1107: Error: unbalanced parenthesis in
operand 2.



My partially dmesg:

Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights
reserved.
FreeBSD 4.5-RELEASE #0: Mon Feb 11 05:52:10 WET 2002
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SARPA
Timecounter "i8254"  frequency 1193182 Hz
CPU: Cyrix 6x86MX (167.05-MHz 686-class CPU)
  Origin = "CyrixInstead"  Id = 0x600  Stepping = 0  DIR=0x0452
  Features=0x80a135
real memory  = 134217728 (131072K bytes)
avail memory = 127442944 (124456K bytes)
Preloaded elf kernel "kernel" at 0xc0327000.
md0: Malloc disk
Using $PIR table, 5 entries at 0xc00fdb80
apm0:  on motherboard
apm: found APM BIOS v1.2, connected at v1.2
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
pcib1:  at device 1.0 on
pci0
pci1:  on pcib1
pci1:  at 5.0 irq 11
isab0:  at device 7.0 on pci0
isa0:  on isab0
atapci0:  port 0xe000-0xe00f at device 7.1
on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0:  port 0xe400-0xe41f irq 10 at device
7.2 on pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
chip1:  at device 7.3 on pci0



My kernel configuration:

#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#http://www.FreeBSD.org/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you
are
# in doubt as to the purpose or necessity of a line, check first in
LINT.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.35 2001/09/27 17:43:06
alfred Exp $

machine i386
cpu I586_CPU# aka Pentium Pro(tm)
ident   SARPA
maxusers0

options MATH_EMULATE#Support for x87 emulation
options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep
this!]
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH
options MSDOSFS #MSDOS Filesystem
options NTFS#NT File System
options CD9660  #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660
required
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP
THIS!]
options UCONSOLE#Allow users to grab the console
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B#Posix P1003_1B real-time
e

Re: The sendmail discussion...

2002-03-28 Thread Andrew MacIntyre

On Wed, 27 Mar 2002, Gregory Neil Shapiro wrote:

{...}

> I plan on continuing to improve the FreeBSD infrastructure for sendmail
> and will continue trying to be sensitive to the needs of non-sendmail
> users.  I welcome feedback and I try to be quite reasonable.

Thank you for all your work, including this comprehensive article.

A point I think many users of other MTAs are oblivious to is that the
Internet of today is a far less diverse environment than the environment
sendmail was born into.  Sendmail as a result is an extraordinarily
flexible tool.  I have needed that flexibility, and believe that FreeBSD
as an OS for the full spectrum of use is the better for retaining such
flexibility.

It is short sighted to lumber the current releases of sendmail with the
millstone of unmaintained vendor versions and poor system administration.

I find it amazing, and reassuring, that sendmail has survived the
challenges of the changing internet and that it continues to successfully
evolve despite the vociferous support for less mature, less flexible and
less widely used competion.

--
Andrew I MacIntyre "These thoughts are mine alone..."
E-mail: [EMAIL PROTECTED]  | Snail: PO Box 370
[EMAIL PROTECTED]|Belconnen  ACT  2616
Web:http://www.andymac.org/|Australia


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Another possible solution for non-sendmail users

2002-03-28 Thread ian j hart

Gregory Neil Shapiro wrote:
> 
> Given that non-sendmail users will be inconvenienced when upgrading due to
> the 8.12 changes (need to change sendmail_enable from "NO" to "NONE"), I
> thought it might be better to give them something back for their trouble.
> 
> As an alternative to sendmail_enable=NONE, why not solve the boot time
> problem for non-sendmail users completely.  The patch moves all of the
> sendmail startup code from /etc/rc to /etc/rc.sendmail.  The source for
> that script will be kept in src/etc/sendmail/rc.sendmail so make.conf's
> NO_SENDMAIL will prevent it from being installed.  A new rc.conf variable,
> mta_start_script specifies the script to run to start the user's
> preferred MTA.  For backward compatibility, it will default to
> /etc/rc.sendmail.  The specified script is called out of /etc/rc after
> checking to make sure it exists.
> 
> I've also taken the opportunity to use /etc/rc.sendmail in
> /etc/mail/Makefile to reduce code duplication.  A new rc.sendmail.8 man
> page has also been added which now houses the sendmail_* variable
> descriptions formerly in rc.conf.5.
> 
> In a somewhat unrelated note, I also plan on arranging to move the
> sendmail-specific stuff out of src/etc/mail/ and into src/etc/sendmail so
> the installation of things like sample sendmail maps, etc. don't clutter a
> NO_SENDMAIL installation.  I'll need to arrange this event with the CVS
> repomeisters.  Hopefully, this change (along with the patch) will make
> things more palatable for non-sendmail users.
> 
> The patch is against -CURRENT but should give -STABLE users a good idea of my
> intentions.  It is available at:
> 
> http://people.freebsd.org/~gshapiro/mta-start
> 
> Opinions?
> 

Brilliant! I suppose you just threw this together :)

One small quibble. If I want to set
mta_start_script=""

and run rc.sendmail(.sh) from /usr/local/etc/rc.d
shouldn't "stop" kill both queues? You'd need to add
a stop-mtaq obviously.

A global restart might be nice too.

[If this is mindless drivel, just ignore:- need sleep.]

-- 
ian j hart

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: sendmail_enable NONE

2002-03-28 Thread Greg Black

David O'Brien wrote:

| When was the last time you used jot(1)?  Do you also want it removed from
| your installed system?

Speaking for myself only, I use it nearly every day and I
certainly don't want to see suggestions of removing it.

Greg

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Another possible solution for non-sendmail users

2002-03-28 Thread Karsten W. Rohrbach

Scot W. Hetzel([EMAIL PROTECTED])@2002.03.28 14:49:49 +:
> Qmail install shouldn't need to install anything into /usr/[sbin,bin]
> directories with mailwrapper properly configured (see `man mailer.conf` &
> 'man mailwrapper').

a quick glance into /usr/ports/mail/qmail/pkg-plist shows, that no
sendmail or mailwrapper binaries are harmed during installation process.

regards,
/k

-- 
> cd /pub; more beer
KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie
http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.net/
GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE  DF22 3340 4F4E 2964 BF46
My mail is GnuPG signed -- Unsigned ones are bogus -- http://www.gnupg.org/
Please do not remove my address from To: and Cc: fields in mailing lists. 10x



msg43265/pgp0.pgp
Description: PGP signature


Re: The sendmail discussion...

2002-03-28 Thread Sam

Folks, I hate to be snotty, but gosh, I don't think this thread really
belongs in a discussion about -stable.  Bad enough that the sendmail
created so many "me too's" but  wouldn't -chat be a better place for
california laws?

Sam


--
Just because you're moving fast |   BURMA SHAVE
doesn't mean that you're really |
going anwhere at all!   |




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: The sendmail discussion...

2002-03-28 Thread Patrick

On Thu, 28 Mar 2002, Nate Williams wrote:

> > > (my company demands
> > > that all software I write, including in my own free time, is copyright by
> > > them)
> >
> > You need to move to California, where this is against the law.
>
> Every California company I've worked for has made me sign a statement
> with the above stipulation.  In order to avoid this, I was required to
> specifically describe projects I worked on prior to my employment that
> were immune from these restrictions.

Disclaimer: IANAL. California code 2870 states that any invenvtion created
without using the employer's equipment, supplies, facilities, or trade
secret information and unless the invention was conceived for the existing
business or research and development, or it resulted from work that the
employee did for the employer that you own it, period. That right cannot
be signed away.(illegal provisions of contracts are unenforceable.)

Consult your attorney, yadda yadda.

/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
   Patrick Greenwell
 Asking the wrong questions is the leading cause of wrong answers
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: The sendmail discussion...

2002-03-28 Thread Giorgos Keramidas

On 2002-03-28 13:34, Nate Williams wrote:
> > > (my company demands
> > > that all software I write, including in my own free time, is copyright by
> > > them)
> >
> > You need to move to California, where this is against the law.
>
> Every California company I've worked for has made me ...
> ...which was signed voluntarily.

They either make you, or it's voluntary.
It can't be both :-)

Giorgos.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: The sendmail discussion...

2002-03-28 Thread Terry Lambert

Nate Williams wrote:
> > > (my company demands
> > > that all software I write, including in my own free time, is copyright by
> > > them)
> >
> > You need to move to California, where this is against the law.
> 
> Every California company I've worked for has made me sign a statement
> with the above stipulation.  In order to avoid this, I was required to
> specifically describe projects I worked on prior to my employment that
> were immune from these restrictions.
> 
> It may be illegal, but I'm guessing that you and I don't have the legal
> resources to fight it in court should an occasion if the employer wanted
> to be enforce the statement, which was signed voluntarily.

ACLU will back you on matters of public policy, and so will
the state's attorney's general office.

FWIW: having a list of exclusions is also a good thing, since it
makes you think about what you are working on, and gives you a
nice intro to licensing things to your new employer, if it comes
to it.  My last exclusion list had nearly 300 items on it.  8-).

Ask Julian and Archie about their IBM exclusion lists.  Julian
had an incredibly funny one (IMO), which (amazingly) IBM didn't
balk at...

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Fw: XFree86 problem with fonts.

2002-03-28 Thread Mike Richards

This will be the condensed version in HTML as it got held up :)

- Original Message -
From: Mike Richards
To: [EMAIL PROTECTED] ; [EMAIL PROTECTED]
Sent: Thursday, March 28, 2002 10:44 AM
Subject: XFree86 problem with fonts.


Hey,
This is an error I get when installing the fonts collection for X.  I
will also attach below the information from the XFree86 log file and my
basic system info.  Thanx for any help!

**(basic system info)
Pentium III 600
portstree updated to RELENG_4_5 (as of Monday Mar 25)
Really don't have much more information that would probably be useful ..
newish to BSD :)  Or atleast new to having problems with it.
** (ports compile error)

bash-2.05a$ make install
===> XFree86-4-font100dpi
===>  Building for XFree86-font100dpi-4.2.0
(cd /usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/encodings &&
make all)
making all in ./large...
rm -f encodings.dir fonts.dir
+ /usr/X11R6/bin/mkfontdir -r -p
/usr/X11R6/lib/X11/fonts/encodings/large/ -e . .
/usr/libexec/ld-elf.so.1: /usr/X11R6/bin/mkfontdir: Undefined symbol
"FontEncIdentify"
*** Error code 1

Stop in
/usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/encodings/large.
*** Error code 1

Stop in /usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/encodings.
*** Error code 1

Stop in /usr/ports/x11-fonts/XFree86-4-font100dpi.
*** Error code 1

Stop in /usr/ports/x11-fonts/XFree86-4-font100dpi.
*** Error code 1

Stop in /usr/ports/x11-fonts/XFree86-4-font100dpi.
*** Error code 1

Stop in /usr/ports/x11-fonts/XFree86-4-font100dpi.
*** Error code 1

Stop in /usr/ports/x11-fonts.


***  (XFree86.0.log)


XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/FAQ)
Build Operating System: FreeBSD 4.5 i386 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Thu Mar 28 09:35:14 2002
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "viewe771a"
(**) | |-->Device "atirageiic"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in
"/usr/X11R6/lib/X11/fonts/misc/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/misc/").
(WW) `fonts.dir' not found (or not valid) in
"/usr/X11R6/lib/X11/fonts/75dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi/").
(WW) `fonts.dir' not found (or not valid) in
"/usr/X11R6/lib/X11/fonts/100dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi/").
(WW) `fonts.dir' not found (or not valid) in
"/usr/X11R6/lib/X11/fonts/Type1/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Type1/").
(WW) `fonts.dir' not found (or not valid) in
"/usr/X11R6/lib/X11/fonts/Speedo/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Speedo/").
(WW) `fonts.dir' not found (or not valid) in
"/usr/X11R6/lib/X11/fonts/75dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi/").
(WW) `fonts.dir' not found (or not valid) in
"/usr/X11R6/lib/X11/fonts/100dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi/").
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(II) xf86ReadBIOS(f8000, e80, Buf, 2)-> 75 e5 9c fb...
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: 

XFree86 problem with fonts.

2002-03-28 Thread Mike Richards



Hey,
    This is an error I get when 
installing the fonts collection for X.  I will also attach below the 
information from the XFree86 log file and my basic system info.  Thanx for 
any help! 
 
**(basic system 
info)
Pentium III 600
portstree updated to RELENG_4_5 (as of Monday Mar 
25)
Really don't have much more information that would 
probably be useful .. newish to BSD :)  Or atleast new to having problems 
with it.
** 
(ports compile error)
 
bash-2.05a$ make install===> 
XFree86-4-font100dpi===>  Building for 
XFree86-font100dpi-4.2.0(cd 
/usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/encodings 
&&  make all)making all in ./large...rm -f encodings.dir 
fonts.dir+ /usr/X11R6/bin/mkfontdir -r -p 
/usr/X11R6/lib/X11/fonts/encodings/large/ -e . ./usr/libexec/ld-elf.so.1: 
/usr/X11R6/bin/mkfontdir: Undefined symbol "FontEncIdentify"*** Error code 
1
 
Stop in 
/usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/encodings/large.*** 
Error code 1
 
Stop in 
/usr/ports/x11-fonts/XFree86-4-font100dpi/work/xc/fonts/encodings.*** Error 
code 1
 
Stop in 
/usr/ports/x11-fonts/XFree86-4-font100dpi.*** Error code 1
 
Stop in 
/usr/ports/x11-fonts/XFree86-4-font100dpi.*** Error code 1
 
Stop in 
/usr/ports/x11-fonts/XFree86-4-font100dpi.*** Error code 1
 
Stop in 
/usr/ports/x11-fonts/XFree86-4-font100dpi.*** Error code 1
 
Stop in /usr/ports/x11-fonts.
 
***  
(XFree86.0.log)
 
 

XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/FAQ)
Build Operating System: FreeBSD 4.5 i386 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Thu Mar 28 09:35:14 2002
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "viewe771a"
(**) | |-->Device "atirageiic"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in 
"/usr/X11R6/lib/X11/fonts/misc/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/misc/").
(WW) `fonts.dir' not found (or not valid) in 
"/usr/X11R6/lib/X11/fonts/75dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi/").
(WW) `fonts.dir' not found (or not valid) in 
"/usr/X11R6/lib/X11/fonts/100dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi/").
(WW) `fonts.dir' not found (or not valid) in 
"/usr/X11R6/lib/X11/fonts/Type1/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Type1/").
(WW) `fonts.dir' not found (or not valid) in 
"/usr/X11R6/lib/X11/fonts/Speedo/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Speedo/").
(WW) `fonts.dir' not found (or not valid) in 
"/usr/X11R6/lib/X11/fonts/75dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi/").
(WW) `fonts.dir' not found (or not valid) in 
"/usr/X11R6/lib/X11/fonts/100dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi/").
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(II) xf86ReadBIOS(f8000, e80, Buf, 2)-> 75 e5 9c fb...
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8