Re: avr-libc 5.2.1

2005-01-09 Thread Jason Henson
On 01/09/05 17:15:40, Florian Hengstberger wrote:
Hi!
Has anybody an idea where I can fetch:
avr-libc-2003.09.09.tar.bz2
or a package for 5.2.1?
I have installed avrdude, avr-gcc via pkg_add but I'm not successfull
with the libc.
make install says:
 Attempting to fetch from http://people.freebsd.org/~joerg/.
fetch: http://people.freebsd.org/~joerg/avr-libc-2003.09.09.tar.bz2:
Not Found
 Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/avr-libc-2003.09.09.tar.bz2:
File unavailable (e.g., file not found, no access)
Where can I download it?
Thanks Florian
If there are no pkgs then you have to build(cd /usr/ports/devel/avr- 
libc  make install clean).  That can be good because you can  
optimize, but bad if you had to build gnome or kde on a [EMAIL PROTECTED]  Most  
libs I've built are very quick.  Someone could build them for you, but  
it should not be a problem on a modern machine.  By the way email the  
port maintainer, hot off the press:

http://savannah.nongnu.org/download/avr-libc/
avr-libc-1.2.0.tar.bz2 01-Jan-2005 16:25   306k 

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


Re: FreeBSD 5.3 on Dual Opteron -- experiences?

2005-01-12 Thread Jason Henson
On 01/12/05 15:12:42, sp0ng3b0b wrote:
I am getting a quote for a new server.
I would like to get a box with 2x AMD Opterons and an Intel MF 1000  
fiber gigabit card.

Does anyone have any good/bad experiences with Opterons and FreeBSD  
5.3?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]


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


Re: FreeBSD 5.3 on Dual Opteron -- experiences?

2005-01-12 Thread Jason Henson
On 01/12/05 15:12:42, sp0ng3b0b wrote:
I am getting a quote for a new server.
I would like to get a box with 2x AMD Opterons and an Intel MF 1000  
fiber gigabit card.

Does anyone have any good/bad experiences with Opterons and FreeBSD  
5.3?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]


I forgot, amdzone.com runs FreeBSD on amd64 systems.  Try posting in  
the forum, there are several unix people that use smp machines in their  
rendering farms.  Chris Tom runs the site and you could ask him how it  
is doing, but last time I read a post from him on it he loved it.

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


Re: SMP question

2005-01-12 Thread Jason Henson
On 01/12/05 11:11:46, Bob Ababurko wrote:
Hi all-
I am wondering if it is possible to specify which processor that a  
process will use, on a multi-processor box.  Where can I find this  
information if it is possible.

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


Try asking the smp, hackers, and threads lists.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Difference between CPUTYPE= in /etc/make.conf

2005-01-18 Thread Jason Henson
On 01/18/05 11:01:32, Gerard Seibert wrote:
I have tried googling for this information, but without any concrete
results. In the '/etc/make.conf' file, what are the advantages  
between
using the following declaration?

CPUTYPE=i686
Versus
CPUTYPE=p4
In the above scenario, the number following the letter 'p' could be
between one and four. Does it make a discernable difference?
Thanks!
Gerard E. Seibert
[EMAIL PROTECTED]
I take my wife everywhere, but she keeps finding her way back.'
-- Anonymous
The 686 covers a few processors including the athlon, p4, p3?, and  
maybe some others.  If you set p4 you should produce code that runs  
faster on a p4 than 686 would.  Also the code might run slower or not  
at all on the p3 and athlon.  SSE3 is an example of code used on a p4  
not found in other 686s(I think this is still the case) that would case  
the program not to run on other cpu types, but run faster on a p4.
BTW, iirc p4=pentium4 and it atleast used to be broken and droped back  
to some lower setting.

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


Re: X11 Monitor Database?

2005-01-19 Thread Jason Henson
On 01/19/05 09:18:56, John wrote:
OK, I've been having a good time installing X.org on laptops, now
I've got around to a workstation with a traditional monitor.  I was
spoiled in the past by being able to browse a database of known
monitors,
where I pretty much always found what I needed.  There is no
/usr/X11R6/lib/X11/doc/Monitors with X.org. :(
I've looked at the handbook, tried to find information on both
X.org and Xfree86.org (a monitor for one in a monitor for the other),
but have not had any luck.  Am I just missing it?  I've also done  
some
web searches, but they keep returning stuff about designing a monitor
database. :)  Not quite what I meant.
--

John Lind
[EMAIL PROTECTED]

There is a dmcp(or something) setting in your xorg.conf file that  
enables autoconfig by asking the moniter what it wants.  If you check  
your xorg log file I think it spits outall supported modes in there.

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


Re: FreeBSD I LOVE YOU

2005-01-19 Thread Jason Henson
On 01/19/05 03:17:22, faisal gillani wrote:
Well it has been almost a year now since I first tried
FreeBSD 5.2.1 on my production server :-)  I like
playing with danger  since then it has been just
giving me 110% always forever ... my FreeBSD server is
responsible for transferring large media files on my
network with Samba2  Apache2
. Since I installed it I have had loads of problems
with my other Linux  windows servers but never with
FreeBSD its just always there for me .. just
DELIVERING all the time I must say I have been more
then impress with it , I have never seen a better 
faster performing server operating system EVER !!
also recently I discovered that the version I have
been using 5.2.1 was a Beta :-O ... Amazing if this
performance you get with a beta then ..
speechless 
so now I smooth upgraded to 5.3 now ...
 Although I don't think FreeBSD with desktop OS but
with server OS I more then recommend .
 here is my little success story with FreeBSD .I LOVE
IT !!!
next stop OpenSolairs .. :-)
take care
=
*., ,.** Allah-hu-Akber*., ,.**


I was having problems using mount_smbfs to transfer files.  It would  
throttle itself up and down because of some weird windowing thing  
windows does.  That is what I found on the web anyway.

On a what type of network(some config info please, like any switchs?)  
do you share files and what is the throughput?  I would get between  
1-12mbits(it was a while so these numbers might not be right, but it  
was slow like 10mbit or less).  I was transferring tv episodes between  
2 pcs on a 100mbit switched network.  FreeBSD to windows.

Finnally I would like to ask all those servers/pcs that are mostly idle  
to run [EMAIL PROTECTED] if you can.  Email me if you have any questions on  
it.  It runs itself at nice 20.

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


Re: Detecting CD devices

2005-01-19 Thread Jason Henson
On 01/18/05 18:47:31, Trey Sizemore wrote:
I've been working to get my CD-RW and DVD drives seen on my FBSD
5.3-STABLE box and mountable by a normal user account.  I've  
succeeded
with a minor glitch or two.  I can mount the devices and can play  
DVDs
and burn using k3b, but...

I can't use SoundJuicer and cdbakeoven does not detect the devices!
Per
posts I'd seen on this list and on a BSD forum, I've got the  
following
This is all I added to /etc/devfs.conf.  I thin added my user to the  
group cd_access.  I and any programs I run can use /dev/acd0 without  
problems.  You would add another set for for acd1(or whatever a dvd  
would be).  BTW, your devfs.conf only shows 1 cdrom as master, no dvd  
or second drive is mentioned in there.

own /dev/acd0   root:cd_access
perm/dev/acd0   0770
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD I LOVE YOU

2005-01-20 Thread Jason Henson

  The recent discussion in this thread causes me to wonder  
whether
FreeBSD's performance on older, slower equipment could be a
contributing
factor to why hardware vendors like Dell and ATI are willing to
provide only
limited support for LINUX and none at all for FreeBSD.  After all, if
FreeBSD
lets a Pentium II w/MMX handle, for example, a moderately loaded web
site or
large network firewall or some other reasonable use and thereby
obviating many
purchases of hardware upgrades, why would they want to encourage its
use?

Here is an interview with ati.  The sad part is they give a solid no to  
bsd support.

http://www.rage3d.com/index.php?node=getarticleu=content%2Finterviews% 
2FATIChats%2Fp=4

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


Re: Basic Info on Wireless Router Installation and Performance

2005-01-20 Thread Jason Henson
On 01/20/05 15:37:07, Bob Perry wrote:
Just joined an ISP that has agreed to provide residential DSL  
service.

Their service is normally limited to commercial operations but they
made the offer based on the fact that my OS was FreeBSD.
At this stage we have determined that only one of three phone jacks
in my apartment is able to sync-up with the DSL.  The options, thus
far,
are to fix the inside phone wiring or install a wireless router.
I know little about wireless routers but have started some research
and will
continue.  However, thought I would also touch base with the mailing
list
to see what information/experience members are willing to pass along.
Would appreciate it you would direct me to relevant resource material
for
further review. If you have the time, please respond with your
thoughts re
hardware/software, installation, stability, and security issues as
they
relate to wireless routers and FreeBSD.
I also just purchased the 5.3 CD set and will replace my 4.9 box with
it.
Thanks,
Bob Perry
I and my friends have used linksys.  I used to love them, but they are  
not good for heavy duty traffic.  My friend hosts his own website and  
runs a teamspeak server with some other small stuff.  He has gone  
through 3 or 4 routers over maybe 2-3 years, or less.  I don't know how  
other brands standup hardware wise, but I think you get what you pay  
for.  For around $60 a router, thats cheap.

When I have them I put a custum linksys/linux firmware on them and it  
becomes an almost full featured linux box.  Iirc, you can only do this  
with linksys.  Check http://sveasoft.com/ for more details on modifing  
your router.

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


Re: 5.3 interrupt storm

2005-01-20 Thread Jason Henson
On 01/20/05 19:47:12, J.D. Bronson wrote:
I have read a few tips on this - but looking for something that  
works.

I have DISABLED USB support in the bios on my IBM 305 servers.
It seems FreeBSD still 'sees' USB.
I copied the GENERIC kernel to TEST kernel
I removed -all- USB support from the new kernel.
I then rebooted and I still see this:
ohci0: OHCI (generic) USB controller at device 15.2 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
...

Interrupt storm detected on irq11: ohci0; throttling interrupt  
source

What can I do to get rid of ALL USB support on this 5.3 system as I  
dont use it and dont want these 'storms' of interrupts!

thanks in advance!

If it is not in the kernel see if the module is being loaded.  Use  
kldstat.  Did you comment out the usbd in /etc/rc.conf?


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


Re: Xmms FreeBSD and buzzing or skipping sound

2005-01-20 Thread Jason Henson
On 01/20/05 20:57:12, Derek wrote:
Collin McClendon wrote:
I've noticed for quite some time (at least on 5.x even before - 
CURRENT) that if I'm unzipping or tarring a file that it is enough  
to make xmms play mp3s with intermittent buzzing. I have a fairly  
fast machine, dual athlon 1.53 Ghz with 1 GB of ram and a fully scsi  
setup, 4 10K maxtors in a Raid 0 stripe set.
Did you ever find a solution to this Collin?
I've got a 5.3-STABLE SMP machine, with a promise RAID controller,
RAID1, with snd_emu10k1.ko, and I get the same results...  Re-nicing
xmms doesn't help either...
Cheers,
Derek
Could this be a problem of resource hoging on the pci bus?  Are the  
devices on different irqs?

I just tried it without problem, but it was a small file.  I have a  
single 2ghz athlon with builtin audio and a single ide drive.

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


Re: openvpn?

2005-01-20 Thread Jason Henson
On 01/20/05 21:11:10, Shawn wrote:
I have been attempting to get open vpn working on my freebsd 4.11  
Alpha machine. SO Far I have done the following..

I did the make install  for /usr/ports/security/openvpn/
Where is uses SSL Im trying to understand the config file for /etc/ 
ssl/openssl.cnf After an attempted figure  change I try to generate  
the keys..

I  create a master certificate authority certificate/private-key
*openssl req -nodes -new -x509 -keyout shawng-ca.key -out shawng- 
ca.crt -days 3650*

Then create certificate/private-key pairs for both Home and Office:
*openssl req -nodes -new -keyout office.key -out office.csr
*
Then this gives me a hard time..
*openssl ca -out office.crt -in office.csr
*
# openssl ca -out office.crt -in office.csr
-- /This screams config file to me -- /Using configuration from / 
etc/ssl/openssl.cnf
Error opening CA private key ./demoCA/private/cakey.pem
63975:error:0E06D06C:configuration file routines:NCONF_get_string:no  
value:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ 
conf/conf_lib.c:329:group=CA_default name=unique_subject
63975:error:02001002:system library:fopen:No such file or directory:/ 
usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/ 
bss_file.c:276:fopen('./demoCA/private/cakey.pem','r')
63975:error:20074002:BIO routines:FILE_CTRL:system lib:/usr/src/ 
secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/ 
bss_file.c:278:
unable to load CA private key
Segmentation fault (core dumped)

The core dump is very bad and should not happen, I would suggest you  
update your base system if there is a bug in there.

For an easy openssl walk through checkout
http://www.freebsdaddicts.com/forum/viewtopic.php?id=268
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hard drive errors

2005-01-20 Thread Jason Henson
On 01/20/05 19:21:13, David Bear wrote:
I am receiving the following errors on my hard drive. This appears to
affect some file in /var/log. My question is twofold. 1) shouldn't  
ufs
notice this sector as being unuseable and mark it offlimites? 2) if
not, is there a way to mark it so manually?

ad0s1g: hard error reading fsbn 19674311 of 6765124-6765135 (ad0s1 bn
19674311; cn 1618 tn 16 sn 41) status=59 error=40
ad0s1g: hard error reading fsbn 6765124 (ad0s1 bn 6765124; cn 556 tn
74 sn 58) status=59 error=40
ad0s1h: hard error reading fsbn 88412159 of 35809248-35809251 (ad0s1
bn 88412159; cn 7271 tn 64 sn 38) status=59 error=40
ad0s1h: hard error reading fsbn 35809251 (ad0s1 bn 35809251; cn 2945
tn 15 sn 51) status=59 error=40
ad0s1g: hard error reading fsbn 19674303 of 6765120-6765133 (ad0s1 bn
19674303; cn 1618 tn 16 sn 33) status=59 error=40
ad0s1g: hard error reading fsbn 6765124 (ad0s1 bn 6765124; cn 556 tn
74 sn 58) status=59 error=40


Checkout ports/sysutils/smartmontools/ if your drive supports smart.   
It will give you the health and a lot of info about the drive and any  
problems it is having.

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


Re: My computer keeps crashing

2005-01-20 Thread Jason Henson
On 01/20/05 19:06:22, cali wrote:
If this is the wrong mailing list, I apologise, suggestions to a more
appropriate mailing list will be appreciated.
Reasonably recently I upgraded my hardware to the following:
Soltek SL-NV400-64 Purple
Ray (Socket A) Motherboard
AMD Athlon Barton XP3200+
400FSB (Socket A) CPU - OEM
Asus DRW-0402P DVD-R/RW -
Retail
Adata 512MB DDR PC3200 CAS 2.5
Adata 512MB DDR PC3200 CAS 2.5
Zalman Flower CNPS6000-Cu
Silent Socket A CPU Cooler -
Antec Sonata Piano Black
Quiet Case - 380W TruePower
Silent PSU
Hyundai ImageQuest Q995 19''
Perfectly Flat CRT Monitor -
Black/Silver
Geforce FX 5200 graphics card
IBM 60GB HD
Western Digital 160GB HD
Sometimes when I run CPU intensive applications  the system will
crash at seemingly unpredictable times, I have to hard reset the  
machine as it
is completely unresponsive, I was running an experiment in console  
mode and it showed me the kernel panic:


