Re: Problem making jail in 5.3-STABLE

2004-11-08 Thread Axel S. Gruner
Use this patch:

Index: Makefile.inc1
===
RCS file: /data/ncvs/freebsd/src/Makefile.inc1,v
retrieving revision 1.438.2.4
diff -u -r1.438.2.4 Makefile.inc1
--- Makefile.inc1   30 Sep 2004 23:36:06 -  1.438.2.4
+++ Makefile.inc1   4 Nov 2004 13:24:16 -
@@ -180,13 +180,13 @@
GROFF_TMAC_PATH=${WORLDTMP}/legacy/usr/share/tmac
 
 # bootstrap-tools stage
-BMAKEENV=  DESTDIR= \
-   INSTALL="sh ${.CURDIR}/tools/install.sh" \
+BMAKEDEV=  INSTALL="sh ${.CURDIR}/tools/install.sh" \
PATH=${BPATH}:${PATH} \
WORLDTMP=${WORLDTMP} \
MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}"
 BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \
${BMAKEENV} ${MAKE} -f Makefile.inc1 \
+   DESTDIR= \
BOOTSTRAPPING=${OSRELDATE} \
-DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPIC -DNOPROFILE \
-DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS
@@ -194,6 +194,7 @@
 # build-tools stage
 TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \
${BMAKEENV} ${MAKE} -f Makefile.inc1 \
+   DESTDIR= \
BOOTSTRAPPING=${OSRELDATE} -DNOLINT -DNO_CPU_CFLAGS
-DNO_WARNS
 
 # cross-tools stage
@@ -201,11 +202,10 @@
 
 # world stage
 WMAKEENV=  ${CROSSENV} \
-   DESTDIR=${WORLDTMP} \
_SHLIBDIRPREFIX=${WORLDTMP} \
INSTALL="sh ${.CURDIR}/tools/install.sh" \
PATH=${TMPPATH}
-WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1
+WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1 DESTDIR=${WORLDTMP}
 
 # install stage
 .if empty(.MAKEFLAGS:M-n)


Save it as "Makefile.inc1.diff" in your home, switsch to /usr/src.
Become root:
#patch < /your/home/Makefile.inc1.diff

Build the jail.

I got this patch from a friend of mine, for me it works perfect.


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


Trouble rebuilding array on 3ware 7000 (twe)

2004-11-08 Thread Matt Staroscik
I need a hand from a disk guru as I am having some problems with a 7000-2 
mirror under 4.10.

My 3ware Escalade 7000-2 has a pair of Maxtor 160GBs on it. I run them 
mirrored. The other day, a drive bit the dust. As the disk was well and 
truly hosed according to the Maxtor utilities, I chucked it and dropped a 
replacement into the RAID. The replacement disk was the exact same Maxtor 
model. (these were all cold swaps by the way, no hot swap cages here yet.)

At boot I hit alt-3 to get into the 3ware BIOS and I started the array 
rebuilding. All seemed well. The 3dm web page indicated a rebuild was in 
progress. Disks were chugging.

After a few minutes, the rebuild stopped and the web page showed "error." 
The console showed unhelpful twe0 Disk Error and Rebuild Halted messages.

At this point I decided to play it really safe. I dropped a spare drive 
into a non-3ware IDE bay and proceeded to save off dumps of all the 
filesystems. All was well except for a few read errors on /usr. These were 
accompanied by a message about a twe controller failure with error 0x40.

I rebooted into single-user, ran fsck -fy and tried the /usr dump again. 
There were less errors, but there were still 2 bad blocks, with the same 
error code.

At this point, the system runs but I have a degraded mirror (with its own 
errors) that I cannot rebuild, and I am not sure why.

- Is it still the case that a 7000-series 3ware cannot successfully rebuild 
under FreeBSD? I found year-old mailing list traffic that mentioned this, 
and suggested a Knoppix Linux live CD as a workaround.

- Or, are the errors on the source drive killing the rebuild process?
- How can I fix the errors in /usr? I ran fsck -fy in single user mode, 
what else can I try?

Many thanks in advance for your ideas. With half a RAID I am running on 
borrowed time. At least a SMART probe of the remaining drive only shows 2 
errors!

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


Re: FreeBSD + MySQL or PostgreSQL

2004-11-08 Thread Nikolas Britton
James Pole wrote:
On 9/11/2004, at 3:13 PM, Nikolas Britton wrote:
Which one, MySQL or PostgreSQL,  is most compatible, stable, etc. 
with FreeBSD 4.x and 5.x

P.S. I'm NOT looking for opinions on which is better a product.

Both work perfectly fine with FreeBSD, although I find MySQL easier to 
set up and maintain under FreeBSD. There are also more documentation 
available on the web for MySQL+FreeBSD. However it is possible to run 
PostgreSQL on FreeBSD without any problems at all, especially if you 
have experience using PostgreSQL on other platforms (eg Linux) as the 
set-up and maintenance process should be similar on both sides of the 
fence.

Are there any specific requirements you need in an SQL database server?
Yes, whatever works best on FreeBSD! :-)  I seem to remember that MySQL 
had issues with FreeBSD something about pthreads or whatnot. I also seem 
to remember hearing that Postgre is built and maintained on *BSD 
systems, This would lead me to belive that Postgre is the better choice 
for a "production" FreeBSD server?

Currently I'm using MySQL on a production FreeBSD 5.2.1 box. It had some 
problems at first with table locking and corruption but it's seems to be 
running fine now, I'm scared to work on it for fear of MySQL freaking 
out though. the only thing I run on it is kronolith/horde (groupware) 
and a wiki so it's never seen a heavy load. also it uses up alot of pids,

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


Re: re bittorrent

2004-11-08 Thread Karel Miklav
I don't believe in democracy but in this case it could come handy. 
Somebody could propose like: "let's get this fuck off the list" and we'd 
say ... well ... I say YES!

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


Re: FreeBSD + MySQL or PostgreSQL

2004-11-08 Thread Murray Taylor
On Tue, 2004-11-09 at 15:16, James Pole wrote:
> On 9/11/2004, at 3:13 PM, Nikolas Britton wrote:
> 
> > Which one, MySQL or PostgreSQL,  is most compatible, stable, etc. with 
> > FreeBSD 4.x and 5.x
> >
> > P.S. I'm NOT looking for opinions on which is better a product.
> 
> Both work perfectly fine with FreeBSD, although I find MySQL easier to 
> set up and maintain under FreeBSD. There are also more documentation 
> available on the web for MySQL+FreeBSD. However it is possible to run 
> PostgreSQL on FreeBSD without any problems at all, especially if you 
> have experience using PostgreSQL on other platforms (eg Linux) as the 
> set-up and maintenance process should be similar on both sides of the 
> fence.
> 
> Are there any specific requirements you need in an SQL database server?
> 
> Regards,
> James
> 
We currently run MySQL in production very satisfactorily, 
and both on development systems.
>From a technical standpoint only (ACID compliance) we are considering 
switching the production stuff to PostgreSQL

cheers
mjt
-- 
Murray Taylor
Special Projects Engineer
-
Bytecraft Systems & Entertainment




---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---


This Email has been scanned for Viruses by MailMarshal.

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


Re: Unable to limit disk quota if loginname is number eg. 555555 not s555555

2004-11-08 Thread Dan Nelson
In the last episode (Nov 08), tip said:
> I have two kinds of user accounts, one is all number like '55'
> and another is all alphabet like 'joesmith'. I've tried to run
> edquota to limit disk quota for those kinds of user accounts. When I
> execute quotacheck I got this result for username '55'
>  
> #quota 55 
> Disk quotas for user (no account) (uid 55) : none 
>  
> Thus I can't limit quota if the username is number. However, quota
> works fine for alphabetical username. How can I limit quota if its
> username is numeric?

Try using the uid for user "55".  I don't think all-numeric
usernames are supposed to be allowed unless they match the uid.

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


error net-snmp 5.2 rc3

2004-11-08 Thread sonjaya
dear all 

i try instal net-snmp.5.2 rc3 at my freebsd 5.2
release and install like usually:
#./configure 
bla
blac
#make
bla 
bla
terface_common.o >/dev/null 2>&1
mv -f if-mib/data_access/.libs/interface_common.lo
if-mib/data_access/interface_common.lo
/bin/sh ../../libtool --mode=compile gcc
-I../../include -I. -I../../agent
-I../../agent/mibgroup  -I../../snmplib   -g -O2
-Dfreebsd5 -c -o if-mib/data_access/interface_ioctl.lo
if-mib/data_access/interface_ioctl.c
rm -f if-mib/data_access/.libs/interface_ioctl.lo
gcc -I../../include -I. -I../../agent
-I../../agent/mibgroup -I../../snmplib -g -O2
-Dfreebsd5 -c if-mib/data_access/interface_ioctl.c 
-fPIC -DPIC -o
if-mib/data_access/.libs/interface_ioctl.lo
if-mib/data_access/interface_ioctl.c: In function
`netsnmp_access_interface_ioctl_ifindex_get':
if-mib/data_access/interface_ioctl.c:388: error:
structure has no member named `ifr_ifindex'
*** Error code 1

Stop in
/usr/local/src/net-snmp-5.2.rc3/agent/mibgroup.
*** Error code 1

Stop in /usr/local/src/net-snmp-5.2.rc3/agent.
*** Error code 1

Stop in /usr/local/src/net-snmp-5.2.rc3.

stop at there, what should i do to fix that .
thx 


=
SONJAYA

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


Re: re bittorrent

2004-11-08 Thread Jonathan T. Sage
[EMAIL PROTECTED] wrote:
This is a technical forum? Yikes!

Is it, Mr./Ms. "[EMAIL PROTECTED]"?
I remember a man.  His name was Don.  He called himself Rev.
And then one day, god truly spoke to the dear Rev, or maybe just the 
rest of us, and we stopped feeding the troll.  and for a time, it was 
good.  Time to fire up the wildcard function on the blacklister here. 
Thanks for the good times!

