Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-14 Thread Laurence Sanford

Jarosław Staniek wrote:

Drew Sanford said the following, On 2007-05-14 20:42:

Jarosław Staniek wrote:

Drew said the following, On 2007-05-14 14:52:
As promised, I'm attaching a database I just threw together. It 
only has
four entries, and one query, but clearly the query should list 
everything in

table1.


SELECT * FROM table1 ORDER BY key
   

A quick note: key is reservered word in sql and kexi cannot deal 
with it yet properly by adding  or by displayng appropriate warning.


Could you change the column name to something neutral and try again 
and let me know?




Sorry. There's a new table called table11 in there with basically the 
same data.


There is _still_ a column called key in table11 you have sent me. 
Remove the column and our query should work.


Also queries that do not use the column work with table11, e.g.:

SELECT vacation, users, date, vacation, id FROM table11 ORDER BY id;

I see where this is going. Actually, in the original db that I created, 
there is no conflict with key rather it appears to be start. However, 
I can specify that and get (correct) output from the queries. It looks 
like the problem is related specifically to using * in the select 
statement. Kexi keeps dropping the *.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-13 Thread Laurence Sanford

Jarosław Staniek wrote:

On 12 Maj, 02:41, Danny Pansters [EMAIL PROTECTED] wrote:

   yields an empty result. Does anyone have any pointers on what it 
might
   take to get this working again? I have about 30 saved queries, 
none of

   them work any more.

  What kind of database? Native (SQLite), MySQL, Postgres?

  Kind regards,

 I think you should install the qt database(s) support you want via 
ports:


 qt-ibase-plugin
 qt-mysql-plugin
 qt-odbc-plugin
 qt-pgsql-plugin
 qt-sqlite-plugin
 qt4-ibase-plugin
 qt4-mysql-plugin
 qt4-odbc-plugin
 qt4-pgsql-plugin
 qt4-sql
 qt4-sqlite-plugin
 qt4-sqlite3-plugin

Hello,
Kexi does not use qt sql plugins you mentioned above.
Drew, could you send me an SQLite  database file with the problem 
reproduced?


I'll try to build one at home (similar system, though they have 
exhibited different bugs at times) and see if it does the same thing, if 
not, I'll try to put something together for you from work Monday.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firefox build error

2006-11-26 Thread Laurence Sanford

Lowell Gilbert wrote:

By same error, do you mean syntax errors in Intrinsic.h, as included
from gtk2xtbin.h:44, as included from from gtk2xtbin.c?

Do you have any Gecko mentions in your make.conf?
  

/etc/make.conf:
# added by use.perl 2006-04-25 14:48:09
PERL_VER=5.8.8
PERL_VERSION=5.8.8


portupgrade firefox yields:
cc -o gtk2xtbin.o -c  -DMOZILLA_INTERNAL_API -DOSTYPE=\FreeBSD6\ 
-DOSARCH=\FreeBSD\ -DBUILD_ID=00 -D_IMPL_GTKXTBIN_API 
-DUSE_XIM  -I../../../dist/include/xpcom 
-I../../../dist/include/gtkxtbin -I../../../dist/include 
-I/usr/local/include/nspr -I/usr/local/include -I/usr/local/include 
-I/usr/include -I../../../dist/sdk/include -I.  -I/usr/X11R6/include   
-fPIC -I/usr/X11R6/include  -I/usr/X11R6/include  -I/usr/X11R6/include 
-Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O2 
-fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -O2 -pipe  -DNDEBUG 
-DTRIMMED -O2 -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/gtk-2.0 
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 
-I/usr/local/include/cairo -I/usr/local/include/pango-1.0 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/X11R6/include -I/usr/local/include/freetype2 
-I/usr/local/include-I/usr/X11R6/include  -I/usr/X11R6/include  
-I/usr/X11R6/include -include ../../../mozilla-config.h -DMOZILLA_CLIENT 
gtk2xtbin.c

In file included from gtk2xtbin.h:44,
from gtk2xtbin.c:46:
/usr/X11R6/include/X11/Intrinsic.h:1181: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1325: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1392: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1399: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1423: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1475: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1498: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1572: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1593: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1604: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1615: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1630: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1645: error: syntax error before 
_X_SENTINEL

gtk2xtbin.c:188: warning: initialization from incompatible pointer type
gtk2xtbin.c: In function `xt_client_create':
gtk2xtbin.c:566: warning: implicit declaration of function 
`XtVaCreateWidget'
gtk2xtbin.c:568: warning: assignment makes pointer from integer without 
a cast