With those uptimes I would say your heat sink and fan(hsf) is to blame.   
The old idea about amds running hot is kind of crap, any cpu will run  
hot if not installed correctly or overclocked.  You got that white  
stuff between the cpu and hsf?

I checked your hsf on the net and in silent mode it does not support  
your cpu speed, though it does in normal higher speed fan mode.  If you  
have the fan make sure to keep it in normal mode or it may bake your  
cpu!   
http://www.zalman.co.kr/eng/product/view.asp?idx=33code=005009010

Try this command several times after you boot.  Then after you boot  
your box do it while under load.

sysctl -a|grep thermal
That will tell you your cpu temp, you'll need acpi on.  If you did not  
put the hsf on right it will go up and you get problems like after 5  
minutes or less.  I set my bios heat alarm to go off and set a shutdown  
temp too.  You might want to check that stuff out in your bios too.  Go  
to amd.com and get that pdf on how to install the hsf, I made a mistake  
a month ago when I was switching out cpus and that was my problem.

Everything else looks good, but do you have some case fans?  I moved a  
120mm fan over near my cpu and my 100% load temp while folding droped  
about 10C.  I am overclocked and it was maxing out at about 58C or  
less.  Now it hardly hits 50C, usaully 48C but it might go down to 45C  
if it is cool in my room.  I wonder how it will do in the summer? :)

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


Re: QLogic 2312

2005-01-20 Thread Jason Henson
On 01/20/05 18:33:04, Eduardo Viruena Silva wrote:

Hello FreeBSD gurus!
I have a question for you.
We have a small mounster: HP Proliant BL20
two Xeon processors, 2Gb RAM, QLogic SCSI
2312, and some other scary characteristics.
Now, I installed FreeBSD 5.3-RELEASE almost
accidentally.  I mean, it seemed to me that
our computer got frozen when it was booting
with the FreeBSD CDROM, no, it didn't,
it was just taking 10 minutes to check the
scsi card.
My kernel boot log says:
Copyright (c) 1992-2004 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 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
...
isp0: Qlogic ISP 2312 PCI FC-AL Adapter port 0x3000-0x30ff mem
0xf7dd-0xf7dd0fff irq 11 at device 3.0 on pci1
isp0: [GIANT-LOCKED]
isp0: Polled Mailbox Command (0x2) Timeout
isp0: Polled Mailbox Command (0x8) Timeout
device_attach: isp0 attach returned 6
isp1: Qlogic ISP 2312 PCI FC-AL Adapter port 0x3400-0x34ff mem
0xf7dc-0xf7dc0fff irq 11 at device 3.1 on pci1
isp1: [GIANT-LOCKED]
isp1: Polled Mailbox Command (0x2) Timeout
isp1: Polled Mailbox Command (0x8) Timeout
device_attach: isp1 attach returned 6
There, in the GIANT-LOCKEDs and timeouts...
Now, my computer boots ok, but the booting process
takes 20 minutes!!!
I also cvsup-graded my computer, built world, installed it,
customized my kernel, installed it.  Now the kernel
reports to be FreeBSD 5.3-RELEASE-p5 but still takes
20 minutes to boot.
My questions are:
  WHY it takes so long?
  Can I do something to fix this problem?

Did a google for isp0: Polled Mailbox Command (0x2) Timeout and the  
3rd item to come up was, I think, your answer.

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=15842+0+archive/2001/freebsd-scsi/20010729.freebsd-scsi
It says you need to load the firmware for your scsi from /boot/ 
loader.conf to boot.

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


Re: ALTQ support?

2005-01-20 Thread Jason Henson
On 01/20/05 18:30:23, Brian John wrote:
Hello,
I am trying to get pf to work on my 5.3 machine.  I thought that I  
had it setup but it says that I don't have ALTQ support?  What is  
that?  Can someone help me set it up?

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


Did you do man altq?  Just a thought.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: My computer keeps crashing

2005-01-21 Thread Jason Henson
On 01/21/05 04:41:45, cali wrote:
Sometimes when I run CPU intensive applications  the system will
crash at seemingly unpredictable times, I have to hard reset the   
machine as it
is completely unresponsive, I was running an experiment in console   
mode and it showed me the kernel panic:

With those uptimes I would say your heat sink and fan(hsf) is to  
blame. The old idea about amds running hot is kind of crap, any cpu  
will run  hot if not installed correctly or overclocked.  You got  
that white  stuff between the cpu and hsf?
I think I recall putting the white stuff in.
I checked your hsf on the net and in silent mode it does not support   
your cpu speed, though it does in normal higher speed fan mode.  If  
you  have the fan make sure to keep it in normal mode or it may bake  
your  cpu!  
http://www.zalman.co.kr/eng/product/view.asp?idx=33code=005009010
Damn! I should have researched this properly when I bought the  
heatsink. Thanks for that information, I'm lucky that you noticed  
this.

Try this command several times after you boot.  Then after you boot   
your box do it while under load.

sysctl -a|grep thermal

That will tell you your cpu temp, you'll need acpi on.  If you did  
not  put the hsf on right it will go up and you get problems like  
after 5  minutes or less.  I set my bios heat alarm to go off and  
set a shutdown  temp too. You might want to check that stuff out in  
your bios too.  Go  to amd.com and get that pdf on how to install  
the hsf, I made a mistake  a month ago when I was switching out cpus  
and that was my problem.

Everything else looks good, but do you have some case fans?
OK, I think I had better invest in some, or some better cooling.
I moved a  120mm fan over near my cpu and my 100% load temp while  
folding droped  about 10C.  I am overclocked and it was maxing out  
at about 58C or less.  Now it hardly hits 50C, usaully 48C but it  
might go down to 45C  if it is cool in my room.  I wonder how it  
will do in the summer? :)
I used that sysctl command you suggested above and it says 55C-55.5C  
-- this is for when running underclocked.

I rebooted, put the CPU speed back to normal, left the fan on its  
dangerously low setting and then ran the program again, whilst  
checking the cpu temperature every second with:

while [ 1 ]; do sysctl -a | grep thermal; sleep 1; done
I observed the CPU temperature rise from a base of 50C at an  
approximately steady rate (I should have taken periodic readings too  
then I could have made a graph or something). It slowed down at about  
57C (having took about 3-4 minutes to get there) or so but carried on  
rising, 58C...58.5C...59C...59.5C... kernel trap 11m33s  
(unfortunately I was setting up another process to run on another  
console so I never saw the final temperature).

This was with CPU thermal throttling enabled and set to 50% in my  
bios (although I'm not sure at which temperature it enables as it  
doesn't seem to say)

I turned the fan up to max, rebooted and ran the program again. The  
temperature seemed to stabilise around 52C.

Given this information I think it is highly likely that the  
temperature hypothesis is correct, and the reason for the crashing.

Thanks
cali


At 60C it is supposed to throttle, but I think it just crashes.  I  
think if you put an air duct next to your cpu that runs to a blow hole  
with a big fan you will get real low temps.  The big fan should be  
sucking air out of the case if you do this.

Make sure the hsf is mounted in the proper direction too, or it won't  
work.

If the air leaving your psu is hot you know you need better case  
cooling.  It should be warm, not hot.

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


Re: Xmms FreeBSD and buzzing or skipping sound

2005-01-21 Thread Jason Henson
On 01/21/05 07:29:43, Grégory Nou wrote:
Jason Henson a écrit :
On 01/20/05 20:57:12, Derek wrote:
Collin McClendon wrote:
I've noticed for quite some time (at least on 5.x even before -  
CURRENT) that if I'm unzipping or tarring a file that it is enough   
to make xmms play mp3s with intermittent buzzing. I have a fairly   
fast machine, dual athlon 1.53 Ghz with 1 GB of ram and a fully  
scsi  setup, 4 10K maxtors in a Raid 0 stripe set.

Did you ever find a solution to this Collin?
I've got a 5.3-STABLE SMP machine, with a promise RAID controller,
RAID1, with snd_emu10k1.ko, and I get the same results...  Re- 
nicing
xmms doesn't help either...

Cheers,
Derek
Could this be a problem of resource hoging on the pci bus?  Are the   
devices on different irqs?

I just tried it without problem, but it was a small file.  I have a   
single 2ghz athlon with builtin audio and a single ide drive.
I have this problem too.
It happens with any mp3 player or listening to an icecast stream, but  
not with mplayer when looking at a divx. I looked at the irqs, and  
have uhci2 and my pcm0 on the same irq. However, this problems occurs  
only after 3 or 4 hours of uptime, generally.
Should I try to change my irqs ? and if positive, how do I do this ?  
in the bios ? (note : I have also uhci1 on the same irq than vr0, and  
it makes my computer crash at the end of the shutdown, when using the  
GDM to shutdown)

Something like hw.acpi.pci.link.0.6.0.irq=16   #irq pcm in / 
boot/loader.conf.  Maybe you could also try changing the pci clock, by  
this I mean the number of tics or cycles a device can control the bus.   
I have mine set to 96.  A number between 96-128 usaully increases  
performance of some pci devices on bench marks I have.  You should  
search for some of them to see if there is a good setting for your pc.

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


Re: which bittorrent client

2005-01-24 Thread Jason Henson
On 01/24/05 20:10:35, Brian John wrote:
Hello,
I would like some advice on which Bittorrent client to use.  I really  
like Azureus, but I always get OutOfMemoryException's and it takes up  
like 300 MB of memory sometimes.  Is there a more lightweight client  
that has the main features of Azureus (priorities, auto-resuming)?   
What does everyone on this list use?

Thanks!
py24-BitTorrent-devel-3.9.0_4,1  Is what I have.  seems to work fine  
for me.

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


Re: Xmms FreeBSD and buzzing or skipping sound

2005-01-25 Thread Jason Henson
and On 01/25/05 16:01:14, Derek wrote:,
Jason Henson wrote:
Something like hw.acpi.pci.link.0.6.0.irq=16
I used:
hw.acpi.pci.link.0.11.0.irq=9
hw.acpi.pci.link.0.11.1.irq=9
In /boot/loader.conf, and I get a panic right at boot...  If I unset  
them using loader, system boots fine.  I also tried using irq 20,  
same thing.

I never had a panic from using these?
Maybe use irqs 19 and 24, or move the usb controler.  I don't know, but  
you may only be able to remap to irqs higher that 14 because those are  
enabled with acpi.  1 - 14 are standard hardware irqs and don't need  
acpi.  Just a thought.


#irq pcm in /boot/loader.conf
I don't know what this statement means... I tried looking for more  
documentation about it.

Just something to remind me what I did.

Maybe you could also try changing the pci clock, by =20
this I mean the number of tics or cycles a device can control the  
bus.  =20
I have mine set to 96.
Is this a function of the BIOS, or the O/S?  If its in FreeBSD, where  
can I find more information about this?

It's in the bios.  Also checkout man acpi, man acpidump, and the acpi  
page in the handook.

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


Re: Buildworld fails 5.3 at kerberos5/lib/libasn1

2005-01-27 Thread Jason Henson
On 01/27/05 14:08:03, Mark wrote:
freshly cvsupped 5.3-stable on i386 fails buildword with
compile_et /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/ 
lib/asn1/asn1_err.et
compile_et:No such file or directory

cleaned out source/obj, re cvsupped but same result same place and  
yes
the file exists.

Any thoughts
I had a similar problem with sendmail.  It was with a missing  
freebsd.mc file.  I even delete /src and had the problem.  I ended up  
figuring out the file I needed was freebsd.mc and got it off the webcvs  
page from freebsd.org and rebuilt world without problem after that.

Try to cd src/crypto/heimdal/lib/asn1/ and see whats there.  Maybe do a  
make in there and see what happens?

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


Re: 5.3 interrupt storm (atapicam) and I/O error

2005-01-29 Thread Jason Henson
On 01/28/05 08:38:14, Daniel S. Haischt wrote:
oops, did forget the tixt file ...
Daniel S. Haischt schrieb:
I don't know whether this is related to your issue,
but on one of my boxes I am also getting an interrupt
storm with atapicam enabled.
On FreeBSD 5.2.1 I did not experience any interrupt
storm issues, even if using the same hardware configuration.
Have a look at the attached text file for a detailed
description ...
Olivier Certner schrieb:
 Hi,
 Could you give a look at my post dated 04/01/2005 entitled Freeze  
with CAM (using KsCD)? Maybe we have fallen on the same kind of  
bug concerning atapicam.

 If you have KDE, maybe you should try to reproduce the problem I  
had. I've no time to test your scenario (the one with the EIDE  
drive, I don't have SCSI) now, but I'll try to reproduce it at the  
beginning of next week, in order to see if the freeze happens also  
on my computer.

 Hope this will help us to progress on our issues.
 Regards,
  Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]

--
Mit freundlichen Gruessen / With kind regards
DAn.I.El S. Haischt
Want a complete signature??? Type at a shell prompt:
$  finger -l [EMAIL PROTECTED]

Hello,
recently I updated one of my FreeBSD boxes to
v 5.3. This box got a builtin Promise PDC20269
UDMA133 controller. Actually it's a controller
with two IDE channels.
So far if using the GENERIC kernel that comes
with FreeBSD, I do not experience any problems.
If using my own customized kernel I am getting
the following error message while booting the
system:
888---8-8-
Interrupt storm detected on irq10: atapci1;
throtteling interrupt source:
888---8-8-
After some trail-and-error based investigations,
I did figure out that if I don't plugin any device
into IDE channel two, the just described error
does not occur.
So it has something to do with IDE channel two.
As an additional note - The controller works
under Linux, FreeBSD 5.3 (GENERIC) and FreeBSD
5.2.1 (custom kernel).
Any hints on how to solve this issue would be
greatly appreciated.

How about a copy of your custom changes to the kernel?  Also did you  
get a response from Søren Schmidt [EMAIL PROTECTED], he wrote and  
maintains the ata stuff iirc.

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


Re: 5.3 .. acd0: WARNING - READ_TOC read data overrun 120

2005-01-29 Thread Jason Henson
On 01/29/05 18:40:26, ad5gb wrote:
Greetings,
I have discovered more problems with atapi stuff on my system.  Tried
to mount a
cd using my IDE CD and the system responded with...
acd0: WARNING - READ_TOC read data overrun 120
acd0: WARNING - READ_TOC read data overrun 200
acd0: WARNING - READ_TOC read data overrun 80
acd0: TIMEOUT - READ_BIG retrying (2 retries left)
acd0: FAILURE - READ_BIG timed out
acd0: WARNING - READ_TOC read data overrun 120
acd0: WARNING - READ_TOC read data overrun 200
acd0: WARNING - READ_TOC read data overrun 80
acd0: TIMEOUT - READ_BIG retrying (2 retries left)
acd0: FAILURE - READ_BIG timed out
acd0: TIMEOUT - READ_BIG retrying (2 retries left)
acd0: FAILURE - READ_BIG timed out
I first added hw.ata.atapi_dma=0 to /boot/loader.conf but it didn't
help.  I
then added hw.ata.ata_dma=0 and tried again.  If I leave the disc  
in
the
drive and reboot it reports:

acd0: WARNING - READ_TOC read data overrun 120
acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x21 ascq=0x00
error=4ABORTED
SMP: AP CPU #1 Launched!
Between this and the atapicam problem I found a couple days ago, I'm
totally
stumped.
Any ideas?

Have you tried any other cds?  Is this the first time with that cdrom,  
has it worked before, or is it new?  What version of FreeBSD are you  
running and when was it built?  A dmesg and kernel config?  Did you  
here anything from Søren Schmidt [EMAIL PROTECTED].  He is the ata  
guru.

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