~j
(yes, I know I just fed him too.  what was it dad used to say? "Do what 
I say, not what I do" or something like that...  haha.)

--
Jonathan T. Sage
Theatrical Lighting / Set Designer
Professional Web Design
"He said he likes me, but he's not in-like with me."- Connie, King of 
the Hill

[HTTP://www.JTSage.com]
[HTTP://design.JTSage.com]
[EMAIL PROTECTED]
[See Headers for Contact Info]


signature.asc
Description: OpenPGP digital signature


Unable to limit disk quota if loginname is number eg. 555555 not s555555

2004-11-08 Thread tip
Hi, 
 
I have two kinds of user accounts, one is all number
like '55' and another is all alphabet like
'joesmith'. I've tried to run edquota to limit disk
quota for those kinds of user accounts. When I execute
quotacheck I got this result for username '55' 
 
#quota 55 
Disk quotas for user (no account) (uid 55) : none 
 
Thus I can't limit quota if the username is number. 
However, quota works fine for alphabetical username.
How can I limit quota if its username is numeric?





__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 

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


Using the boot-easy boot loader..

2004-11-08 Thread Nadav Ben-Ami
Hello..
I am currently running FreeBSD 5.2.1, installing of OS'es is really not 
a hard task for me, except this one time and it has to do with WINDOWS 
XP on my primary hardrive (IDE1). Problem is this: Since I am running 
Windows XP  on my primary C drive, and I goto install the FreeBSD boot 
easy loader(Option 1), there was a time when by doing just that, It 
destroyed the MBR of my primary drive! Strange as it may seem, though 
why would windows xp be destroyed if I tried to install on a separate 
physical hard drive (D:/) the free bsd boot loader? I am some what 
"scared" to even bother with a boot loader. Please advise on what I can 
do to make windows XP allow another OS like FREEBSD to work though its 
on a separate drive.

Synopsis of problem: XP installed on primary master (ad0), and freebsd 
installed taking up whole secondary master drive (ad1), goto install 
freebsd boot loader... CAN'T BOOT BACK INTO WINDOWS XP, AND ALL IS 
LOST.. I did not choose install standard MBR, I chose option #1 for 
install freebsd boot easy loader on drive ad1!!, not ad0!!

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


5.3 and Spinlock issues (again!)

2004-11-08 Thread Andrew Moran
I've updated to FreeBSD 5.3   I've rebuilt all my ports (portupgrade -f 
-a).   I'm still having problems getting gnucash to launch:

[EMAIL PROTECTED] ~$ gnucash
Fatal error 'Spinlock called when not threaded.' at line 83 in file 
/usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 2)
Abort trap (core dumped)

I tried it with an /etc/libmap.conf:
libpthread.so.1 libpthread.so.1
libpthread.so   libpthread.so   # now uses 'libpthread'
libc_r.so.5 libpthread.so.1 # Everything that uses 'libc_r'
libc_r.so   libpthread.so   # now uses 'libpthread'
libkse.so.1 libpthread.so.1
libkse.so   libpthread.so
and i've tried it without. What is going on?  Is there some kernel 
option I need to disable?   I want to be able to run gnucash again. :(

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


[no subject]

2004-11-08 Thread baguio_sun
unsubscribe freebsd-questions baguio_sun <[EMAIL PROTECTED]>





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


Re: FreeBSD + MySQL or PostgreSQL

2004-11-08 Thread James Pole
On 9/11/2004, at 3:13 PM, Nikolas Britton wrote:
Which one, MySQL or PostgreSQL,  is most compatible, stable, etc. with 
FreeBSD 4.x and 5.x

P.S. I'm NOT looking for opinions on which is better a product.
Both work perfectly fine with FreeBSD, although I find MySQL easier to 
set up and maintain under FreeBSD. There are also more documentation 
available on the web for MySQL+FreeBSD. However it is possible to run 
PostgreSQL on FreeBSD without any problems at all, especially if you 
have experience using PostgreSQL on other platforms (eg Linux) as the 
set-up and maintenance process should be similar on both sides of the 
fence.

Are there any specific requirements you need in an SQL database server?
Regards,
James
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfilter loading on 5.3

2004-11-08 Thread Jay Moore
On Monday 08 November 2004 11:01 am, dave wrote:
> Hello,
> I believe i am having a configuration error. I've got a new 5.3 box to
> which i'm atempting to get ipfilter going. I read the updated handbook and
> have added:
>
> ipfilter_enable="YES"
> ipfilter_rules="/etc/ipf.rules"
> ipmon_enable="YES"
> ipmon_flags="-Dsvn"
>
> to my rc.conf file. When i try to manually load up my rules file with:
> ipf -FA -f /etc/ipf.rules
>  i am getting an error "can not open no such device"

The error is a grammatical one... this message has a double negative!!

  :)

Seriously, though - I'd dump ipfilter and go for pf.

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


Soundcard Issues

2004-11-08 Thread Rob Eidukaitis
Hey there. I'm using FreeBSD 4.10-Release, and I recently replaced my 
old soundcard with a new Soundblaster Live! 24 bit. I've tried using:

kldload snd_emu10k1
No error, but it still doesn't see my card.
pciconf -l -v gives:
[EMAIL PROTECTED]:2:0: class=0x040100 card=0x10061102 chip=0x00071102 rev=0x00 
hdr=0x00
vendor   = 'Creative Labs'
class= multimedia
subclass = audio

kldstat gives:
Id Refs AddressSize Name
 13 0xc010 44e714   kernel
 21 0xc21a4000 5000 snd_emu10k1.ko
 31 0xc21aa000 15000snd_pcm.ko
cat /dev/sndstat gives:
FreeBSD Audio Driver (newpcm)
Installed devices:
Any thoughts on what I might be doing wrong here?
Rob
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: re bittorrent

2004-11-08 Thread Thomas Lippert
[EMAIL PROTECTED] wrote:
In a message dated 11/8/04 4:59:07 PM Eastern Standard Time, 
[EMAIL PROTECTED] writes:

This is a technical forum? Yikes!

Is it, Mr./Ms. "[EMAIL PROTECTED]"?
Used to be Mr./Ms. "[EMAIL PROTECTED]"?
and in a bit will be Mr./Ms. "[EMAIL PROTECTED]"? 
It would be nice if TM452? could more or less refrain from
trolling though, and perhaps  back one of the claims
up. These posts used to be kind of amusing, but now they
just clog up the list.
Well then why don't you fill Mr. "I pay my ISP so I should be able to use all
the bandwidth I want" how things really work, because I don't have the 
energy.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


Re: kernel panic in 5.3 whene compiling custom kernel. ( slithly OT )

2004-11-08 Thread Hasse
Kris Kennaway wrote:
On Sun, Nov 07, 2004 at 10:25:03PM -0500, esmaeel pashapouri wrote:
 

here I have to cold boot to get in again.
I got the same error massage whene I tried to install
lynx from the port collection, but secound try went
trough and installed the lynx on the system.
If anyone can point me in  any direction to solve this
problem I'll be very gratefull.
thanks again for spending your time and reading this
mail
   

Random errors under system load are often caused by hardware problems.
Check your CPU cooling, RAM, power supply, etc.
Kris
 

It's so very, very inspiring for other people that didn't follow the 
thread, but just got interested
because of the headline, to read the replays when someone " snip "  the 
previous message.
Sometimes it's touching subjects that I did not dare to ask myself.
For me, this mailarchive is a great source of learning.
So please, when you reply, leave the previous messages intact.

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


Please take this somewhere else (was RE: difference between releases)

2004-11-08 Thread Manfred N. Riem
Hello there,

For some people bandwidth is a valuable resource! Can you
please take your discussion somewhere else (e.g. freebsd-chat).

Thank you!

Manfred Riem

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


Re: difference between releases

2004-11-08 Thread TM4526
In a message dated 11/8/04 4:46:25 PM Eastern Standard Time, 
[EMAIL PROTECTED] writes:
>So we went from three losers to four bozos
Well I had to add you now, didn't I, Mrs. Butterworth? Now this is something 
we can discuss. What is more insulting, being called a Loser or a Bozo?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: re bittorrent

2004-11-08 Thread TM4526
In a message dated 11/8/04 4:59:07 PM Eastern Standard Time, 
[EMAIL PROTECTED] writes:
> This is a technical forum? Yikes!

>Is it, Mr./Ms. "[EMAIL PROTECTED]"?
Well then why don't you fill Mr. "I pay my ISP so I should be able to use all
the bandwidth I want" how things really work, because I don't have the 
energy.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: difference between releases

2004-11-08 Thread TM4526
In a message dated 11/8/04 5:31:33 PM Eastern Standard Time, 
[EMAIL PROTECTED] writes:
>So when will you switch to decaf?  Seriously though, in case you didn't
>notice this IS an open source discussion list, FreeBSD 5 is not just
>another snapshot it has undergone qualification and is in my experience
>and opinion very stable.  
>
>If you would refrain from insulting people's intelligence, name calling
>and trolling people would not need to respond to your posts as they do.
Well I think we're talking about 5.3-RELEASE, and I don't think that 
freebsd-questions is an "open-source discussion list". so what are you 
talking about anyhow? 

No one "needs to respond to my posts". Other people don't "need 
to respond". I wouldn't mind if they made a technical point 
once in a while, but all THEY do is call ME names. 

At least we know what a release really is now, since the guy who
originally answered the question was just plain wrong, as I pointed
out. Too bad those guys that always answer me didn't feel it necessary
to correct him.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [OT] BEFSR41 = bad

2004-11-08 Thread Kevin D. Kinsey, DaleCo, S.P.
Danny MacMillan wrote:
It's still working; I gave it to a less technical fried of mine who only
needs one port working on the LAN side to shield her Windows computer from
the evil badness of the internet.
 

Day late and a dollar short, this; however, our casual position
on the BEFSR41 is that it's economical, useful, featureful, but
often runs like *crap*.  Flaky, to say the least, it will run fine
for long periods, and then quit; lends a lot of creedence to the
overheating theory proposed earlier in this thread.  And there's
more
Aside from lousy experiences with their Tech Supp., we didn't
like how it played with some modems:
http://daleco.biz/articles/page.php?story=16
My new goal:  a *BSD* router at every gateway 
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD + MySQL or PostgreSQL

2004-11-08 Thread Nikolas Britton
Which one, MySQL or PostgreSQL,  is most compatible, stable, etc. with 
FreeBSD 4.x and 5.x

P.S. I'm NOT looking for opinions on which is better a product.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: i wait for your comment about it.

2004-11-08 Thread noreply
Auto reply from 7dayshop.com - please do not reply to this email...

Owing to large volumes of unsolicited email(spam) received, the email address 
you wrote to at 7dayshop.com is no longer in
use.

Therefore your email has not been read by our staff.

Please use the online contact form to contact our customer service department.
The form is available by following the link below.

http://www.7dayshop.com/catalog/mailtosales.php

Please accept our sincere apologies for any inconvenience caused.

Customer Services,
7dayshop.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


External USB 2.0 Hard Drive and FreeBSD 5.2 troubles...

2004-11-08 Thread scott renna
Hello all, was doing a bit of work trying to figure
out a problem I'm having but cannot get it yet.  I
have an external USB 2.0 3.5 inch drive case and a
Western Digital Drive inside of it.  The box does not
boot when the USB drive is in, but when I plug it in
once started, here's what /var/log/messages shows:


Nov  8 20:50:37 pluto kernel: umass0: Cypress
Semiconductor USB2.0 Storage Device, rev 2.00/0.01,
addr 2
Nov  8 20:50:37 pluto kernel: umass0: Get Max Lun not
supported (STALLED)
Nov  8 20:50:37 pluto kernel: GEOM: create disk da0
dp=0xc478f450
Nov  8 20:50:37 pluto kernel: da0 at umass-sim0 bus 0
target 0 lun 0
Nov  8 20:50:37 pluto kernel: da0:  Fixed Direct Access SCSI-0 de
vice
Nov  8 20:50:37 pluto kernel: da0: 1.000MB/s transfers
Nov  8 20:50:37 pluto kernel: da0: 152627MB (312581808
512 byte sectors: 255H 63S/T 19457C) 

Obviously there is somethign wrong here.  Here's the
output of my camcontrol :

pluto# camcontrol devlist -v
scbus0 on umass-sim0 bus 0:
  at scbus0 target 0
lun 0 (da0,pass0)
scbus-1 on xpt0 bus 0:
<  >   at scbus-1 target
-1 lun -1 (xpt0)

I'm not sure what else I can do.  Anyone have any
tips?

Thanks,

Scott



__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 

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


mouse problem

2004-11-08 Thread Chuck Robey
This is a near copy of another post to FReeBSD-amd64 .. I wasn't sure if
there was anything dealing with my mouse problem that was really amd64
specific (it seemed not, but you can't really tell) so I'm going to
re-describe my problem, anmd I apologize if it['s possible that the same
post (or nearly so) shows up twice).

I can't get the mouse cursor to show up on text, and on X11, i can't get
it to accept any movement command (in X11 it just sits there).  I have
been using a USB radio-linked Logitech trackball, and usbdevs shows the
usb device just fine.  During the insstall of this machine (last week,
I've been really patient trying to get this fixed) I used the 5.3RC1
image, I have the kernel from there, I haven't recopmpiled anything yet.
The -m on option to vidcontrol doesn't seem to show the cursor either.

I sure would appreciate any help at all .. the machine is on-net,
actually, so if you wanted to poke around a little bit, that might be ok.

BTW, bug (I think) in the install docuemntation ... you have 4 disks (4
cd's), but the instructions seem to think that there is only one cd, there
is no care taken to refer to any specific cd image, as if it should be
really obvious ... it wasn't, at least not to me.  That's not a
complaint,t he install managted to go off very cleanly anyhow.


Chuck Robey | Interests include C & Java programming, FreeBSD,
[EMAIL PROTECTED]   | electronics, communications, and SF/Fantasy.

New Year's Resolution:  I will not sphroxify gullible people into looking up
fictitious words in the dictionary (on the wall at my old fraternity,
Signa Phi Nothing).

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


Re: Upgrading 5.3-Beta1 to 5.3-RELEASE

2004-11-08 Thread Adam Smith
On Mon, Nov 08, 2004 at 04:49:42PM -0800, Curtis Vaughan said:
> Just want to be sure that I do the right thing.
> 
> So, my version at present is 5.3-BETA1 and I want to install 5.3.
> I supposed I could just install 5.3 over my current version, but 
> wouldn't an upgrade work just as well?
> 
> Finally, want to make sure I have the procedure right:
> 
>  ??? go to: /usr/local/etc/cvsup
>  ??? issue the following command: /usr/local/bin/cvsup -g -L 2 
> stable-supfile
>  ??? once finished, then go to: /usr/src
>  ??? enter the commands:

There are some nicer ways to do this.  Check http://www.bugman.cx/cvsup/
for my make.conf, release-supfile and ports-supfile for examples.  You can
copy these three files into your /etc directory, and using the make.conf
file, you can now just 'cd /usr/src' and then issue a 'make update'.  Your
make.conf flags will tell CVSup what to do.

Make sure you edit the three files carefully, as you'll want to specify a
local CVSup server *and* you'll want to make sure the make.conf flags are
correct.  Remember that whenever you run 'make', the commands in make.conf
are passed as options to the make command.  That means if you have
'WITHOUT_X11=true' in your make.conf file, that will get passed to every
single port build you perform.

If you already have a make.conf file you might want to just copy out the
MASTER_ lines and all of the SUP lines (including PORTSSUPFILE) and put
them into your own make.conf.

> make buildworld KERNCONF=yourkernelname (for name, look to config file 
> found in /usr/src/sys/i386/conf/)

Just 'make buildworld' is fine here.  You don't need to specify a kernel
name when issuing a buildworld.

>  make buildkernel KERNCONF=yourkernelname (look to / )
>  make installkernel KERNCONF=yourkernelname
>  reboot

You can do a 'make buildworld' and a 'make buildkernel KERNCONF=yourkernel'
while you're booted into multi-user (ie normal) FreeBSD.  You can even
install the kernel from here before rebooting, but after you've built the
two, you should switch to single user mode and then run:

make installkernel KERNCONF=yourkernelname
make installworld

Then follow with:

> mergemaster -p ?

*snip*

>  reboot

So basically:

 o  update from cvs
  # cd /usr/src
  # make update
 o  build world/kernel in your normal or single-user mode
  # cd /usr/obj
  # rm -rf *
  # cd /usr/src
  # make buildworld
  # make buildkernel KERNCONF=YOURKERNEL
 o  install kernel/world in single user mode
  # reboot [ Choose single User Mode ]
  # cd /usr/src
  # make installkernel KERNCONF=YOURKERNEL
  # make installworld
 o  run mergemaster -p
  # mergemaster -p
 o  reboot 
  # reboot

It's fairly straight-forward once you get the gist :)

-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

Dog for sale: Eats lots and is fond of children.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FBSD 5.3 + Nvidia drivers

2004-11-08 Thread Derrick Ryalls
On Mon, 8 Nov 2004 07:45:20 -0200, Luís Vitório Cargnini
<[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> 
> OOKKK i'll trty so, thanks god for this wonderful OS.
> (no more Nvidia Patchs YES).
> Thanks Velox.
> 
> On Sun, 7 Nov 2004 21:24:20 -0600
> 
> 
> Vulpes Velox <[EMAIL PROTECTED]> wrote:
> 
> > On Mon, 8 Nov 2004 00:56:07 -0200
> > Luís Vitório Cargnini <[EMAIL PROTECTED]> wrote:
> >
> > > -BEGIN PGP SIGNED MESSAGE-
> > > Hash: SHA1
> > >
> > > Someone knows if the driver is working on 5.3 release ?
> > > I must apply all the patchs like in 5.2.1, in 5.3 ??
> > > Or it is not more necessary ???
> >
> > Not applied here and am not having any problems.
> >
> >
> 

Just updated to 5.3 this weekend.  Didn't try the port, just went to
nvidia and downloaded their driver.  Installed and is running fine,
though I have DRI and GLX disabled as it wasn't working before my
upgrade and haven't yet checked it on this version.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problem making jail in 5.3-STABLE

2004-11-08 Thread Chad Leigh -- Shire.Net LLC
On Nov 8, 2004, at 5:27 PM, [EMAIL PROTECTED] wrote:
On Mon, Nov 08, 2004 at 06:12:37PM -0500, pixiedave wrote:
On Mon, 8 Nov 2004 16:26:38 -0600, Doug Poland <[EMAIL PROTECTED]> 
wrote:
Hello,
I must be doing something wrong, but have followed the instructions
precisely.  Any suggestions?
No, I and others are getting the same error, and this question has
been posted twice in the last few days, so far no responses.
Oh, sorry for the noise...
Don't be sorry. I am the OP for two if the other posts about this and I 
think we must be naming the subject wrong as you would think this would 
be a big deal, but with no one responding, it appears we are NOT 
piquing their interest! :-)

There was one suggestion to do
% make buildworld
% make installworld DESTDIR=$D
I do that and it bombs but in a different place.
Methinks that the makefile got corrupted recently (since I was able to 
build with beta7) but I am not a make guru

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


Recommended Video Card with OpenGL Acceleration?

2004-11-08 Thread Chris Kuethe
I've started down the path of OpenGL hackery, and am looking for
recommendations on good video cards support by X.org that have
hardware accelerated OpenGL. I'll be running this on 5.3-stable. Thus
far searches have indicated that ATI is to be avoided, NVIDIA is
decent, and "All cards supported by the DRI open source drivers work
fine in FreeBSD." I would hope that if a card is said to "work fine"
actually does do hardware OpenGL. (I have a laptop with a savage
twister [0x8d01] that works fine with X, albeit very slowly. It'd be
nice to have that usable.).

If people would care to bounce me a dmesg or hardware description,
X/Mesa/etc. versions and some glxgears framerates (csdemo framerates
would be even better), that'd be much appreciated. I'd prefer to not
have a completely frankensteined system, but if I need to be running
some package straight out of CVS, then so be it.

To forestall the ever-popular cries of STFA, I've already done some digging:
http://www.google.com/search?q=FreeBSD+OpenGL+acceleration
http://www.freebsd.org/cgi/search.cgi?words=OpenGL&max=250&sort=score&index=recent&source=freebsd-newbies&source=freebsd-questions&source=freebsd-x11
http://marc.theaimsgroup.com/?l=freebsd-questions&w=2&r=1&s=OpenGL&q=b
http://dri.sourceforge.net/
http://www.unixguide.net/freebsd/faq/11.18.shtml
http://people.freebsd.org/~anholt/dri/
...

-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Upgrading 5.3-Beta1 to 5.3-RELEASE

2004-11-08 Thread Curtis Vaughan
Just want to be sure that I do the right thing.
So, my version at present is 5.3-BETA1 and I want to install 5.3.
I supposed I could just install 5.3 over my current version, but 
wouldn't an upgrade work just as well?

Finally, want to make sure I have the procedure right:
     go to: /usr/local/etc/cvsup
     issue the following command: /usr/local/bin/cvsup -g -L 2 
stable-supfile
     once finished, then go to: /usr/src
     enter the commands:

make buildworld KERNCONF=yourkernelname (for name, look to config file 
found in /usr/src/sys/i386/conf/)
 make buildkernel KERNCONF=yourkernelname (look to / )
 make installkernel KERNCONF=yourkernelname
 reboot

     You should boot in single user mode (using boot -s from loader 
prompt for example). Then continue with:

mergemaster -p  
 go to /usr/src and type: make installworld
 mergemaster
 update /dev (for 4.x only)
 reboot
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SSHD Broken After Update

2004-11-08 Thread Kris Kennaway
On Tue, Nov 09, 2004 at 01:21:57AM +0100, Sebastian Holmqvist wrote:
> On Mon, 8 Nov 2004 16:13:03 -0800, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> > On Mon, Nov 08, 2004 at 06:26:32PM +1100, Steven Adams wrote:
> > > Hi,
> > >
> > > I updated my server to 5.3 from 5.2.1 yesterday.
> > >
> > > I did encounter a few problem but managed to get by them by editing a few
> > > make files etc..
> > >
> > > All is working except sshd.
> > >
> > > When I login it get this error in my logs
> > >
> > > reverse mapping checking getaddrinfo for IP failed - possible breakin
> > > attempt!
> > 
> > Check your DNS configuration, or run sshd with debugging enabled to
> > try to find more information.
> > 
> > Kris
> > 
> > P.S. Please stop spoofing an invalid FreeBSD.org email address.
> > 
> > 
> 
> If I were you I would have tried to reinstall it.

That would be one option..something has clearly gone wrong with his
upgrade; one should not have to work around mysterious problems by
"editing a few make files etc" if one is following the upgrade
directions properly, and it's likely that this is also the cause of
the sshd problems.

Kris


pgpFDRaDDuKM5.pgp
Description: PGP signature


Re: Problem making jail in 5.3-STABLE

2004-11-08 Thread doug
On Mon, Nov 08, 2004 at 06:12:37PM -0500, pixiedave wrote:
> On Mon, 8 Nov 2004 16:26:38 -0600, Doug Poland <[EMAIL PROTECTED]> wrote:
> > Hello,
> > 
> > I have two systems freshly cvsup'd and built to 5.3-STABLE as of
> > yesterday.  Today I wanted to experiment with creating and using jail
> > environments.  I followed the man page exactly and on both machines have
> > the same error, to wit...
> > 
> > setenv D /data/jail/172.16.1.99
> > mkdir -p $D
> > cd /usr/src
> > make world DESTDIR=$D
> > 
> > ...snip...
> > 
> > cc -O -pipe  -I/usr/obj/usr/src/i386/legacy/usr/include -c
> > /usr/src/games/fortune/strfile/strfile.c
> > make: don't know how to make /data/jail/172.16.1.99/usr/lib/libc.a. Stop
> > *** Error code 2
> > 
> > Stop in /usr/src.
> > *** Error code 1
> > 
> > Stop in /usr/src.
> > *** Error code 1
> > 
> > Stop in /usr/src.
> > 
> > I must be doing something wrong, but have followed the instructions
> > precisely.  Any suggestions?
> >
> No, I and others are getting the same error, and this question has
> been posted twice in the last few days, so far no responses.
>
Oh, sorry for the noise...

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


Re: difference between releases

2004-11-08 Thread Jud
On Mon, 8 Nov 2004 18:29:43 -0500 (EST), Jerry McAllister  
<[EMAIL PROTECTED]> wrote:

[snip]
My only point was that a "Release" should not be "just another  
snapshot", there
should be some "plan".
[snip]
It is more than just another snapshot.  It is a special snapshot that
has things frozen and tested in place to make sure they all work together
at that level - sort of a barrier condition.  Daily snapshots do not have
that barrier condition, but are merely a dump of the source files as they
are at the moment.
[snip]
The 5.3-RELEASE announcement contains several links that provide good  
information regarding its features and bugs, such as both are known after  
an extended period of real-world testing.  See http://www.freebsd.org/releases/5.3R/relnotes.html> and http://www.freebsd.org/releases/5.3R/errata.html>.  With this and other  
available information (e.g., mailing list discussions over the weeks of  
testing, and the source code itself for those capable and interested),  
users are free to decide for themselves which if any version of FreeBSD  
they wish to run.  As a desktop user responsible only to myself, I have  
found -CURRENT to be more than sufficiently stable for my needs.  If I ran  
a server and were responsible to others, I might decide that the most  
recent 4.x version, 5.3-RELEASE, or the  
5.3-plus-security-and-other-critical-fixes branch fit my needs better.

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


Re: SSHD Broken After Update

2004-11-08 Thread Kris Kennaway
On Mon, Nov 08, 2004 at 06:26:32PM +1100, Steven Adams wrote:
> Hi,
> 
> I updated my server to 5.3 from 5.2.1 yesterday.
> 
> I did encounter a few problem but managed to get by them by editing a few
> make files etc..
> 
> All is working except sshd.
> 
> When I login it get this error in my logs
> 
> reverse mapping checking getaddrinfo for IP failed - possible breakin
> attempt!

Check your DNS configuration, or run sshd with debugging enabled to
try to find more information.

Kris

P.S. Please stop spoofing an invalid FreeBSD.org email address. 

pgpRUVl6st70n.pgp
Description: PGP signature


RE: Windows Network drivers in FreeBSD

2004-11-08 Thread Joshua Lewis
I have managed to find an answer to my own question. In case anyone else
wants to get an nForce2 Ethernet card running in FreeBSD 5.3 here is what
I found

1. Start where you should always start. With the Handbook and the Release
notes.

2. In the Handbook I found in the Glossary "Project Evil" (I also found a
little info in the 5.3 Announcement).

3. The goal is to get MS NDIS drivers to run in FreeBSD using was they
have dubbed "NDISulator".

4. Do a search for "NDISulator" on Google or go to
http://www.xl0.org/FreeBSD/ndis.txt to get instructions on how to install
the Windows Driver in FreeBSD.

5. Step five may involve prayer. I will know after I test tonight.




Hello list,

I have an MSI K7N420-Pro motherboard. It is based on the nVidia 2 chipset.
I would like to make the onboard network card work in FreeBSD.

>From what I have read 5.3 has the ability to use MS drivers in FreeBSD
(Very cool). Is there any documentation out there from someone who has
successfully done this?

If not is there any information about how to try and make this work.

Yes I could just go get another network card but I would like to avoid
this as I want to move this system to a 1U rack.

Thank you in advance for any assistance.


Thank you,
Joshua Lewis



Thank you,
Joshua Lewis




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


Re: problem with XFree86-Libraries

2004-11-08 Thread k

--- Lowell Gilbert
<[EMAIL PROTECTED]> wrote:

> please. top-post, Don't 
> 
> > Lowell Gilbert wrote:
> > > You don't seem to have libXft installed.
> > > That's strange; the port should require it.
> > > Are you building through the FreeBSD ports
> system?
> > > If not, you really should...
> 
> k wrote:
> 
> > Yes, i am.
> 
> Okay, then: do you have libXft installed?
> (" pkg_info libXft*")
> ___
> [EMAIL PROTECTED] mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 

I reinstalled libXft. it works now. Thank You



__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 

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


Re: difference between releases

2004-11-08 Thread Jerry McAllister
> 
> In a message dated 11/8/04 2:41:38 PM Eastern Standard Time, 
> [EMAIL PROTECTED] writes:
> >As far as open-open source being the only one in beta, I work in
> >development where our code is closed-source. Even we have to admit that
> >our releases fit better into the category of BETA than RELEASE.
> Which is pretty-much why I haven't bought or recommended anything from
> HP since the LaserJet Plus. I wonder how they feel about you revealing that?
> 
> Please lets not get into "yet-another" open-source discussion. My only 
> point was that a "Release" should not be "just another snapshot", there
> should be some "plan". If the 4 bozos who jump on everything I say will
> just cut back on the coffee there wouldn't be so much BS.

Obviously you weren't listening.
It is more than just another snapshot.  It is a special snapshot that
has things frozen and tested in place to make sure they all work together
at that level - sort of a barrier condition.  Daily snapshots do not have 
that barrier condition, but are merely a dump of the source files as they
are at the moment.

"We're all bozos on this bus."   Sorry you still seem to be missing
the bus.

jerry

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

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


Re: Snapshot ffs

2004-11-08 Thread Kris Kennaway
On Mon, Nov 08, 2004 at 11:36:27PM +0100, Albert Shih wrote:
> Hi
> 
> I've read in 
> 
> http://www.freebsd.org/releases/5.3R/migration-guide.html
> 
> in News section
> 
>   FFS: The FFS file system now supports background fsck(8) operations (for
>   faster crash recovery) and file system snapshots.
> 
> But why in the /usr/src/sys/ufs/ffs/README.snapshot we can read
> 
> >As is detailed in the operational information below, snapshots
> >are definitely alpha-test code and are NOT yet ready for production
> >use. Much remains to be done to make them really useful, but I
> 
> Finaly we can use for production or not ? 

That text is out of date.  snapshots largely seem to work fine,
although there have been occasional bug reports.

Kris


pgpykNbONFOoT.pgp
Description: PGP signature


Re: perl 5.6 and tk in the ports

2004-11-08 Thread Kris Kennaway
On Mon, Nov 08, 2004 at 05:04:43PM -0600, Brian Henning wrote:
> Greetings:
> 
> Is there a way to use TK with perl 5.6?

Not according to the port makefile.  Discuss this further with the
authors of that perl module.

> is there a way to have two seperatate installs of perl on the same
> system (5.6) and (5.8) so i can run /usr/ports/x11-toolkits/p5-Tk?

Not easily.

Kris


pgpFhNSrEP8xo.pgp
Description: PGP signature


Re: Problem making jail in 5.3-STABLE

2004-11-08 Thread pixiedave
On Mon, 8 Nov 2004 16:26:38 -0600, Doug Poland <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I have two systems freshly cvsup'd and built to 5.3-STABLE as of
> yesterday.  Today I wanted to experiment with creating and using jail
> environments.  I followed the man page exactly and on both machines have
> the same error, to wit...
> 
> setenv D /data/jail/172.16.1.99
> mkdir -p $D
> cd /usr/src
> make world DESTDIR=$D
> 
> ...snip...
> 
> --
> >>> stage 1.2: bootstrap tools
> --
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=
> INSTALL="sh /usr/src/tools/install.sh"
> PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
> WORLDTMP=/usr/obj/usr/src/i386  MAKEFLAGS="-m /usr/src/tools/build/mk
> DESTDIR=/data/jail/172.16.1.99 -m /usr/src/share/mk" make -f
> Makefile.inc1  BOOTSTRAPPING=503000  -DNOHTML -DNOINFO -DNOLINT -DNOMAN
> -DNOPIC -DNOPROFILE  -DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS
> bootstrap-tools
> ===> games/fortune/strfile
> /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for
> /usr/src/games/fortune/strfile
> rm -f .depend
> mkdep -f .depend -a-I/usr/obj/usr/src/i386/legacy/usr/include
> /usr/src/games/fortune/strfile/strfile.c
> echo strfile: /data/jail/172.16.1.99/usr/lib/libc.a
> /usr/obj/usr/src/i386/legacy/usr/lib/libegacy.a >> .depend
> cc -O -pipe  -I/usr/obj/usr/src/i386/legacy/usr/include -c
> /usr/src/games/fortune/strfile/strfile.c
> make: don't know how to make /data/jail/172.16.1.99/usr/lib/libc.a. Stop
> *** Error code 2
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> 
> I must be doing something wrong, but have followed the instructions
> precisely.  Any suggestions?
No, I and others are getting the same error, and this question has
been posted twice in the last few days, so far no responses.
> 
> --
> Regards,
> Doug
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


-- 
"You Never Blow Your Trip Forever" Daevid Allen
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


perl 5.6 and tk in the ports

2004-11-08 Thread Brian Henning
Greetings:

Is there a way to use TK with perl 5.6?

is there a way to have two seperatate installs of perl on the same system (5.6) 
and (5.8) so i can run 
/usr/ports/x11-toolkits/p5-Tk?



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


Snapshot ffs

2004-11-08 Thread Albert Shih
Hi

I've read in 

http://www.freebsd.org/releases/5.3R/migration-guide.html

in News section

FFS: The FFS file system now supports background fsck(8) operations (for
faster crash recovery) and file system snapshots.

But why in the /usr/src/sys/ufs/ffs/README.snapshot we can read

>As is detailed in the operational information below, snapshots
>are definitely alpha-test code and are NOT yet ready for production
>use. Much remains to be done to make them really useful, but I

Finaly we can use for production or not ? 

Regards.



--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
Heure local/Local time:
Mon Nov 8 23:34:25 CET 2004
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: difference between releases

2004-11-08 Thread Jason Sheets
On Mon, 2004-11-08 at 12:57, [EMAIL PROTECTED] wrote:
> In a message dated 11/8/04 2:41:38 PM Eastern Standard Time, 
> [EMAIL PROTECTED] writes:
> >As far as open-open source being the only one in beta, I work in
> >development where our code is closed-source. Even we have to admit that
> >our releases fit better into the category of BETA than RELEASE.
> Which is pretty-much why I haven't bought or recommended anything from
> HP since the LaserJet Plus. I wonder how they feel about you revealing that?
> 

I do not represent anyone but myself on this list but I two feel that
the time to voice my opinion has arrived.

The opinion of a single user does not a user base make; every product
has defects, every program has problems one can only hope that a product
performs well the majority of the team in a cost effective way.  

If you haven't used a company's products for years you are not qualified
to make any recommendation about them because you are not informed or
educated about them. I'm sure you will agree making a recommendation
with being informed is irresponsible and morally incorrect.

You have contributed very little except spite and turmoil to this list,
FreeBSD is a successful operating system in part because of the maturity
of it's user base, I have not seen nearly as many extremists in FreeBSD
as I have in other operating systems and that leads to a mature
discussion with a voice of reason.

Several times you have dismissed or attacked a member's post because
"they did not even know about " but that does not necessarily detract
from the value of the other post.

You have spread misinformation and FUD about FreeBSD 5's performance on
several occasions, made several unsupported claims and generally not
contributed in a positive manner.

> Please lets not get into "yet-another" open-source discussion. My only 
> point was that a "Release" should not be "just another snapshot", there
> should be some "plan". If the 4 bozos who jump on everything I say will
> just cut back on the coffee there wouldn't be so much BS.

So when will you switch to decaf?  Seriously though, in case you didn't
notice this IS an open source discussion list, FreeBSD 5 is not just
another snapshot it has undergone qualification and is in my experience
and opinion very stable.  

If you would refrain from insulting people's intelligence, name calling
and trolling people would not need to respond to your posts as they do.

At the end of the day it doesn't matter what skills or knowledge you may
have, knowledge without the ability to effectively interact with others
is worthless and leads only to the unemployment line.

In the future I hope that you will attempt to relate your opinions in a
less confrontational way and present your opinion as what it is, a
single person's view on something that may or may not be backed by fact
(The use of IMHO is would be appropiate).

FreeBSD is in general a great OS and my OS of choice hands down, however
there are certain things other opearting systems are better at, this
doesn't make FreeBSD bad it simply means someone else excels at a
particular task.

I hope that you can become a positive member of this list and support
the wonderful and growing community.

Jason


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


Re: setl programming language under linux-emulation

2004-11-08 Thread l0kit0
> It looks like the linux_base-6 port installs a libc.so.5 file (into
> /usr/i486-linux-libc5/lib/libc.so.5, though).  You should also be able
> to just copy the required libraries off a working Linux system.  Just
> make sure you don't overwrite existing files with older ones.

dan,
thanks man!, that should work (i should look there for start :)

henry,
ive mailed the man for sources, but the mail doesnt exists anymore :), maybe
youre right and setl is kind of obsolete :/, but is what we use in my CS
faculty, someone know some updated branch from setl?, or just a good set
language that respect setl syntax?, something with sources :), anyway i think
dan's advice should save my ass,

thanks both

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


Re: Vinum 1TB filesystem limit questions

2004-11-08 Thread Greg 'groggy' Lehey
On Monday,  8 November 2004 at  1:01:04 -0600, matt virus wrote:
> Hi All -
>
> with some help from people on this list, i managed to get vinum and
> raid5 all figured out!
>
> I had 4 * 160gb raid5 array running perfectly.  When i ventured home
> this past weekend, i found another ATA controller and figured I'd change
> my raid5 array to have 8 drives.
>
> I cleaned the drives, reformatted and labeled to have a nice clean
> start, rewrote my config file and I get this:
>
> --
> 2day# newfs -U -O2 /dev/vinum/raid5
> /dev/vinum/raid5: 1094291.2MB (2241108324 sectors) block size 16384,
> fragment size 2048
> using 5955 cylinder groups of 183.77MB, 11761 blks, 23552 inodes.
> with soft updates
>
> newfs: can't read old UFS1 superblock: read error from block device:
> Invalid argument

Hmm.  Interesting.  UFS 1 is limited to 1 TB, so the message is
understandable.  But why is it looking for a UFS 1 superblock?  What
happens if you first create a smaller UFS 2 file system (use the -s
option to set the size explicitly to, say, 500 GB), and then repeat
making it for the full size?

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgppnoDujV088.pgp
Description: PGP signature


Problem making jail in 5.3-STABLE

2004-11-08 Thread Doug Poland
Hello,

I have two systems freshly cvsup'd and built to 5.3-STABLE as of
yesterday.  Today I wanted to experiment with creating and using jail
environments.  I followed the man page exactly and on both machines have
the same error, to wit...

setenv D /data/jail/172.16.1.99
mkdir -p $D
cd /usr/src
make world DESTDIR=$D

...snip...

--
>>> stage 1.2: bootstrap tools
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=
INSTALL="sh /usr/src/tools/install.sh"
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
WORLDTMP=/usr/obj/usr/src/i386  MAKEFLAGS="-m /usr/src/tools/build/mk
DESTDIR=/data/jail/172.16.1.99 -m /usr/src/share/mk" make -f
Makefile.inc1  BOOTSTRAPPING=503000  -DNOHTML -DNOINFO -DNOLINT -DNOMAN
-DNOPIC -DNOPROFILE  -DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS
bootstrap-tools
===> games/fortune/strfile
/usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for
/usr/src/games/fortune/strfile
rm -f .depend
mkdep -f .depend -a-I/usr/obj/usr/src/i386/legacy/usr/include
/usr/src/games/fortune/strfile/strfile.c
echo strfile: /data/jail/172.16.1.99/usr/lib/libc.a
/usr/obj/usr/src/i386/legacy/usr/lib/libegacy.a >> .depend
cc -O -pipe  -I/usr/obj/usr/src/i386/legacy/usr/include -c
/usr/src/games/fortune/strfile/strfile.c
make: don't know how to make /data/jail/172.16.1.99/usr/lib/libc.a. Stop
*** Error code 2

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

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

Stop in /usr/src.


I must be doing something wrong, but have followed the instructions
precisely.  Any suggestions?

-- 
Regards,
Doug

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


Re: FreeBSD DHCP client not working with dynamic DNS

2004-11-08 Thread Gerard Samuel
Emanuel Strobl wrote:
Am Montag, 8. November 2004 18:32 schrieb Gerard Samuel:
 

Box 1:  Firewall/DHCP Server/DNS (FreeBSD 5.3)
Box 2:  DHCP Client (FreeBSD 5.3R2)
When I boot Box 2, it gets its IP address, but DNS doesn't
get updated, so Box 2 is unknown to the LAN via its hostname.
If I boot a windows box (tested with 2000/XP), and I've tested with a
networked printer, they get an IP address, and DNS is updated
for those devices.
   

Add 'send host-name "gladiator";' to /etc/dhclient.conf or if you want to be 
more correct:
interface "em0" {
   send host-name "gladiator";
}

Dont forget to change the em0 interface to what your interface really is.
Worked like a charm.
Thanks
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: setl programming language under linux-emulation

2004-11-08 Thread Dan Nelson
In the last episode (Nov 08), [EMAIL PROTECTED] said:
> hi,
> i need to make setl programming language 
> (http://cs1.cs.nyu.edu/bacon/download-setl.html) work under freebsd5 (for 
> discrete math lab), no srcs available, i just found linux2.0.18 binary (from 
> latter link), the problem is that this is linked to libc.so.5 and it seems to 
> be broken compatibility with the one in /comat/linux/lib (libc.so.6), so, it 
> wont work.

It looks like the linux_base-6 port installs a libc.so.5 file (into
/usr/i486-linux-libc5/lib/libc.so.5, though).  You should also be able
to just copy the required libraries off a working Linux system.  Just
make sure you don't overwrite existing files with older ones.

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


Re: make world DESTDIR=/foo does not work under 5.3-RELEASE on i386 or amd64

2004-11-08 Thread Chad Leigh -- Shire.Net LLC
On Nov 8, 2004, at 10:11 AM, Giorgos Keramidas wrote:
On 2004-11-08 09:59, "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]>  
wrote:
make world DESTDIR=/foo
or
make buildworld DESTDIR=/foo
does not work on either my i386 or amd64 systems after a cvsup to
5.3-RELEASE and native build.  If you leave off the DESTDIR and build
for the running machine, it works fine.  And the DESTDIR worked fine
under beta7 (and possibly under RC1)
I haven't tried "make world" in a long time, but I recently installed a
clean snapshot of CURRENT using a slightly different approach:
# cd /usr/src
# make buildworld buildkernel
# make DESTDIR=/mnt installkernel installworld
Unfortunately, I still get an error.  A different one.  I can do it  
without DESTDIR= and update my actual system, but to make a jail, which  
requires DESTDIR, I get this error (when splitting up buildworld and  
installworld DESTDIR=)

hostname# make buildworld
.
. stuff
.
hostname# make installworld DESTDIR=/local/jails/master
.
. stuff
.
.
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444  
ufs/ffs/*.h  /local/jails/master/usr/include/ufs/ffs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444  
ufs/ufs/*.h  /local/jails/master/usr/include/ufs/ufs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444  
netgraph/bluetooth/include/*.h   
/local/jails/master/usr/include/netgraph/bluetooth/include
install:  
/local/jails/master/usr/include/netgraph/bluetooth/include/ 
ng_bluetooth.h: No such file or directory
*** Error code 71

Stop in /usr/src/include.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
hostname#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.3 release and mysql

2004-11-08 Thread Kris Kennaway
On Mon, Nov 08, 2004 at 01:45:10PM -0800, Jim Pazarena wrote:
> Just installed 5.3 release, and attempted to install mysql40-server
> from the ports.
> 
> while compiling mysql I got the following error:
> item_strfunc.h:542: internal compiler error:segmentation fault
> 
> not sure what to do or who to turn to with this. This makes me
> want to stay with 4.10 :-(
> 
> what is the appropriate avenue to investigate this?

Well, this is sometimes caused by trying to compile things with
absurdly high optimizations.  You omitted too much context from the
error to decide about that though.

The most common cause of random application crashes is bad hardware
(CPU cooling, RAM, power supply, etc).  If the error does not
repeatedly occur at the same place, this is almost certainly what's
going on.

If it's happening at the same place each time, it might be a real bug
in gcc; the rest of the error from gcc told you how to report it to
the gcc team.  

However, the mysql40-server port compiled fine when built on a default
5.3 system, so I'd look for the problem closer to home.

Kris


pgp5S0C7PnEM0.pgp
Description: PGP signature


Re: re bittorrent

2004-11-08 Thread Matthias Buelow
This is a technical forum? Yikes!
Is it, Mr./Ms. "[EMAIL PROTECTED]"?
--
  Matthias Buelow; [EMAIL PROTECTED],informatik.uni-wuerzburg}.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can not install portupgrade?

2004-11-08 Thread Kris Kennaway
On Mon, Nov 08, 2004 at 12:22:11PM +0800, kinux wrote:
> i install portupgrade on my serveral freebsd box, but i found one box can not 
> install it, the others work fine, i have cvsup the ports to lastest version, 
> it still not work.  What's the problem?
> 
>  bdb1.c:1140: `R_NEXT' undeclared (first use in this function) 

Looks like something might be missing from your FreeBSD installation
(or perhaps it's a very old system; you forgot to mention what version
of FreeBSD you're running).  Those symbols are defined in
/usr/include/db.h on 4.10.

Kris


pgpqms3Dwqhim.pgp
Description: PGP signature


Re: kernel panic in 5.3 whene compiling custom kernel.

2004-11-08 Thread Kris Kennaway
On Sun, Nov 07, 2004 at 10:25:03PM -0500, esmaeel pashapouri wrote:

> here I have to cold boot to get in again.
> I got the same error massage whene I tried to install
> lynx from the port collection, but secound try went
> trough and installed the lynx on the system.
> If anyone can point me in  any direction to solve this
> problem I'll be very gratefull.
> 
> thanks again for spending your time and reading this
> mail

Random errors under system load are often caused by hardware problems.
Check your CPU cooling, RAM, power supply, etc.

Kris


pgp32zEZqeRBi.pgp
Description: PGP signature


Re: difference between releases

2004-11-08 Thread Greg Barniskis
At 01:57 PM 11/8/2004, [EMAIL PROTECTED] wrote:
If the 4 bozos who jump on everything I say will
just cut back on the coffee there wouldn't be so much BS.
In a previous message, you indicated that you were sure some people
found your posts valuable. The point you seem to be missing entirely
is that the people who jump on you are jumping on you because for
every scrap of value you throw into the mix, you're also likely to throw
in a big, smelly turd. You'd probably be less jumped on if you didn't
mark up your commentary with irrelevant invective much of the time.
As a librarian, I have a great tolerance for dissenting points of view,
and as a sysadmin I have a lot of respect for those who challenge the
assumptions of IT system makers and users (it's practically a duty
for us to raise questions). I am not in total disagreement with some
of the points you have previously raised. I am, however, not willing
to pick through a wet pile of fresh shyte on the grounds that there
might possibly be a small nugget of gold inside.
I've tried to be patient, but it really seems to me that either:
(a) you really do not understand that name-calling has *no place* in
the formulation of a cogent argument (and that for this and related
reasons, your chronic nastiness is a violation of the list charter), or
(b) you really do understand but you really don't give a flying fork
about being civil or cogent because really, you just enjoy nastiness.
Either way, the net value to me of your posts is... [plonk the troll].
For the record, in 20 years of using various network forums, I have
never felt the need to censor anyone until now. Usually, the forum
admin has a go at it before I lose patience, but enough is enough.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


setl programming language under linux-emulation

2004-11-08 Thread l0kit0
hi,
i need to make setl programming language 
(http://cs1.cs.nyu.edu/bacon/download-setl.html) work under freebsd5 (for 
discrete math lab), no srcs available, i just found linux2.0.18 binary (from 
latter link), the problem is that this is linked to libc.so.5 and it seems to 
be broken compatibility with the one in /comat/linux/lib (libc.so.6), so, it 
wont work.

whats the best thing to do?, ive to get an old libc src and compile it?, if 
so, give some directions to start, if not, give me some hint :),

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


RE: difference between releases

2004-11-08 Thread Butterworth, Thaddaeus (Manpower Contract)
So we went from three losers to four bozos. What's it going to be for
five, six, seven, and eight? What I'm trying to tell you is, although I
feel no animosity towards you, it would be really nice if you would just
be helpful and constructive, rather than negative and whining. The
people who have responded to you have only voiced what most of us on the
list are feeling. 

 

By the way, I've tested our competitions printers. HP's printers are far
better designed than anything else I've worked with. The point is
programming and computer technologies are very young fields. You're
going to find problems whether it's closed or open source. Just don't
get bitter about it. Work instead to make it better instead of
complaining about everything. Like I said previously, let's see some
helpful suggestions.

 

Thad

 

 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 08, 2004 12:58 PM
To: Butterworth, Thaddaeus (Manpower Contract)
Cc: [EMAIL PROTECTED]
Subject: Re: difference between releases

 

In a message dated 11/8/04 2:41:38 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:

>As far as open-open source being the only one in beta, I work
in
>development where our code is closed-source. Even we have to
admit that
>our releases fit better into the category of BETA than RELEASE.

Which is pretty-much why I haven't bought or recommended anything from

HP since the LaserJet Plus. I wonder how they feel about you revealing
that?

 

Please lets not get into "yet-another" open-source discussion. My only 

point was that a "Release" should not be "just another snapshot", there

should be some "plan". If the 4 bozos who jump on everything I say will

just cut back on the coffee there wouldn't be so much BS.

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


5.3 release and mysql

2004-11-08 Thread Jim Pazarena
Just installed 5.3 release, and attempted to install mysql40-server
from the ports.
while compiling mysql I got the following error:
item_strfunc.h:542: internal compiler error:segmentation fault
not sure what to do or who to turn to with this. This makes me
want to stay with 4.10 :-(
what is the appropriate avenue to investigate this?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


My desktop travails, 2: Glacially slow X.org

2004-11-08 Thread Kirk Strauser
I recently consolidated my underloaded FreeBSD personal web/nameserver with 
my underused Debian workstation by scavenging all of the good hardware from 
the Debian machine into the FreeBSD system and installing X and KDE on the 
result.  My first migration glitch was configuring my 7-button trackball, 
but that's working now and I'm ready to tackle the next project.

The new server/workstation is a Thunderbird 1.4GHz with 1.25GB of RAM and a 
GeForce 2 MX 400 graphics card.  I'm running OS 5.3 (built today), and all 
ports up-to-date (as of Sunday).

Basically, many X features are painfully slow - much slower than they were 
on the old Debian system with the same graphics card, less RAM, and a 
P-III/933 CPU.  The biggest example is text scrolling with anti-aliased 
fonts.  I used to enable subpixel rendering on my square-pixel CRT and it 
looked beautiful.  FreeBSD and X.org renders the fonts as nicely, but I can 
physically watch the screen being updated every time the screen scrolls in 
Konsole.  I can switch back to aliased fonts and get reasonably fast 
scrolling, but the text looks ugly and I'd rather not resort to that.

Also, although I'm using the nvidia-driver port, glxgears reports a 
framerate between 2 and 3.  I've tried using both Nvidia's AGPGART and 
FreeBSD's own (following the instructions that came with the port and 
rebooting between trials to unload the agp.ko kernel module).

So, any idea why my text rendering and GLX are so painfully slow?
-- 
Kirk Strauser


pgp6iaq1gz9WV.pgp
Description: PGP signature


Re: Is FreeBSD (still) a registered trademark?

2004-11-08 Thread Kris Kennaway
On Sun, Nov 07, 2004 at 01:52:31AM -0800, Ted Mittelstaedt wrote:

> Probably because nobody e-mailed the documentation project.

Actually they did; there was discussion on the internal developers list.

> You can't expect everyone else to fix everything in the documentation
> if you don't speak up when you see something wrong.

Don't assume you're privy to everything that goes on in the FreeBSD
project ;-)

Kris


pgpYpr2xpl8ft.pgp
Description: PGP signature


Re: difference between releases

2004-11-08 Thread Ruben de Groot
On Mon, Nov 08, 2004 at 12:47:30PM -0500, [EMAIL PROTECTED] typed:

> I notice the same 3 losers answering over and over.

They're probably among the last people who haven't put you on their
kill-list yet. Congratulations, you're on mine now. Goodbye.

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


Followup to "moused and 7-button mice"

2004-11-08 Thread Kirk Strauser
On Saturday 06 November 2004 11:27, Kirk Strauser wrote:

> [...] moused only seems to pass the first 5 through to X.

I don't know what else to say - I must've been smoking too much crack that 
morning.  After a reboot to install new hardware, moused seems in fact to 
have started passing those extra button presses on through to X.  I 
followed the instructions that I'd written for getting my Debian 
workstation to use the extra buttons:

http://subwiki.honeypot.net/cgi-bin/view/Computing/ExtraMouseButtons

and ended up with a nicely working FreeBSD setup.

Thanks for the advice, everyone.  I'm still not sure why the reboot made a 
difference, but everything's good now.
-- 
Kirk Strauser


pgp2QCh9tvp3Y.pgp
Description: PGP signature


Re: Apache2 seg faults

2004-11-08 Thread Admin
Matthew Seaman wrote:
On Mon, Nov 08, 2004 at 08:03:15PM +0100, Webmaster wrote:
 

Hi everybody.
Need help with Apache2 seg fault.
I'm totally in my blinds on this one. It seems like the problem occurs 
when Apache is trying to
do a graceful restart.
Tried to do some "googling" and searching the mail archives, but found 
nothing useful.
Found an answer from Matthew Seaman to a similar problem, but didn't 
understand much about it.
http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-September/057901.html
   

Fame at last!
 

odin# uname -a
FreeBSD odin.swedehost.com 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #0: 
Fri Nov  5 16:04:49 CET 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ODIN  i386

This is what the httpd-error.log has to say about it :
[Mon Nov 08 19:00:00 2004] [notice] Graceful restart requested, doing 
restart
[Mon Nov 08 19:00:02 2004] [notice] seg fault or similar nasty error 
detected in the parent process
[Mon Nov 08 19:01:52 2004] [warn] pid file /var/run/httpd.pid 
overwritten -- Unclean shutdown of previous Apache run?
[Mon Nov 08 19:01:52 2004] [notice] Apache/2.0.52 (FreeBSD) PHP/4.3.9 
mod_ssl/2.0.52 OpenSSL/0.9.7d configured -- resuming normal operations

And then nothing happening. I have to manually restart the server by 
issuing the following :
/usr/local/sbin/apachectl startssl

Any and all help preciated.
   

It is probably not a problem with the base Apache itself which is
leading to the segfaults.  Rather I'd suspect that some module you're
loading into apache is causing the problem -- I mean a 3rd party
module like mod_php{4,5}, mod_jk or mod_perl.
The first step is to narrow down what the cause of the problem is.
Try commenting out the LoadModule directives in httpd.conf until you
can isolate which one is the cause of the problem.
Note: I'm assuming that you're using the standard prefork MPM --
that's definitely the preferred (in fact the only working) method
under 4.10.  I think it's still preferred in 5.x, but in that OS
version you might be able to succeed at using one of the threaded
MPMs.
Cheers,
Matthew
 

Thx for your answer.
Will follow your advice and try to pinpoint which module causing the 
problem.
I do suspect php according to another mail I found searching the archives.
http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-April/042300.html
leading to this link : /http://bugs.php.net/bug.php?id=27810
/which didn't enlight me very much, but might help other people to 
understand the problem :-)

Another issue I do remember from last time I cvsupe'd and port upgraded, 
was two ports
that wasn't upgraded.
php4-mcve ( marked ignore ) and squirrelmail.
Don't know if this is relevant, but just thought I would add  it.

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


Re: FreeBSD DHCP client not working with dynamic DNS

2004-11-08 Thread Emanuel Strobl
Am Montag, 8. November 2004 18:32 schrieb Gerard Samuel:
> Box 1:  Firewall/DHCP Server/DNS (FreeBSD 5.3)
> Box 2:  DHCP Client (FreeBSD 5.3R2)
>
> When I boot Box 2, it gets its IP address, but DNS doesn't
> get updated, so Box 2 is unknown to the LAN via its hostname.
> If I boot a windows box (tested with 2000/XP), and I've tested with a
> networked printer, they get an IP address, and DNS is updated
> for those devices.

Add 'send host-name "gladiator";' to /etc/dhclient.conf or if you want to be 
more correct:
interface "em0" {
send host-name "gladiator";
}

Dont forget to change the em0 interface to what your interface really is.

-Harry

>
> Any help would be appreciated.
> Thanks
>
> ---
> Box 1
>
> /usr/local/etc/dhcpd.conf
> --
> option domain-name "trini0.org";
> option domain-name-servers 192.168.0.1;
> option subnet-mask 255.255.255.0;
>
> default-lease-time 3600;
> max-lease-time 86400;
>
> subnet 192.168.0.0 netmask 255.255.255.0 {
>   range 192.168.0.10 192.168.0.20;
>   option routers 192.168.0.1;
> }
>
> # DNS
> ddns-update-style interim;
> ddns-domainname "trini0.org";
> ddns-rev-domainname "in-addr.arpa";
>
> key DHCP_UPDATER {
>   algorithm HMAC-MD5.SIG-ALG.REG.INT;
>   secret my_key;
> };
>
> zone trini0.org. {
>   primary 192.168.0.1;
>   key DHCP_UPDATER;
> }
>
> zone 0.168.192.in-addr.arpa. {
>   primary 192.168.0.1;
>   key DHCP_UPDATER;
> }
> --
>
> /var/named/etc/namedb/named.conf
> -- snip --
> key DHCP_UPDATER {
> algorithm HMAC-MD5.SIG-ALG.REG.INT;
> secret my_key;
> };
>
> zone "." {
> type hint;
> file "named.root";
> };
>
> zone "0.0.127.IN-ADDR.ARPA" {
> type master;
> file "master/localhost.rev";
> };
>
> zone "trini0.org" {
> type master;
> file "master/trini0.org";
> allow-update { key DHCP_UPDATER; };
> };
>
> zone "0.168.192.in-addr.arpa" {
> type master;
> file "master/trini0.org.rev";
> allow-update { key DHCP_UPDATER; };
> };
> -- snip --
>
>
> Box 2
> --
> /etc/rc.conf
> -- snip --
> ifconfig_fxp0="DHCP"
> -- snip --
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


pgpfDwyfIwce4.pgp
Description: PGP signature


RE: [OT] BEFSR41 = bad (was: Re: DSL support)

2004-11-08 Thread Ted Mittelstaedt


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Danny MacMillan
> Sent: Monday, November 08, 2004 6:38 AM
> To: Ted Mittelstaedt
> Cc: Danny MacMillan; [EMAIL PROTECTED]; R. W.
> Subject: [OT] BEFSR41 = bad (was: Re: DSL support)
>

> Besides, the BEFSR41 is what all the cool kids were buying, and looks much
> snazzier on my desktop to boot, and didn't cost as much.

Gee I wonder why! :-)

Actually, ever since Cisco bought Linksys and came out with the version 3
BEFSR41's the quality has really gone downhill - with at least the
BEFSR41's.

I've heard better reports about the Linux-based Linksys routers.  If you
can do an exchange you might want to get one of those.  There's even some
mods for their firmware out there on the Internet.  Of course they are more
expensive. :-(

>
> Thanks for the advice in re: RMA-ing the router; I never considered that.
> Usually components either fail out of the box or wait until the warranty
> period is over.
>

Yeah, well don't thank me yet, you might have to do that a couple more times
before you get a good one. :-(

Ted

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


Re: Naming confusion

2004-11-08 Thread Lloyd Hayes
I know, and I agree. Right now, I am thinking that the next time that I 
have to upgrade hardware, it will have to be a MAC.

Lloyd Hayes
Email: [EMAIL PROTECTED]
URL: http://TalkingStaff.bravehost.com 
E-FAX Number: (208) 248-6590


Chad Leigh -- Shire.Net LLC wrote:
Hi.  This is sent OFF LIST
If you ever get tired of the time you spend trying to get things 
working with the stuff you are doing now, and futzing around and 
stuff, just bite the bullet and buy an iBook.  You can run all the 
same stuff (including X) as on FreeBSD and Linux, plus it just works.  
When you pull your truck into a Flying J or whereever and hook up to 
the WIFI, it will just work.   All my laptops and desktops are Mac OS 
X.  My servers are all FreeBSD (I run a web and email hosting company 
-- actually 1 Linux server for some special java processing).  I ran a 
Linux desktop for a while but it was just too much hassle and time 
spent trying to get simple things to work.

iBooks start around $1k and are a good value and they just work.  They 
are unix based, but have mainstream app support, a GUI that just 
works, and for the techno nerds :-) you also can run X, and all your 
favorite open source apps.

good luck!
Chad
ps: I don't work for Apple or anything.  Just that it seems you are 
spending an awful amount of time trying to get simple things to work.  
Time that could be better spent elsewhere I assume.

On Nov 7, 2004, at 11:58 AM, Lloyd Hayes wrote:
Thanks for the reply. I liked what you said, and it pretty much sums 
up what I've seen all across the UNIX world. BSD and Linux seem to be 
geared towards permanent locations and for regular repeated types of 
projects. Mobility seems to a available, but on a very limited scale. 
However, there are people out there doing just this. I would really 
like read about their experiences with problems and solutions.

As for using a Mac. I have always considered the Mac a superior 
machine, but their sales structure turns me off. They end up being 
too expensive. On my recommendation, my brother bought a Mac desktop. 
He like it so well that he bought a Mac laptop too. He's works as a 
Nuclear Analyst and a couple of years ago, he changed companies to 
work as head of department for a new company starting up. The people 
in the IT department are always dropping into his office to check his 
laptop. They check everyone's laptops which are used within the 
company. They are always wishing that the M$ operating laptops worked 
as well as his MAC.

I've considered putting Darwin on my computers, but from what I have 
read, there are not enough PC type drivers for it. What originally 
drew me to FreeBSD was that the Mac OS-X was based on FreeBSD.

But I have gotten side-tracked off of the subject.
If I read your answer right, I can put any name in here like 
"traveler2.hayes.org", and as long as it's connecting to the Internet 
and it's not a server connected from the Internet, it should be OK. 
Right?

Lloyd Hayes
Email: [EMAIL PROTECTED]
URL: http://TalkingStaff.bravehost.com E-FAX Number: (208) 248-6590

Matthew Seaman wrote:
On Sat, Nov 06, 2004 at 11:49:13PM -0700, Lloyd Hayes wrote:
[ Hostname changes when going on-line from different locations ]
don't worry about it.
With XFree86, it is an issue.
It appears that Xorg won't configure correctly without it. Although 
I won't swear that's the problem with Xorg.

One problem you will run into, with either flavour of X Windows, is to
do with the authentication mechanism.  X is designed to be network
transparent -- so I can run an X program somewhere else on the net and
have it put its windows etc. on my local desktop.  See xauth(1) for a
program you can use to manage access in that way.  The problem is that
the records xauth(1) keeps in ~/.Xauthority are based on the machine's
hostname -- and that includes connecting to the local desktop too, as
a degenerate case of 'across the network'.  So if your hostname
changes, suddenly you may well have to quit your current X session,
log out and log in again to reestablish those credentials.
There are other programs, like sendmail(8), ipfw(8), natd(8), which
will tend to have an adverse reaction to the hostname and IP number
changing out from beneath them unless very carefully configured.
Now, usually this doesn't pose too much of a problem as typically
dhclient(8) isn't configured to modify the hostname.  The trouble
happens when the authentication system tries to *verify* the host
name.  It does that by looking up the name in the DNS, which returns
one or more IP numbers.  Then it looks up those IP numbers, and counts
the name as verified if any of them return the original hostname.
[Well, there's a bit more to it than that involving various other DNS
record types, but that's the basic idea]
You can see that there are going to be problems with this if you're
moving between different connectivity providers:
   * Either you choose your own hostname and stick with it -- except
 that the IP num

Re: dhcp problems (i think)

2004-11-08 Thread Gary Kline
On Mon, Nov 08, 2004 at 06:20:51AM -0800, cape canaveral wrote:
> 
> Do the PCs with broken Internet have IPs?  It sounds like either the
> DHCP server is not handing out leases or, if it is, it has stopped
> routing to the Internet for your client machines.  I'm not sure what
> service that is (ipnat??) as I've never used FreeBSD for that purpose.
>  Maybe it needs to be tweaked, or maybe try setting the IP of one of
> the client machines static and see if it suddenly starts working
> agian.
> 

ns1.thought.org is my only "real" IP.   I working on ipnat
right now.  I had it disabled prev'ly, so it probably 
isn't required.  

All my private IP's are static.  I've kept things in
/ettc/hosts in sync with my hardwired systems in dhcpd.conf.

(*sigh*)


thanks for your ideas!

gary


-- 
Gary Kline  Seattle BSD Users' Group (seabug)  | [EMAIL PROTECTED]
Thought Unlimited Org's Alternate Email Site
http://www.magnesium.net/~kline
   To live is not a necessity; but to live honorably...is a necessity. -Kant

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


Re: FBSD 2.5.1-p11 | Promise SATA150 TX2plus | Seagate B 200GB - BAD SUPERBLK / Machine freezes up etc

2004-11-08 Thread Sebastian Holmqvist
On Mon, 8 Nov 2004 14:25:18 -0500, Louis LeBlanc <[EMAIL PROTECTED]> wrote:
> On 11/08/04 08:04 PM, Sebastian Holmqvist sat at the `puter and typed:
> 
> 
> > "I've been getting WRITE_DMA timeouts in /var/log/messages though,
> > typically 1 to 3 of them before the lockup.  Have you noticed any of
> > these?"
> > Nope, nothing of that kind.
> > Can't check for earlier times since I've reinstalled since then. But
> > the error tonight didn't report anything.
> >
> > Please get back to me if you manage to survive any large data-transfers :)
> > In that case; "5.3 HERE I COME" :p
> 
> Will do.  I've been eagerly awaiting 5.3 to deal with this exact problem.
> 
> Typically, building OpenOffice.org will tell one way or another, and it
> should be going on now - unless it's already locked up.  I'll find out
> when I get home this evening and let you know.
> 
> If it doesn't lock up, I'll try building a couple large packages
> simultaneously (like Mozilla and jdk1.4).  That will be the absolute
> indicator.
> 
> If it does lock up, I'll be reinstalling some time this week with the
> fdisk geometry forced to that recommended by WD, and running back
> through the disk loads described above.
> 
> Lou
> --
> Louis LeBlanc   [EMAIL PROTECTED]
> Fully Funded Hobbyist, KeySlapper Extrordinaire :)
> http://www.keyslapper.org ԿԬ
> 
> This isn't true in practice -- what we've missed out is Stradivarius's
> constant.  And then the aside: "For those of you who don't know, that's
> been called by others the fiddle factor..."
> -- From a 1B Electrical Engineering lecture.
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

"Will do.  I've been eagerly awaiting 5.3 to deal with this exact problem."
You too? :) That's why I haven't touched FreeBSD for so long, I had
this fix idea it was 5.2.1 that screwed me over.

Don't have my discs as system, so building and that kind of stuff
isn't touched, luckily.

Since you don't have it when you're transferring files, it probably
has to do with FBSD's compability with SATA controller cards.
I'm doing 'make buildworld' now so that I can easily switch over to
5.3 later on.

-- 

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


Re: re bittorrent

2004-11-08 Thread TM4526
In a message dated 11/8/04 1:23:40 PM Eastern Standard Time, 
[EMAIL PROTECTED] writes:
> Its not a legal/illegal issue. Its a "using more bandwidth than you are
> paying for" issue. Im sure if you were running bittorrent all day long
> your ISP would be very glad to see you go.

>I'm paying for a flatrate (ADSL) at home.  I don't use the bandwidth 
>most of the time, simply because I have no interest in leeching movies 
>without end, but a lot of others do.  In fact, the ISP has just upped 
>the downstream from 768 to 1024 kbit/s at no extra cost.  Many people I 
>know have p2p-stuff running day and night.  I mean, the company isn't 
>giving you the bandwidth for altruistic reasons either, you pay them 
>money for it.

This is a technical forum? Yikes!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: DSL support

2004-11-08 Thread Ted Mittelstaedt
Why would I be recommending against Linksys if I worked for Cisco?
Didn't you know that Cisco owns Linksys?  And why would I be recommending
in favor of a PC setup as a router if I worked for Cisco?

Sounds to me like you didn't read the post throughly.  Next time quit
shooting from the hip.

Ted


> -Original Message-
> From: gabriel [mailto:[EMAIL PROTECTED]
> Sent: Sunday, November 07, 2004 7:17 AM
> To: Ted Mittelstaedt
> Cc: R. W.; [EMAIL PROTECTED]
> Subject: Re: DSL support
>
>
> lol, do you work for cisco? - Overall, his views are agreeable.
> Or get cable! :\
>
>
> On Sun, 7 Nov 2004 01:49:34 -0800, Ted Mittelstaedt
> <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] Behalf Of R. W.
> > > Sent: Saturday, November 06, 2004 4:40 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: DSL support
> > >
> > >
> > > On Saturday 06 November 2004 15:34, Mark wrote:
> > > > I am on sbc dsl and found this page covered the setup.
> > > >
> > > > http://renaud.waldura.com/doc/freebsd/pppoe/
> > > >
> > > > On Fri, Nov 05, 2004 at 09:54:30AM -0800, William Scott wrote:
> > > > > Dear Sir or Madam,
> > > > >
> > > > > Is there any support/documentation for configuring FreeBSD for
> > > > > use with a DSL modem (my ISP is SBC)?
> > >
> > > I recently had some trouble in setting up an ADSL modem (it
> didn't work
> > > with 5.2.1). What I did in the end was buy a 4-port ADSL NAT router,
> > > and I think it's actually for the best. They are quite cheap these
> > > days, and they have some strong advantages over a basic modem.
> > >
> >
> > Hi R.W.,
> >
> >   I work at an ISP and before anyone goes running off and buying a
> > ADSL router please consider this.
> >
> >   We have recommended these for the past 3 years now, for DSL lines,
> > ever since we started selling DSL.  The big advantage of them from
> > our point of view is that windows systems tend to not get infected
> > with viruses as rapidly - thus we get fewer support calls.  The
> > primary one we have always recommended has been the Linksys BEFSR41.
> > This one has several advantages - it can act as a router -or- address
> > translator, it has logging, and can send the log to a remote syslogger
> > host.  (there is a program someone wrote for FreeBSD that captures the
> > log output, BTW)
> >
> >   HOWEVER - we are no longer recommending the Linksys devices.  Why -
> > because over the last 3 months we have had an increasing number of them
> > which have been installed for several years, just fail.  And
> the failures
> > aren't pretty.  Usually the packet flows through the router
> start getting
> > slower and slower, and the user gets an increasing number of
> disconnections
> > from websites and such that they go to.  It is insidious, and very very
> > difficult to tell the difference from either a congested ISP or virus
> > activity, so most often the user just gets more and more dissatisfied
> > with their DSL line, never realizing it's the cheap router that's the
> > problem.  When things get bad enough they start power-cycling the router
> > and that 'fixes' things for a few hours, and the customer
> > gets the impression that this is 'normal' for these devices.
> >
> >   It has almost cost us several customers as the customer blames the ISP
> > for slowness and not their $35 cheapass device.  And initially when it
> > started happening, we didn't catch on that quick.  And we have spent
> > far too much time with troubleshooting them now.  Unfortunately a number
> > of business customers we have, put these devices in a couple years back
> > when they signed up, and now these are coming back to haunt us.
> >
> >   And the thing that really scares me is that we have recently had a
> > few of these problems show up with dlink and other
> manufacturers devices.
> > I am just hoping that this isn't the start of a trend.
> >
> >   Today what we recommend ethernet-to-ethernet Cisco routers or Cisco
> > PIX firewalls for businesses.  The PIX and modern Cisco IOS can be
> > setup to speak PPPoE directly.  And a used 10-user PIX 501 can be had
> > on Ebay fairly cheaply, I have seen them go as cheap as $200, and it
> > is ideal for a home setup - assuming that is, that someone at the house
> > is really in to networking and wants to work with the real equipment
> > that industry uses, not the toys that you get at Fry's.
> >
> >   And for home users that are technical but too cheap to do that, I tell
> > them to use a PC setup as a router, NOT one of these.
> >
> >   Unfortunately we have way too many nontechnical windows users
> who these
> > devices are pretty much the only way they have of putting up a firewall.
> > Nowadays when I talk with one of them I put the Fear of God into them
> > about these devices with instructions to call immediately if they notice
> > the slightest problem with their connections, and I cross my fingers
> > that when the time comes 

Re: Apache2 seg faults

2004-11-08 Thread Matthew Seaman
On Mon, Nov 08, 2004 at 08:03:15PM +0100, Webmaster wrote:
> Hi everybody.
> Need help with Apache2 seg fault.
> I'm totally in my blinds on this one. It seems like the problem occurs 
> when Apache is trying to
> do a graceful restart.
> Tried to do some "googling" and searching the mail archives, but found 
> nothing useful.
> Found an answer from Matthew Seaman to a similar problem, but didn't 
> understand much about it.
> http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-September/057901.html

Fame at last!
 
> odin# uname -a
> FreeBSD odin.swedehost.com 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #0: 
> Fri Nov  5 16:04:49 CET 2004 
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ODIN  i386
> 
> This is what the httpd-error.log has to say about it :
> [Mon Nov 08 19:00:00 2004] [notice] Graceful restart requested, doing 
> restart
> [Mon Nov 08 19:00:02 2004] [notice] seg fault or similar nasty error 
> detected in the parent process
> [Mon Nov 08 19:01:52 2004] [warn] pid file /var/run/httpd.pid 
> overwritten -- Unclean shutdown of previous Apache run?
> [Mon Nov 08 19:01:52 2004] [notice] Apache/2.0.52 (FreeBSD) PHP/4.3.9 
> mod_ssl/2.0.52 OpenSSL/0.9.7d configured -- resuming normal operations
> 
> And then nothing happening. I have to manually restart the server by 
> issuing the following :
> /usr/local/sbin/apachectl startssl
> 
> Any and all help preciated.

It is probably not a problem with the base Apache itself which is
leading to the segfaults.  Rather I'd suspect that some module you're
loading into apache is causing the problem -- I mean a 3rd party
module like mod_php{4,5}, mod_jk or mod_perl.

The first step is to narrow down what the cause of the problem is.
Try commenting out the LoadModule directives in httpd.conf until you
can isolate which one is the cause of the problem.

Note: I'm assuming that you're using the standard prefork MPM --
that's definitely the preferred (in fact the only working) method
under 4.10.  I think it's still preferred in 5.x, but in that OS
version you might be able to succeed at using one of the threaded
MPMs.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpjkk1FVrGM9.pgp
Description: PGP signature


Re: Integrated NIC support

2004-11-08 Thread TM4526
In a message dated 11/8/04 1:49:35 PM Eastern Standard Time, 
[EMAIL PROTECTED] writes:
>> the Gigabytes K8NSNXP-939 motherboard have the Marvell 8001 Gigabit 
Ethernet 
>> controller and the ICS 1883 LAN PHY chip integrated.  Are they supported?
>> 
>> 
http://www.giga-byte.com/Motherboard/Products/Products_Spec_GA-K8NSNXP-939.htm
Get a different MB and run Windows on that one. You dont want to use a
marginally supported NIC, do you? 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: difference between releases

2004-11-08 Thread TM4526
In a message dated 11/8/04 2:41:38 PM Eastern Standard Time, 
[EMAIL PROTECTED] writes:
>As far as open-open source being the only one in beta, I work in
>development where our code is closed-source. Even we have to admit that
>our releases fit better into the category of BETA than RELEASE.
Which is pretty-much why I haven't bought or recommended anything from
HP since the LaserJet Plus. I wonder how they feel about you revealing that?

Please lets not get into "yet-another" open-source discussion. My only 
point was that a "Release" should not be "just another snapshot", there
should be some "plan". If the 4 bozos who jump on everything I say will
just cut back on the coffee there wouldn't be so much BS.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfilter loading on 5.3

2004-11-08 Thread Paul Mather
On Mon, 8 Nov 2004 12:01:41 -0500, "dave" <[EMAIL PROTECTED]> writes:

> Hello,
> I believe i am having a configuration error. I've got a new 5.3
> box to
> which i'm atempting to get ipfilter going. I read the updated handbook
> and
> have added:
> 
> ipfilter_enable="YES"
> ipfilter_rules="/etc/ipf.rules"
> ipmon_enable="YES"
> ipmon_flags="-Dsvn"
> 
> to my rc.conf file. When i try to manually load up my rules file with:
> ipf -FA -f /etc/ipf.rules
>  i am getting an error "can not open no such device"
> I have not compiled anything for ipfilter in to the kernel as i had
> done
> previously i understood from the handbook that ipf was capable of
> being
> dynamically loaded and the rc.conf line would suffice.

I recently updated a system from 5.2.1 to 5.3 and had problems with
ipfilter (dynamically loading it, as you are above).  In my case, I
noticed this during boot, when ipfilter was being activated:

 link_elf: symbol in6_cksum undefined

The net effect was that the kernel module would not load, due to the
unresolved symbol.

In my case, I was using a custom kernel that lacked "options INET6". 
Re-building my kernel with that option added (i.e., with IPv6 support
enabled) fixed the problem and the ipfilter kernel module now works.

I'm guessing there's some kind of hidden dependency on IPv6 in 5.3 as
far as the ipfilter kernel module is concerned.  (This didn't seem to be
the case in 5.2.1, from what I remember.)

Cheers,

Paul.
-- 
e-mail: [EMAIL PROTECTED]

"Without music to decorate it, time is just a bunch of boring production
 deadlines or dates by which bills must be paid."
--- Frank Vincent Zappa
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: difference between releases

2004-11-08 Thread Butterworth, Thaddaeus (Manpower Contract)
Message: 18

Date: Mon, 8 Nov 2004 12:47:30 EST

From: [EMAIL PROTECTED]

Subject: Re: difference between releases

To: [EMAIL PROTECTED]

Message-ID: <[EMAIL PROTECTED]>

Content-Type: text/plain; charset="US-ASCII"

 

In a message dated 11/8/04 11:54:37 AM Eastern Standard Time, 

>>[EMAIL PROTECTED] writes:

>> on the "release", which should be a known, completed code base.

> 

>> All part of the experience  I suppose.

 

>>The whole world is in beta.   Get over it.

>Only the open-source world. 

 

>I notice the same 3 losers answering over and over. Maybe its

>YOU that should get over me, since everything I say seems to 

>irritate you.

 

 

To be fair, most of us just try to ignore you since you have not once
contributed anything helpful or productive to this list. People would
not get so upset if at least every once in a while you would offer some
helpful comments. The constant carping on every question you respond to
begins to wear on those of us who would really just like to learn more
about how to better administrate our systems. We've chosen BSD, we like
it, and we're not going back to the nether regions of MS. If you're
unhappy with open-source, why not focus on Windows products and leave
the rest of us alone. You're not going to find any converts here.

 

As far as open-open source being the only one in beta, I work in
development where our code is closed-source. Even we have to admit that
our releases fit better into the category of BETA than RELEASE. The
whole world of computers and programming is very new and most everyone
of any real intelligence realizes that we all have a lot more to learn.
The issue I have with closed-source systems is that when I spot a
problem I can't do anything to fix it. Usually that means waiting for
one of Microsoft's untold millions of patches and hope that it doesn't
blow my system out of the water like so many of the Service Packs have
done. That is why I like so much of what open-source is doing. We admit
that we're not perfect and we don't know it all, but we will sure work
to find the solution when a problem arises. 

 

As a final note, I have seen you talk about how much you know. How about
proving it? Why not offer some real help to some of the questions posed
on this list? Until then I can only assume that you're either Darl
McBride or Bill Gates in disguise. I just haven't figured out which one
yet.

 

 

Thad

 

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


Re: help

2004-11-08 Thread Jerry McAllister
> 
> Where do I find the supported hardware list?

You might try looking for it!
It has a link on the main FreeBSD web page.

For example, for 'Production Release 5.3'
one finds the following named links:

Production Release: 5.3
  Installation Guide
  Release Notes
  Hardware Notes
  Installation Notes
  Errata
  Migration Guide

If you just happened to click on 'Hardware Notes'  
You would find the following with appropriate links:

The hardware notes for FreeBSD are customized for different platforms, as 
many devices are only supported on (or are only relevant for) specific 
processors or architectures.

Hardware notes for FreeBSD 5.3-RELEASE are available for the following 
platforms:

* alpha
* amd64
* i386
* ia64
* pc98
* sparc64

A list of all platforms currently under development can be found on the 
Supported Platforms page.

Clicking on 'i386' would get you the whole list nicely divided into
various types of devices.

jerry

> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Lowell Gilbert
> Sent: Saturday, November 06, 2004 12:50 PM
> To: Aaron Carranza
> Cc: [EMAIL PROTECTED]
> Subject: Re: help
> 
> "Aaron Carranza" <[EMAIL PROTECTED]> writes:
> 
> > I am trying to install a Linksys 10/100/1000 gigabit network adapter on a
> > 4.9 freebsd operating system, but the os is not detecting the nic;
> however,
> > when I install a 10/100 linksys nic it works fine. Please help me, I know
> > that it may be a simple answer or it also could be a little difficult;
> > however, please help me thankyou.   
> 
> Check the supported hardware list to see if your gigabit adapter is
> supported at all; you may need to try a more recent version of FreeBSD...
> 
> -- 
> Lowell Gilbert, embedded/networking software engineer, Boston area
>   http://be-well.ilk.org:8088/~lowell/
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

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


Re: math.h doesn't include pow?

2004-11-08 Thread Peter Seebach
In message <[EMAIL PROTECTED]>, Vince Sabio writes:
>I thought it must have been, so I searched my list archives -- which, 
>admittedly, go back only to January of this year -- but didn't find 
>anything on this problem. If there's a formal FreeBSD FAQ, I'd be 
>happy to be clue-batted with it FFR.

comp.lang.c.  :)

>>Headers and libraries are distinct.  Headers provide prototypes; libraries
>>provide definitions.

>Yes, my bad; sorry about that:

>% sed 's/libraries/headers/'

Well, that's the thing; you included the header, but not the library.  Thus
the confusion.

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


Re: FBSD 2.5.1-p11 | Promise SATA150 TX2plus | Seagate B 200GB - BAD SUPERBLK / Machine freezes up etc

2004-11-08 Thread Louis LeBlanc
On 11/08/04 08:04 PM, Sebastian Holmqvist sat at the `puter and typed:
> "I've been getting WRITE_DMA timeouts in /var/log/messages though,
> typically 1 to 3 of them before the lockup.  Have you noticed any of
> these?"
> Nope, nothing of that kind.
> Can't check for earlier times since I've reinstalled since then. But
> the error tonight didn't report anything.
> 
> Please get back to me if you manage to survive any large data-transfers :)
> In that case; "5.3 HERE I COME" :p

Will do.  I've been eagerly awaiting 5.3 to deal with this exact problem.

Typically, building OpenOffice.org will tell one way or another, and it
should be going on now - unless it's already locked up.  I'll find out
when I get home this evening and let you know.

If it doesn't lock up, I'll try building a couple large packages
simultaneously (like Mozilla and jdk1.4).  That will be the absolute
indicator.

If it does lock up, I'll be reinstalling some time this week with the
fdisk geometry forced to that recommended by WD, and running back
through the disk loads described above.

Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

This isn't true in practice -- what we've missed out is Stradivarius's
constant.  And then the aside: "For those of you who don't know, that's
been called by others the fiddle factor..."
-- From a 1B Electrical Engineering lecture.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: math.h doesn't include pow?

2004-11-08 Thread Vince Sabio
** Sometime around 13:03 -0600 11/08/2004, Peter Seebach sent everyone:
In message <[EMAIL PROTECTED]>, Vince Sabio writes:
In function `[function name]':
[path/]datetime.c:668: undefined reference to `pow'
Yes, I'm including . If I compile the exact same code under
Darwin (BSD on PowerPC), it compiles fine. It also compiles in
CodeWarrior. Is anyone else familiar with this problem? Could I have
 >a path set up incorrectly, and be using the wrong libraries?
FAQ.
Very FAQ.
I thought it must have been, so I searched my list archives -- which, 
admittedly, go back only to January of this year -- but didn't find 
anything on this problem. If there's a formal FreeBSD FAQ, I'd be 
happy to be clue-batted with it FFR.

Headers and libraries are distinct.  Headers provide prototypes; libraries
provide definitions.
Yes, my bad; sorry about that:
% sed 's/libraries/headers/'
You want "-lm".
Ah! Yes, that did the trick. Muchas gracias, or however those wacky 
Irish spell it
--

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


Re: ipfilter loading on 5.3

2004-11-08 Thread Andrew L. Gould
On Monday 08 November 2004 12:05 pm, dave wrote:
> Hi,
> Thanks, interesting it isn't loading, and trying to manually load it
> gives me "no such file or directory" Any ideas why i might not even
> have the module?
> Thanks.
> Dave.
>

I can't help with IPF; but have you considered using PF, which is 
installed by default in FreeBSD 5.3?  It works with very little effort.

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


Re: difference between releases

2004-11-08 Thread Alan Gerber
Bart Silverstrim wrote:
On Nov 8, 2004, at 12:47 PM, [EMAIL PROTECTED] wrote:
In a message dated 11/8/04 11:54:37 AM Eastern Standard Time,
[EMAIL PROTECTED] writes:
on the "release", which should be a known, completed code base.
All part of the experience  I suppose.

The whole world is in beta.   Get over it.
Only the open-source world.

When did Windows go open source? :-)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


In conventional terms, yes, FreeBSD releases are something like 
snapshots, so you're right in that respect.  However, these 
"snapshots"/releases are not really as much of a piece of beta software 
as you make it out to be.  Many people download, use, and test the 
release prior to its actual release in order to cut down on the number 
of bugs in that particular release.  That is the reason for the src and 
ports (and even doc, to a certain extent) trees freezing in the 
days/weeks prior to a release -- so that nothing new happens except for 
bugfixes and bugfixes for bugfixes and so on as necessary.  This 
probably gives you the best set of testing you can reasonably ask for in 
a code base that is always being updated.

So what it comes down to is that releases are snapshots of a particular 
CVS branch at a particular point in time that gets special attention in 
terms of use and testing.

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


Re: FBSD 2.5.1-p11 | Promise SATA150 TX2plus | Seagate B 200GB - BAD SUPERBLK / Machine freezes up etc

2004-11-08 Thread Sebastian Holmqvist
"I've been getting WRITE_DMA timeouts in /var/log/messages though,
typically 1 to 3 of them before the lockup.  Have you noticed any of
these?"
Nope, nothing of that kind.
Can't check for earlier times since I've reinstalled since then. But
the error tonight didn't report anything.

Please get back to me if you manage to survive any large data-transfers :)
In that case; "5.3 HERE I COME" :p


Sebastian Holmqvist


On Mon, 8 Nov 2004 13:42:57 -0500, Louis LeBlanc <[EMAIL PROTECTED]> wrote:
> On 11/08/04 06:57 PM, Sebastian Holmqvist sat at the `puter and typed:
> 
> 
> > Hi, I'm running a FBSD 5.2.1-p11 server on a 350 PII.
> > 1 IDE is plugged in on the motherboard. The other two Seagate
> > Barracuda 200 GB SATA discs are plugged in on the controllercard.
> >
> > I get bad geometry in sysinstall (which is apparently a bug as far as
> > I know from searching old mail-lists).  Fdisk states that 387621/16/63
> > is wrong. Inside is changes to 24321/255/63.
> > ST3200822AS is the product name for the hard-drive.
> > http://www.seagate.com/cda/products/discsales/personal/family/0,1085,599,00.html
> > is the datasheet.
> >
> > My problem is when I transfer large amounts of data to any of the discs.
> > WIthout warning, the whole system absolutely freeze up and I have to
> > manually reboot.
> > When I then run fsck it reports on several problems, among them a
> > SUPERBLK ERROR. I take it that's not good :p
> > The disc has to be formatted and we go again.
> >
> > The first time it happened, I acquired a fan since they seemed a tad
> > hot.. They were pushing 60°C. They are now around 35°C idle. High load
> > is probably putting them around 45°C I believe.
> >
> >
> > These are the theories I've come up with:
> > 1) Both my discs are bad (brand new when I bought them)
> > 2) The setup with the controller card and the motherboard doesn't work
> > 3) FBSD can't handle the data-transfer very well after a while. Could
> > it be that the data goes to the IDE and then to the SATA-discs?
> >
> > Thanks in advance, I really don't know how to handle this. Or, well
> > I'm gonna try updating to 5.3 in a couple of days, since they have
> > better SATA-handling I've been told.
> 
> I've had problems with an Intel ICH5 SATA controller, and serious system
> lockups much like what you're describing.
> 
> I've run my drive through every utility I could find and I'm convinced
> there's nothing wrong with it.
> 
> I've been getting WRITE_DMA timeouts in /var/log/messages though,
> typically 1 to 3 of them before the lockup.  Have you noticed any of
> these?
> 
> I hadn't thought about the fdisk issue, but yesterday I did a new 5.3
> install and got a similar message to yours.
> 
> Based on the fdisk message, I'm going to keep an eye out for anything
> strange.  I haven't had this problem in 5.3 yet, but if I do, I'll be
> sure to look up the drives data sheet (WD 160G) and see how they match.
> In the past, I've always let fdisk do what it wanted, but maybe I should
> have forced it to the mfg spec.  Perhaps I'll retry the install using
> that method.  If it changes anything, I'll post it here.
> 
> Not sure this helps, but maybe it'll put a couple pieces of the puzzle
> together somewhere.
> 
> Good luck
> Lou
> --
> Louis LeBlanc   [EMAIL PROTECTED]
> Fully Funded Hobbyist, KeySlapper Extrordinaire :)
> http://www.keyslapper.org Ô¿Ô¬
> 
> The universe seems neither benign nor hostile, merely indifferent.
> -- Sagan
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dhcpd (reprise)

2004-11-08 Thread Gary Kline
On Mon, Nov 08, 2004 at 09:29:47AM -0500, Lowell Gilbert wrote:
> Gary Kline <[EMAIL PROTECTED]> writes:
> 
> > On Sun, Nov 07, 2004 at 08:56:58PM -0500, Lowell Gilbert wrote:
> > 
> > 
> > No subnet declaration for dc0 (216.231.43.140).
> > ** Ignoring requests on dc0.  If this is not what
> >you want, please write a subnet declaration
> >in your dhcpd.conf file for the network segment
> >to which interface dc0 is attached. **
> > 
> > Sending on   Socket/fallback/fallback-net
> > 
> > I've seen this before.  What does the last line mean?
> > Or, how do I test this?  I've just tried ssh'ing
> > around.  Nothing to the screen.
> 
> 
> This is telling you that the machine doesn't know how to assign
> addresses for DHCP requests that come in on the dc0 interface.  If
> that's correct (i.e., you want it to assign addresses on some other
> interface but not that one), then everything's fine so far.  If it's
> not, then you need to modify your dhcpd.conf as it said.

I've got two NICs on my primary.  dc0 goes to my router;
dc1 goes to my hub.  All are running unix.  So far, I 
have rebooted only my laptop.  I can immediately ssh from
my latop *into* my primary (DNS) server, but when I try to
ping anywhere from my laptop, nothing--it times out.
So my dhcpd isn't handing out leases.  

In /etc/rc.conf I've got:

dhcpd_flags="-q"# command option(s)
dhcpd_conf=/usr/local/etc/dhcpd.conf# configuration file
dhcpd_ifaces="dc1"  # ethernet interface(s)
dhcpd_withumask="022"   # file creation mask

So far, the dhcpd_ifaces doesn't seem to be working, 
although I *do* see it when I do a grep on 
'sh -x on /usr/local/etc/rc.d/isc-dhcpd.sh::

+ network_interfaces=dc0 dc1 lo0
+ ifconfig_dc1=inet 10.0.0.1  netmask 255.0.0.0
+ dhcpd_ifaces=dc1

So the script at least is reading /etc/rc.conf.  Why dhcpd
isn't seeing this is unknown.


Here is part of my dhcpd.conf:


option dhcp-server-identifier 10.0.0.1;
option domain-name "thought.org";
option domain-name-servers 216.231.41.2, 66.93.87.2;
option routers 10.0.0.1;
option subnet-mask 255.0.0.0;
server-name "sage";
server-identifier 10.0.0.1;

> 
> If everything is okay on that front, then you need to get some of the
> other machines (the ones to which this server should be assigning
> addresses) to ask for leases.  How to do this depends on what OS they
> are running, but rebooting should do it in any case.


So far, rebooting ns1.thought.org (== sage) and my laptop
don't change anything.

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: math.h doesn't include pow?

2004-11-08 Thread Peter Seebach
In message <[EMAIL PROTECTED]>, Vince Sabio writes:
>My C library documentation states that the "pow" (power) function is 
>included in math.h. However, when I go to link (compiling and linking 
>with gcc), I get the following:
>
>In function `[function name]':
>[path/]datetime.c:668: undefined reference to `pow'
>
>Yes, I'm including . If I compile the exact same code under 
>Darwin (BSD on PowerPC), it compiles fine. It also compiles in 
>CodeWarrior. Is anyone else familiar with this problem? Could I have 
>a path set up incorrectly, and be using the wrong libraries?
>
>Running FreeBSD v5.1, installed from CD, including the developer 
>tools. Single-boot system; there is no Microsoft software anywhere on 
>the machine, so it's not their fault (for a change). ;-)

FAQ.

Very FAQ.

Headers and libraries are distinct.  Headers provide prototypes; libraries
provide definitions.  You want "-lm".

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


Apache2 seg faults

2004-11-08 Thread Webmaster
Hi everybody.
Need help with Apache2 seg fault.
I'm totally in my blinds on this one. It seems like the problem occurs 
when Apache is trying to
do a graceful restart.
Tried to do some "googling" and searching the mail archives, but found 
nothing useful.
Found an answer from Matthew Seaman to a similar problem, but didn't 
understand much about it.
http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-September/057901.html

odin# uname -a
FreeBSD odin.swedehost.com 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #0: 
Fri Nov  5 16:04:49 CET 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ODIN  i386

This is what the httpd-error.log has to say about it :
[Mon Nov 08 19:00:00 2004] [notice] Graceful restart requested, doing 
restart
[Mon Nov 08 19:00:02 2004] [notice] seg fault or similar nasty error 
detected in the parent process
[Mon Nov 08 19:01:52 2004] [warn] pid file /var/run/httpd.pid 
overwritten -- Unclean shutdown of previous Apache run?
[Mon Nov 08 19:01:52 2004] [notice] Apache/2.0.52 (FreeBSD) PHP/4.3.9 
mod_ssl/2.0.52 OpenSSL/0.9.7d configured -- resuming normal operations

And then nothing happening. I have to manually restart the server by 
issuing the following :
/usr/local/sbin/apachectl startssl

Any and all help preciated.
Best regards
Hasse Hansson.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Slow writes using hardware ata raid on older server

2004-11-08 Thread Joseph H. Fry
I've finally got a clean updated stable FreeBSD box, thank you all who
have invested your time creating documentation that makes it so easy for
us newbies.

Anyway, I had gentoo on the machine for about 10 minutes... Had a
problem with writing to my Megaraid i4 controller... It was terribly
slow (<1MB/sec)!  So I figured I'd try FreeBSD and see how that goes.
I'm no expert, but as far as I can tell Bonnie output (below), things
are not much better.

I only tested with a 100MB file ($ bonnie++ -s 100) because I need to
head to work and didn't want to wait for it to go through a whole 1-2GB
file.

Also below you will find the output from top while bonnie++ was "writing
a byte at a time" and "writing intelligently".  I only include these
because I'm not sure how to read them properly for multiple processors.
>From what I can tell, during the byte at a time write the processor is
pegged, but only about 1/4 used during the intelligent write.

Anyway, I'm stuck now with no idea what to do to fix this problem!  Any
guidance would be appreciated.  (expecially help understanding what the
different values in the bonnie++ output mean)

System:
 Dual PII 233 (smp in kernel) on intel server board
 128MB ECC SDRAM
 LSI MegaRaid i4 ATA RAID Controller (uses amr) in pci slot 1
 Onboard Intel e100PRO
 3Com 3c595
 Adaptec SCSI controller onboard, and one in pci slot
 (I don't have the cable I need to connect my CDROM to
the onboard SCSI controller so I added one temporarily)



 --Sequential Output-- --Sequential Input- --Random-
 -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
100M18  99  2172   8  2105  1054  99 29052  68 373.4  95
   585ms 503ms 613ms 204ms   60668us3941ms
 --Sequential Create-- Random Create
 -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
Files /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
  16  1204  42  5952  96  5136  99  1024  47  6246  99  4649  88
  2547ms 104ms 427us2682ms   27976us 201ms
1.93c,1.93c,fileserv.thefrys.local,1,1099936265,100M,,18,99,2172,8,2105,
10,54,99,29052,68,373.4,95,16,1204,42,5952,96,5136,99,1024,47,6246,9
9,4649,88,585ms,503ms,613ms,204ms,60668us,3941ms,2547ms,104ms,427us,2682
ms,27976us,201ms

While writing byte at a
time---
last pid:  2317;  load averages:  0.81,  0.30,  0.17up 0+00:54:58
13:49:24
30 processes:  2 running, 27 sleeping, 1 stopped
CPU states:  4.1% user,  0.0% nice, 45.7% system,  0.3% interrupt, 49.8%
idle
Mem: 16M Active, 368K Inact, 27M Wired, 22M Buf, 77M Free
Swap: 510M Total, 100K Used, 510M Free

  PID USERNAME PRI NICE   SIZERES STATE  C   TIME   WCPUCPU
COMMAND
 2316 jfry 1140  2380K  1208K CPU1   1   1:37 98.93% 98.19%
bonnie++
 2265 jfry  960  2380K  1112K STOP   1   0:05  0.00%  0.00%
bonnie++
  469 jfry  960  6092K  2248K select 0   0:01  0.00%  0.00% sshd
 2317 root  960  2300K  1368K CPU0   0   0:01  0.00%  0.00% top
 2260 jfry  960  6092K  2308K select 1   0:00  0.00%  0.00% sshd
 2261 jfry   80  3092K  1588K wait   0   0:00  0.00%  0.00% bash
  379 root  960  3440K  2100K select 0   0:00  0.00%  0.00%
sendmail
  474 root  200  2296K  1600K pause  0   0:00  0.00%  0.00% csh
  462 root   40  6112K  2152K sbwait 0   0:00  0.00%  0.00% sshd
 2257 root   40  6112K  2272K sbwait 0   0:00  0.00%  0.00% sshd
.
.
.

While writing
intelligently
last pid:  2321;  load averages:  0.59,  0.41,  0.23up 0+00:56:44
13:51:10
30 processes:  2 running, 27 sleeping, 1 stopped
CPU states:  0.0% user,  0.0% nice,  4.7% system,  0.2% interrupt, 95.2%
idle
Mem: 16M Active, 59M Inact, 36M Wired, 6656K Cache, 22M Buf, 2448K Free
Swap: 510M Total, 100K Used, 510M Free

  PID USERNAME PRI NICE   SIZERES STATE  C   TIME   WCPUCPU
COMMAND
 2316 jfry  960  2380K  1200K CPU1   1   2:48 22.07% 22.07%
bonnie++
 2265 jfry  960  2380K  1112K STOP   1   0:05  0.00%  0.00%
bonnie++
  469 jfry  960  6092K  2248K select 1   0:01  0.00%  0.00% sshd
 2260 jfry  960  6092K  2308K select 1   0:00  0.00%  0.00% sshd
 2261 jfry   80  3092K  1588K wait   0   0:00  0.00%  0.00% bash
  379 root  960  3440K  2100K select 1   0:00  0.00%  0.00%
sendmail
  474 root  200  2296K  1600K pause  1   0:00  0.00%  0.00% csh
  462 root   40  6112K  2152K sbwait 0   0:00  0.00%  0.00% sshd
 2257 root   40  6112K  2272K sbwait 0   0:00  0.00%  0.00% sshd
 2321 root  960  2300K  1352K CPU0   1   0:00  0.00%  0.00% top
.
.
.

Sorry for the long post, I didn't want to leave anything important out.
 Joe Fry 
([EMAIL PROTECTED])



___
[EMAIL PROTECTED] mailing list

math.h doesn't include pow?

2004-11-08 Thread Vince Sabio
My C library documentation states that the "pow" (power) function is 
included in math.h. However, when I go to link (compiling and linking 
with gcc), I get the following:

In function `[function name]':
[path/]datetime.c:668: undefined reference to `pow'
Yes, I'm including . If I compile the exact same code under 
Darwin (BSD on PowerPC), it compiles fine. It also compiles in 
CodeWarrior. Is anyone else familiar with this problem? Could I have 
a path set up incorrectly, and be using the wrong libraries?

Running FreeBSD v5.1, installed from CD, including the developer 
tools. Single-boot system; there is no Microsoft software anywhere on 
the machine, so it's not their fault (for a change). ;-)
--

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


Re: help

2004-11-08 Thread gabriel
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

On Mon, 8 Nov 2004 16:51:46 -0500, Aaron Carranza
<[EMAIL PROTECTED]> wrote:
> Where do I find the supported hardware list?
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Lowell Gilbert
> Sent: Saturday, November 06, 2004 12:50 PM
> To: Aaron Carranza
> Cc: [EMAIL PROTECTED]
> Subject: Re: help
> 
> "Aaron Carranza" <[EMAIL PROTECTED]> writes:
> 
> > I am trying to install a Linksys 10/100/1000 gigabit network adapter on a
> > 4.9 freebsd operating system, but the os is not detecting the nic;
> however,
> > when I install a 10/100 linksys nic it works fine. Please help me, I know
> > that it may be a simple answer or it also could be a little difficult;
> > however, please help me thankyou.
> 
> Check the supported hardware list to see if your gigabit adapter is
> supported at all; you may need to try a more recent version of FreeBSD...
> 
> --
> Lowell Gilbert, embedded/networking software engineer, Boston area
>http://be-well.ilk.org:8088/~lowell/
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


-- 
gabriel,

Member of:
FreeBSD-Announce
FreeBSD-Hardware
FreeBSD-Multimedia
FreeBSD-questions
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


NDIS & D-LINK DWL-650+

2004-11-08 Thread Erik Norgaard
Hi,

Just before I definitively give up on this crap-card, I just thought I'd
give it another try with project evil without succes. Has anyone
successfully made DWL-650+ work with NDIS?

2ndly: Since I will probably have to buy something else, can anyone
confirm that 3Com OfficeConnect 3crwe154a72 "just works"? The aht(4)
mentions chipset AR5212, but on the Atheros site the 3Com card is based
on AR5002X.

Following the instructions here:

http://tweakbsd.homeunix.org/guides/windoof-ndis-drivers.php

The first failures was because I had not copied some windows binaries to
/combat/ndis. Has anyone succesfully made this card work using NDIS?

This is my resulting dmesg:

cardbus0: Resource not specified in CIS: id=10, size=20
cardbus0: Resource not specified in CIS: id=18, size=1
ndis0:  port
0x1000-0x101f mem 0x8800-0x8800,0x8801-0x88010fff irq 11 at
device 0.0 on cardbus0
ndis0: [GIANT-LOCKED]
ndis0: NDIS API version: 5.0
ndis0: init handler failed
device_attach: ndis0 attach returned 6

Interestingly, I have:

# pciconf -lv
[EMAIL PROTECTED]:0:0: class=0x028000 card=0x3b001186 chip=0x8400104c rev=0x00
hdr=0x00
vendor   = 'Texas Instruments (TI)'
device   = '802.11b+ 22Mbps Wireless Adapter'
class= network

but the device is not available for ifconfig.

I have an Asus E2400M notebook, this is dmesg for the cardbus:

cbb0:  irq 11 at device 10.0 on pci0
cardbus0:  on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb1:  irq 11 at device 10.1 on pci0
cardbus1:  on cbb1
pccard1: <16-bit PCCard bus> on cbb1

Thanks, Erik
-- 
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: help

2004-11-08 Thread Aaron Carranza
Where do I find the supported hardware list?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Lowell Gilbert
Sent: Saturday, November 06, 2004 12:50 PM
To: Aaron Carranza
Cc: [EMAIL PROTECTED]
Subject: Re: help

"Aaron Carranza" <[EMAIL PROTECTED]> writes:

> I am trying to install a Linksys 10/100/1000 gigabit network adapter on a
> 4.9 freebsd operating system, but the os is not detecting the nic;
however,
> when I install a 10/100 linksys nic it works fine. Please help me, I know
> that it may be a simple answer or it also could be a little difficult;
> however, please help me thankyou.   

Check the supported hardware list to see if your gigabit adapter is
supported at all; you may need to try a more recent version of FreeBSD...

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org:8088/~lowell/


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


Re: Integrated NIC support

2004-11-08 Thread Lowell Gilbert
"DrVince" <[EMAIL PROTECTED]> writes:

> the Gigabytes K8NSNXP-939 motherboard have the Marvell 8001 Gigabit Ethernet 
> controller and the ICS 1883 LAN PHY chip integrated.  Are they supported?
> 
> http://www.giga-byte.com/Motherboard/Products/Products_Spec_GA-K8NSNXP-939.htm

I'm not completely sure, because both of those chips seem to be PHYs.
And according to my (year-old) information, the 1883 seems to be 
only 10/100. 

However:  the sk(4) driver supports a related Marvell PHY on a
SysKonnect controller.  If I were laying money, I'd lay it on that
driver supporting the board you're looking at.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org:8088/~lowell/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: KSE headache: Spinlock called when not threaded

2004-11-08 Thread Dan Nelson
In the last episode (Nov 08), Kyryll A Mirnenko said:
> I found out some apps recompiled with KSE libpthread (not from ports,
> just by myself from original sources) are terminated with this
> message while worked fine for libc_r; here's the source
> (lib/libpthread/thr_spinlock.c):
> 
> void
> _spinlock(spinlock_t *lck)
> {
> struct spinlock_extra *extra;
> 
> if (!__isthreaded)
> PANIC("Spinlock called when not threaded.");
[..]
> Removing the 1st check works for most apps, but some of 'em (xmms is
> the one) hang up there; can anyone tell me what can be wrong there?

You probably updated from an older 5.x to 5.3?  This is libpthread's
obscure way of saying "there are two threads libraries linked to this
app and I can't handle it".  Run "ldd -a" on your binary and see if
libc_r got pulled in via a shared library.  If so, rebuild that library
so it pulls in libpthread instead of libc_r.  A workaround until you
get everything rebuilt is to redirect libc_r to libpthread via
/etc/libmap.conf:

libc_r.so.5libpthread.so.1
libc_r.so  libpthread.so


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


Re: FBSD 2.5.1-p11 | Promise SATA150 TX2plus | Seagate B 200GB - BAD SUPERBLK / Machine freezes up etc

2004-11-08 Thread Louis LeBlanc
On 11/08/04 06:57 PM, Sebastian Holmqvist sat at the `puter and typed:
> Hi, I'm running a FBSD 5.2.1-p11 server on a 350 PII.
> 1 IDE is plugged in on the motherboard. The other two Seagate
> Barracuda 200 GB SATA discs are plugged in on the controllercard.
> 
> I get bad geometry in sysinstall (which is apparently a bug as far as
> I know from searching old mail-lists).  Fdisk states that 387621/16/63
> is wrong. Inside is changes to 24321/255/63.
> ST3200822AS is the product name for the hard-drive.
> http://www.seagate.com/cda/products/discsales/personal/family/0,1085,599,00.html
> is the datasheet.
> 
> My problem is when I transfer large amounts of data to any of the discs.
> WIthout warning, the whole system absolutely freeze up and I have to
> manually reboot.
> When I then run fsck it reports on several problems, among them a
> SUPERBLK ERROR. I take it that's not good :p
> The disc has to be formatted and we go again.
> 
> The first time it happened, I acquired a fan since they seemed a tad
> hot.. They were pushing 60°C. They are now around 35°C idle. High load
> is probably putting them around 45°C I believe.
> 
> 
> These are the theories I've come up with:
> 1) Both my discs are bad (brand new when I bought them)
> 2) The setup with the controller card and the motherboard doesn't work
> 3) FBSD can't handle the data-transfer very well after a while. Could
> it be that the data goes to the IDE and then to the SATA-discs?
> 
> Thanks in advance, I really don't know how to handle this. Or, well
> I'm gonna try updating to 5.3 in a couple of days, since they have
> better SATA-handling I've been told.

I've had problems with an Intel ICH5 SATA controller, and serious system
lockups much like what you're describing.

I've run my drive through every utility I could find and I'm convinced
there's nothing wrong with it.

I've been getting WRITE_DMA timeouts in /var/log/messages though,
typically 1 to 3 of them before the lockup.  Have you noticed any of
these?

I hadn't thought about the fdisk issue, but yesterday I did a new 5.3
install and got a similar message to yours.

Based on the fdisk message, I'm going to keep an eye out for anything
strange.  I haven't had this problem in 5.3 yet, but if I do, I'll be
sure to look up the drives data sheet (WD 160G) and see how they match.
In the past, I've always let fdisk do what it wanted, but maybe I should
have forced it to the mfg spec.  Perhaps I'll retry the install using
that method.  If it changes anything, I'll post it here.

Not sure this helps, but maybe it'll put a couple pieces of the puzzle
together somewhere.

Good luck
Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org Ô¿Ô¬

The universe seems neither benign nor hostile, merely indifferent.
-- Sagan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


KSE headache: Spinlock called when not threaded

2004-11-08 Thread Kyryll A Mirnenko
I found out some apps recompiled with KSE libpthread (not from ports, just by 
myself from original sources) are terminated with this message while worked 
fine for libc_r; here's the source (lib/libpthread/thr_spinlock.c):

void
_spinlock(spinlock_t *lck)
{
struct spinlock_extra *extra;

if (!__isthreaded)
PANIC("Spinlock called when not threaded.");
if (!initialized)
PANIC("Spinlocks not initialized.");
/*
 * Try to grab the lock and loop if another thread grabs
 * it before we do.
 */
if (lck->fname == NULL)
init_spinlock(lck);
extra = (struct spinlock_extra *)lck->fname;
pthread_mutex_lock(&extra->lock);
}

Removing the 1st check works for most apps, but some of 'em (xmms is the one) 
hang up there; can anyone tell me what can be wrong there?
--
Regards, Mirya
ICQ #313898202
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CVSup basics?

2004-11-08 Thread Your Name

--- Matthew Seaman <[EMAIL PROTECTED]>
wrote:

> On Mon, Nov 08, 2004 at 06:34:41AM -0800, Your Name
> wrote:
> > Hi, i realize this is really basic, but i dont
> > actually know how cvsup works when youre not
> calling
> > it through cvsup. 
> > 
> > What i mean is, when i want to update things i do
> "cd
> > /usr/ports && make update" or 
> > "cd /usr/src && make update", i dont do cvsup
> > directly.
> > 
> > What i assume is my working supfile is
> > /usr/src/supfile-current. i want to change this to
> > RELENG-5 instead of ".", 
> > but i should probably change the name. But i cant
> > figure out how to know WHICH supfile is called
> when i
> > just do "cd /usr/src && make update". 
> > 
> > Also where do i put the "refuse" file, for ports?
> > 
> > Thanks! i didnt see this in the HandBook.
> 
> The 'make update' behaviour is controlled by the
> following variable in
> /etc/make.conf:
> 
> SUP_UPDATE= yes
> SUP=/usr/local/bin/cvsup
> SUPFLAGS=   -g -L 2
> SUPHOST=cvsup.uk.freebsd.org
> SUPFILE=   
> /usr/share/examples/cvsup/stable-supfile
> PORTSSUPFILE=  
> /usr/share/examples/cvsup/ports-supfile
> DOCSUPFILE=
> /usr/share/examples/cvsup/doc-supfile
> 
> Of those variables, it's really only the last four
> that you need to
> think about what to set them to -- the others should
> be set to the
> values shown here.

Thank You!!!

Thats exactly what i meant. Thanks to the other people
who replied, but this is my point-i have cvsup and it
works, i didnt know that it was make.conf that
controlled thing.s Now i can figure out what to
change.

Jen

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: re bittorrent

2004-11-08 Thread Matthias Buelow
[EMAIL PROTECTED] wrote:
Its not a legal/illegal issue. Its a "using more bandwidth than you are
paying for" issue. Im sure if you were running bittorrent all day long
your ISP would be very glad to see you go.
I'm paying for a flatrate (ADSL) at home.  I don't use the bandwidth 
most of the time, simply because I have no interest in leeching movies 
without end, but a lot of others do.  In fact, the ISP has just upped 
the downstream from 768 to 1024 kbit/s at no extra cost.  Many people I 
know have p2p-stuff running day and night.  I mean, the company isn't 
giving you the bandwidth for altruistic reasons either, you pay them 
money for it.

--
  Matthias Buelow; [EMAIL PROTECTED],informatik.uni-wuerzburg}.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD DHCP client not working with dynamic DNS

2004-11-08 Thread Gerard Samuel
Gerard Samuel wrote:
Box 1:  Firewall/DHCP Server/DNS (FreeBSD 5.3)
Box 2:  DHCP Client (FreeBSD 5.3R2)
When I boot Box 2, it gets its IP address, but DNS doesn't
get updated, so Box 2 is unknown to the LAN via its hostname.
If I boot a windows box (tested with 2000/XP), and I've tested with a
networked printer, they get an IP address, and DNS is updated
for those devices.
Any help would be appreciated.
Thanks
---
Box 1
/usr/local/etc/dhcpd.conf
--
option domain-name "trini0.org";
option domain-name-servers 192.168.0.1;
option subnet-mask 255.255.255.0;
default-lease-time 3600;
max-lease-time 86400;
subnet 192.168.0.0 netmask 255.255.255.0 {
 range 192.168.0.10 192.168.0.20;
 option routers 192.168.0.1;
}
# DNS
ddns-update-style interim;
ddns-domainname "trini0.org";
ddns-rev-domainname "in-addr.arpa";
key DHCP_UPDATER {
 algorithm HMAC-MD5.SIG-ALG.REG.INT;
 secret my_key;
};
zone trini0.org. {
 primary 192.168.0.1;
 key DHCP_UPDATER;
}
zone 0.168.192.in-addr.arpa. {
 primary 192.168.0.1;
 key DHCP_UPDATER;
}
--
/var/named/etc/namedb/named.conf
-- snip --
key DHCP_UPDATER {
   algorithm HMAC-MD5.SIG-ALG.REG.INT;
   secret my_key;
};
zone "." {
   type hint;
   file "named.root";
};
zone "0.0.127.IN-ADDR.ARPA" {
   type master;
   file "master/localhost.rev";
};
zone "trini0.org" {
   type master;
   file "master/trini0.org";
   allow-update { key DHCP_UPDATER; };
};
zone "0.168.192.in-addr.arpa" {
   type master;
   file "master/trini0.org.rev";
   allow-update { key DHCP_UPDATER; };
};
-- snip --
Box 2
--
/etc/rc.conf
-- snip --
ifconfig_fxp0="DHCP"
-- snip -- 

Im changing my example of Box 2's /etc/rc.conf as its pertinent ->
hostname="gladiator.trini0.org"
ifconfig_fxp0="DHCP"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfilter loading on 5.3

2004-11-08 Thread dave
Hi,
Thanks, interesting it isn't loading, and trying to manually load it gives
me "no such file or directory" Any ideas why i might not even have the
module?
Thanks.
Dave.

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


Windows Network drivers in FreeBSD

2004-11-08 Thread Joshua Lewis
Hello list,

I have an MSI K7N420-Pro motherboard. It is based on the nVidia 2 chipset.
I would like to make the onboard network card work in FreeBSD.

>From what I have read 5.3 has the ability to use MS drivers in FreeBSD
(Very cool). Is there any documentation out there from someone who has
successfully done this?

If not is there any information about how to try and make this work.

Yes I could just go get another network card but I would like to avoid
this as I want to move this system to a 1U rack.

Thank you in advance for any assistance.


Thank you,
Joshua Lewis

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


FBSD 2.5.1-p11 | Promise SATA150 TX2plus | Seagate B 200GB - BAD SUPERBLK / Machine freezes up etc

2004-11-08 Thread Sebastian Holmqvist
Hi, I'm running a FBSD 5.2.1-p11 server on a 350 PII.
1 IDE is plugged in on the motherboard. The other two Seagate
Barracuda 200 GB SATA discs are plugged in on the controllercard.

I get bad geometry in sysinstall (which is apparently a bug as far as
I know from searching old mail-lists).  Fdisk states that 387621/16/63
is wrong. Inside is changes to 24321/255/63.
ST3200822AS is the product name for the hard-drive.
http://www.seagate.com/cda/products/discsales/personal/family/0,1085,599,00.html
is the datasheet.

My problem is when I transfer large amounts of data to any of the discs.
WIthout warning, the whole system absolutely freeze up and I have to
manually reboot.
When I then run fsck it reports on several problems, among them a
SUPERBLK ERROR. I take it that's not good :p
The disc has to be formatted and we go again.

The first time it happened, I acquired a fan since they seemed a tad
hot.. They were pushing 60°C. They are now around 35°C idle. High load
is probably putting them around 45°C I believe.


These are the theories I've come up with:
1) Both my discs are bad (brand new when I bought them)
2) The setup with the controller card and the motherboard doesn't work
3) FBSD can't handle the data-transfer very well after a while. Could
it be that the data goes to the IDE and then to the SATA-discs?

Thanks in advance, I really don't know how to handle this. Or, well
I'm gonna try updating to 5.3 in a couple of days, since they have
better SATA-handling I've been told.


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


  1   2   >