gmake[2]: *** [gtk2xtbin.o] Error 1
gmake[2]: Leaving directory 
`/usr/ports/www/firefox/work/mozilla/widget/src/gtkxtbin'

gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

Stop in /usr/ports/www/firefox.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade.24853.0 env PORT_UPGRADE=yes make

** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
   ! www/firefox (firefox-1.5.0.7,1)   (bad C++ code)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed


portupgrade thunderbird yields:
cc -o gtk2xtbin.o -c  -DMOZILLA_INTERNAL_API -DOSTYPE=\FreeBSD6\ 
-DOSARCH=\FreeBSD\ -DBUILD_ID=00 -D_IMPL_GTKXTBIN_API 
-DUSE_XIM  -I../../../dist/include/xpcom 
-I../../../dist/include/gtkxtbin -I../../../dist/include 
-I/usr/local/include/nspr -I/usr/local/include -I/usr/local/include  
-I../../../dist/sdk/include -I.  -I/usr/X11R6/include   -fPIC 
-I/usr/X11R6/include  -I/usr/X11R6/include  -I/usr/X11R6/include -Wall 
-W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O2 
-fno-strict-aliasing -pipe -I/usr/X11R6/include -O2 -fno-strict-aliasing 
-pipe  -DNDEBUG -DTRIMMED -O2 -DXTHREADS -DXUSE_MTSAFE_API 
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include 
-I/usr/local/include/atk-1.0 -I/usr/local/include/cairo 
-I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include 
-I/usr/local/include/freetype2 -I/usr/local/include
-I/usr/X11R6/include  -I/usr/X11R6/include  -I/usr/X11R6/include 
-include ../../../mozilla-config.h -DMOZILLA_CLIENT gtk2xtbin.c

In file included from gtk2xtbin.h:44,
from gtk2xtbin.c:46:
/usr/X11R6/include/X11/Intrinsic.h:1181: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1325: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1392: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1399: error: syntax error before 
_X_SENTINEL
/usr/X11R6/include/X11/Intrinsic.h:1423: error: syntax error before 
_X_SENTINEL

Re: Can't ping localhost?

2006-10-01 Thread Laurence Sanford

P.U.Kruppa wrote:

On Sat, 30 Sep 2006, Chuck Swiger wrote:


Laurence Sanford wrote:

Anyone got any ideas on this?

[EMAIL PROTECTED](~)$ ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1): 56 data bytes
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
^C
--- 127.0.0.1 ping statistics ---
6 packets transmitted, 0 packets received, 100% packet loss


[EMAIL PROTECTED](~)$ ifconfig lo0
lo0: flags=8008LOOPBACK,MULTICAST mtu 16384


If there isn't an inet 127.0.0.1 entry following, the loopback 
isn't properly configured.  Perhaps you have a network_interfaces 
entry listed in /etc/rc.conf which does not mention lo0...?

I think this entry should live in /etc/defaults/rc.conf

ifconfig_lo0=inet 127.0.0.1   # default loopback device
# configuration.

Thanks Uli, I checked based on your post, and it is there. Perhaps I 
have something running at startup that's breaking things? Looks like 
I'll be digging a little more to see what I can find.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't ping localhost?

2006-09-30 Thread Laurence Sanford

Chuck Swiger wrote:

Laurence Sanford wrote:

Anyone got any ideas on this?

[EMAIL PROTECTED](~)$ ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1): 56 data bytes
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
^C
--- 127.0.0.1 ping statistics ---
6 packets transmitted, 0 packets received, 100% packet loss


[EMAIL PROTECTED](~)$ ifconfig lo0
lo0: flags=8008LOOPBACK,MULTICAST mtu 16384


If there isn't an inet 127.0.0.1 entry following, the loopback isn't 
properly configured.  Perhaps you have a network_interfaces entry 
listed in /etc/rc.conf which does not mention lo0...?


Thanks for even bothering to reply Chuck. Honestly, at my age, I should 
know better than to post to mailing lists while too tired to be 
coherent. The actual point of my question was, how exactly does a system 
come to boot up without having lo0 configured as 127.0.0.1? I do have a 
network interfaces line in rc.conf that specifies nve0, but that's the 
way it's always been on this box, and this is only a recent development 
that it's not been assigned correctly at boot time. I was looking into 
several other issues I've been seeing (not getting emails from this box 
for periodic tasks, etc) and finally ran it down to this. Did something 
change recently? My last update was sept 2nd, and this stopped working 
for me only about a week ago, maybe two, so it didn't coincide with that 
update. Now that I've got a little more mental capacity to work with, 
anyone got something to point me in the right direction? Is it a good 
idea to configure lo0 in rc.conf even though it should happen 
automatically? Thanks again.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can't ping localhost?

2006-09-29 Thread Laurence Sanford

Anyone got any ideas on this?

[EMAIL PROTECTED](~)$ ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1): 56 data bytes
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
^C
--- 127.0.0.1 ping statistics ---
6 packets transmitted, 0 packets received, 100% packet loss


[EMAIL PROTECTED](~)$ ifconfig lo0
lo0: flags=8008LOOPBACK,MULTICAST mtu 16384
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


tunefs average file size?

2006-09-23 Thread Laurence Sanford
I've been looking at some ways to make fsck and general day to day 
functionality faster with a large file system I have mounted on one of 
my machines. I see a setting for average file size in tunefs. What I'm 
wondering, is what affect this would have on day to day functionality 
and fsck processes when they have to happen. The default file size looks 
a little on the small side (I suspect it's the size in bytes?) 
considering the contents of this fs are all audio and video files 
averaging 5+ megs each. Any pointers on where I can find more 
information? The man page for tunefs doesn't go into much detail, nor 
does newfs.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Crash; shutdown

2006-09-19 Thread Laurence Sanford
So I got up and walked away from my computer this afternoon, and came 
back to find it in the middle of shutting down. No good reason, no crash 
dump (yes, they're configured) no nothing, just this:


Sep 19 18:14:53 colossus syslogd: exiting on signal 15

At this point, everything sync'd up and the system shut down, 
completely, and powered off.


I've had it suggested that this could be a power supply going south. Any 
other ideas?







uname:
[EMAIL PROTECTED](/var/log)# uname -a
FreeBSD colossus.cotharyus.net 6.1-STABLE FreeBSD 6.1-STABLE #6: Sat Sep 
 2 04:56:20 CDT 2006 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus  i386



dmesg:
[EMAIL PROTECTED](/var/log)# dmesg
Copyright (c) 1992-2006 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 6.1-STABLE #6: Sat Sep  2 04:56:20 CDT 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2010.31-MHz 
686-class CPU)

  Origin = AuthenticAMD  Id = 0x20fb1  Stepping = 1

Features=0x178bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT
  Features2=0x1SSE3
  AMD Features=0xe2500800SYSCALL,NX,MMX+,FFXSR,LM,3DNow+,3DNow
  AMD Features2=0x3LAHF,CMP
  Cores per package: 2
real memory  = 1073676288 (1023 MB)
avail memory = 1037369344 (989 MB)
ACPI APIC Table: Nvidia AWRDACPI
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0: Changing APIC ID to 2
ioapic0 Version 1.1 irqs 0-23 on motherboard
acpi0: Nvidia AWRDACPI on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
cpu0: ACPI CPU on acpi0
cpu1: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pci0: memory at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 1.0 on pci0
isa0: ISA bus on isab0
pci0: serial bus, SMBus at device 1.1 (no driver attached)
ohci0: OHCI (generic) USB controller mem 0xdb102000-0xdb102fff irq 21 
at device 2.0 on pci0

ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 10 ports with 10 removable, self powered
ehci0: NVIDIA nForce4 USB 2.0 controller mem 0xfeb0-0xfeb000ff irq 
22 at device 2.1 on pci0

ehci0: [GIANT-LOCKED]
usb1: EHCI version 1.0
usb1: companion controller, 4 ports each: usb0
usb1: NVIDIA nForce4 USB 2.0 controller on ehci0
usb1: USB revision 2.0
uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 10 ports with 10 removable, self powered
pcm0: nVidia nForce4 port 0xd400-0xd4ff,0xd800-0xd8ff mem 
0xdb101000-0xdb101fff irq 23 at device 4.0 on pci0

pcm0: Avance Logic ALC850 AC97 Codec
atapci0: nVidia nForce CK804 UDMA133 controller port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 6.0 on pci0

ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0
pcib1: ACPI PCI-PCI bridge at device 9.0 on pci0
pci5: ACPI PCI bus on pcib1
fwohci0: Texas Instruments TSB43AB22/A mem 
0xdb004000-0xdb0047ff,0xdb00-0xdb003fff irq 16 at device 11.0 on pci5

fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:11:d8:00:00:86:18:47
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: IEEE1394(FireWire) bus on fwohci0
sbp0: SBP-2/SCSI over FireWire on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop = 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
nve0: NVIDIA nForce MCP9 Networking Adapter port 0xd000-0xd007 mem 
0xdb10-0xdb100fff irq 21 at device 10.0 on pci0

nve0: Ethernet address 00:15:f2:7f:80:86
miibus0: MII bus on nve0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 
1000baseT-FDX, auto

nve0: Ethernet address: 00:15:f2:7f:80:86
pcib2: ACPI PCI-PCI bridge at device 11.0 on pci0
pci4: ACPI PCI bus on pcib2
pcib3: ACPI PCI-PCI bridge at device 12.0 on pci0
pci3: ACPI PCI bus on pcib3
pcib4: ACPI PCI-PCI bridge at device 13.0 on pci0
pci2: ACPI PCI bus on pcib4
pcib5: ACPI PCI-PCI bridge at device 14.0 on pci0
pci1: ACPI PCI bus on pcib5
nvidia0: GeForce 6800 mem 
0xd800-0xd8ff,0xd000-0xd7ff,0xd900-0xd9ff irq 18 
at device 0.0 on pci1

nvidia0: [GIANT-LOCKED]
acpi_tz0: 

Re: Crash; shutdown

2006-09-19 Thread Laurence Sanford

Perry Hutchison wrote:

So I got up and walked away from my computer this afternoon, and
came back to find it in the middle of shutting down.  No good
reason, no crash dump (yes, they're configured) no nothing, just
this:

Sep 19 18:14:53 colossus syslogd: exiting on signal 15

At this point, everything sync'd up and the system shut down, 
completely, and powered off.


I've had it suggested that this could be a power supply going
south.  Any other ideas?



Any chance someone hit CtrlAltDel on the keyboard?

  
Nope. Besides, wouldn't that just reboot it, and not shut it down? Plus 
this is running KDE, so if memory serves that would just bring up an end 
session dialog.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: When is BuildWorld necessary?

2006-09-16 Thread Laurence Sanford

[EMAIL PROTECTED] wrote:


But I have one question - do you rebuild the world on a remote machine 
(without physical access) and if yes - how do you restart in single 
user mode. This is what I can't understand so far.


Thanks,
Iv


In 6 years, I've never dropped any machine to single user to do any part 
of a buildworld upgrade. I've stopped many running services, but never 
gone to single user. The only time I had any problems with this approach 
was when I blindly flubbed versions in my supfile and cvsup'd a 6 system 
with 4 source. That wasn't pretty. But it would have been not pretty in 
single user mode as well.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


6.1 crashing, no vm dump

2006-08-29 Thread Laurence Sanford
I'm not much on posting mystery stuff for people to try to solve, but 
I'm at the end of my rope with this one. I have a box that's been pretty 
stable until very recently, and I don't know if I may have missed 
something important that was posted somewhere about a problem, or what. 
I can reproduce crashes with this system through disk activity though.


Example situation:

I'm downloading an ISO @ 300+ K/s, and ftp a 3 gig file from this system 
to another system on my LAN at the same time. It will simply reboot. No 
error message, nothing in the logs, it just reboots.


Information:

uname -a
FreeBSD colossus.cotharyus.net 6.1-STABLE FreeBSD 6.1-STABLE #5: Thu 
Jun  8 08:21:33 CDT 2006 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus  i386



dmesg:
Copyright (c) 1992-2006 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 6.1-STABLE #5: Thu Jun  8 08:21:33 CDT 2006
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2010.31-MHz 
686-class CPU)

 Origin = AuthenticAMD  Id = 0x20fb1  Stepping = 1
 
Features=0x178bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT

 Features2=0x1SSE3
 AMD Features=0xe2500800SYSCALL,NX,MMX+,FFXSR,LM,3DNow+,3DNow
 AMD Features2=0x3LAHF,CMP
 Cores per package: 2
real memory  = 1073676288 (1023 MB)
avail memory = 1037369344 (989 MB)
ACPI APIC Table: Nvidia AWRDACPI
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID:  0
cpu1 (AP): APIC ID:  1
ioapic0: Changing APIC ID to 2
ioapic0 Version 1.1 irqs 0-23 on motherboard
acpi0: Nvidia AWRDACPI on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
cpu0: ACPI CPU on acpi0
cpu1: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pci0: memory at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 1.0 on pci0
isa0: ISA bus on isab0
pci0: serial bus, SMBus at device 1.1 (no driver attached)
ohci0: OHCI (generic) USB controller mem 0xdb102000-0xdb102fff irq 21 
at device 2.0 on pci0

ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 10 ports with 10 removable, self powered
ehci0: NVIDIA nForce4 USB 2.0 controller mem 0xfeb0-0xfeb000ff irq 
22 at device 2.1 on pci0

ehci0: [GIANT-LOCKED]
usb1: EHCI version 1.0
usb1: companion controller, 4 ports each: usb0
usb1: NVIDIA nForce4 USB 2.0 controller on ehci0
usb1: USB revision 2.0
uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 10 ports with 10 removable, self powered
pcm0: nVidia nForce4 port 0xd400-0xd4ff,0xd800-0xd8ff mem 
0xdb101000-0xdb101fff irq 23 at device 4.0 on pci0

pcm0: Avance Logic ALC850 AC97 Codec
atapci0: nVidia nForce CK804 UDMA133 controller port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 6.0 on pci0

ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0
pcib1: ACPI PCI-PCI bridge at device 9.0 on pci0
pci5: ACPI PCI bus on pcib1
fwohci0: Texas Instruments TSB43AB22/A mem 
0xdb004000-0xdb0047ff,0xdb00-0xdb003fff irq 16 at device 11.0 on pci5

fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:11:d8:00:00:86:18:47
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: IEEE1394(FireWire) bus on fwohci0
sbp0: SBP-2/SCSI over FireWire on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop = 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
nve0: NVIDIA nForce MCP9 Networking Adapter port 0xd000-0xd007 mem 
0xdb10-0xdb100fff irq 21 at device 10.0 on pci0

nve0: Ethernet address 00:15:f2:7f:80:86
miibus0: MII bus on nve0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 
1000baseT-FDX, auto

nve0: Ethernet address: 00:15:f2:7f:80:86
pcib2: ACPI PCI-PCI bridge at device 11.0 on pci0
pci4: ACPI PCI bus on pcib2
pcib3: ACPI PCI-PCI bridge at device 12.0 on pci0
pci3: ACPI PCI bus on pcib3
pcib4: ACPI PCI-PCI bridge at device 13.0 on pci0
pci2: ACPI PCI bus on pcib4
pcib5: ACPI PCI-PCI bridge at device 14.0 on pci0
pci1: ACPI PCI bus on pcib5
nvidia0: GeForce 6800 mem 

Re: ports/net-p2p/ktorrent - can't compile

2006-08-28 Thread Laurence Sanford

Alexey Mikhailov wrote:

Laurence Sanford wrote:
Just looking for pointers, as I've seen them here from time to time 
when a port won't build. I'm using the following command line:


portupgrade -NR ktorrent

All dependencies build successfully. The ktorrent build fails like this:

./../mse/bigint.h:26:17: gmp.h: No such file or directory
In file included from ./../mse/encryptedauthenticate.h:25,
from peermanager.cpp:34:
./../mse/bigint.h:93: error: `mpz_t' does not name a type