Re: Supfile Config / 5.3 - 5.4 Devel

2005-02-02 Thread Jason Henson
On 02/02/05 18:04:36, Nick Pavlica wrote:
All,
  I would like to update my 5.3 server to the 5.4+ development branch
so that I can do some performance testing against it.
I started with the standard supfile and made the following change:
Orig:
*default release=cvs tag=RELENG_5_3
New:
*default release=cvs tag=RELENG_5
- Will this get me where I want to go?
- Do I need to rebuild the Kernel after doing the cvsup / make
buildworld / make installworld?
-  Is there anything else I should do to make sure I have a good test
version?
Thanks!
--Nick Pavlica
Short answer, yes
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Stop in /usr/obj/usr/src/sys/GENERIC

2005-02-16 Thread Jason Henson
On 02/16/05 18:20:12, Andy Firman wrote:
I have a 5.3-stable system that I am trying to update.
This is my stable-supfile:
*default host=cvsup14.us.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_5
*default delete use-rel-suffix
src-all
ports-all tag=.
doc-all tag=.
These are the 7 commands I do to update the system:
cvsup -g -L 2 stable-supfile
cd /usr/src
make buildworld
make buildkernel
make installkernel
mergemaster
make installworld
Do you really do that, or something like
make buildkernel KERNCONF=FUBAR
Also try to use mergemaster -p before you install, and after the build 
(does it have to be after?).


When I do the make buildkernel I get this:
mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding
-Werror
/usr/src/sys/dev/aic7xxx/aic7xxx.c
/usr/src/sys/dev/aic7xxx/aic7xxx.c: In function `ahc_alloc':
/usr/src/sys/dev/aic7xxx/aic7xxx.c:3854: error: `ahd' undeclared
(first use in this function)
/usr/src/sys/dev/aic7xxx/aic7xxx.c:3854: error: (Each undeclared
identifier is reported only
once
/usr/src/sys/dev/aic7xxx/aic7xxx.c:3854: error: for each function it
appears in.)
*** Error code 1
Stop in /usr/obj/usr/src/sys/GENERIC.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
I noticed during the cvsup some aic7xxx stuff was pulled down.
Is this question for the current or ports list?
Current or questions.  You may have a bad file(corrupted), bad memory,  
a choice of cvsup server?