Try to install/reinstall/update devel/libgmp4 port.


That did the trick. Thank you very much.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ports/net-p2p/ktorrent - can't compile

2006-08-27 Thread Laurence Sanford
Just looking for pointers, as I've seen them here from time to time when 
a port won't build. I'm using the following command line:


portupgrade -NR ktorrent

All dependencies build successfully. The ktorrent build fails like this:

/usr/X11R6/bin/moc ./peermanager.h -o peermanager.moc
source='peermanager.cpp' object='peermanager.lo' libtool=yes \
   depfile='.deps/peermanager.Plo' 
tmpdepfile='.deps/peermanager.TPlo' \

   depmode=gcc3 /bin/sh ../../admin/depcomp \
   /bin/sh /usr/local/bin/libtool --silent --mode=compile --tag=CXX 
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/usr/local/include 
-I/usr/X11R6/include  -I/usr/local/include  -D_THREAD_SAFE -pthread 
-DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/local/include  
-I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE   -Wnon-virtual-dtor 
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 
-fno-strict-aliasing -pipe -fno-exceptions -fno-check-new -fno-common 
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION -fexceptions   -c -o peermanager.lo `test -f 
'peermanager.cpp' || echo './'`peermanager.cpp

In file included from ./../mse/encryptedauthenticate.h:25,
from peermanager.cpp:34:
./../mse/bigint.h:26:17: gmp.h: No such file or directory
In file included from ./../mse/encryptedauthenticate.h:25,
from peermanager.cpp:34:
./../mse/bigint.h:93: error: `mpz_t' does not name a type
gmake[3]: *** [peermanager.lo] Error 1
gmake[3]: Leaving directory 
`/usr/ports/net-p2p/ktorrent/work/ktorrent-2.0.1/libktorrent/torrent'

gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/net-p2p/ktorrent/work/ktorrent-2.0.1/libktorrent'

gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/net-p2p/ktorrent/work/ktorrent-2.0.1'

gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/net-p2p/ktorrent.


Anyone run into this problem and worked around it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring Server Health

2006-06-25 Thread Laurence Sanford

Jerlique Bahn wrote:

Hello,

What are sys-admin's using to monitor the status and health of their freebsd
servers?

Specifically what I mean is the collection of data from the server such as
CPU Utilization, memory utilization, various networking resources (eg active
connections), disk health etc. 


I do not mean programs such as nagios which would manage/act on this data.

Your thoughts appreciated.

JB

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  

ports/net-mgmt/mrtg/

It can be hit and miss to get set up, but once you have it working it's 
quite good at providing the information you're looking for.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Video capture/editing?

2006-06-04 Thread Laurence Sanford
Some time ago I purchased a Pinnacle video capture/editing package to be 
used on a windows computer. Honestly, this is the last thing I keep a 
windows computer around for. The capture setup is a PCI card with a 
breakout unit on it, the editing software, obviously Studio. A number of 
things have driven me to the point where I simply cannot stand the 
windows/Pinnacle setup any more, mostly a lack of stability.


Looking through the ports collection I found avidemux2 and kino. What I 
need to know is this - will one of these two programs replace the basic 
editing functionality of pinnacle for me, and can I use the same capture 
hardware? I suspect the capture hardware will be an issue, but I'm 
certainly open to suggestions. Thanks in advance for any input.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: system load mrtg ?

2006-06-01 Thread Laurence Sanford

Frank Bonnet wrote:

Hello

I'm searching for some tools that are able to produce
some graphics ( understandables by managers ...) to
show the system load ( CPU . DISK I/O , memory ... etc etc )

The purpose is to show how the machine ( mailhub ) is loaded
to replace it by a stronger box.

TIA
MRTG will do this, you just need to make sure you provide it with the 
proper information. I run MRTG to monitor many things on many machines, 
including cpu usage, load averages, memory free/shared/cached/buffered 
and disk space available as well as traffic (as it was intended for). 
The easiest way I know how to tell you to set this up is configure your 
favorite SNMP service on the machine to be monitored, and snmpbulkwalk 
options machine  mibfile then go through mibfile to find the 
information you need and put it in the MRTG config file. Lots of good 
help on stuff like this on the MRTG site.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading and Disk Space.

2006-05-20 Thread Laurence Sanford

Grant Peel wrote:


The idea is to try NOT to fill up the filesystem and crap out duing 
the upgrade.



664M./src
303M./ports


Remove those two if you're doing an upgrade using the discs. If you're 
building the upgrade from source, you obviously can't do that. If adding 
a drive is an option, then it becomes easy - put /usr/ports /usr/src and 
/usr/obj on the new drive and be done with it.


If it helps any, here's some output from a 6.1RC:

[EMAIL PROTECTED](/usr)# du -h -d1
2.0K./.snap
13G./ports
418M./src
24M./bin
14M./include
49M./lib
92K./libdata
15M./libexec
2.8G./local
13M./sbin
172M./share
180K./games
885M./X11R6
154M./compat
743M./obj
14G./home
31M./sup
2.3M./lost+found
32G.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Panic/reboot - a little help.

2006-04-09 Thread Laurence Sanford
My desktop box, which has run very stable for a couple years now using 
which ever version of FreeBSD I've been running at the time, has 
developed a sudden and alarming need to panic. I have two vmcore files 
at this point, but I'm unsure how much actual help they'll be in 
figuring out what's happening because I don't have debugging compiled 
into the kernel (never needed it before!) nor do I actually know exactly 
how to gather any information from them if they *can* still be of use. I 
can tell you this has happened twice now in the past 5 hours. Once I was 
asleep, and once I was reading my email. I'm going to include what I can 
here, any suggestions or ideas what's happening will be a great help.


[EMAIL PROTECTED](~)$ dmesg
Copyright (c) 1992-2005 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 6.0-STABLE #2: Sat Jan 14 12:03:12 CST 2006
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) MP 2000+ (1666.74-MHz 686-class CPU)
 Origin = AuthenticAMD  Id = 0x662  Stepping = 2
 
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE

 AMD Features=0xc0480800SYSCALL,MP,MMX+,3DNow+,3DNow