What are your make.conf options?  If make.conf is generic I would  
delete /usr/src/sys/dev, maybe /usr/src/* if there are other problem  
areas.  Do you always get random errors, or is it in the same spot?  If  
it fails randomly you may have a hardware problem.

BTW, do you really what a generic kernel?  

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


Re: problem to compil my kernel

2005-02-18 Thread Jason Henson
On 02/18/05 16:31:06, christophe Desfontaines wrote:
hello
i have a problèm when i compil my kernel
this is my file :
MONNOYAU
Machine
Cpu i686_CPU
Ident   MONNOYAU

device  bpf
#Usb 		support
device 		uhci, ohci, usb, udbp, ugen, uhid, ukbd, ulpt,  
umass, ums,urio, uscanner

#usb ethernet
#device aue, axe, cue, kue, rue
#Firewire support
#device firewire, sbp, fwe
and the log of  make  command  was.
Umass.o(.text+0x14f3) : In funtion’umass_cam_attach_sim’ :
: undefined reference to ‘cam_simq_alloc’

umass is usb related.  You can remove all usb stuff from the kernel and  
load only the modules you need.  If there is a problem with your source  
files cvsup again.

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


Re: Issues running mergemaster

2005-02-18 Thread Jason Henson
On 02/18/05 01:34:12, Joachim Dagerot wrote:
I'm updating my 5.1 system to 5.3 and have succeeded building and
install the kernel.
Now, before installworld I'm trying to run mergemaster (to solve the
proxy user missing issue) and it gives me this headache, where do I
start?:
cd /usr/src/etc/isdn; make install
install -o root  -g wheel -m 700  answer
/var/tmp/temproot/etc/isdn/answer
install -o root  -g wheel -m 700  isdntel.sh
/var/tmp/temproot/etc/isdn/isdntel
install -o root  -g wheel -m 700  record
/var/tmp/temproot/etc/isdn/record
install -o root  -g wheel -m 700  tell
/var/tmp/temproot/etc/isdn/tell
install -o root  -g wheel -m 700  tell-record
/var/tmp/temproot/etc/isdn/tell-record
install -o root  -g wheel -m 700  unknown_incoming
/var/tmp/temproot/etc/isdn/unknown_incoming
install -o root -g wheel  -m 600 holidays.D isdnd.rates.A
isdnd.rates.D isdnd.rates.F isdnd.rates.L isdnd.rates.UK.BT
isdnd.rc.sample isdntel.alias.sample /var/tmp/temproot/etc/isdn
cd /usr/src/etc/sendmail; make distribution
install -o root -g wheel -m 644  /usr/src/etc/sendmail/freebsd.mc
freebsd.cf /var/tmp/temproot/etc/mail
install: freebsd.cf: No such file or directory
*** Error code 71
Stop in /usr/src/etc/sendmail.
*** Error code 1
Stop in /usr/src/etc.
  *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
  the temproot environment
For some reason I have had similar issues with sendmail.  Cvsup did not  
get a couple of files and so I had problems like you.  I tried  
different servers and rm -rf /usr/src/etc/* and nothing helped.  I had  
to go to http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/sendmail/ and  
put the files on my drive by hand.  After that it worked fine.

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


Re: portversion runs seemingly forever

2005-02-22 Thread Jason Henson
On 02/22/05 19:21:43, Gunter Wambaugh wrote:
When I try
$ portversion -L =
it seems to run forever.
top yields
  PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU  
COMMAND
51331 root  51   0 19276K 18852K RUN  0:09 90.60% 32.86%  
ruby18

I have tried portsdb -uU  pkgdb -uv, to no avail.
bash-2.05b# uname -a
FreeBSD test.thewambaughs.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon  
Oct 27 17:51:09 GMT 2003 [EMAIL PROTECTED]:/usr/obj/ 
usr/src/sys/GENERIC  i386

Any ideas?

Does portversion use the index file?  If so I thought you had to cd / 
usr/src  make fetchindex, maybe after a cvsup.  Also I seem to  
remember using portversion -l  when I used to use it a while back.   
To find the old ports.

Just read the man page online, -L is a inverse limit, it excludes.  So  
if you have not cvsuped since you last upgraded that would be why you  
get nothing.  You say it seems to run forever, have you let it finish  
or do you kill it?  After you do the pkgdb -uv does it still take  
forever to finish, or does it seem to just hang?

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


Re: portversion runs seemingly forever

2005-02-23 Thread Jason Henson

Sorry, I guess I should have been clearer.  I let portversion run for  
12+ hours before I killed it.  I just cvsuped the ports tree a few  
days ago, and make fetchindex didn't help me any.  portversion -l =  
says give me the 'up-to-date' ports.  portversion -L = says give me  
all the 'out-of-date' ports.	


Just scrap that and use portmanager.  It is small, lightweight, and  
does not need ruby.  On my machine with ule and [EMAIL PROTECTED] running  
time make gives me
13.644u 11.247s 0:35.40 70.2%   2529+991k 291+53io 489pf+0w

And you don't need an index!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Converting wav to wma

2005-02-24 Thread Jason Henson
On 02/24/05 15:49:07, gabriel wrote:
Hello List,
 I googled and found on the list a conversation regarding converting
realaudio into mp3s, but what I'm looking to do is convert wav files
to wma since it appears that wma files are less heavy and have
somewhat better quality.
The background behind me doing this is simple. I'm trying to create  
an
audio archive of audio files which are like an hour long of someone
speaking. It is for streaming on the internet (please lets not  
discuss
the bandwidth and all other irrelevant topics) and I've been told  
that
wma helps in achieving my goals.


You don't seem to want too much advice?  I would still recommend you  
check
http://www.speex.org/
http://www.xiph.org/ogg/vorbis/listen.html
http://www.goteamspeak.com/faq.php?faq=16

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


Re: FreeBSD inside VMWare and x.org

2005-02-24 Thread Jason Henson
On 02/24/05 23:37:53, Bill Moran wrote:
I'd like to use FreeBSD inside VMWare on my desktop.  I've used  
VMWare
for testing things out in FreeBSD quite a few times with considerable
success, but I've never before installed x.org, and that's where I'm
getting hung up.  I'm trying to use FreeBSD 5.3, with the latest xorg
from ports (just updated today).

I can't seem to get X to start with any decent screen realestate.  If
I use the vmware driver, I'm stuck with 640x480.  I experimented
some
and tried the vesa driver, which worked nicely except the screen is
huge (I'm guessing 3000x3000 or so) and since most of it is off the
monitor, it's unusable.
I've tried installaing the vmware-tools4 package, and I've tried it
without the package.  It doesn't seem to make much difference either
way.
Any suggestions or pointers on how to get a usable system inside
VMWare?
Change you /etc/X11/xorg.conf to match the relevant parts of this
Section Screen
   Identifier  Screen 1
   Device  saphfire
   Monitor [EMAIL PROTECTED]
   DefaultDepth 24
   Subsection Display
   Depth   24
   Modes   1280x1024 1024x768 800x600 640x480
   ViewPort0 0
   EndSubsection
EndSection
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Compiling linux_base in jail fails

2005-02-25 Thread Jason Henson
On 02/25/05 10:53:03, Viren Patel wrote:
===   linux_base-rh-7.3 depends on executable: rpm - found
LC_ALL=C rpm --initdb --root
/usr/ports/emulators/linux_base/work/linux_base-rh-7.3
--dbpath /var/lib/rpm
kern.fallback_elf_brand: -1
sysctl: kern.fallback_elf_brand: Operation not permitted
ELF binary type 0 not known.
execution of glibc-2.2.5-44.legacy.3 script failed, exit
status 255
*** Error code 1
Stop in /usr/ports/emulators/linux_base.
Any ideas on how to get linux emulator running inside a
jail? Thanks.
Use base-8, 7 is old and has security issues I hear.  Check
/usr/ports/UPDATING.  It seems to me the sysctl kern.fallback_elf_brand  
is being changed, but you can't do that in a jail.  Just do it as root.   
Then it would be avaliable to all programs, even those you might be  
running in a jail.

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


Re: maxtor one touch usb 2.0 drive

2005-02-25 Thread Jason Henson
On 02/25/05 01:58:09, Redmond Militante wrote:
hello
i have a 250 maxtor one touch usb 2/1.1 external hard drive, i'm
trying to get it to work with my rel_end 5.21 box.
i have
device scbus
device da
device pass
device uhci
device ohci
device usb
device umass
in my kernel.  i'm trying to fdisk the drive to partition it right
now, but when i plug it in, it's not showing up in dmesg (no umass or
da0 device appears in dmesg).
am i missing a step or is this device even incompatible?
thanks
Hmm, did you try camcontrol rescan all.  Check out man umass.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd kernel 'make' failed : undefined reference to...

2005-02-25 Thread Jason Henson
On 02/25/05 18:52:44, Jamie Ann P. Zamodio wrote:
Help!
I'm a UNIX newbie trying to compile a custom kernel
with modifications for TCP purposes. My system is
FreeBSD 4.3 running on i386. My 'make depend' works
fine, but when I geto to 'make', the following error
occurs:
tcp_usrreq.o: In function 'tcp6_connect':
/usr/src/sys/compile/MYKERNEL/../../netinet/tcp_usrreq.c(text+0xfa5):
undefined reference to 'tcpstat'
The error repeats for other tcp*.o files, like
tcp_output.o, tcp_subr.o, tcp_timer.o, and even
in6_proto.o. There are undefined references to
'tcp_mssopt', 'tcp_delack_enabled', 'tcp_ccgen',
'tcb', 'tcbinfo', 'M_TSEGQ', 'tcp_mss', and
'tcp6_input'. Most are common to the tcp*.o files.
What should I do?? Googling gives me different answers
for this error, answers I don't even understand.
Anyway if you could help I would be really grateful. Thanks!
You are not trying to add anything from a newer release to your older  
4.3 kernel conf file are you?  Like pf or something?

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


Re: Upgrading hardware from P3 to AMD 64

2005-02-27 Thread Jason Henson
On 02/27/05 12:36:04, RW wrote:
I'm thinking about upgrading my hardware from an Intel P3 to an AMD
64, and
replacing the graphics card, without buying a new hard disk. Has
anyone done
this kind of thing successfully?
I've recompiled kernel+world for 686 and I've done a portupgrade -fR
on cvsup
and portupgrade.
Typical motherboards now have a couple of sata connections in  
addition
to the
normal ide connections. Can I expect my current ide drives to still  
be
ad0
and ad1?

As long as the cpu you optimized for is a 686 only(no CPUTYPE= or - 
march or -mcpu), then yeah.

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


Re: questions on file formats

2005-03-05 Thread Jason Henson
On 03/04/05 19:35:52, Dave Pesner wrote:
Does FreeBSD support the .DMG file format?  I need to know this
because I'm looking for a free alternative for an OS X emulator and a
liscensed copy of OS X(isn't open source software great) for my next
computer.  If BSD does support OS X file formats such as DMG, great.
If not, please suggest a free UNIX based operating system that does,
and works with AMD64.
Thank you for your time.
___

It's not a matter of FreeBSD suppporting it, it's a matter of finding  
an app to use it.  So a better place to search is freshports.org and  
sourceforge.net.

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


Re: questions on file formats

2005-03-05 Thread Jason Henson
On 03/04/05 19:35:52, Dave Pesner wrote:
Does FreeBSD support the .DMG file format?  I need to know this
because I'm looking for a free alternative for an OS X emulator and a
liscensed copy of OS X(isn't open source software great) for my next
computer.  If BSD does support OS X file formats such as DMG, great.
If not, please suggest a free UNIX based operating system that does,
and works with AMD64.
Thank you for your time.
___

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


Re: if this ethernet works

2005-03-05 Thread Jason Henson
On 03/05/05 14:27:39, Antoine Solomon wrote:
has this driver worked for you?   i actually don't have the
motherboard that has this driver...  I would like to find out if it
will actually work on fbsd before i buy it.
On Sat, 5 Mar 2005 17:27:07 +, nbco [EMAIL PROTECTED] wrote:
 On Saturday 05 March 2005 16:54, Antoine Solomon wrote:
  I wanted to see if anyone knew of this getting this ethernet
working
  on fbsd here is is
  Broadcom BCM5721 PCI Express GbE
 Try the bge driver
 .nbco

--
Antoine W. Solomon Jr.
___

$ ls /boot/kernel | grep bge
if_bge.ko
$ man bge
BGE(4) FreeBSD Kernel Interfaces Manual  
BGE(4)

NAME
bge -- Broadcom BCM570x/5721/5750/5751 PCI Gigabit Ethernet  
adapter
driver

SYNOPSIS
device miibus
device bge
DESCRIPTION
The bge driver provides support for various NICs based on the  
Broadcom
BCM570x, 5721, 5750 and 5751 families of Gigabit Ethernet  
controller
chips.

All of these NICs are capable of 10, 100 and 1000Mbps speeds over  
CAT5
copper cable, except for the SysKonnect SK-9D41 which supports  
only
1000Mbps over multimode fiber.  The BCM570x builds upon the  
technology of
the Alteon Tigon II.  It has two R4000 CPU cores and is PCI v2.2  
and PCI-
X v1.0 compliant.  It supports IP, TCP and UDP checksum offload  
for both
receive and transmit, multiple RX and TX DMA rings for QoS  
applications,
rules-based receive filtering, and VLAN tag stripping/insertion as  
well
as a 256-bit multicast hash filter.  Additional features may be  
provided

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


Re: Thunderbird crash

2005-03-05 Thread Jason Henson
On 03/04/05 07:52:39, Alex Zbyslaw wrote:
I installed the latest thunderbird port (1.01) to see how it compared  
to Mozilla Mail.  So far I have had three bus errors and a  
segmentation fault!  SO far I haven't even been able to reply to an  
email.  Needless to say, Mozilla Mail does not have this level of  
problems for me.

I imported all my Mozilla setting when I first ran.
Anyone have similar problems or suggest how I can figure out what's  
going on?

Running FreeBSD 4.10 and XFree86 4.4.  XFree server package is a  
couple of minor revisions off latest, but everything else (gtk etc)  
fully up-to-date.

--Alex
___

The default xserver is now xorg.  Other than that do you have any  
CFLAGS or CXXFLAGS set you shouldn't.  From my experience you should  
not use any, especially -f*.

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


Re: D-Link NIC.

2005-03-06 Thread Jason Henson
On 03/06/05 01:45:48, gabriel wrote:
Interestingly enough, even though I've compiled the driver into the
kernel, the card isnt recognized by it.
dolores# kldload if_ath.ko
kldload: can't load if_ath.ko: File exists
dolores#
interface if_ath.1 already present in the KLD 'kernel'!
and nothing in ifconfig.
I think I'm out of options? Should I give up?

Try to narrow your problem.  I have had issues with wireless security  
in the past.  The way I got it working was to disable all security on  
the ap to get a connection, then work my way to the securest config I  
could get tell it stopped working.  Never give up!  If you compiled  
your driver into the kernel and you have a bin file that came with your  
driver it won't work until you make the bin file a shared object and  
put it somewhere like /boot/modules.

Here is some info and links:
Card: D-Link DWL-520 (Rev D1)
Chipset: Realtek RTL8180 (rev 20)
pciid: 10ec:8180
Driver: ftp://202.65.194.18/cn/wlan/rtl8180l/ndis5x-8180(173).zip
Driver: http://ultimate.kicks-ass.net/drivers/ndiswrapper/ndis5x-8180 
(173).zip
Other: AP isnt found automagically but iwlist wlan0 scan shows AP's.  
WEP untested. Debian sarge. kernel-2.6.8-2. ndiswrapper-1.0

http://ndiswrapper.sourceforge.net/phpwiki/index.php/List?PHPSESSID=007e10656724d8c88d0669e8f82ef943
http://support.dlink.com/products/
http://acx100.sourceforge.net/
http://www.seattlewireless.net/index.cgi/DlinkCard
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATA Tagged Queuing? (2nd attempt to get an answer)

2005-03-06 Thread Jason Henson
On 03/05/05 05:43:52, Kjell B. wrote:
I sent the below question a month ago, but received no answer.  
Therefore, I resend it in the hope of getting one now.

--
I'm considering turning on Tagged Command Queuing in my ATA system.  
My
disks are all Hitachi 7K250 (two HDS722512VLAT80 and one
HDS722516VLAT80) which according to Hitachi support this feature  
(queue
depth = 32).

However, I read in
http://lists.freebsd.org/pipermail/freebsd-current/2003-July/007378.html
that there may be problems doing this and not really improving  
performance.

Is that recommendation still valid or should I go for it?
My uname:
 [homebell] ~ uname -a
FreeBSD homebell.dyndns.org 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2  
#0:
Mon Oct 18 21:48:34 CEST 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/HOMEBELLapmipfw   
i386

--
Kjell
___

Iread some where FreeBSD only supported ibm drives for that, but then  
all support was throuwn out because nobody used it.  If you want  
performance try a NCQ SATA II drive.  If you only have ATA TCQ then get  
a raptor for max performance.  If it is a desktop then leave it off,  
TCQ is a server feature and slows down normal desktop workloads.   
www.storagereview.com

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


bittorrent corruption problems

2005-03-06 Thread Jason Henson
I have been getting this error:
data corrupted on disk - maybe you have two copies running?
I have looked on the net and the only causes I can see are bad ram and  
bad software.  I noticed this after I started using the gui, never  
noticed it on the command line.  I used to never get this.  It has  
happen since before my current build, but here is my current build:
$ uname -a
FreeBSD BARTON 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #3: Tue Mar  1  
02:04:40 EST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NINAMORI  i386

If no one else has had any trouble with there system I will start to  
test my hardware.  I checked my hardware when I built my pc a while  
back, so maybe something went bad? 

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


Re: bittorrent corruption problems

2005-03-06 Thread Jason Henson
On 03/06/05 22:36:38, Bevan Coleman wrote:
On Mon, 07 Mar 2005 03:26:11 +, Jason Henson [EMAIL PROTECTED]
wrote:
 I have been getting this error:

 data corrupted on disk - maybe you have two copies running?

 I have looked on the net and the only causes I can see are bad ram
and
 bad software.  I noticed this after I started using the gui, never
 noticed it on the command line.  I used to never get this.  It has
I had this a while back on one of my Linux boxes. Turned out to be  
bad
ram.

Memtest86+ should do the trick, just leave it testing over night and
see what it says in the morning.

--
Bevan Coleman
  -- What Signature?
___
Thanks, and I am still hoping its not the ram. :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: keyboard problem on laptop.

2005-03-08 Thread Jason Henson
On 03/08/05 20:03:07, Dennis Crowley wrote:
Hi yall.
I've installed FreeBSD on my old Dell Insperion 7500, which I would
like
to use as a router (low power) and network analysis tool.
The problem is that the keyboard driver does not seem to be
recognizing
the shift key.  Does this sound wierd (i.e. my hardware) or  
reasonable
(i.e. wierd but functional hardware with a mismatched driver).

I'm not sure how I would go about trying to correct this issue.
Any ideas where I should begin?
Dennis Crowley.
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.6.4 - Release Date: 3/7/2005
___
If you can find no record of this on the net, and the key works under  
other oses, then use man atkbd to help you make a custom keymap so you  
can remap shift to another key or keys.

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


Re: 128bit WEP

2005-03-08 Thread Jason Henson
On 03/08/05 21:20:09, Eric Schuele wrote:
Kevin Downey wrote:
ifconfig line is:
ifconfig ath0 inet 192.168.2.111 mode 11g channel 6 ssid kubo  
wepmode
on wepkey 0x28529850294957320938294585

what I am getting in dmesg is:
auth0: association failed (reason 25) for 00:0D:3A:74:00:61
00:0D:3A:74:00:61 is the BSSID of the AP
wicontrol -i ath0 -L  lists the AP
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]

Your *key* is 104-bits (26 hex digits)... there is a 24 bit  
Initialization Vector added to the key.

Double check your SSID on the AP and make sure it matches the  
'ifconfig...' you have.  Also might try explicitly specifying *which*  
weptxkey (1-4) you are using in ifconfig.

Also,  for what its worth my atheros cards do not work well in g with  
my AP (WRT54G)... I had to set it to b.  So you might try that till  
you get it on its feet.  Just my 2 cents.

HTH
--
Regards,
Eric
___
I set up a WRT54G and could never get it to use a high level of  
security.  You may have to tone it down a bit from 128bit.

Try this link if you like source code
http://fxr.watson.org/fxr/search?v=RELENG53string=BSSID
What is it saying about the BSSID 00:0D:3A:74:00:61?
Are you trying to set the SSID=BSSID or soething like that?
http://www.mpirical.com/companion/mpirical_companion.html
The BSSID is a 48bit identity used to identify a particular BSS (Basic  
Service Set) within an area. In Infrastructure BSS networks, the BSSID  
is the MAC (Medium Access Control) address of the AP (Access Point) and  
in Independent BSS or ad hoc networks, the BSSID is generated randomly.

The Service Set Identifier or Network Name is used within IEEE 802.11  
networks to identify a particular network. It is usually set by the  
administrator setting up the WLAN (Wireless Local Area Network) and  
will be unique within a BSS (Basic Service Set) or ESS (Extended  
Service Set). The SSID may be broadcast from an AP (Access Point)  
within the wireless network to enable Stations to determine which  
network to Associate with. However, this feature should be disabled  
as it may assist hackers, or wardrivers in gaining access to a  
private network.

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


Re: FreeBSD Hardware Recomendations - NIC/HD

2005-03-08 Thread Jason Henson
On 03/08/05 13:38:34, sn1tch wrote:
I like Intel's network adapters alot, I've never had a single issue
out of the gigabit adapter I use (Intel Pro/1000 MT PWLA8490MT)
I hear 3coms are good.  Try this page
http://www.freebsd.org/releases/5.3R/hardware.html
As far as SATA drives if its size you are going for then WD has a
fairly decent SATA drive for a good price, but in my book the best
SATA drive is the Raptor by WD..even if its only 74Gb it still has to
be the fastest SATA drive out.. imo :)
The raptors are a bit over priced for backup servers IMO, but they  
outperform several scsi drives that are more expensive.  Try the  
leaderboard at storagereview.com
On Tue, 8 Mar 2005 11:29:11 -0700, Nick Pavlica [EMAIL PROTECTED]
wrote:
 All,
  I'm looking at adding some hardware to my FreeBSD 5.3+ Backup
 servers and would like your recommendations for the following  
items:

 - Gigabit Ethernet cards:  I'm going to use them as dedicated cards
in
 the primary and backup servers so that I can quickly rsync between
 them.  I would like to find a card  that is currently MP safe and a
 good performer.

 -  SATA HD:  I'm currently planning on adding two 200GB drives to
both
 servers.  Are there any that stand out as good performers?

 Thanks!
 --Nick

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


Re: Timer setting in FreeBSD

2005-03-10 Thread Jason Henson
On 03/10/05 21:24:03, Anthony Atkielski wrote:
I was reading that recent versions of Linux have increased the base
timer rate (for scheduling and other purposes) from 100 Hz to 1000  
Hz.
I note that FreeBSD apparently will increase this in the same way in
6.x.

Is there a way to adjust this value (by configuration, modifying
source,
sysctl, etc.)?  Can it be done on a running system?  If it can be
changed, are there any significant reasons for adjusting it, and what
are the pros and cons?
Having 1000 interrupts per second just to keep track of the time  
seems
excessive to me in most configurations.  Does anyone know how long
this
interrupt takes to service under FreeBSD with specific processors?

--
Anthony
___
man polling, this is what I use to get the best possible even division  
with the Timecounter i8254 frequency 1193182 Hz quality 0.

add something like this to the kernel config.
options HZ=2299
options DEVICE_POLLING
Also you should search the archives first, there is plenty of info on  
this there.  Things like 1 is a good setting for gigbit ethernet  
cards, and not needed at all with some network cards that have some  
hardware/driver combonation that does this automatically.  I think the  
fxp cards do it, and adding polling to fxp cards hurt performance  
alittle.

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


Re: [Realplay10GOLD] Error: ELF binary type 0 not known

2005-03-12 Thread Jason Henson
On 03/11/05 03:47:27, P.H.Tung wrote:
I successfully installed Realplayer10GOLD on FreeBSD released 5.3
When I run realplay from console, I got following error:
ELF binary type 0 not known.
/usr/local/lib/RealPlayer/realplay.bin: 1: Syntax error: (
unexpected
What does it means? any advises?
Thanks!
___

Sounds like a compiler error?  Check man brandelf.
$ brandelf -l
known ELF types are: FreeBSD(9) Linux(3) Solaris(6) SVR4(0)
You could try to rebrand it to type 9.
as root:
brandelf -f 9 /usr/local/lib/RealPlayer/realplay.bin
But the syntax error, how would that get there?  Try to make reinstall  
after a make distclean if branding fails. 

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


Re: update all ports

2005-03-13 Thread Jason Henson
On 03/13/05 12:13:22, Dick Hoogendijk wrote:
To update all installed ports with protupgrade (not portmanager) will
I
need portupgrade -ra or portupgrade -rRa ?
This will be done _after_ running the gnome_update.sh script ;-)
--
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11 ++ FreeBSD 5.3
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
If you want to upgrade all ports, then -faRr.  Every port is rebuilt.   
This would be good for ports listed with incorrect dependencies.

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


Re: portsdb -uU error (I also need some tips)

2005-03-13 Thread Jason Henson
On 03/13/05 12:09:24, Fafa Diliha Romanova wrote:
Hello!
There's been a lot of mess in my ports lately.
I want to get rid of this:
pkg_delete: package bsdpan-libwww-perl-5.800 has no origin recorded
pkg_delete: package bsdpan-libwww-perl-5.800 has no origin recorded
Which pops up every time I install/deinstall a port or package.
I have done a 'pkgdb -F' which seemed to work.
Upon 'portsdb -uU' I get:
It looks like a problem with /var/db/pkg.  You have time to wipe
/var/db/pkg and remove all ports?  Try portmanager before you wipe your  
ports and db.

Have you cd /usr/ports  mkae fetchindex?
Stop in /usr/ports.
No such file or directory - /tmp/INDEX8274.0
portsdb: index chmod error
chmod error?  Are you root or what?
#
So what is this?
Also, can anybody tell me if these commands are all I need to
do a full cleanup and upgrade of my ports?
This is my /root/make.PORTS:
#
cvsup -g -L 2 /etc/cvsupfile  pkgdb -F  portupgrade -ra   
portsdb
-uU  portupgrade -ra  pkgdb -F

Don't do pkgdb unattended, you may need to answer questions.  You could  
skip all this index stuff if you use portmanager.  But you need
/var/db/pkg in good condition to use pormanager, I think?
#
Thank you all so much!
All the best,
-- Fafa

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


Re: [Realplay10GOLD] Error: ELF binary type 0 not known

2005-03-13 Thread Jason Henson
On 03/13/05 12:08:43, David Fleck wrote:
On Sun, 13 Mar 2005, Jason Henson wrote:
On 03/11/05 03:47:27, P.H.Tung wrote:
I successfully installed Realplayer10GOLD on FreeBSD released 5.3
When I run realplay from console, I got following error:
ELF binary type 0 not known.
/usr/local/lib/RealPlayer/realplay.bin: 1: Syntax error: (
unexpected
What does it means? any advises?
Thanks!
___

Sounds like a compiler error?  Check man brandelf.
$ brandelf -l
known ELF types are: FreeBSD(9) Linux(3) Solaris(6) SVR4(0)
You could try to rebrand it to type 9.
as root:
brandelf -f 9 /usr/local/lib/RealPlayer/realplay.bin
But the syntax error, how would that get there?  Try to make  
reinstall after a make distclean if branding fails.

It's a little more mysterious than that.
the Realplayer port is a Linux binary, so branding it for FreeBSD  
probably won't work.  But here's what's odd -- I just installed  
linux-realplayer-10.0.2_1, and it seems to have installed OK.  When I  
check its branding, I get:

bender# brandelf /usr/local/lib/RealPlayer/realplay.bin
File '/usr/local/lib/RealPlayer/realplay.bin' is of brand 'SVR4' (0).
so it's not branded for Linux or FreeBSD!  And yet it seems to be ok.
And the 'Syntax error' the OP is getting makes no sense at all.
My suggestion at this point - do
brandelf /usr/local/lib/RealPlayer/realplay.bin
file /usr/local/lib/RealPlayer/realplay.bin
and report the results back.
--
David Fleck
[EMAIL PROTECTED]
___
The 0 branding is for any non-BSD (i.e. System V based) Unix, like  
linux too.  System V based Unixes (SVR4, Solaris 2.x, SCO ODT 3.0, AIX,  
A/UX, DELL, ...).  They will run on BSD.  I used to not put the - 
freeBSD in my [EMAIL PROTECTED] client and I would run into this.  I rebrand them and  
all is well.  I might should download the correct ones just to be safe?

You say you installed, did you do a make install using ports?  If not  
remove the program and use the port.  If you did use the port then here  
is some more info.

Some programs can have `-DSVR4' added to the CFLAGS in their Makefile  
to generate a SVR4 bin.  Maybe you should cd to /usr/ports/multimedia/ 
realplayer(right spot?) and do a make config, and check the makefile  
for such flags.  

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


Re: If I have portmanager, do I need portupgrade?

2005-03-13 Thread Jason Henson
On 03/13/05 15:57:23, Chris Hodgins wrote:
Michael C. Shultz wrote:
On Sunday 13 March 2005 12:38 pm, you wrote:
Michael C. Shultz wrote:
On Sunday 13 March 2005 12:05 pm, Fafa Diliha Romanova wrote:
If I just do:
cvsup -g -L 2 /etc/cvsupfile  portmanager -u
Do I need portupgrade at all then?
Thanks.
Not for upgrading.  portsclean (a part of portsupgrade package) is
a nice feature of portupgrade, so is pkg_which and a few others so
I keep portupgrade around just the same.
-Mike
How long does it take to run portmanager.  Is it a similar amount  
of
time as portupgrade for each run?

Chris

That is a tough question here is how it tends to work for me:
First I run it everyday since I'm developing it I have to know if  
there
is anything changed in ports that is going to cause portmanager to
crash.  Most days it takes less than an hour, but sometimes when
just one lower level port like gettext for example is updated it may
take 24 hours to finish.  I'm using a 1ghz machine with both gnome
and kde (all together about 300 installed ports) as an example.

Here is exactly how portmanager works:
First dependent ports that are out of date are upgraded, then  
everything
that depends on them are upgraded.  portupgrade does not work this  
same way so the time comparison is very tough to predict.

-Mike
Ah I see.  So portmanager is sort of doing the equivelant to:
portupgrade -fr myOutOfDatePort ??
Does this not mean it will always be slower than portupgrade?  If it  
a low-level port it is going to take ages but if it is high-level it  
will start to get closer to the time it takes for portupgrade to run.   
Never faster?  Or am I missing something.

Is there a reason it does it this way over portupgrades method?
Chris
___
I think there is no big difference between just running portupgrade vs  
portmanager.  I would say portmanager is better and faster because you  
don't need to baby sit, it is really automagical, and there is no  
messing with an index.  To upgrade one high level port will take that  
same time on both, if you don't have to pkgdb -F or fiddle with the  
index.  If it is a low level port portmanager will likely take longer,  
but get it done right the first time.  If portupgrade finishes first it  
likely missed some cross dependancies and you will have to do it by  
hand after you have done some trouble shooting.  The best part about  
portmanager for is NO RUBY!

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


Re: kern.maxpipekva exceeded, please see tuning(7)

2005-03-13 Thread Jason Henson
On 03/13/05 15:44:32, John DeStefano wrote:
I have seen a mention or two of this error on the lists before,
including this link to the current list I pulled up from Google:
http://lists.freebsd.org/pipermail/freebsd-current/2004-January/019150.html
In my case, the errors began after my exploratory two-year-old found
the shiny 'reset' button and could not resist its powers.  I'm also
getting HDD error messages on boot, 'fsck -y' shows all the file
systems as read-only and returns errors on one of them, and I can no
longer SSH into my system (due to, I assume, too many open file
handles), or even get a command in on my console without an error
popping in..
The solution does not seem clear cut to me, and it seems the error
message itself does not provide valid (or, at least, sufficient)
information.
Could someone please help, or point me in the right direction?
Thanks, as always,
John
___
FreeBSD is very robust with power failures, but that was a reset  
button.  Do you have acpi on?  When I hit my power button every once in  
a while my system shuts down properly.  Try booting into single user  
mode and do a manual mount and fsck.

And just to help you out:
$ sysctl -ad | grep pipekva
kern.ipc.maxpipekva: Pipe KVA limit
kern.ipc.pipekva: Pipe KVA usage
$ sysctl -a | grep pipekva
kern.ipc.maxpipekva: 8634368
kern.ipc.pipekva: 344064
$ uname -a
FreeBSD BARTON 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #5: Mon Mar  7  
20:51:09 EST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NINAMORI  i386
$

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


Re: [asking again] did a bad thing to my ports?

2005-03-13 Thread Jason Henson
On 03/13/05 19:02:13, Ben Munat wrote:
Don't mean to be a pest, but I can't believe no one has anything to  
say about this... :-)
b

I would dump portupgrade and the index stuff and use portmanager.  It  
makes life easy.

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


Re: mergemaster problem

2005-03-13 Thread Jason Henson
On 03/13/05 17:08:56, masterkev28 masterkev28 wrote:
Hello everyone,
When I do mergemaster -ia, I get the following errors:
*** The directory specified for the temporary root environment,
/var/tmp/temproot, exists.  This can be a security risk if
untrusted
users have access to the system.
Why are you using -ia, they are th opposit in the man page.  You  
should:

# make buildworld
# make buildkernel
# make installkernel
# reboot
After installkernel finishes successfully, you should boot in single  
user mode (i.e. using boot -s from the loader prompt). Then run:
# mergemaster -p
# make installworld
# mergemaster
# reboot


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


Re: Boot problem with freebsd 5.3

2005-03-14 Thread Jason Henson
On 03/14/05 16:15:14, cell wrote:
hello , i have problem when i boot with freebsd 5.3 since i have had  
a
power cut .The message of the error is :

error 16 Iba 191
No /boot/loader
FreeBSD/i386 boot
Default: 0:ad(0,a)/kernel
boot: error 16 Iba 191
No /kernel
I don't know if the hard disk is endommaged but i don't think.How do
for boot in freebsd ?
___

boot /boot/kernel.old
or use a install disc?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mergemaster problem

2005-03-14 Thread Jason Henson
On 03/14/05 00:02:43, masterkev28 masterkev28 wrote:
Hi,
I didn't rebuild world, or kernel, however just some regular routine
portupgrade -a.
The problem is that no matter what I do with mergemaster, I get this
error( also the same error occurs on another box of mine), and it
started happening about a week ago after I did cvsup.
It keeps complaining the line 76~80 in /usr/src/etc/Makefile, where I
have no idea what's wrong with this file.
Thanks,
Kev
Cvsup!  Cvsup what, the stanard file to upgrade your base system?  You  
don't need mergemaster unless you cvsup your base system, and if you  
did that and merged the new files, thats bad.  You should rebuild the  
world and the kernel then install them.  And don't cvsup unless you  
intend to upgrade your base system.  That can put things out of sink.

On Mon, 14 Mar 2005 02:29:10 +, Jason Henson [EMAIL PROTECTED]
wrote:
 On 03/13/05 17:08:56, masterkev28 masterkev28 wrote:
  Hello everyone,
  When I do mergemaster -ia, I get the following errors:
 
  *** The directory specified for the temporary root environment,
  /var/tmp/temproot, exists.  This can be a security risk if
  untrusted
  users have access to the system.
 

 Why are you using -ia, they are th opposit in the man page.  You
 should:

 # make buildworld
 # make buildkernel
 # make installkernel
 # reboot
 After installkernel finishes successfully, you should boot in  
single
 user mode (i.e. using boot -s from the loader prompt). Then run:
 # mergemaster -p
 # make installworld
 # mergemaster
 # reboot

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





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


Re: Boot problems afther reinstall windows

2005-03-14 Thread Jason Henson
What is in your windows boot.ini file?



On 03/14/05 11:13:49, Alex de Kruijff wrote:
Hi,
I've recently reinstalled windows. Windows removes the MBR as you
know.
So ather I installed it I set partion 1 (FreeBSD) active and  
rebooted.
Then I followed the handbook and did fdisk -B -b /boot/boot0 ad0. Now
I
get the orginal screen afther booting. Only it beeps when I press F2
(Windows). I can mount the second partion on FreeBSD, but cant boot.
Any
ideas to what I'm missing here?

# fdisk
*** Working on device /dev/ad0 ***
parameters extracted from in-core disklabel are:
cylinders=484521 heads=16 sectors/track=63 (1008 blks/cyl)
Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=484521 heads=16 sectors/track=63 (1008 blks/cyl)
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 63, size 20971377 (10239 Meg), flag 80 (active)
beg: cyl 0/ head 1/ sector 1;
end: cyl 1023/ head 104/ sector 63
The data for partition 2 is:
sysid 12 (0x0c),(DOS or Windows 95 with 32 bit FAT (LBA))
start 20980890, size 20948760 (10228 Meg), flag 80 (active)
beg: cyl 1023/ head 0/ sector 1;
end: cyl 1023/ head 254/ sector 63
The data for partition 3 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 41942880, size 446454288 (217995 Meg), flag 80 (active)
beg: cyl 1023/ head 210/ sector 1;
end: cyl 1023/ head 80/ sector 63
The data for partition 4 is:
UNUSED
--
Alex
Please copy the original recipients, otherwise I may not read your
reply.
WWW: http://www.kruijff.org/alex/FreeBSD/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]




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


Re: 5.3-release fine with 512MB RAM, reboots at times with 1.5GB (but no panic)

2005-03-15 Thread Jason Henson
On 03/15/05 22:10:27, Jean Lagarde wrote:
I have been troubleshooting reboots over the last weekend, I think I  
might have enough clues now to get some useful hints from an expert.

FreeBSD 5.3-release (see dmesg below for details)
The problem seems to be with trying to run with 1.5GB vice 512MB of  
RAM. The system has not had problems so far when I only leave the  
512MB stick in. When I add the 1GB stick the system will reboot at  
specific times, for example, while trying to launch KDE3 or trying to  
make OpenOffice (always reboots at Extracting for  
openoffice-1.1.2-1). I do not see any panic in the messages log, the  
system just silently reboots.

I initially installed FreeBSD with only the 512MB stick in.
The memory itself seems fine; memtest86 detects no errors.
At boot time all the memory is detected:
real memory  = 1610547200 (1535 MB)
avail memory = 1568432128 (1495 MB)
Running memtest all only seems to find 512MB to use. It evidently  
makes no assumption about how much memory is there, starting by  
trying to malloc 4GB and reducing the amount gradually until it  
finally successfully mallocs 512 MB and eventually manages to lock  
413 MB (failed due to insufficient resources above that). The tests  
on the 413 MB do pass.

I have rebuilt the kernel with VM_KMEM_SIZE_MAX=419430400 as  
suggested in the FAQ. No change.

Would setting MAXMEM to 1572864 help? I am not sure since the correct  
amount is reported by FreeBSD at boot, and right now trying to make  
the kernel with that option seems to be another case that reboots the  
machine (i.e. the make process itself reboots the machine) so I have  
not tried it yet (guess I would have to remove the 1GB  stick to make  
the new kernel and then put it back to try it out).

Thank you for any help.
What happens with just the gig stcik?  What happens when you switch the  
slots the sticks are in?  Are the sticks the sam brand?  Are the  
brands/brand supported? http://www.sis.com/support/support_memory_3.htm
Are you overclocking?

intersresting read on the sis memory controller
http://www.lostcircuits.com/motherboard/asus_p4s333/
I also find it hard to believe you have a bad mptable.  Maybe you could  
check for a new bios?  It is kind of funny if sis used the ms acpi  
tools and not intels for an intel system.  I say this because I have  
never heard of problems from the intel acpi tools, and ms is the only  
other set I know of.



dmesg

FreeBSD 5.3-RELEASE #1: Sun Mar 13 20:01:36 PST 2005
   x:/usr/src/sys/i386/compile/KERNEL_JEAN
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) 4 CPU 2.20GHz (2205.01-MHz 686-class CPU)
 Origin = GenuineIntel  Id = 0xf24  Stepping = 4
  
Features=0x3febfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,C
MOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM
real memory  = 1610547200 (1535 MB)
avail memory = 1568432128 (1495 MB)
mptable_probe: MP Config Table has bad signature: .\M^K\M-@

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


Re: flash plugin?

2005-03-15 Thread Jason Henson
On 03/15/05 20:49:00, Tom Vilot wrote:
I have the port flashplugin-mozilla-0.4.12 installed (using  
firefox-1.0.1_2,1). I find that it crashes firefox pretty  
consistently.

However, a quick grep of flash in the ports reveals these:
flash-0.9.5
flashplugin-0.4.3
flashplugin-firefox-0.4.12
flashplugin-mozilla-0.4.12
flashplugin-mozilla-devel-0.4.12
flashpluginwrapper-0.20021113
linux-flashplugin-5.0r51_2
linux-flashplugin-6.0r79_2
linux-flashplugin-7.0r25_1
linuxpluginwrapper-20050119_1
Should I be using one of these? What are they all!? :c)
___
How about http://www.freshports.org/www/flashplugin-firefox/
And put WITH_MOZILLA=firefox ine /etc/make.conf.  You may have had  
mozilla installed as a dependancy of the falsh plugin without that flag  
set.

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


Re: kern.ipc.nmbclusters

2005-03-15 Thread Jason Henson
On 03/15/05 18:02:22, kalin mintchev wrote:
ok.. to day for a first time ever i saw this in my logs:
 /kernel: All mbuf clusters exhausted
so i gotta up the kern.ipc.nmbclusters..
also what would be a decent nmbclusters to specify in the loader for  
a
gig
or ram and 2 gigs of swap?

how many mbufs per cluster?
also why is this client stuck in the netstat. how come Send-Q is so
much?:
Did you check top to see if you even use swap?  I never use swap with  
512MB on my desktop.  Read man tuning, around byte 32372.  Try netstat  
-m.

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


Re: inode

2005-03-16 Thread Jason Henson
On 03/16/05 08:06:03, Giorgos Keramidas wrote:
On 2005-03-16 13:49, Gert Cuykens [EMAIL PROTECTED] wrote:
On Wed, 16 Mar 2005 14:27:21 +0200, Giorgos Keramidas
[EMAIL PROTECTED] wrote:

 Show us the output of:

 # df -ik

 $ df -ik
 Filesystem  1K-blocks   Used  Avail Capacity iused ifree %iused
Mounted on
 /dev/ad0s1a253678  35430 19795415% 981 320413%   /
 devfs   1  1  0   100%   0 0  100%
/dev
 /dev/ad0s1e253678  6 233378 0%   3 330190%
/tmp
 /dev/ad0s1f673024 332902 28628254%   87038 0  100%
/usr
Here you are.  Your /usr partition has no free i-nodes.  Probably
because you used too large block/fragment sizes when it was newfs'd.
You have two options, both of which involve a reinstallation:
a) Resplit the disk giving more space to /usr.
b) Use a single, big root partition.
One possible layout, if you choose (a) could be:
FilesystemSize  Mount-point Other
/dev/ad0s1a   100-200 MB/   -
/dev/ad0s1b   ??? MB-   (swap, tmpfs)
/dev/ad0s1e   200-300 MB/var-
/dev/ad0s1f   rest  /usrthe rest of the
disk
You can then use /usr/home for the home directories of users, and  
have
most of your space in /usr (where it is needed).

Maybe you could do 100-200MB for / and /var.  Here is my system:
$ df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad0s2a248M 66M162M29%/
devfs  1.0K1.0K  0B   100%/dev
/dev/ad0s2e248M 21M207M 9%/tmp
/dev/ad0s2f 27G 19G5.4G78%/usr
/dev/ad0s2d248M 40M188M17%/var
/dev/ad0s1 8.0G7.9G153M98%/usr/ntfs
$
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd-questions Digest, Vol 91, Issue 41

2005-03-16 Thread Jason Henson
On 03/16/05 20:23:13, Christopher Kelley wrote:
Brian John wrote:
Hello,
When I try to build openoffice I get the following error:
./unxfbsd.pro/misc/FREEBSDGCCIruntime/libprldap50.so  \ echo  / 
dev/null
cp: ./unxfbsd.pro/misc/build/mozilla/dist/bin/libnss3.so: No such  
file or
directory
dmake:  Error code 1, while making
'./unxfbsd.pro/misc/build/so_moz_runtime_files'
---* TG_SLO.MK *---
*** Error code 255

Stop in /usr/ports/editors/openoffice-1.1.
Does anyone know why this might happen or what I can do to fix it?
The mozilla included with OpenOffice.org needs patches to work with  
the current Freetype2 in ports.  Those patches have not been comitted  
yet, so for now you have to build without mozilla.

make -DWITHOUT_MOZILLA install clean
Christopher
___
What about WITH_MOZILLA=firefox in /etc/make.conf.  Will OO.org respect  
that and not build mozilla?  If you use firefox that is.

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


wine can't read a cd

2005-03-20 Thread Jason Henson
$ wine c:/Program\ Files/Starcraft/starcraft.exe
fixme:file:get_default_drive_device auto detection of DOS devices not  
supported on this platform
fixme:cdrom:CDROM_GetInterfaceInfo not implemented for BSD
fixme:ntdll:NtQueryVolumeInformationFile device info not properly  
supported on this platform
err:heap:HEAP_CreateSystemHeap system heap base address 0x8000 not  
available
$


Data File Error:
Starcraft is unable to read a required file.  Your cd may not be in the  
drive.

I can not get any cracks to work.  I can use winefile to browse the  
cd.  I can run the launcher app off the disc, but it freezes and pops  
up a warning about the disc not in the drive.  I have spent hours on  
this, any one have an idea?

FreeBSD BARTON 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #5: Mon Mar  7  
20:51:09 EST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NINAMORI  i386

and I compiled wine today after a cvsup.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wine can't read a cd

2005-03-20 Thread Jason Henson
On 03/21/05 01:01:58, stheg olloydson wrote:
it was said:
snip
Data File Error:
Starcraft is unable to read a required file.  Your cd may not
be in the
drive.


I can not get any cracks to work.  I can use winefile to browse
   ^^
snip
Can you get any software you haven't stolen to work?
stheg
		 
__
Haha,  very funning.  I have bought all my games thank you very much.   
My games just won't run under FreeBSD.  And cracks were actually  
recomended on some linux mail archives I found.  They would solve my  
problem if they worked.  Does starcraft work for you on a fresh wine  
install with no extra configuration?

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


Re: dual-boot troubles; /usr won't mount

2005-03-22 Thread jason henson
Gary Kline wrote:
I'm having trouble installing 5.3 from my 4CD set.  I have
a 10G Window partition;  That leaves 3 slices available.
I have tried various sizes for /,  SWAP, and /usr,  but newfs
consistantly has trouble mounting /usr.  I have no idea why.
After I hit return, the install completes, I reboot to see
F1: ???
F2: FreeBSD
F3: FreeBSD
F4: FreeBSD
	F1 brings up my W2k; F2  boots FBSD but there is a system
	error swhen it tried to mount /usr.  I tried by-hand.  No-joy.
	Anybody know what I'm doing wrong?  (Must I use the NT 
	bootloader, etc?)

gary

 

Looks like you have 3 root partitions for FBSD and one for windows.  I 
think you are dividing the disk up to soon.  You only divide ad0 into 
ad0s1(w2k) and ad0s2(ufs).  Then in the FBSD disk labeler you make /, 
swap, /usr, /tmp, etc  So to recap it seems you have made ad0s1, 
ad0s2, ad0s3, and ad0s4 and the boot loader asks which you what to boot 
from.  So there is no /usr(I guess) on ad0s2, you put it on ad0s3.  
Print out the steps from the handbook if you need to.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: First Time Experience-FreeBSD/i368 login:

2005-03-22 Thread jason henson
Johaness Terra wrote:
I am a trainee for a corporate company and I really need your assistance. My 
boss as left for an emergency leave.
The server, I understand is a proxy mail server running on FreeBSD/i386. I am 
new and the management wants me to add a new email account user on the server. 
I am really having a hard time and would very much appreciate any simple 
assistance.
I am now stucked at FreeBSD/i386 (proxy.mrdc.com.pg) (ttyvo)
Login:
Please assist. I would very much appreciate 


-
 

So you can't login?  You don't have a user/pass?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: AMD64 much slower than i386 on FreeBSD 5.4-pre

2005-03-23 Thread jason henson
[EMAIL PROTECTED] wrote:
The answer, Boris, is that the team has no idea what
they're doing. Check out some of the threads on
performance testing. They tune little pieces here
and there, and break 10 other things in the process.
Matt Dillon determined that 10,000 ints/second
was optimal. Of course if you're passing 10Kpps
that means you get an interrupt for every
packet.
They're playing pin the tail on the donkey.
You could understand what he was saying?  I wanted to help but was 
unsure of what he was asking.  I also seem to remember that discussion 
you are referring too.  IIRC, 10,000hz for pooling was the setting they 
ere talking about.  But on it would very a little, and with the fxp 
based card polling hurt a little because the card was already ding its 
own thing in hardware.  So that setting was redundant, it was best to 
leave it alone. 

He also seemed to say the network bandwidth was constant, and system 
load rose with an 64bit system.  This right?  If he was using GENERIC on 
a smp system he was only using 1 cpu with out a recompile.  There is 
just so much that could be wrong and he gives no information on his 
system or settings. 

Doess he have 2 amd64 pcs with 2 different installs of 5.3, or a single 
machine that he ran both versions on?  The router, is that a third 
machine that was an amd64 system, or something else?  He says i386, but 
an up to date 5.3 world doesn't support 386 with out a work around.  The 
least commom setting is now 486, but a build for 686 would be better.  
Did he tell you if he had polling on?

So I guess it is a good thing you were able to help him, because I 
couldn't.  Not to mention the flame bait you through out, well, that 
would be wrong. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libgtk problems

2005-03-23 Thread jason henson
Lute Mullenix wrote:
I recently did an upgrade after not having done one in a couple months,
and now a bunch of stuff is broken and it all seems to stem from here:
/libexec/ld-elf.so.1: Shared object libgtk-x11-2.0.so.400 not found,
required by program
I have done some searching but as of yet have not found any info on this.
I am currently doing a portupgrade -arRf hoping that this will fix the
problem but so far has not.
Can someone tell me where I can find the info I need to get this
corrected?
Thanks,
--
Lute
It's OK to be different
FreeBSD 5.3 RELEASE
___
 

There was a major gnome upgrade.  Have you looked at freebsd.org/gnome 
to get the upgrade script?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mount_smbfs variable error

2005-03-23 Thread jason henson
John DeStefano wrote:
I get the following error when I try to mount_smbfs a LAN file share
as root with 5.3-RELEASE and a GENERIC kernel, both cvsup-ed and
compiled this past weekend:
/usr/libexec/ld-elf.so.1: mount_smbfs: Undefined symbol vfsisloadable
I can't find a whole lot of information about this error.  But
apparently, vfsisloadable is an outdated parameter that should no
longer be referenced in the source.
The only other reference I found to this error was a kernel that was
missing the proper support, but it seemed that a GENERIC kernel would
take care of that.
Any ideas on how to verify that my system has got whatever mount_smbfs
may need to operate properly, or how to remedy the error?
Thank you,
~John
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2004-04/0699.html
Did you do a kldstat to see if smbfs.ko is there?  It is no longer in 
GENERIC.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: AMD64 much slower than i386 on FreeBSD 5.4-pre

2005-03-23 Thread jason henson
[EMAIL PROTECTED] wrote:
 

The answer, Boris, is that the team has no idea what 
they're doing. Check out some of the threads on 
performance testing. They tune little pieces here 
and there, and break 10 other things in the process. 
Matt Dillon determined that 10,000 ints/second 
was optimal. Of course if you're passing 10Kpps 
that means you get an interrupt for every 
packet. 
 
They're playing pin the tail on the donkey. 
 
You could understand what he was saying? I wanted to help but was 
unsure of what he was asking. I also seem to remember that discussion 
you are referring too. IIRC, 10,000hz for pooling was the setting they 
ere talking about. But on it would very a little, and with the fxp 
based card polling hurt a little because the card was already ding its 
own thing in hardware. So that setting was redundant, it was best to 
leave it alone.  
He also seemed to say the network bandwidth was constant, and system 
load rose with an 64bit system. This right? If he was using GENERIC on 
a smp system he was only using 1 cpu with out a recompile. There is 
just so much that could be wrong and he gives no information on his 
system or settings.  
Doess he have 2 amd64 pcs with 2 different installs of 5.3, or a 
single machine that he ran both versions on? The router, is that a 
third machine that was an amd64 system, or something else? He says 
i386, but an up to date 5.3 world doesn't support 386 with out a work 
around. The least commom setting is now 486, but a build for 686 would 
be better. Did he tell you if he had polling on? 
 
So I guess it is a good thing you were able to help him, because I 
couldn't. Not to mention the flame bait you through out, well, that 
would be wrong. ___ 

- Previous Message
No, thats not what I was talking about. They were tuning the MAX_INTS 
parameter for the em
driver, which can hold off interrupts to reduce system overhead. 
Instead of minimizing the load,
they were focused on squeezing a few extra bits out of iperf, which is 
not how you tune
performance. If you get 700Kb/s and have a 95% load and can get 
695Kb/s with 60% load,
which is better? Plus they were testing with a regular PCI bus, so 
they were hitting the
wall on the bus throughput, which changes all the timings, so it was 
just a stupid test in
general.

I would say 60% load.  Now I completely understand what you were saying.
I'm not 100% sure of what he was saying, but I've seen the same thing. 
I take an i386 disk
and pop on an amd64 disk with the same settings, except for the 3 or 4 
required differences,
and the i386 machine has WAY less network load. So maybe your 
buildworld runs faster,
but the whole interrupt/process switching mechanism runs like crap, so 
you likely have a
slower machine. I haven't seen any test that shows otherwise, just a 
bunch of swell
guys swearing that one thing is faster than another.

I understand that you don't want to hear the truth, so flame away. But 
its not going to make
things any better.
Ahh! More flame bait!  I just didn't like you platitudinal and 
unproductive message that I believe would just drive Boris onto linux 
and leave a possible open problem on FreeBSD for some one else to 
discover latter.  It's not that I don't want to hear the truth, you were 
just not saying anything worth his time.  But atleast now we can get 
some where to help him and the amd64 port.  I also had the idea that 
Boris was just trolling because he has not responded, just said FreeBSD 
was bad and left us to duke it out.

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

So the whole interrupt/process switching mechanism runs like crap with 
the amd64 build?  Since I don't have a amd64 system, and you might hav 
access to atleast 1, how about getting a little info on the irqs?  Look 
at systat -vmstat or vmstat -i under load?  aybe report it back?  I 
wonder if the irq rates are changing, or irqs are taking longer to 
service.  Either there is a problem.  Ofcourse some hardware info would 
be nice, chipset and cpu?  Maybe you script vmstat -i for a log, and use 
netperf too? 

I like Nick's followup.  I would guese Boris may have a problem with 
proper hardware support.  I can't really said it is bad hardware if 
speeds are the same, just high load(right?).  Maybe the driver he is 
using is not good for 64bit as it is for 32bit?

I think if Boris studies the thread I like to below he will be alright. 

Check this out:
http://www.atm.tut.fi/list-archive/freebsd-stable/thrd66.html
http://docs.freebsd.org/cgi/mid.cgi?200502171636.10361.drice
Inparticular:
http://www.atm.tut.fi/list-archive/freebsd-stable/msg19651.html
http://www.atm.tut.fi/list-archive/freebsd-stable/msg19679.html
___
freebsd-questions@freebsd.org mailing list

Re: missing desktop icons

2005-03-23 Thread jason henson
Warren wrote:
im running FreeBSD 5.4 and after the comp hung and i re-booted 3/4 of all my 
desktop icons have dissapeard into oblivion .. any way i can recover them or 
do i need to re-add them all back manually ?
 

Check lost+found after you run fsck if they don't come back.  Maybe the 
icons are still be there and you have a corrupt config file now?  Have 
you looked at /usr/X11R6/share/icons?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mount_smbfs variable error

2005-03-24 Thread jason henson
John DeStefano wrote:
On Wed, 23 Mar 2005 23:39:58 -0500, jason henson [EMAIL PROTECTED] wrote:
 

John DeStefano wrote:
   

I get the following error when I try to mount_smbfs a LAN file share
as root with 5.3-RELEASE and a GENERIC kernel, both cvsup-ed and
compiled this past weekend:
/usr/libexec/ld-elf.so.1: mount_smbfs: Undefined symbol vfsisloadable
I can't find a whole lot of information about this error.  But
apparently, vfsisloadable is an outdated parameter that should no
longer be referenced in the source.
The only other reference I found to this error was a kernel that was
missing the proper support, but it seemed that a GENERIC kernel would
take care of that.
Any ideas on how to verify that my system has got whatever mount_smbfs
may need to operate properly, or how to remedy the error?
Thank you,
~John
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

 

http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2004-04/0699.html
Did you do a kldstat to see if smbfs.ko is there?  It is no longer in
GENERIC.
   

Hi Jason,
I too found that link, which is where I got the idea that
vfsisloadable was an outdated parameter, but I saw that loading the
smb_fs module generated an error for that user, so I didn't follow up
on that information.
I'm glad you pointed this out though, as loading the kernel module
works for me.
But without your response, how would I ever have known this?  It's
certainly not mentioned in UPDATING, and the error output was not
helpful.  Where would I have found this information?
Thanks,
~John
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

I just found it with google by cutting and pasting.  I then did some 
reading.  I find the archive search at freebsd.org kind of sucks.  You 
could also try google.com/bsd.  This was also on the current mailing 
list.  I was thinking about submitting something to the doc project 
about stuff I find, but in the past they have emailed me back showing me 
it was already in them(usaully in a faq).  So I haven't sent to many new 
items to them.  Also in the past I have done a diff between my kernel 
conf and GENERIC to see the changes between updates, but I have learned 
most of it well enough to spot most things now.  I also don't build in 
anything I can load.

I guess you would have never have know with out many hours of poking 
around your system, but thats what these lists are for right? :) 

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


Re: mount_smbfs variable error

2005-03-24 Thread jason henson
John DeStefano wrote:
On Thu, 24 Mar 2005 09:47:44 -0500, John DeStefano
[EMAIL PROTECTED] wrote:
 

On Wed, 23 Mar 2005 23:39:58 -0500, jason henson [EMAIL PROTECTED] wrote:
   

John DeStefano wrote:
 

I get the following error when I try to mount_smbfs a LAN file share
as root with 5.3-RELEASE and a GENERIC kernel, both cvsup-ed and
compiled this past weekend:
/usr/libexec/ld-elf.so.1: mount_smbfs: Undefined symbol vfsisloadable
I can't find a whole lot of information about this error.  But
apparently, vfsisloadable is an outdated parameter that should no
longer be referenced in the source.
The only other reference I found to this error was a kernel that was
missing the proper support, but it seemed that a GENERIC kernel would
take care of that.
Any ideas on how to verify that my system has got whatever mount_smbfs
may need to operate properly, or how to remedy the error?
Thank you,
~John
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

   

http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2004-04/0699.html
Did you do a kldstat to see if smbfs.ko is there?  It is no longer in
GENERIC.
 

Hi Jason,
I too found that link, which is where I got the idea that
vfsisloadable was an outdated parameter, but I saw that loading the
smb_fs module generated an error for that user, so I didn't follow up
on that information.
I'm glad you pointed this out though, as loading the kernel module
works for me.
But without your response, how would I ever have known this?  It's
certainly not mentioned in UPDATING, and the error output was not
helpful.  Where would I have found this information?
Thanks,
~John
   

Could someone please direct me to where I can read about when and why
the smbfs module was removed from the GENERIC kernel?  I can't find
it, and it's not in UPDATING or the release notes.
Thanks.
 

My mistake, it was never in GENERIC.  Or I can't find were it was.
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/GENERIC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: remove all xfce4

2005-03-24 Thread jason henson
T.F. Cheng wrote:
yo! trying to remove all the xfce4 components so I can
rebuild it. I pkg_delete each individual *xfce*
package manually (probably a bad idea). But anyhow, I
can still find a lot of xfce4 app under
/usr/local/bin, this interfere with the rebuild
process since it think something is already there.
Anything I can do? thansk a lot!!
Best Regards,
Tsu-Fan Cheng
_
Do You Yahoo!?
 @yahoo.com  @ http://chinese.mail.yahoo.com
Get your free @yahoo.com address at http://chinese.mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

portupgrade -faRr, or portmanager. Try cd /usr/ports/x11-wm/xfce4  
make all-depends-list. You don't need to rebuild unless you have 
upgraded a dependancy(then portupgrade or portmanager will do it for 
you) or you want to change build options(then portupgrade will do it).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wmf file browser ?

2005-03-24 Thread jason henson
bsdzz wrote:
I have a bunch of 'windows meta file' clipart images I want to browse, 
is there a browser that will let me browse them?  I can't find 
anything in /usr/ports or by googling 'freebsd view wmf'. All I see is 
a wmf library.

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

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


cdrom trouble with wine

2005-03-27 Thread jason henson
I have got to a point where I need some help.  I have got starcraft tot 
install, broodwar to install, and update it.  I can run programs from cd 
in with, like setup.exe, but starcraft still can't read a file on the 
cd.  I have mounted the cd in my home dir, created the right wine config 
file, and even used dd to make an iso that I mounted and it still didn't 
work.  I don't think this game even uses any secure rom because a simple 
disc copy on to a cdr works fine in windows.  Anyone had a problem like 
this?

$ wine starcraft.exe
fixme:file:get_default_drive_device auto detection of DOS devices not 
supported on this platform
fixme:ntdll:NtQueryVolumeInformationFile device info not properly 
supported on this platform
err:heap:HEAP_CreateSystemHeap system heap base address 0x8000 not 
available
$

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


Re: cdrom trouble with wine

2005-03-27 Thread jason henson
jason henson wrote:
I have got to a point where I need some help.  I have got starcraft 
tot install, broodwar to install, and update it.  I can run programs 
from cd in with, like setup.exe, but starcraft still can't read a file 
on the cd.  I have mounted the cd in my home dir, created the right 
wine config file, and even used dd to make an iso that I mounted and 
it still didn't work.  I don't think this game even uses any secure 
rom because a simple disc copy on to a cdr works fine in windows.  
Anyone had a problem like this?

$ wine starcraft.exe
fixme:file:get_default_drive_device auto detection of DOS devices not 
supported on this platform
fixme:ntdll:NtQueryVolumeInformationFile device info not properly 
supported on this platform
err:heap:HEAP_CreateSystemHeap system heap base address 0x8000 not 
available
$

thanks,
Jason

BTW staredit works, but is slugish with out nice.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Needed Info

2005-03-28 Thread jason henson
DeAtH KnIgHt wrote:
Hi,
Im having a little trouble trying to install FreeBSD,
I have 1 Master and 1 Slave Drive on the same IDE
cable. I go to custom Installation because I know what
im doing but I dont quite under why I get this error
message.
Unable to find device node for /dev/ad1s1b in /dev!
The creation of filesystems will be aborted.
		
__ 

 

ad1 means disc 2, possible the slave drive, is where you are tring to 
install to.  Is this what you want, or do you want it on you primary 
which is ad0.  Also did you see this 
http://www.freebsd.org/cgi/query-pr.cgi?pr=78964

The easiest thing would be to try it with just the disc you want to 
install on, no second disc on the cable.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ACPI

2005-03-31 Thread jason henson
Quinn Ellis wrote:
Hello list.
I am running FreeBSD 5.3 AMD64.  It however, won't boot when I leave 
ACPI installed. Is this a bios issue? (Epox 8kda3+ AMD64).

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

I would say yes, but who could really say?  You haven't given alot of 
detail.  That said I have an epox(socket A nforce2) and it seems they 
use the microsoft acpi stuff, which sucks.  I have sent some problems 
reports to them, even one with a phatched asl I did myself.  I got no 
real response, they said we support windows, not linux.  Hold on, 
LINUX!  I told I run FreeBSD!  O well, I would recommend staying away 
from epox if you wnat to run a non-ms os. 

Have you tried the acpidump yet?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: device_polling

2005-04-02 Thread jason henson
dick hoogendijk wrote:
I was building a new kernel today and came across an option I had not
seen before. I googled some and concluded that options device_polling /
options HZ=1000 would be a better way for my realtec network cards than
the default interupt driven..
Is this correct?? Would it be better to have this polling in the kernel?
(fbsd-4.11-stable)
 

I would say yes.  Check man polling for extra info.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GAMING

2005-11-05 Thread jason henson

rick wrote:


how is freebsd for gaming needs ive used linux and windows for years.???
thanks rick
___


 

If you used linux, you should not have a problem.  Video card drivers 
would be your limiting point, I would suggest you use nvidia because of it.

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


Re: ASUS A8N-SLI raid Question

2005-11-05 Thread jason henson

Martin McCann wrote:

Hi all, 

 I've recently updated to 64 bit (spending way to much money in the process!) 
and want to get freebsd 6.0 64 bit installed. I am running windows 64 on it 
(the main reason for the upgrade was games) so it will be dual boot. I have 
freebsd on a 32 bit system on a kvm switch, so it is not essential to get it 
on the 64 bit system, but I would like to give it a go. 

My specific question is, the install doesn't seem to pick up the raid, it 
comes up with ad12 and ad14, reporting both as 80 gig drives, as opposed to 
the 160 gig raid-0 it should see. Any suggestions on that? 

My other question is just feedback in generally, anyone out there with 
experience installing 64 bit 6.0 version on an nforce 4 mobo, and any 
problems I might encounter? I am assuming there are no drivers for SLI mode, 
is this right, and any sign of them on the horizon? 



Cheers, 
Martin 



___


 

Check the list archives or man pages for detials, but I don't think 
FreeBSD supports many hardware raid disk formats, that is why you see 
two 80gig disks.  You will need to do some checking on it, you may have 
to do software raid on it.


See also http://www.nvidia.com/object/freebsd_1.0-7676.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


leak or some other problem in nve0 driver?

2005-11-09 Thread jason henson
Sometimes my nic did become unusable and if I try a ping it says 
something like ping: sendto: buffer full.  I forget to save an exact 
copy of that.  But here is what netstat -m had


82/728/810 mbufs in use (current/cache/total)
79/339/418/17088 mbuf clusters in use (current/cache/total/max)
0/79/4528 sfbufs in use (current/peak/max)
178K/860K/1038K bytes allocated to network (current/cache/total)
0 requests for sfbufs denied
0 requests for sfbufs delayed
0 requests for I/O initiated by sendfile
132 calls to protocol drain routines

I had this simillar issue in 6 beta so I increase some of the network 
and kernel( or other?) buffer sizes and that seemed to fix it.  Then 
yesterday my pc did it again.  Does anyone have any ideas on the cause?


It is a nforce 2 epox 8rda3i motherboard.

FreeBSD barton.flcl.net 6.0-STABLE FreeBSD 6.0-STABLE #2: Mon Nov  7 
03:04:16 EST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RYOKO  i386



FreeBSD 6.0-STABLE #2: Mon Nov  7 03:04:16 EST 2005
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RYOKO
mptable_probe: MP Config Table has bad signature:   
ACPI APIC Table: Nvidia AWRDACPI

Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) XP 2700+ (2029.61-MHz 686-class CPU)
 Origin = AuthenticAMD  Id = 0x6a0  Stepping = 0
 
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE

 AMD Features=0xc0400800SYSCALL,MMX+,3DNow+,3DNow
real memory  = 536805376 (511 MB)
avail memory = 515981312 (492 MB)
ioapic0 Version 1.1 irqs 0-23 on motherboard
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: Nvidia AWRDACPI on motherboard
acpi0: Power Button (fixed)
pci_link0: ACPI PCI Link LNK1 on acpi0
pci_link1: ACPI PCI Link LNK2 irq 11 on acpi0
pci_link2: ACPI PCI Link LNK3 on acpi0
pci_link3: ACPI PCI Link LNK4 irq 12 on acpi0
pci_link4: ACPI PCI Link LNK5 on acpi0
pci_link5: ACPI PCI Link LUBA irq 4 on acpi0
pci_link6: ACPI PCI Link LUBB irq 3 on acpi0
pci_link7: ACPI PCI Link LMAC irq 10 on acpi0
pci_link8: ACPI PCI Link LAPU on acpi0
pci_link9: ACPI PCI Link LACI irq 5 on acpi0
pci_link10: ACPI PCI Link LMCI on acpi0
pci_link11: ACPI PCI Link LSMB irq 11 on acpi0
pci_link12: ACPI PCI Link LUB2 irq 7 on acpi0
pci_link13: ACPI PCI Link LFIR on acpi0
pci_link14: ACPI PCI Link L3CM on acpi0
pci_link15: ACPI PCI Link LIDE on acpi0
pci_link16: ACPI PCI Link APC1 irq 16 on acpi0
pci_link17: ACPI PCI Link APC2 irq 17 on acpi0
pci_link18: ACPI PCI Link APC3 irq 18 on acpi0
pci_link19: ACPI PCI Link APC4 irq 19 on acpi0
pci_link20: ACPI PCI Link APC5 irq 16 on acpi0
pci_link21: ACPI PCI Link APCF irq 0 on acpi0
pci_link22: ACPI PCI Link APCG irq 0 on acpi0
pci_link23: ACPI PCI Link APCH irq 0 on acpi0
pci_link24: ACPI PCI Link APCI irq 0 on acpi0
pci_link25: ACPI PCI Link APCJ irq 0 on acpi0
pci_link26: ACPI PCI Link APCK irq 0 on acpi0
pci_link27: ACPI PCI Link APCS irq 23 on acpi0
pci_link28: ACPI PCI Link APCL irq 0 on acpi0
pci_link29: ACPI PCI Link APCM irq 0 on acpi0
pci_link30: ACPI PCI Link AP3C irq 0 on acpi0
pci_link31: ACPI PCI Link APCZ irq 0 on acpi0
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
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: NVIDIA nForce2 AGP Controller mem 0xd000-0xd7ff at 
device 0.0 on pci0

pci0: memory, RAM at device 0.1 (no driver attached)
pci0: memory, RAM at device 0.2 (no driver attached)
pci0: memory, RAM at device 0.3 (no driver attached)
pci0: memory, RAM at device 0.4 (no driver attached)
pci0: memory, RAM at device 0.5 (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 0xe2003000-0xe2003fff irq 20 
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: 3 ports with 3 removable, self powered
ohci1: OHCI (generic) USB controller mem 0xe2004000-0xe2004fff irq 21 
at device 2.1 on pci0

ohci1: [GIANT-LOCKED]
usb1: OHCI version 1.0, legacy support
usb1: SMM does not respond, resetting
usb1: OHCI (generic) USB controller on ohci1
usb1: USB revision 1.0
uhub1: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 3 ports with 3 removable, self powered
ehci0: EHCI (generic) USB 2.0 controller mem 0xe2005000-0xe20050ff irq 
22 at device 2.2 on pci0

ehci0: [GIANT-LOCKED]
usb2: EHCI version 1.0
usb2: companion controllers, 4 ports each: usb0 usb1
usb2: EHCI (generic) USB 2.0 controller on ehci0
usb2: USB revision 2.0
uhub2: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub2: 6 ports with 6 removable, self powered
nve0: NVIDIA nForce 

Re: FreeBSD Serial ATA hard drives support

2005-07-10 Thread jason henson

DMVN wrote:

I ask this question via e-mail just because I hadn't found such
information in the HandBook.

Q: Does the FreeBSD 5.4 support SerialATA hard drives?
I tried to install previous version (5.3) on the machine
with 160GB Seagate Barracuda (8mb cache) drive (ST3160023AS).
It said something like no hard drive found.

Where is the problem? As far as I know, Seagate don't provide
drivers for *nix systems. What I should do?

// excuse for poor english.

mailto:[EMAIL PROTECTED]


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

I installed 5.3 or 5.4 (RC?) at the end of last year on a via amd64 
chipset using SATA150 for both the hardrive and cdrom.

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


Re: RAID Level 55

2005-07-19 Thread jason henson

Nikolas Britton wrote:

On 7/16/05, Chuck Swiger [EMAIL PROTECTED] wrote:


Nikolas Britton wrote:


I was reading on wikipedia about RAIDs trying to pass the time and I
was thinking why not have RAID 5+5 or 5+5+5 levels, sure you waste
2/3th's of your space but wouldn't this be a killer setup for a
directory server where fast reads are of the utmost importance?


Actually, no.  RAID-5 prioritizes cost and reliability at the expense of
performance.  RAID-5 does adequate for read-mostly volumes with big files, and
does worst with lots of writes to small files.



Ok then, a public FTP server... It doesn't matter, when your have a
405,000 RPM drive (27 drives * 15k rpm) you can do just about
anything, but it would excel for data reads and especially random data
reads.



RAID-5,0 or -1,0 would be a much better choice.



Would you add up the transfer rates for each drive to get the total
transfer rate of the array?, if true you could easily saturate a 10
gigabit ethernet connection with a 555 array of IDE or SATA drives.


Nope.  Most machines are limited by their PCI bus and chipset to less than
1Gb/s of backplace bandwidth, although the higher-end boxes with multiple PCI
busses or PCIe will do better.



Yes I realize that the PCI bus is limited to a maximum of 260MB/s
(32-bit @ 66MHz) but PCI-X @ 133MHz is 1060MB/s  Anyways...

I was just thinking out loud if there would be a useful purpose for
this type of RAID array, I was bored because I had to wait for
ethereal to build and then I had to wait till 3am, to do something,
before I could go to sleep for the night.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

If I am not mistaken the nforce products as well as sis and maybe uli 
have direct connect techonlogies for some peripheral to bypass the pci 
in there chipsets.  All have ide connections (I think) that directly 
hook up to the chipset like this to increase performance.


In the nforce products the ata controllers still appear as pci devices, 
but only to make it easy on the drivers (I am guessing here).  I could 
be wrong on some of these products, but I do think most new chipsets 
keep hard disks off the pci bus.


A stripped raid array will be faster than raid 5.  You only do raid 5 if 
you want to have reliability with many disks and waisting have the disks 
with mirroring.


Have you seen the IRam from gigabyte?  It is not out yet, but you should 
google for it.  Something like sustained 130-133Mb/s on SATA 150.

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


Re: Wine 20041201 on FreeBSD 5.3-RELEASE

2004-12-26 Thread jason henson
On 12/26/04 23:13:19, Matthew Bluestone wrote:
I am running FreeBSD 5.3-RELEASE, Xorg 6.8.1 (portupgraded today),  
and
KDE 3.3.3 (portupgraded today).  My ports tree was updated yesterday.

I am trying to run Wine, and I have the 20041201 port.  The release
notes say that it now runs under FreeBSD 5.3.  While Wine's doc
suggests that a kernel patch may be necessary, the discussion on this
at http://www.freebsd.org/cgi/query-pr.cgi?pr=73092 suggests that  
that
is not the case and that Wine itself has been patched.

Incidentally, I am only bothering with all this in order to run the
Party Poker client, which is listed on winehq as running
(http://appdb.winehq.org/appview.php?appId=1567;whq_appdb=acc45b9fbc40a720bb99098126f77753)
http://www.freebsd.org/cgi/query-pr.cgi?pr=73092 clearly states there  
were 2 patches to get wine running.  One to wine and one to bsd.   
You'll have to pacth your system with the attached patch.  The patch is  
for src/sys/vmvm_mmap.c.  The one on stable is dated Sun Nov 28  
20:52:16 2004 UTC, the patch in the pr listes Wed Aug 18 21:31:13 2004.   
The port will handle the one on wine, you got the other until it is  
merged.

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


Re: make buildworld 5.3.0

2004-12-26 Thread jason henson

Finally, start from where you started:
cd /usr/src
make buildworld
make installworld
... etc
Make sure you read /usr/src/UPDATING (all the way through) before you
restart
make buildworld
good luck!
___
Maybe he doesn't need to read it all the way through?
2315:
4.0 RELEASE shipped.  Please see the 4.0 UPDATING file for how
to upgrade to 4.0 from 3.x.
I would recommned ready cooments through Nov after seeing his system  
build date.

Output of uname -a
FreeBSD sdhawley.eatel.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov   
5
04:19:18 UTC 2004

Also I would remove /usr/obj to be safe.  It's in the handbook under  
staying current.

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


Re: xorg/dri-6.2_1,2 upgrade problems

2004-12-26 Thread jason henson
On 12/26/04 16:16:02, Ned Harrison wrote:
I'm currently running Release 5.2.1.  which has just reciently  been  
updated  to the security branch.

I was upgrading xorg to version 6.8.1. with portupgrade when it  
crashed with an Error Code 1. I traced the crash to failure to  
upgrade dri-5.0.2,2 to dri-6.2_1,2.  I've attempted to build  
dri-6.2_1,2 but it keeps crashing with an Error code 2.  I didn't see  
any notes in the ports UPDATING file regarding this issue nor did I  
find any similar issues in the archives.

I ran cvsup to update the ports this morning and done the prtsdb -Uu  
to creat an index.  The make in dri still has the same problem.
I piped my last attempt to make dri to a file.  The last lines of the  
output are below.  Sorry about the lack of additional information.   
My xserver crashed so i am stuck in the command line mode.  I'm  
running my computer off Knoppix disk so I can send this information  
to freebsd-questions.   So any suggestions on what I should do or  
attempt to do to get my system back up and running would be  
appreciated.
Output of the Make command in the dri port:

Part of the dri stuff(the drivers) are in the base system and not  
upgraded with the dri port(I think).  That could be causing you pain,  
but the more likely cause may be that pthread and other libs.  In 5.3  
some of the libs were bumped and there have been threading changes.   
Maybe you should update your system too?

BTW, do you have a p pro, or is that some default in some makefile?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make.conf file CPUTYPE?

2004-12-27 Thread jason henson
On 12/25/04 20:58:12, Kris Kennaway wrote:
On Sat, Dec 25, 2004 at 08:17:00PM -0500, Gerard Seibert wrote:
 When I ran 'buildkernel' as well as 'buildworld', I used
 the 'CPUTYPE?=i686' directive in the 'make.conf' file. I was
wondering if
 it is correct to leave it in the 'make.conf' file now that I am
finished
 building a new kernel and updating the system. Would I be better  
off
if I
 just removed it, or changed it to 'CPUTYPE=i686'. I assumed that  
the
'?'
 was just for the 'buildworld' procedure.

Setting it with ?= was a bug that was recently fixed.  You can cvsup
and continue to set it with =.
Kris
What happened to march= in make.conf.  Has it been depreciated?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nvaudio

2004-12-28 Thread jason henson
On 12/28/04 18:12:20, Alexei Stukov wrote:
Hi,
I am new to FreeBSD's world and I am trying to install the  
drivers
for my audio card (which is on-board, with the nForce 3 150 Pro
chipset). I saw the driver in the ports, in the directory of the  
nvnet
driver and tried to make it. But, I get the following error :

[EMAIL PROTECTED] cd /usr/ports/net/nvnet/work/nforce/nvaudio/
[EMAIL PROTECTED] make  make install
Error expanding embedded variable.
Is there any way to install these drivers?
No, those are for linux and were not ported.  The net driver was, thats  
just left overs.  You have no sound now?  Most nforce audio is  
supported out of the box.

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


Re: How to monitor processor temperature from command line?

2004-12-28 Thread jason henson
On 12/28/04 22:52:57, Eric F Crist wrote:
How can I monitor my processor temperature from the command line?   
I'm looking at possibly writing a script that will allow me to  
average the CPU temps and report them as part of the periodic/daily  
report.

Thanks.
___
Eric F Crist  I am so smart, S.M.R.T!
Secure Computing Networks  -Homer J Simpson
It used to moniter in kalvins x10.  So it would read out to 2800 and  
the temp be 44.33C.

$ sysctl -a |grep therm
hw.acpi.thermal.min_runtime: 0
hw.acpi.thermal.polling_rate: 10
hw.acpi.thermal.tz0.temperature: 54.0C
hw.acpi.thermal.tz0.active: -1
hw.acpi.thermal.tz0.thermal_flags: 0
hw.acpi.thermal.tz0._PSV: 60.0C
hw.acpi.thermal.tz0._HOT: -1
hw.acpi.thermal.tz0._CRT: 60.0C
hw.acpi.thermal.tz0._ACx: 60.0C -1 -1 -1 -1 -1 -1 -1 -1 -1
$  sysctl hw.acpi.thermal.tz0.temperature
hw.acpi.thermal.tz0.temperature: 54.0C
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ndiscvt question

2004-12-29 Thread jason henson
On 12/29/04 08:33:06, [EMAIL PROTECTED] wrote:
I am new to freebsd. I have loaded 5.3 on an old IBM thinkpad type
2611-410 with 32mb of ram. Runs just fine. I am trying to bring up an
cisco pcm352 wireless interface, but the system doesn't recognize it.
I
get pccard0 init failed on insertion. I am trying to use ndiscvt to
create a loadable module for it. I obtained the .sys and .inf files
for
the cisco card.
I run:
ndiscvt -i netX500.inf -s pcx500.sys -o ndis_driver_data.h
I get the following error:
ndiscvt: line 456: 100-3FF: syntax error.
this is line 456 from the inf file:
[EMAIL PROTECTED](3FF::)
has anyone encountered this?
Can someone that has done this successfully post the IOConfig line
from
your .inf file so I can see the correct syntax.
I am new to freebsd, I have a background of solaris and sunos way  
back
when.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]



Send this to the moble or net lists.  BTW I used ndiscvt without  
problem on newer stuff.

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


Re: NDIS (for Netgear WG311) How-To?

2004-12-29 Thread jason henson
On 12/29/04 21:55:17, Eric F Crist wrote:
Hello list,
I'm looking at trying to get a new WG311 Netgear wifi adapter  
working, and have discovered that the v2 cards use the Texas  
Instruments chipset.  From what I understand, I need to get this  
working with the NDIS support in FreeBSD 5.3.  Is there a good  
document out there on how to get this working?  I've been farting  
around with the man pages and can't seem to get things right.

Thanks for the help.
___
Eric F Crist  I am so smart, S.M.R.T!
Secure Computing Networks  -Homer J Simpson
What have you got it to do so far, what command did you use, what  
drivers did you use, any output you could post?

I used the man page and it was pretty easy, I just used the man page  
for the command syntax and what files I would need.  Didn't have to  
read much beyond that, but I did anyway.

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


Re: NDIS (for Netgear WG311) How-To?

2004-12-30 Thread jason henson
1) Copied the netwg311.sys and wg311v2.inf files frome the Windows  
2000 folder from the distribution CD-ROM.

2) Ran ndiscvt -i /home/ecrist/wg311v2.inf -s /home/ecrist/ 
netwg311.sys -o ndis_driver_data.h as root

3) Copied ndis_driver_data.h to the /usr/src/sys directory.
4) Added the following lines to my custom kernel config (GROG)
options NDISAPO
device ndis
5) Ran (from /usr/src) make buildkernel KERNCONF=GROG
6) Ran (from /usr/src) make installkernel KERNCONF=GROG
7) Rebooted (no ndis0 listing in ifconfig output)
Any idea what I did wrong?
Thanks.
WAIT!  I've found something.  Here's a snippet from dmesg:
ndis0: NETGEAR WG311v2 802.11g Wireless PCI Adapter mem  
0xec80-0xec81,0xed00-0xed001fff irq 17 at device 14.0 on  
pci0
ndis0: NDIS API version: 5.0
NDIS: could not find file FwRad16.bin in linker list
NDIS: and no filesystems mounted yet, aborting NdisOpenFile()
ndis0: init handler failed

Any ideas about that?
Thanks.
I've figured out what files are missing, I just need to know where to  
put them for NDIS to find them.  Can someone direct me, please?  It's  
late, so tomorrow I'll start pulling apart code to figure it out.

I'll post a full how-to for this network card once I get this all  
configured.  Thanks for your help.

___
Eric F Crist  I am so smart, S.M.R.T!
Secure Computing Networks  -Homer J Simpson
Looks like your driver, or card, needs a firmware file.  If you hadn't  
compiled it in you would not have this problem.  You would just need to  
put the firmware in /compat/ndis and after root was mounted the driver  
would load it.  Since you have it compiled in you need to make it so  
the loader can load it.  Read man ndiscvt starting at byte 5107, or the   
-f firmfile section.  I would recommend you recompile without it and  
use the module.

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


Re: iTunes server setup not going well

2004-12-31 Thread jason henson

[did that...  I have downloaded Rendezvous.tar.gz and  
mDNSResponder-58.8.tar.gz to /usr/ports/distfiles/]

	After doing this, go back to /usr/ports/net/rendezvous (if  
needed) and type: make install clean

BUT... but... there is no /usr/ports/net/rendezvous !
ports/net/p5-Net-Rendezvous
I thought maybe that I had to build mDNSResponder first, so I tried  
that:

freebsd# cd /usr/ports/net/mDNSResponder/
freebsd# make install clean
===  Vulnerability check disabled, database not found
===  Extracting for mDNSResponder-58.8
= Checksum OK for mDNSResponder-58.8.tar.gz.
= Checksum OK for mDNSdocs-1.0.tar.gz.
===  Patching for mDNSResponder-58.8
===  Applying FreeBSD patches for mDNSResponder-58.8
4 out of 5 hunks failed--saving rejects to mDNSPosix/Makefile.rej
= Patch patch-mDNSPosix::Makefile failed to apply cleanly.
= Patch(es) patch-NetMonitor.c patch-Responder.c patch- 
mDNSCore::mDNSClientAPI.h applied cleanly.
*** Error code 1

Don't download it yourself, do make fetch, or just make install.  Looks  
like you are downloading a different version than has been ported.  If  
you want the port updated contact the maintainer.


So this obviously isn't going well.
Any ideas what I might be doing wrong?
Thanks
TjL
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]


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


Re: Networking to WinXP

2004-12-31 Thread jason henson
On 12/31/04 13:51:21, Skylar Thompson wrote:
On Fri, Dec 31, 2004 at 04:56:47AM -0500, Gerard Seibert wrote:
 I have used the 'smbclient' from Samba to access my WinXP computers
from
 my FreeBSD computer. I have also used 'sharity-light'.

 Does anyone know of any other full featured networking tool that I
can
 use to access my WinXP boxes.  I am not too happy with either of  
the
two
 I mentioned above.

That's pretty much it; Samba is your answer to just about any
Unix-Windows internetworking. What precisely aren't you please  
with?

--
-- Skylar Thompson ([EMAIL PROTECTED])
-- http://www.cs.earlham.edu/~skylar/
I think he wants a gui.  You could set up samba and there is support  
for it built in gnome and kde stuff already.  I don't use either, so I  
can't tell you much.

I would recomend you go to freshports.org and do some samba searchs to  
see if anything else you like pops up?

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


Re: xorg/dri-6.2_1,2 upgrade problems

2004-12-31 Thread jason henson
On 12/30/04 22:18:32, Ned Harrison wrote:
The upgrade to 5.3 fixed the Dri build problems.  Thanks for the  
hint, Jason.  It is much appreciated.  I had to run xorgconfig to  
make a new config file in order to get the X server going again.  My  
kde desktop keeps crashing but the Windowmaker desktop I installed  
runs.  It doesn't run perfectly but at least I know X works.I  
will try using the force switch on portupdate to redo those ports I  
originally I upgraded in 5.2.As for your p pro question.  It must  
be a default in some makefile.  I'm too much of a newbie to even know  
what p pro is. :-)
Sorry about not including the prior message.  But I'm still working  
off a Knoppix disk.
Thanks
Ned
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]


Your'e welcome.
I think you have somethings not fully upgraded to have some of those  
problems.  I hear it is kind of a comman problem with big ports like  
kde for some of the dependancies not to be built.  Portmanager is a new  
program I have found and like it.  It is not as full featured as  
portupgrade, but it is nice.  Install it, it is a very quick compile,  
less than a min.  Then run portmanager -s | grep OLD as root.  It  
will tell you everything that is out of date, be sure to cvsup ports  
and cd /usr/ports  make fetchindex first.

Did you rebuild x after you update to 5.3?  You will need to.  Try  
portupgrade -fRr xorg.

If you want to optimize you programs have a look at /etc/make.conf.   
You can check out /usr/share/example/make.conf first.  The p pro stands  
for pentium pro.  It is very old, pre pII.  It is also a default  
setting to optimise for that can help most modern x86 processors.  If  
you want to set some make options here is mine, note you may need to  
change the processor type.

CPUTYPE=athlon-xp   
CFLAGS=  -O2 -pipe -fschedule-insns2 -fomit-frame-pointer
-funroll-loops  
COPTFLAGES=-O2 -pipe -funroll-loops -fschedule-insns2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


buildworld fails with sendmail

2005-01-01 Thread jason henson
BARTON# cd /usr/src/etc  make -DNOPROFILE
=== sendmail
make: don't know how to make freebsd.cf. Stop
*** Error code 2
Stop in /usr/src/etc.
I searched the archives and found where  make -n freebsd.cf or make  
obj, make all would fix it.  No good here.  I also deleted usr/src/etc  
and did it again.  Any suggestions?

$ uname -a
FreeBSD BARTON 5.3-STABLE FreeBSD 5.3-STABLE #2: Sun Nov 21 23:50:50  
EST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NINAMORI  i386
$ 

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


  1   2   >