real memory  = 536346624 (511 MB)
avail memory = 515342336 (491 MB)
MPTable: TYAN PAULANER
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID:  1
cpu1 (AP): APIC ID:  0
ioapic0: Assuming intbase of 0
ioapic0 Version 1.1 irqs 0-23 on motherboard
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
cpu0 on motherboard
cpu1 on motherboard
pcib0: Host to PCI bridge pcibus 0 on motherboard
pci0: PCI bus on pcib0
agp0: AMD 762 host to AGP bridge port 0x1010-0x1013 mem 
0xf800-0xfbff,0xf4c0-0xf4c00fff at device 0.0 on pci0

pcib1: MPTable PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 5.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: AMD 768 UDMA100 controller port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 7.1 on pci0

ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0
pci0: bridge at device 7.3 (no driver attached)
pcib2: MPTable PCI-PCI bridge at device 16.0 on pci0
pci2: PCI bus on pcib2
ohci0: OHCI (generic) USB controller mem 0xf490-0xf4900fff irq 19 
at device 0.0 on pci2

ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 4 ports with 4 removable, self powered
xl0: 3Com 3c905C-TX Fast Etherlink XL port 0x2000-0x207f mem 
0xf4901000-0xf490107f irq 19 at device 8.0 on pci2

miibus0: MII bus on xl0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: Ethernet address: 00:e0:81:24:e7:bb
pmtimer0 on isa0
orm0: ISA Option ROMs at iomem 
0xc-0xc7fff,0xc8000-0xc87ff,0xe-0xe3fff on isa0

atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse Explorer, device ID 4
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
ppbus0: Parallel port bus on ppc0
ppbus0: IEEE1284 device found /NIBBLE/ECP
Probing for PnP devices on ppbus0:
ppbus0: HEWLETT-PACKARD DESKJET 810C MLC,PCL,PML
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
unknown: PNP0303 can't assign resources (port)
unknown: PNP0c02 can't assign resources (memory)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0f13 can't assign resources (irq)
unknown: PNP0401 can't assign resources (port)
Timecounters tick every 1.000 msec
ad0: 43979MB IBM DTLA-307045 TX6OA6AA at ata0-master UDMA100
ad2: 38166MB WDC WD400BB-22CAA0 16.06V16 at ata1-master UDMA100
acd0: DVDR LITE-ON DVDRW SOHW-832S/VS01 at ata1-slave UDMA33
SMP: AP CPU #1 Launched!
Trying to mount root from ufs:/dev/ad0s1a
WARNING: / was not properly dismounted
WARNING: /tmp was not properly dismounted
WARNING: /usr was not properly dismounted
/usr: mount pending error: blocks 216 files 5
WARNING: /usr/ports was not properly dismounted
WARNING: /usr/src was not properly dismounted

RE: Panic/reboot - a little help.

2006-04-09 Thread Laurence Sanford



On Sun, 9 Apr 2006, fbsd_user wrote:


Here is the standard causes.
I all most all cases this is a hardware problem.


Yes, this I suspected.



Motherboard is overheating because of years of accumulated dust.
Open box and use small paint brush to blow away dust on motherboard
chips.
Remove heat sink on CPU and clean out chocking dust and reinstall.



Done this regularly. To all of my systems.


Power supply's just go bad over time resulting in lower operating
voltages
to motherboard and hard drive. Hard drive will not spin as fast
which causes
the r/w heads not to fly above platter with out touching the
surface.
Hard disk starts going bad because of this and will need replacement
along with the power supply.

Power supply has cooling fan which can become plugged with dust.
Cleaning out dust in power supply may result in output voltage to
return to normal.

Hard drive central bearing wears out over time and causes the
platters
to wobble allowing the r/w heads to rub on surface of platters
causing
surface damage and loss of data.

What you may be experiencing is end-of-life of your PC.

Back up your user data now or it may be gone for every.




It's possible. I certainly haven't ruled out end of life. Fortunately, I 
back up all of my data once a week, and if I change something important, I 
make a backup then as well. You only have to lose everything once :)





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Laurence
Sanford
Sent: Sunday, April 09, 2006 8:57 AM
To: [EMAIL PROTECTED]
Subject: Panic/reboot - a little help.


My desktop box, which has run very stable for a couple years now
using
which ever version of FreeBSD I've been running at the time, has
developed a sudden and alarming need to panic. I have two vmcore
files
at this point, but I'm unsure how much actual help they'll be in
figuring out what's happening because I don't have debugging
compiled
into the kernel (never needed it before!) nor do I actually know
exactly
how to gather any information from them if they *can* still be of
use. I
can tell you this has happened twice now in the past 5 hours. Once I
was
asleep, and once I was reading my email. I'm going to include what I
can
here, any suggestions or ideas what's happening will be a great
help.

[EMAIL PROTECTED](~)$ dmesg
Copyright (c) 1992-2005 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 6.0-STABLE #2: Sat Jan 14 12:03:12 CST 2006
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) MP 2000+ (1666.74-MHz 686-class CPU)
 Origin = AuthenticAMD  Id = 0x662  Stepping = 2

Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,
PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
 AMD Features=0xc0480800SYSCALL,MP,MMX+,3DNow+,3DNow
real memory  = 536346624 (511 MB)
avail memory = 515342336 (491 MB)
MPTable: TYAN PAULANER
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID:  1
cpu1 (AP): APIC ID:  0
ioapic0: Assuming intbase of 0
ioapic0 Version 1.1 irqs 0-23 on motherboard
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
cpu0 on motherboard
cpu1 on motherboard
pcib0: Host to PCI bridge pcibus 0 on motherboard
pci0: PCI bus on pcib0
agp0: AMD 762 host to AGP bridge port 0x1010-0x1013 mem
0xf800-0xfbff,0xf4c0-0xf4c00fff at device 0.0 on pci0
pcib1: MPTable PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 5.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: AMD 768 UDMA100 controller port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 7.1 on
pci0
ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0
pci0: bridge at device 7.3 (no driver attached)
pcib2: MPTable PCI-PCI bridge at device 16.0 on pci0
pci2: PCI bus on pcib2
ohci0: OHCI (generic) USB controller mem 0xf490-0xf4900fff irq
19
at device 0.0 on pci2
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 4 ports with 4 removable, self powered
xl0: 3Com 3c905C-TX Fast Etherlink XL port 0x2000-0x207f mem
0xf4901000-0xf490107f irq 19 at device 8.0 on pci2
miibus0: MII bus on xl0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: Ethernet address: 00:e0:81:24:e7:bb
pmtimer0 on isa0
orm0: ISA Option ROMs at iomem
0xc-0xc7fff,0xc8000-0xc87ff,0xe-0xe3fff on isa0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse

Unable to make buildkernel (fresh cvsup to RELENG_6)

2006-01-14 Thread Laurence Sanford
I'm upgrading a 5.4 machine to 6. I can buildworld successfully, but 
attempting to make buildkernel fails:


HEADERS -I. -I@ -I@/contrib/altq -I@/../include -I/usr/include 
-I/usr/obj/usr/src/sys/Colossus /usr/src/sys/modules/ti/../../pci/if_ti.c
/usr/src/sys/modules/ti/../../pci/if_ti.c:2536:35: macro 
VLAN_INPUT_TAG requires 4 arguments, but only 3 given

mkdep: compile failed
*** Error code 1

Stop in /usr/src/sys/modules/ti.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/obj/usr/src/sys/Colossus.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

Yes, it's a customer kernel, however, it's worth noting that GENERIC has 
failed in exactly the same place with the same error. Any suggestions?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


natd -redirect_port question

2006-01-01 Thread Laurence Sanford
I have natd set up on a 4.10 box to get the rest of my network on the 
internet. I have an application that requires connections to be able to 
be established on a specific port. The problem is, sometimes I run this 
app on system A and sometimes on system B. The port stays the same. So 
in my rc.conf I have included in natd_flags -redirect_port tcp 
systemA:port port ; currently if I want to use the app on system B I'm 
having to reboot the natd box. Obviously this seems silly, however, I've 
found that trying to reset this information using a command line like: 
natd -n dc0 -redirect_port systemB:port port results in an errror 
stating redirect can't bind to that port, because it's already in use. 
I'm convinced I'm overlooking an easy way to change this redirect on the 
fly without having to reboot the natd box. Anyone care to point me the 
right direction? Thanks in advance.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Pango port broken

2005-12-21 Thread Laurence Sanford
When compiling pango, (/ports/x11-toolkits/pango) I recieve the 
following error:


/bin/sh /usr/ports/x11-toolkits/pango/work/gnome-libtool --mode=link cc 
 -O -pipe  -Wall  -L/usr/local/lib -L/usr/X11R6/lib -o libpango-1.0.la 
-rpath /usr/X11R6/lib -version-info 1001:1:1001 -export-symbols-regex 
^pango_.*  break.lo ellipsize.lo fonts.lo glyphstring.lo mapping.lo 
modules.lo pango-attributes.lo pango-color.lo pango-context.lo 
pango-coverage.lo pango-engine.lo pango-fontmap.lo pango-fontset.lo 
pango-glyph-item.lo pango-item.lo pango-layout.lo pango-markup.lo 
pango-renderer.lo pango-script.lo pango-tabs.lo pango-utils.lo 
reorder-items.lo shape.lo pango-enum-types.lo -L/usr/local/lib 
-lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv 
mini-fribidi/libmini-fribidi.la -lm

gnome-libtool: link: CURRENT `1001' is not a nonnegative integer
gnome-libtool: link: `1001:1:1001' is not valid version information
gmake[4]: *** [libpango-1.0.la] Error 1

This build is initiated using portupgrade -rR pango - this being broken 
is preventing Gaim and several other ports I use from building, which 
need to build because they broke due to other dependencies being 
upgraded while upgrading Firefox. Any recommendations?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox and Java (new)

2005-09-14 Thread Laurence Sanford

Alex Zbyslaw wrote:


Beecher Rintoul wrote:

Still trying to get java working with firefox. I recompiled and 
installed jdk14. Now when I go to Sun's test site I get:


Applet testvm notinited
Loading Java Applet Failed

 


Your about:plugins looks the same as mine.  Where is this java test site?

--Alex

This is a little off the topic, specifically, but I have been struggling 
with java, and other (flash) plugins and firefox myself. I have very 
much the same information as has been discussed in this thread in 
/usr/X11R6/lib/browser_plugins:


total 0
-rw-r--r--  1 root  wheel   0 Jul 23 08:59 .firefox.keep
lrwxr-xr-x  1 root  wheel  49 Sep 14 06:35 flashplayer.xpt@ - 
/usr/X11R6/lib/linux-flashplugin7/flashplayer.xpt
lrwxr-xr-x  1 root  wheel  51 Sep 14 06:37 libflashplayer.so@ - 
/usr/X11R6/lib/linux-flashplugin7/libflashplayer.so
lrwxr-xr-x  1 root  wheel  78 Sep 14 07:07 libjavaplugin_oji.so@ - 
/usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so


However, when I use the about:plugins page, it comes up essentially 
blank, giving me only the information links about instaling plugins, 
etc. I have been working under the assumption that I've done something 
incredibly stupid, and attempting to find my error on my own, and have 
the sinking feeling that it's probly staring me right in the face, and 
I'm just too blind to see it. Do either of you (or anyone else for that 
matter) have any advice or hints here, or does this seem as strange to 
you as it does to me?


Drew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any thing better then portupgrade?

2005-08-27 Thread Laurence Sanford
On Sat, 27 Aug 2005 05:01:23 -0500
Nikolas Britton [EMAIL PROTECTED] wrote:

 Every time I run that POS I end up pulling my hair out and trying to
 stop myself from beating the system with a sledge hammer.
 
 Their has to be something better.


There is. portupgrade -rR
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Performance Issues with AMD64 3000+, 1.5GB RAM, FreeBSD 5.4-RELEASE

2005-08-25 Thread Laurence Sanford



On Thu, 25 Aug 2005, Mark Kane wrote:


Hmm, if bzip2 can't saturate the CPU, I would say it's probably waiting
for disk reads/writes.


The drives I was trying to compress from/to are both brand new 200GB Maxtor 
7200RPM ATA133 drives. Maybe that has something to do with the bad controller 
on this series of boards.



Are both of these drives on the same channel? If so, remember that ATA 
cannot read/write to two drives on the same channel at the same time.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any suggestions for a MTA for a new admin?

2005-08-11 Thread Laurence Sanford



On Thu, 11 Aug 2005, Tom Norris wrote:

I have finally made the jump from paying people to host my websites to doing 
it myself (setting up apache, perl, php, postgresql, and all that fun stuff.) 
Now I want to migrate my e-mail addresses over to a FreeBSD 4.11 machine that 
lives in a data center.  Can any of you recommend a good MTA (and maybe a 
book) for someone that knows relatively few things about the big scary world 
of e-mail transport?


Just to throw it out there, one of the things I need to do is to have the MTA 
route mail for a few different domains that are pointed towards the machine 
on different ip addresses.  Is that possible?


You'll want to look at postfix, and no further. The documentation, and 
configuration files are in plain english.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any suggestions for a MTA for a new admin?

2005-08-11 Thread Laurence Sanford



On Thu, 11 Aug 2005, Tom Norris wrote:

Something else just occured to me.  Am I going to need a separate pop3 
daemon, or does postfix do that too?



I've always used qpopper, but that's just me.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


X11 sleep mode?

2005-06-10 Thread Laurence Sanford
When I leave my web browser (Firefox) open on my desktop looking at a 
page that should refresh every couple of minutes until a process 
completes, things will simply quit updating after some time passes. 
Sometimes it's only a few minutes, sometimes its several hours, but when 
I come back to the computer, it immediately tries to pick back up. This 
hasn't been a problem yet, but it is foreseeable as a problem in the 
future. Is there a way to keep whatever is sleeping, be it X or 
Firefox, from doing so?


FreeBSD colossus.cotharyus.net 5.4-STABLE FreeBSD 5.4-STABLE #7: Wed 
Jun  1 16:32:23 CDT 2005 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus  i386


Running X11 v4, enlightenment wm
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


New and strang log messages.

2005-05-01 Thread Laurence Sanford
I saw this in my daily emails this morning. What does it mean? I find 
this strange as I have not connected any new accessories to my computer 
in over a year, and this is the first time I've ever seen this.:


cam_periph_mapmem: attempt to map 87192 bytes, which is greater than 
DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 87192 bytes, which is greater than 
DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 87192 bytes, which is greater than 
DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 87192 bytes, which is greater than 
DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 493880 bytes, which is greater than 
DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 493880 bytes, which is greater than 
DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 493880 bytes, which is greater than 
DFLTPHYS(65536)
cam_periph_mapmem: attempt to map 493880 bytes, which is greater than 
DFLTPHYS(65536)

For the record:
[EMAIL PROTECTED](~)$ uname -a
FreeBSD colossus.cotharyus.net 5.4-STABLE FreeBSD 5.4-STABLE #6: Mon Apr 
25 07:15:54 CDT 2005 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus  i386

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please help if you can

2005-03-05 Thread Laurence Sanford
Chris wrote:
I would like to know if this OS platform supports your everday and ever so standard .EXE applications. Basically, I am wondering if FreeBSD is compatible to all of the endless softwares out there that require you to be using a certain version of Microsoft Windows? 
 

FreeBSD does not have native support for windows software. You might 
try an emulator or something such as wine to run some programs that you 
run under Windows. Depending on what you are doing though, there are 
very few Windows programs you will need on FreeBSD. You will find that 
the free software world has filled most of the needs of the average user 
with free software that runs fine on unix type systems.

What I am hoping to gain out of using FreeBSD is first and foremost, rid of Windows for good. I have used Window for quite so many years now and have seen it fall more and more as more and more new versions came out. I'm finally fed up with it. But I'm afraid of one thing... that I won't have the capabilities with a Linux based OS that I did with Windows. Unfortunately, Microsoft is pretty much a monopoly, we all know that, and they pride themselves on forcing others out of business, but once again, there's the compatibility issue that I'm worried about.
 

Like I said above, just because the only software you see on the shelf 
in a store runs under windows, doesn't mean that's the only software out 
there that does what that software does.


If you could assist me in any way to my question, I would greatly appreciate it and try 
FreeBSD out immediately. I sent an inquiry about another Linux based OS, and recieved a 
reply of we're going to be releasing a new version in the next few months, I'll 
hold on to this email and answer your questions upon release. I really hope I do 
not get this kind of response from you. I have read the background of the FreeBSD world, 
and greatly respect you, most of all for providing this for free instead of charging an 
arm and a leg for the OS per machine.
That's pretty much all I use as far as hardware goes, and really the only things I wish 
to gain confirmation on being supported. I wouldn't think of boring you with the endless 
amounts of software that I use, cause I can figure that out on my own later. I just want 
to make sure that I can actually use the OS before I install it and possibly end up with 
time and cd's wasted. The only reason I say this is due to several other free 
versions of Linux based OS's.
 

Be aware that FreeBSD is *not* a Linux based OS. This is a completely 
different bird. I think what you would find most helpful, is posting a 
list of software you use, or what functionality you need, and people 
will be happy to recommend programs that *will* run on FreeBSD that do 
what you need.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /boot like linux!

2005-03-03 Thread Laurence Sanford
Jesse Guardiani wrote:
Hello,
I'm a FreeBSD 5.3 user as well as a Gentoo Linux user.
In Gentoo linux, you only have to create 3 partitions:
/boot
swap
/
In FreeBSD, you seem to have to create many more:
/
swap
/usr
/var
/tmp
In particular, it seems that /boot MUST be on the same
partition as /. This stinks, as now you have to create
separate partitions for /usr and /var, which wastes space.
I tried to make /boot it's own partition, and I succeeded,
to a certain extent. I actually made /boot/boot, because
the FreeBSD 5.3 boot manager wants to look under the /boot
directory for loader. If /boot is it's own partition, then
you need a /boot/boot/loader.
Anyway, that worked. The kernel boots now, but it prompts
me at the beginning of the rc process for the root device.
I give it:
ufs:ad1s1d
Which is my / partition, and it boots successfully.
Is it possible to automate this process so that the loader
knows to use ad1s1d as my root device?
Thanks!
 

I'm not sure I understand the problem. If you don't want to create more 
partitions, then don't. You can make an 80gb (or 300gb, or whatever) 
drive into two partitions - a swap partition (2gig) and a / partition 
(78 gig) and install FreeBSD just fine. It's *best* to make more 
partitions (esp for /var) so that if something goes out of control 
logging, or you just neglect your logs, it doesn't go and fill up your 
only (ie / ) partition. Like most *nix OS's, it can be as simple or as 
complicated as you want it to be.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Different OS's? Marketshare

2005-02-23 Thread Laurence Sanford
Anthony Atkielski wrote:
There have been a few exceptions.  The Slackware site looked pretty
spartan compared to most of the others.
 

I was converted to FreeBSD from Slackware. If you want to go Linux and 
maintain the freedom of configuration you have with FreeBSD (ie, just 
edit the text file, which is in a sensable spot) and get ...whatever it 
is you hope to get from linux - don't get me wrong, Linux has a lot to 
offer, I just can't personally think of anything it offers above and 
beyond FreeBSD - Slackware would be the way to go in my opinion. But 
that's holy war territory now, so I'll leave you with this: I switched 
to FreeBSD from Slackware because of the ports/package system. They make 
software installation so easy a Microsoft user could do it if they pay 
attention.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Different OS's? Marketshare

2005-02-23 Thread Laurence Sanford
Anthony Atkielski wrote:
Does that include X and KDE?  I'm getting wild SCSI errors on FreeBSD
trying to install stuff, and I don't really know what that means, but it
doesn't appear to be corrupting anything, and it seems to be installing
software.
 

Well, I don't use KDE because I don't particularly like heavyweight 
software unless I need it, although it has been several years since I 
looked at either that or Gnome, and I have seriously considered several 
times recently installing both of them to see what they've been up to. 
As for X, it should be quite painless with the possible exception of 
getting the config (XF86Config) right - the first time I did it, it 
caused me much swearing and gnashing of teeth, but here recently it's 
gotten so painless  that I don't really remember it very well. That 
could be because it's gotten much easier, or because I've gotten used to 
it, the truth probly landing somewhere in the middle.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Different OS's? Marketshare

2005-02-23 Thread Laurence Sanford
Anthony Atkielski wrote:
Laurence Sanford writes:
 

Well, I don't use KDE because I don't particularly like heavyweight
software unless I need it ...
   

Heavyweight in the sense of resources required, or complexity, or what?
I got the impression that KDE was the one that everyone used.
Which window manager most closely approximates the GUI of traditional
UNIX workstations?
Is it possible to install multiple X servers on the same machine so that
one can fire up whichever one strikes one's fancy at a given time?
 

In the sense of resource usage is what I mean when I say heavy weight. 
While KDE is quite popular, there are probly (litterally) hundreds of 
window managers that will run under X, so saying Everyone uses N window 
manager is going to be patently false.

You'll only need one X server - what you're looking at having multiple 
versions of is the window manager. That's what runs over top of X to 
provide the style.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Updated Tyan Tiger MPX BIOS, now onboard ethernet doesnt work!

2005-02-19 Thread Laurence Sanford
Andrew wrote:
Hello all,
I am new to FreeBSD, so go easy on me.
I updated the BIOS of a Tyan Tiger MPX motherboard (S2466-without
onboard USB) for support of faster Athlon MP processors. The process
appeared to have gone fine, but now I can't start Apache (httpd could
not be started), I can't visit any websites via Lynx and the machine
can't be pinged or SSHed into.
Can anybody point me in the right direction?
 

Can you send us the output from ifconfig -a, uname -a and any other 
information that might be helpful? I have one of these boards, but I 
haven't flashed the bios on it. Maybe between the two of us we can 
figure out what happened with your system when you did the flash.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Remote upgrade possible?

2005-01-06 Thread Laurence Sanford
Joseph Koenig (jWeb) wrote:
I have a freebsd 4.9 system that I'd like to get upgraded to 4.10 and then
soon to 4.11. However, the server is not physically in front of me, nor do I
have physical access to it. Is it possible still to upgrade it, or do I need
to physically get in front of the machine somehow? Thanks,
 

This is possible, however you are always taking a chance when you 
installworld without going to single user mode first. That said, I make 
a habit out of pushing my luck with systems I have in front of me by 
going so far as to make installworld while using an xterm in X-windows. 
That said, if you ssh in, and shut down as many things as you can (web 
servers, mail processes, etc) you should be fine doing this from a 
distance. The downside is, in the rare event that it does bomb, you're 
stuck until you can actually get to the box, or unless someone 
reasonably competent can get to it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GUI CD Burning

2004-11-20 Thread Laurence Sanford
Graham Bentley wrote:
Hi Again!
Just wondering what to use for CD burning in X
on FreebSD 5.3 ?
I notice XCDRoast says for SCSI only and seem
remember in Linux you had to enable SCSI Emu
for IDE Writers.
Last time I used 'burncd' it was pretty easy but
would like a front end so I can click about whilst
eating my toast (yes, sometimes Im lazy :)
 

k3b will do it nicely. If you're using an IDE drive, just make sure 
you've got CAM set up. With CAM, I fired up k3b and it was almost too 
painless.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Burning data DVD's?

2004-11-12 Thread Laurence Sanford
I searched the list archives and couldn't find anything specifically
about burning DVD's. I was wondering if the burncd utility will burn
data DVD's as well for archiving purposes and such. If not, is there
something similar that will do the job? It looks like it would be hard
to beat the cost effectiveness of backing up on DVD.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Phoenix .04 port build problem.

2002-11-30 Thread Laurence Sanford
When I try to build the phoenix 0.4 port it fails like this:
===  Building for Xft-2.0_1
cc -O -pipe  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include
-fPIC -DPIC -c xftrender.c -o xftrender.o
xftrender.c: In function `XftGlyphSpecRender':
xftrender.c:170: `XGlyphElt8' undeclared (first use in this function)
xftrender.c:170: (Each undeclared identifier is reported only once
xftrender.c:170: for each function it appears in.)
xftrender.c:170: `elts' undeclared (first use in this function)
xftrender.c:171: syntax error before `elts_local'
xftrender.c:186: `glyphs_loaded' undeclared (first use in this function)
xftrender.c:234: `nelt' undeclared (first use in this function)
xftrender.c:247: `x' undeclared (first use in this function)
xftrender.c:248: `y' undeclared (first use in this function)
xftrender.c:272: `elts_local' undeclared (first use in this function)
xftrender.c:335: `XGlyphElt16' undeclared (first use in this function)
xftrender.c:335: syntax error before `)'
xftrender.c:340: `XGlyphElt32' undeclared (first use in this function)
xftrender.c:340: syntax error before `)'
xftrender.c: In function `XftGlyphFontSpecRender':
xftrender.c:414: `XGlyphElt8' undeclared (first use in this function)
xftrender.c:414: `elts' undeclared (first use in this function)
xftrender.c:415: syntax error before `elts_local'
xftrender.c:428: `glyphs_loaded' undeclared (first use in this function)
xftrender.c:480: `nelt' undeclared (first use in this function)
xftrender.c:499: `x' undeclared (first use in this function)
xftrender.c:500: `y' undeclared (first use in this function)
xftrender.c:528: `elts_local' undeclared (first use in this function)
xftrender.c:596: `XGlyphElt16' undeclared (first use in this function)
xftrender.c:596: syntax error before `)'
xftrender.c:601: `XGlyphElt32' undeclared (first use in this function)
xftrender.c:601: syntax error before `)'
gmake: *** [xftrender.o] Error 1
*** Error code 2

Stop in /usr/ports/x11-fonts/Xft.
*** Error code 1

Stop in /usr/ports/www/phoenix.

I seem to remember something like this going on early in the mozilla
development as well ( I could be daffy ) but I can't remember what the
fix was (seemed like it was really simple too). I was wondering if
anyone could refresh my memory. Thanks in advance for the assistance.

For the record:
FreeBSD colossus.cotharyus.net 4.5-STABLE FreeBSD 4.5-STABLE #1: Mon Mar
11 15:50:03 CST 2002
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus  i386

-- 
Cotharyus
[EMAIL PROTECTED]
ICQ: 8690555

Sorry.  I forget what I was going to say.

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