Devices not being built

2004-07-06 Thread mikejs
Hi

I've built a FreeBSD 5.2.1-RELEASE #5 kernel.  I have a linksys WMP 11 wireless
card. 
I've configured and built the kernel with the followings devices
device  wlan# 802.11 support
device  an  # Aironet 4500/4800 802.11 wireless NICs.
device  awi # BayStack 660 and others
device  wi  # WaveLAN/Intersil/Symbol 802.11 wireless NICs.

The problem is that no devices are being built in /dev for the above.  What am I
doing wrong?

Thanks

Mike
Sacauskis

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


Re: [REPOST] Compatibility with certain VIA and Realtek NICs

2004-07-06 Thread Kjell Midtseter
On 6 Jul 2004 at 10:21, Bill Moran wrote:

> 
> I got a few responses regarding this post, but I'm really looking for
> some positive, "yes, I'm using it" or "I tried and failed":
> 
> Having a little trouble ensuring hardware compatibility.
> 
> Some of the units we're considering have one of the following NIC chipsets:
> VIA 6103
> VIA 6303
> VIA 6306
> Realtek 8201
I am using a VIA M-1 card where my dmsg.boot shows:
fwohci0: 
vr0: 
No support for the graphics chip to run an X server though.
Kjell




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


Re: Anybody know how to run Skype for Linux on FreeBSD

2004-07-06 Thread Kevin D. Kinsey, DaleCo, S.P.
Hasse wrote:
On Wednesday 07 July 2004 02.05, Adam Smith wrote:
 

On Wed, Jul 07, 2004 at 02:02:42AM +0200, Hasse said:
   

Thx Adam, I'll certainly will do that.
Shame on ME ,
and my faith in the FreeBSD porters.
Offcourse I should have checked the ports first.
Didn't even imagine it was allready ported. Found out about the
Lin-version today. ( yesterday )
Thx again for bringing this to my attension.
 

And a big "thanks" to Alexander Neidlinger, as well. :-)

A tip that I often use to find something in the ports is to cd to it using
this method:
cd /usr/ports/*/skype
If there is only one match, you'll end up in the appropriate directory.  If
there's more than one match in several directories, you'll have to find it
yourself :)
   

Thx for the tip.
I usually go to
http://www.freebsd.org/ports/index.html
and search for the ports I'm looking for, but as said, I didn't even dreamed
of this program was allready ported. Thought it was brand a new lin-version.
I've used it before in windows-version.
It's now installed and working as expected, from ports.
But, again thanks for your help and kindness.
/ Hasse.
 

And then, the old tried && true:
$cd /usr/ports && make search key=skype
KDK
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: multiple versions of ports installed

2004-07-06 Thread Bill Moran
Rowdy <[EMAIL PROTECTED]> wrote:
> Greetings,
> 
> I have multiple versions of a couple of ports installed under FreeBSD 
> 5.1-RELEASE, and I'm not sure why, nor whether I can remove any of the 
> older versions.
> 
> sharwyn:~ # portversion -v | grep "?"
> autoconf-2.57_1 ?  error - origin not found
> libtool-1.4.3_3 ?  error - origin not found
> 
> These came to light after a recent pkgdb -F.
> 
> sharwyn:~ # pkg_info | grep autoconf
> autoconf-2.13.000227_5 Automatically configure source code on many Un*x 
> platforms
> autoconf-2.53_1 Automatically configure source code on many Un*x 
> platforms
> autoconf-2.57_1 Automatically configure source code on many Un*x 
> platforms
> autoconf-2.59_1 Automatically configure source code on many Un*x 
> platforms

autoconf is a program that helps build other programs.  You can almost
definately remove _all_ version using pkg_delete.  If you go to install
another port that requires autoconf, it will just install it as a
dependency.

> sharwyn:~ # pkg_info | grep libtool
> libtool-1.3.5_2 Generic shared library support script (version 1.3)
> libtool-1.4.3_3 Generic shared library support script (version 1.4)
> libtool-1.5.6_1 Generic shared library support script (version 1.5)

Here you may actually need all three versions.  Notice that it's 1.3, 1.4,
and 1.5 that are installed.  Each of these is going to have a slightly
different featureset, and (in my experience) different versions of libtool
are not compatable.

If you try pkg_delete on each of these, you will get an error stating which
package requires it.  This will give you an idea of what you need to do to
get rid of older versions (probably upgrade the software requiring it).

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


multiple versions of ports installed

2004-07-06 Thread Rowdy
Greetings,
I have multiple versions of a couple of ports installed under FreeBSD 
5.1-RELEASE, and I'm not sure why, nor whether I can remove any of the 
older versions.

sharwyn:~ # portversion -v | grep "?"
autoconf-2.57_1 ?  error - origin not found
libtool-1.4.3_3 ?  error - origin not found
These came to light after a recent pkgdb -F.
sharwyn:~ # pkg_info | grep autoconf
autoconf-2.13.000227_5 Automatically configure source code on many Un*x 
platforms
autoconf-2.53_1 Automatically configure source code on many Un*x 
platforms
autoconf-2.57_1 Automatically configure source code on many Un*x 
platforms
autoconf-2.59_1 Automatically configure source code on many Un*x 
platforms

sharwyn:~ # pkg_info | grep libtool
libtool-1.3.5_2 Generic shared library support script (version 1.3)
libtool-1.4.3_3 Generic shared library support script (version 1.4)
libtool-1.5.6_1 Generic shared library support script (version 1.5)
These would have been installed automatically as part of other post 
installs or upgrades.

Are multiple versions of these needed?
Can the older versions (or at least the "origin not found" versions) be 
safely deleted?

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


Re: Anybody know how to run Skype for Linux on FreeBSD

2004-07-06 Thread Hasse
On Wednesday 07 July 2004 02.05, Adam Smith wrote:
> On Wed, Jul 07, 2004 at 02:02:42AM +0200, Hasse said:
> > Thx Adam, I'll certainly will do that.
> > Shame on ME ,
> > and my faith in the FreeBSD porters.
> > Offcourse I should have checked the ports first.
> > Didn't even imagine it was allready ported. Found out about the
> > Lin-version today. ( yesterday )
> > Thx again for bringing this to my attension.
>
> A tip that I often use to find something in the ports is to cd to it using
> this method:
>
> cd /usr/ports/*/skype
>
> If there is only one match, you'll end up in the appropriate directory.  If
> there's more than one match in several directories, you'll have to find it
> yourself :)
Thx for the tip.
I usually go to
http://www.freebsd.org/ports/index.html
and search for the ports I'm looking for, but as said, I didn't even dreamed
of this program was allready ported. Thought it was brand a new lin-version.
I've used it before in windows-version.
It's now installed and working as expected, from ports.
But, again thanks for your help and kindness.
/ Hasse.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Sendmail hand upon boot and restart

2004-07-06 Thread Gary Kline


Folks, 

After a year I'm finally upgrading DNS servers, and having
a bad time getting sendmail and dhcp to work.  I may finally
have dhcp woking on ns1.thought.org.   ping works and my
/var/log/maillog is filling up.  But on tao.thought.org,
sendmail refuses to start.  Can anybody help me ith this?

I'm swsapping out my Linksys NIC between my old DNS server
and the new.  Wih the 10/100 card in the  old server, 
thinks work flwlessly; in the new they don't.   

Any ideas on what I need to configure, and hw?

thanks,

gary


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


Re: Anybody know how to run Skype for Linux on FreeBSD

2004-07-06 Thread Adam Smith
On Wed, Jul 07, 2004 at 02:02:42AM +0200, Hasse said:
>
> Thx Adam, I'll certainly will do that.
> Shame on ME ,
> and my faith in the FreeBSD porters.
> Offcourse I should have checked the ports first.
> Didn't even imagine it was allready ported. Found out about the Lin-version 
> today. ( yesterday )
> Thx again for bringing this to my attension.

A tip that I often use to find something in the ports is to cd to it using
this method:

cd /usr/ports/*/skype

If there is only one match, you'll end up in the appropriate directory.  If
there's more than one match in several directories, you'll have to find it
yourself :)


-- 
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: Anybody know how to run Skype for Linux on FreeBSD

2004-07-06 Thread Hasse
On Wednesday 07 July 2004 01.19, Adam Smith wrote:
> On Wed, Jul 07, 2004 at 01:16:33AM +0200, Hasse said:
> > Hi everybody.
> > Anybody know how to run Skype for Linux ?
> > On my desktop, I'm running 5.2.1-RELEASE-p9 and I'm trying to get Skype
> > for Linux to run.
> > Description of the program : http://www.skype.com/
> > Download Linux version : http://www.skype.com/download_linux.html
> >
> > I have Linux bin installed, but don't know how run any lin-apps. :-)
>
> Why don't you install it from the FreeBSD ports instead?
>
> cd /usr/ports/net/skype
> make
> make install
>
>
> Cheers,
>
> Adam
>
> > What I've done this far, is to untar the skype_ver-0_90_0_6.tar.bz2
> > in /usr/local/etc, for the simplicity, renamed it to skype and tried to
> > run it with the following command : sh / usr/local/etc/skype/skype and it
> > gives me the following message :
> > /usr/local/etc/skype/skype: 1: Syntax error: "(" unexpected
> >
> > When I try just  / usr/local/etc/skype/skype  I get :
> > /usr/local/etc/skype/skype: error while loading shared libraries:
> > libqt-mt.so.3: cannot open shared object file: No such file or directory
> >
> > Then I try : locate libqt-mt.so.3 , and I get :
> > /usr/X11R6/lib/libqt-mt.so.3
> > /usr/X11R6/lib/libqt-mt.so.3.3
> > /usr/X11R6/lib/libqt-mt.so.3.3.2
> > /usr/local/lib/compat/pkg/libqt-mt.so.3.3.1
> >
> > And I'm trying all this logged in as root.
> >
> > I know this is a long and stupid post, but 
> >
> > TIA
> > Hasse.
> >
Thx Adam, I'll certainly will do that.
Shame on ME ,
and my faith in the FreeBSD porters.
Offcourse I should have checked the ports first.
Didn't even imagine it was allready ported. Found out about the Lin-version 
today. ( yesterday )
Thx again for bringing this to my attension.
Best Regards
Hasse.

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


Re: cvsupfile checkup

2004-07-06 Thread Adam Smith
On Tue, Jul 06, 2004 at 03:59:05PM -0700, David Bear said:
> before I munge a system again with a wrong cvsup tag, I thought I
> would ask the good graces of this group to make sure I have my tags
> correct.  I want to stay with releng 4.10 and keep my ports collection
> updated as well.  does this file look okay?

This looks like a release-supfile (to update your /usr/src tree), and not a
ports-supfile.  Here are some basic instructions that I'd give out to get
cvsup working nicely:

Have a look at http://www.bugman.cx/cvsup/.  Copy the three files I have
there into your /etc directory and vim them all to taste.  Make sure you
modify them all!!  You will want to change the cvsup host to something local
to you, and you will probably want to remove WITHOUT_X11 and other
make.conf tags like that, and don't forget to change the release tag in
release-supfile.

It's pretty straight forward.

Now that you have these files, go into /usr/src or /usr/ports and type
'make update'.  By keeping these default options in /etc/make.conf,
whenever you run make, they are passed as default options.

It's easy to keep your ports/src trees up to date this way.


> 
> *default  host=cvsup10.FreeBSD.org
> *default  base=/usr/local/etc/cvsup
> *default  prefix=/usr
> *default  release=cvs delete use-rel-suffix
> *default  tag=RELENG_4_10
> ports-all tag=.
> src-all tag=.
> 
> 
> -- 
> David Bear
> phone:480-965-8257
> fax:  480-965-9189
> College of Public Programs/ASU
> Wilson Hall 232
> Tempe, AZ 85287-0803
>  "Beware the IP portfolio, everyone will be suspect of trespassing"
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

-- 
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: cvsupfile checkup

2004-07-06 Thread cpghost
David Bear <[EMAIL PROTECTED]> wrote:
> before I munge a system again with a wrong cvsup tag, I thought I
> would ask the good graces of this group to make sure I have my tags
> correct.  I want to stay with releng 4.10 and keep my ports collection
> updated as well.  does this file look okay?
> 
> 
> *default  host=cvsup10.FreeBSD.org
> *default  base=/usr/local/etc/cvsup
> *default  prefix=/usr
> *default  release=cvs delete use-rel-suffix
> *default  tag=RELENG_4_10
> ports-all tag=.
> src-all tag=.
> 

The tag for ports-all is okay, BUT you're overwriting the tag
of src-all to . (CURRENT). You're effectively asking for the
5.2-CURRENT (HEAD) sources.

Thus:

*default tag=RELENG_4_10
src-all
ports-all tag=.

would be better.

-- 
Cordula's Web. http://www.cordula.ws/

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


Re: Anybody know how to run Skype for Linux on FreeBSD

2004-07-06 Thread Adam Smith
On Wed, Jul 07, 2004 at 01:16:33AM +0200, Hasse said:
> Hi everybody.
> Anybody know how to run Skype for Linux ?
> On my desktop, I'm running 5.2.1-RELEASE-p9 and I'm trying to get Skype for 
> Linux to run.
> Description of the program : http://www.skype.com/
> Download Linux version : http://www.skype.com/download_linux.html
> 
> I have Linux bin installed, but don't know how run any lin-apps. :-)


Why don't you install it from the FreeBSD ports instead?

cd /usr/ports/net/skype
make
make install


Cheers,

Adam








> 
> What I've done this far, is to untar the skype_ver-0_90_0_6.tar.bz2 
> in /usr/local/etc, for the simplicity, renamed it to skype and tried to run 
> it with the following command : sh / usr/local/etc/skype/skype and it gives 
> me the following message :
> /usr/local/etc/skype/skype: 1: Syntax error: "(" unexpected
> 
> When I try just  / usr/local/etc/skype/skype  I get :
> /usr/local/etc/skype/skype: error while loading shared libraries: 
> libqt-mt.so.3: cannot open shared object file: No such file or directory
> 
> Then I try : locate libqt-mt.so.3 , and I get :
> /usr/X11R6/lib/libqt-mt.so.3
> /usr/X11R6/lib/libqt-mt.so.3.3
> /usr/X11R6/lib/libqt-mt.so.3.3.2
> /usr/local/lib/compat/pkg/libqt-mt.so.3.3.1
> 
> And I'm trying all this logged in as root.
> 
> I know this is a long and stupid post, but 
> 
> TIA
> Hasse.
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

-- 
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]"


Anybody know how to run Skype for Linux on FreeBSD

2004-07-06 Thread Hasse
Hi everybody.
Anybody know how to run Skype for Linux ?
On my desktop, I'm running 5.2.1-RELEASE-p9 and I'm trying to get Skype for 
Linux to run.
Description of the program : http://www.skype.com/
Download Linux version : http://www.skype.com/download_linux.html

I have Linux bin installed, but don't know how run any lin-apps. :-)

What I've done this far, is to untar the skype_ver-0_90_0_6.tar.bz2 
in /usr/local/etc, for the simplicity, renamed it to skype and tried to run 
it with the following command : sh / usr/local/etc/skype/skype and it gives 
me the following message :
/usr/local/etc/skype/skype: 1: Syntax error: "(" unexpected

When I try just  / usr/local/etc/skype/skype  I get :
/usr/local/etc/skype/skype: error while loading shared libraries: 
libqt-mt.so.3: cannot open shared object file: No such file or directory

Then I try : locate libqt-mt.so.3 , and I get :
/usr/X11R6/lib/libqt-mt.so.3
/usr/X11R6/lib/libqt-mt.so.3.3
/usr/X11R6/lib/libqt-mt.so.3.3.2
/usr/local/lib/compat/pkg/libqt-mt.so.3.3.1

And I'm trying all this logged in as root.

I know this is a long and stupid post, but 

TIA
Hasse.


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


cvsupfile checkup

2004-07-06 Thread David Bear
before I munge a system again with a wrong cvsup tag, I thought I
would ask the good graces of this group to make sure I have my tags
correct.  I want to stay with releng 4.10 and keep my ports collection
updated as well.  does this file look okay?


*default  host=cvsup10.FreeBSD.org
*default  base=/usr/local/etc/cvsup
*default  prefix=/usr
*default  release=cvs delete use-rel-suffix
*default  tag=RELENG_4_10
ports-all tag=.
src-all tag=.


-- 
David Bear
phone:  480-965-8257
fax:480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
 "Beware the IP portfolio, everyone will be suspect of trespassing"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Building 4.10 restore from source on 5.2.1? [resolved]

2004-07-06 Thread Paul Frommeyer

[---original post omitted---]

Well, I've answered my own question: I downloaded the 4.10 restore binary
and it worked like a charm, restoring hard links and all. My apologies 
for posting precipitously and generating clutter. Here's hoping someone in 
similiar circumstances will find my solution helpful.
Just a wee bit embarassed,
Paul

Paul's Fone Company   http://www.palas.com[EMAIL PROTECTED]
   Terabit routing, Peering, Metro Ethernet, Content Networking, CCIE
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD and DVI LCD monitors

2004-07-06 Thread Lucas Holt
Did the monitor come with a manual?  Does it have the specifications of 
the required resolution/refresh rate?

If it works in X11 on slackware then it must be an X11 config issue.  
Can you look at the X11 config in slackware to see what it is?

If you can't get the info from a manual or the vendors website, try 
contacting the vendor that sold it to you.  I know best buy carries 
that brand.

On Jul 4, 2004, at 3:14 AM, 3BSD wrote:
I have been trying for several days to get XFree86 going with my LCD
monitor, but to no luck.
Hardware:
GeForce FX 5200
BenQ FP991 19" LCD monitor with DVI-S and HD-15 connectors.
I shelled out a little extra for this monitor *specifically* for its
DVI port, but it just simply won't work with FreeBSD. Slackware Linux
10 runs fine on the monitor on the same computer using X.Org server.
 I read on google search results that DVI monitors need a Refresh rate
of 60Hz. At first I did not know which one were they talking about,
which happened to by Vertical Sync, so I set that to 60 and did a
startx, nothing.
Monitor displays a "no input signal" messages and the light blinks.
Then I installed nvidia drivers and tried, it got worse, I could not
get my console back, while the system had not crashed, the display
just would not come back, so I had to do a blind reboot.
I then read somewhere that with some monitors, there is a problem with
DDC, they lie about their digital sync rates suitable for display on
the DVI port and report the analog port settings instead. I found out
that I had to add:
Option   "NoDDC"   "1" (or "true")
to XFree86. I added the line, typed startx and was dissapointed yet
again. Same "no input signal" message on the monitor again.
I figured that if X.org server worked under Linux, then it should work
with FreeBSD without problems, but I can't even try that since X.org
port will refuse to install (already sent an e-mail in that regard to
this group).
Can anyone show me a way out of this mess? Should I try an ATi
graphics card? Is there some configuration blunder that I'm making?
-Assad
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Recovering compile after loss of power

2004-07-06 Thread Geert Hendrickx
On Tue, Jul 06, 2004 at 01:51:17PM -0400, Trey Sizemore wrote:
> On Tue, 6 Jul 2004 11:46:14 -0500, "Dan Nelson"
> <[EMAIL PROTECTED]> said:
> > In the last episode (Jul 06), Dan Nelson said:
> > > In the last episode (Jul 06), Trey Sizemore said:
> > > > I was many hours into a kde3 complilation/installation when the
> > > > power went out at the house.  :-(.  Is the best option here to just
> > > > restart the 'make install clean' in the directory again?  Will it
> > > > 'pick up where it left off'?
> > > 
> > > Yes, although check for and remove 0-byte *.o files first (find . -name
> > > -"*.o" size 0).  I have occasionally seen them after a crash.
> > 
> > Typo.  That command should be:  find . -name "*.o" -size 0
> 
> As an aside, what would I append to the command to likewise remove them
> (I assume using some variation of the 'rm' command)?
> 
> Thanks.

add this to the find command: -exec rm -f {} \;

Check out man find for details.  

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


OT:emacs/tramp ssh method problem

2004-07-06 Thread Peter Risdon
Not strictly FreeBSD, so apologies. But I'm stuck with this.
I use emacs with tramp/ssh to edit files on remote machines (local & 
remote both FreeBSD, 4.9, 4.10 and 5.2.1). In the middle of a session on 
one remote machine, a save operation threw up an odd question: which 
encoding method to use for the file. Then emacs hung.

Now I can't log into this particular remote machine at all using emacs. 
It starts authenticating, and loading remote shell stuff, gets to 
*tramp: Sending the Perl `mime-encode' implementations.*, and hangs there.

I can ssh into this machine from the command line without any 
difficulty. I can also use tramp/ssh to access files on other remote 
machines from emacs.

I did notice that small (85bytes) binary files called *-*, just a 
hyphen, had been created in the home directories of accounts to which I 
had tried to connect from emacs on this problematic machine. But I 
deleted these files while trying to fix the problem and this behaviour 
has not been repeated.

I have no idea how to debug this, and would be very grateful for any 
pointers.

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


Re: A few simple questions(...if you don't mind)

2004-07-06 Thread Giorgos Keramidas
On 2004-07-06 12:36, Erik Trulsson <[EMAIL PROTECTED]> wrote:
> If you go back a bit further in time there was the Great Worm of 1988,
> which targeted VAX and Sun3 systems running BSD code, and which
> actually did bring down most of the Internet at the time.  That was the
> incident that got people in the Unix community to start thinking seriously
> about security.

Heh.  Interesting to see written by someone else what I usually find myself
repeating to users of Windows who ask "yeah, but what about the `One True
Worm'?"

What I find amusing to joke about is that "The Windows' crowds like using the
word `innovation' as a substitute for `many inexperienced repetitions of past
mistakes'.

The fact that they don't seem to have taken the "Worm of 1988" too seriously
and more than 10 years after the first version of Windows was out they STILL
have virus problems is IMHO very typical of their inability or reluctance to
take advantage of the existing pools of experience (well, not always too
reluctant and not always 100% unable, but most of the time).

Giorgos

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


Re: mod_mono

2004-07-06 Thread Lucas Holt
I filled a bug report on this issue with the 4.x series and the mono 
project several months ago.  Last I checked, the priority had been 
lowered and it wasn't resolved.  It has to do with implementation 
issues on freebsd with threading.

On Jul 1, 2004, at 12:35 PM, Osmany Guirola Cruz wrote:
I have installed 4.10 release and mono 0.30.1 mod_mono 10 xsp 0.9
when i try to view http://mysite/demos 
nothing happens the browser keep loading the page forever
when i do a top i see that mono is using 97.80% of CPU
with the xsp server the problem is the same
what should i do
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Removing thousands of files using rm

2004-07-06 Thread Kirk Strauser
On Tuesday 2004-07-06 09:15 am, Steve Bertrand wrote:

> The directory I am trying to remove the files from is always hot, so
> deleting the directory is unfortunately not an option. (I don't think).

If the directory is /var/tmp/foo, what about making "foo" a symlink to 
"foo.0", then do something like:

  # mkdir foo.1
  # ln -fsn foo.1 foo
  # rm -rf foo.0

I'm reasonably sure that the second line is an atomic operation, although I 
don't have the time to verify it just now.  I'm sure someone will correct 
me if I'm wrong.  :)

Anyway, /var/tmp/foo would always exist and point to a valid destination.  
You'd have your "hot" directory while being able to move the old version 
out of the way for deletion at your leisure.
-- 
Kirk Strauser
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Serial communications help.

2004-07-06 Thread Dirk Meyer
Hallo Greg Hormann,

looks fine,

>tcsetattr(device, TCSANOW, &term);

But test for error here.

kind regards Dirk

- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
- [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Bay Area FreeBSD Consultants?

2004-07-06 Thread Rishi Chopra
Are there any CA Bay Area FreeBSD consultants willing
to take a look at my malfunctioning home server (a
'bad dir ino' error)?  

The list at
http://www.freebsd.org/commercial/consulting.html
wasn't too helpful =(

=
Rishi Chopra
http://www.ocf.berkeley.edu/~rchopra



__
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [REPOST] Compatibility with certain VIA and Realtek NICs

2004-07-06 Thread Bill Moran
Nico Meijer <[EMAIL PROTECTED]> wrote:
> Hey Bill,
> 
> > Some of the units we're considering have one of the following NIC chipsets:
> > VIA 6103
> 
> Which is on the Via EPIA-V series boards, which is what I'm using for a 
> project right now. I had that machine running 4.9 and 4.10, now it is 
> running OpenBSD 3.5-stable. I have succesfully used an EPIA M6000 with 
> 4.8 aswell.
> 
> http://www.viavpsd.com/product/epia_v_spec.jsp?motherboardId=141
> 
> HTH... Nico

Yes, this helps a lot.  Thank you very much!

> 
> P.S. OpenBSD's dmesg follows:
> 
> OpenBSD 3.5-stable (GENERIC) #0: Thu Jul  1 22:13:04 CEST 2004
>  [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
> cpu0: VIA Nehemiah ("CentaurHauls" 686-class) 1 GHz
> cpu0: FPU,DE,PSE,TSC,MSR,MTRR,PGE,CMOV,MMX,FXSR,SSE
> cpu0: RNG
> real mem  = 528007168 (515632K)
> avail mem = 483446784 (472116K)
> using 4278 buffers containing 26505216 bytes (25884K) of memory
> mainbus0 (root)
> bios0 at mainbus0: AT/286+(e1) BIOS, date 03/27/03, BIOS32 rev. 0 @ 0xfb150
> apm0 at bios0: Power Management spec V1.2
> apm0: AC on, battery charge unknown
> pcibios0 at bios0: rev. 2.1 @ 0xf/0xdf94
> pcibios0: PCI IRQ Routing Table rev. 1.0 @ 0xfdf20/112 (5 entries)
> pcibios0: PCI Exclusive IRQs: 10 11
> pcibios0: PCI Interrupt Router at 000:17:0 ("VIA VT8231 ISA" rev 0x00)
> pcibios0: PCI bus #1 is the last bus
> bios0: ROM list: 0xc/0xc000
> pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
> pchb0 at pci0 dev 0 function 0 "VIA VT8601 PCI" rev 0x05
> ppb0 at pci0 dev 1 function 0 "VIA VT82C601 AGP" rev 0x00
> pci1 at ppb0 bus 1
> vga1 at pci1 dev 0 function 0 "Trident CyberBlade i1" rev 0x6a
> wsdisplay0 at vga1: console (80x25, vt100 emulation)
> wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
> pcib0 at pci0 dev 17 function 0 "VIA VT8231 ISA" rev 0x10
> pciide0 at pci0 dev 17 function 1 "VIA VT82C571 IDE" rev 0x06: ATA100, 
> channel 0 configured to compatibility, channel 1 configured to compatibility
> wd0 at pciide0 channel 0 drive 0: 
> wd0: 16-sector PIO, LBA48, 78533MB, 160836480 sectors
> wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
> pciide0: channel 1 ignored (disabled)
> uhci0 at pci0 dev 17 function 2 "VIA VT83C572 USB" rev 0x1e: irq 10
> usb0 at uhci0: USB revision 1.0
> uhub0 at usb0
> uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub0: 2 ports with 2 removable, self powered
> uhci1 at pci0 dev 17 function 3 "VIA VT83C572 USB" rev 0x1e: irq 10
> usb1 at uhci1: USB revision 1.0
> uhub1 at usb1
> uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> uhub1: 2 ports with 2 removable, self powered
> viaenv0 at pci0 dev 17 function 4 "VIA VT8231 PMG" rev 0x10
> vr0 at pci0 dev 18 function 0 "VIA RhineII-2" rev 0x51: irq 11 address 
> 00:40:63:c9:b7:2e
> ukphy0 at vr0 phy 1: Generic IEEE 802.3u media interface
> ukphy0: OUI 0x004063, model 0x0032, rev. 5
> isa0 at pcib0
> isadma0 at isa0
> pckbc0 at isa0 port 0x60/5
> pckbd0 at pckbc0 (kbd slot)
> pckbc0: using irq 1 for kbd slot
> wskbd0 at pckbd0: console keyboard, using wsdisplay0
> pcppi0 at isa0 port 0x61
> midi0 at pcppi0: 
> sysbeep0 at pcppi0
> lpt0 at isa0 port 0x378/4 irq 7
> npx0 at isa0 port 0xf0/16: using exception 16
> pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> biomask 4400 netmask 4c00 ttymask 4c82
> pctr: user-level cycle counter enabled
> dkcsum: wd0 matched BIOS disk 80
> root on wd0a
> rootdev=0x0 rrootdev=0x300 rawdev=0x302
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"


-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: memory test

2004-07-06 Thread Michal Pasternak
adrian kok [Wed, Jul 07, 2004 at 02:29:57AM +0800]:
> Hi all
> 
> Suse linux startup has linux testing feature

Well, you can also get a Linux kernel with httpd built-in :)

To test your memory, use http://memtest86.com

Sincerely,
-- 
m


signature.asc
Description: Digital signature


Re: [REPOST] Compatibility with certain VIA and Realtek NICs

2004-07-06 Thread Nico Meijer
Hey Bill,
Some of the units we're considering have one of the following NIC chipsets:
VIA 6103
Which is on the Via EPIA-V series boards, which is what I'm using for a 
project right now. I had that machine running 4.9 and 4.10, now it is 
running OpenBSD 3.5-stable. I have succesfully used an EPIA M6000 with 
4.8 aswell.

http://www.viavpsd.com/product/epia_v_spec.jsp?motherboardId=141
HTH... Nico
P.S. OpenBSD's dmesg follows:
OpenBSD 3.5-stable (GENERIC) #0: Thu Jul  1 22:13:04 CEST 2004
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: VIA Nehemiah ("CentaurHauls" 686-class) 1 GHz
cpu0: FPU,DE,PSE,TSC,MSR,MTRR,PGE,CMOV,MMX,FXSR,SSE
cpu0: RNG
real mem  = 528007168 (515632K)
avail mem = 483446784 (472116K)
using 4278 buffers containing 26505216 bytes (25884K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(e1) BIOS, date 03/27/03, BIOS32 rev. 0 @ 0xfb150
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
pcibios0 at bios0: rev. 2.1 @ 0xf/0xdf94
pcibios0: PCI IRQ Routing Table rev. 1.0 @ 0xfdf20/112 (5 entries)
pcibios0: PCI Exclusive IRQs: 10 11
pcibios0: PCI Interrupt Router at 000:17:0 ("VIA VT8231 ISA" rev 0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc/0xc000
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 "VIA VT8601 PCI" rev 0x05
ppb0 at pci0 dev 1 function 0 "VIA VT82C601 AGP" rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "Trident CyberBlade i1" rev 0x6a
wsdisplay0 at vga1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pcib0 at pci0 dev 17 function 0 "VIA VT8231 ISA" rev 0x10
pciide0 at pci0 dev 17 function 1 "VIA VT82C571 IDE" rev 0x06: ATA100, 
channel 0 configured to compatibility, channel 1 configured to compatibility
wd0 at pciide0 channel 0 drive 0: 
wd0: 16-sector PIO, LBA48, 78533MB, 160836480 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
pciide0: channel 1 ignored (disabled)
uhci0 at pci0 dev 17 function 2 "VIA VT83C572 USB" rev 0x1e: irq 10
usb0 at uhci0: USB revision 1.0
uhub0 at usb0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1 at pci0 dev 17 function 3 "VIA VT83C572 USB" rev 0x1e: irq 10
usb1 at uhci1: USB revision 1.0
uhub1 at usb1
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
viaenv0 at pci0 dev 17 function 4 "VIA VT8231 PMG" rev 0x10
vr0 at pci0 dev 18 function 0 "VIA RhineII-2" rev 0x51: irq 11 address 
00:40:63:c9:b7:2e
ukphy0 at vr0 phy 1: Generic IEEE 802.3u media interface
ukphy0: OUI 0x004063, model 0x0032, rev. 5
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: 
sysbeep0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
npx0 at isa0 port 0xf0/16: using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
biomask 4400 netmask 4c00 ttymask 4c82
pctr: user-level cycle counter enabled
dkcsum: wd0 matched BIOS disk 80
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Fwd: worth your time!

2004-07-06 Thread Thomas Jefferson
Note: forwarded message attached.




__
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail--- Begin Message ---
 
 

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com--- End Message ---
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


memory test

2004-07-06 Thread adrian kok
Hi all

Suse linux startup has linux testing feature

Do you know how can get this software?

Thank you

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


problem installing jdk14

2004-07-06 Thread Gustaaf Wijnands
Hello all,
I have been trying to install jdk14 on a machine with freebsd 
5.2.1-release, but it just doesn't work. While compiling it gives this error

quote:Java HotSpot(TM) Client VM warning: Can't detect initial 
thread stack location
^
2 errors
gmake[4]: *** [.compile.classlist] Error 1
gmake[4]: Leaving directory 
`/usr/ports/java/jdk14/work/j2se/make/java/java'
gmake[3]: *** [optimized] Error 2
gmake[3]: Leaving directory 
`/usr/ports/java/jdk14/work/j2se/make/java/java'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk14.

$ pkg_info |grep linux_base
linux_base-8-8.0_4 Base set of packages needed in Linux mode (only for i386
I did a deinstall and make install in /usr/ports/java/linux-sun-jdk14/
and a
kldload linprocfs
mount -t linprocfs linprocfs /compat/linux/proc
and tried agaain, to no avail.
Am I missing something?
Thanks!
--
Gustaaf
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make buildkernel fails what now ?

2004-07-06 Thread jl
> Im updating a backup server running FBSD 4.9, of ours by doing the whole
> make buildworld make buildkernel procedure..This machine was originally a
> 4.8 server that i did a succesful make buildworld upon the last release..
>
> anywho i updated src with cvsup and then did the following
>
> cp -Rp /etc/ /etc.old
> /usr/sbin/mergemaster -p
>
> cd /usr/obj
> chflags -R noschg *
> rm -rf *
>
> COMPILED SRC
> cd /usr/src
> make buildworld
> make buildkernel KERNCONF=MYKERNEL
>
> upon the last command it compiles away for about 20 minutes
> the ends in error
>
> /usr/src/sys/modules/ipfilter../../contrib/ipfilter/netinet/ip_fil.c:1325:
> value not ignored as it ought to be
> Error Code 1
>
> Stop in  /usr/src/sys/modules/ipfilter
>
> Where do i go from here ??
> Do i re-cvsup   and then try to redo make buildkernel ??  IF i reboot will
> the kernel be trying to run from mismatched src ?
>
> any help is greatly appreciated
>
>
> --
> Brent Bailey
>

Update your source and try again.
This problem was detected(07/05/04) and solved (07/06/04).

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


Re: Recovering compile after loss of power

2004-07-06 Thread Trey Sizemore
On Tue, 6 Jul 2004 11:46:14 -0500, "Dan Nelson"
<[EMAIL PROTECTED]> said:
> In the last episode (Jul 06), Dan Nelson said:
> > In the last episode (Jul 06), Trey Sizemore said:
> > > I was many hours into a kde3 complilation/installation when the
> > > power went out at the house.  :-(.  Is the best option here to just
> > > restart the 'make install clean' in the directory again?  Will it
> > > 'pick up where it left off'?
> > 
> > Yes, although check for and remove 0-byte *.o files first (find . -name
> > -"*.o" size 0).  I have occasionally seen them after a crash.
> 
> Typo.  That command should be:  find . -name "*.o" -size 0
> 
> -- 
>   Dan Nelson
>   [EMAIL PROTECTED]

As an aside, what would I append to the command to likewise remove them
(I assume using some variation of the 'rm' command)?

Thanks.
-- 
  Trey Sizemore
  [EMAIL PROTECTED]

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


Wireless LAN with TI ACX 100 chipset and wlan.kewl.org driver

2004-07-06 Thread UBM

Hiho! :-)

I'm planning on byuing a card with that chipset, but I would like to
know if there are any known problems/pitfalls?

Does anybody on this list use a card with that chipset and the
wlan.kewl.org acx driver?

Thanks in advance!

Bye
Marc

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


Re: When named is not available

2004-07-06 Thread Martin

First, I've found a solution. The nsswitch.conf file is helpful
for my scenario. You can set "hosts: files dns" and the timeouts
will never happen.

Am Tue, den 06.07.2004 schrieb Bill Moran um 14:42:

> It's a standard timeout.  The resolver isn't aware of the status of parts
> of the network stack below it ... it just waits for 30 seconds for a reply
> and then gives up if none comes.

It actually sends more queries than just one. That's why it takes that
long.

> Make sure that /etc/hosts has every possible name for your machine in it,
> in addition to "localhost".  Any time I've seen one of those WMs get hung
> up on DNS, it was becuase it was trying to verify its own host name.

I don't expect any traffic when using X-apps locally and while TCP is
switched off.

Martin


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


RE: Bandwidth Usage Report?

2004-07-06 Thread Michael Clark
Graph:
Bandwidthd
Ipaudit

Real-time:
trafshow
iftop

All of these are in ports.

Michael Clark
Nemschoff Chairs Inc
mclark at nemschoff dot com
CompTIA A+, Network+, Server+, MCP
Voice: (920) 457 7726 x294
Fax:  (920) 453 6594


-Original Message-
From: Joseph Koenig [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 06, 2004 11:56 AM
To: [EMAIL PROTECTED]
Subject: Bandwidth Usage Report?


Is there a way to use netstat or something similar to see what our bandwidth
usage peaks at throughout the day? We are considering moving to a different
host that has less bandwidth, but I'm not sure where we peak, so it's
difficult to say whether or not they have enough bandwidth for us. Thanks,

Joe Koenig
Production Manager
jWeb New Media Design
[EMAIL PROTECTED]
http://www.jwebmedia.com/
636.928.3162 

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


CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 


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


Bandwidth Usage Report?

2004-07-06 Thread Robert Huff

Joseph Koenig writes:

>  Is there a way to use netstat or something similar to see what
>  our bandwidth usage peaks at throughout the day? We are
>  considering moving to a different host that has less bandwidth,
>  but I'm not sure where we peak, so it's difficult to say whether
>  or not they have enough bandwidth for us. Thanks,

Try net-mgmt/mrtg.


Robert Huff

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


Bandwidth Usage Report?

2004-07-06 Thread Joseph Koenig
Is there a way to use netstat or something similar to see what our bandwidth
usage peaks at throughout the day? We are considering moving to a different
host that has less bandwidth, but I'm not sure where we peak, so it's
difficult to say whether or not they have enough bandwidth for us. Thanks,

Joe Koenig
Production Manager
jWeb New Media Design
[EMAIL PROTECTED]
http://www.jwebmedia.com/
636.928.3162 

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


Re: Recovering compile after loss of power

2004-07-06 Thread Dan Nelson
In the last episode (Jul 06), Dan Nelson said:
> In the last episode (Jul 06), Trey Sizemore said:
> > I was many hours into a kde3 complilation/installation when the
> > power went out at the house.  :-(.  Is the best option here to just
> > restart the 'make install clean' in the directory again?  Will it
> > 'pick up where it left off'?
> 
> Yes, although check for and remove 0-byte *.o files first (find . -name
> -"*.o" size 0).  I have occasionally seen them after a crash.

Typo.  That command should be:  find . -name "*.o" -size 0

-- 
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: Recovering compile after loss of power

2004-07-06 Thread Dan Nelson
In the last episode (Jul 06), Trey Sizemore said:
> I was many hours into a kde3 complilation/installation when the power
> went out at the house.  :-(.  Is the best option here to just restart
> the 'make install clean' in the directory again?  Will it 'pick up
> where it left off'?

Yes, although check for and remove 0-byte *.o files first (find . -name
-"*.o" size 0).  I have occasionally seen them after a crash.

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


Recovering compile after loss of power

2004-07-06 Thread Trey Sizemore
I was many hours into a kde3 complilation/installation when the power
went out at the house.  :-(.  Is the best option here to just restart
the 'make install clean' in the directory again?  Will it 'pick up where
it left off'?

Thanks.
-- 
  Trey Sizemore
  [EMAIL PROTECTED]

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


Re: Remoute installation

2004-07-06 Thread Alex K


> I I have confronted  with such problem as the remote installation
>FreeBSD.
>There is a server, on a nem is established Linux Debian 3,As to me to
>reinstall Linux on FreeBSD when locally I of access to the server have 
notd .

Hello, Artyom!

You may wish to use:
http://www.daemonology.net/depenguinator/


--- Russian follows (koi8-r) ---

Артём,
 используй Depenguinator
 но только надо 512мегабайт памяти
 потому что вся система будет первоначально
 загружена в память.

Алекс

--- end ---

Cheers,
 AL.

-- 
ICQ 3092861
Email: perl -e 'print unpack("u","1;&5S:&%`:6YT97)C868N___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing Samba-3.0.0,1 on FreeBSD 5.2.1

2004-07-06 Thread login

Good afternoon,

Goal is to install samba-3.0.0,1 from /usr/ports/net/samba-devel
on a FreeBSD 5.2.1-RELEASE system. Here is what I have done
this far:

# cd /usr/ports/net/samba-devel; make
# make install
===>  Installing for samba-3.0.0,1
===>  samba-3.0.0,1 conflicts with installed package(s): 
  samba-libsmbclient-3.0.0

  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/net/samba-devel.
#

I deinstalled  samba-libsmbclient-3.0.0 as below:

# cd /usr/ports/net/samba-libsmbclient; make deinstall
===>  Deinstalling for net/samba-libsmbclient
===>   Deinstalling samba-libsmbclient-3.0.0
pkg_delete: package 'samba-libsmbclient-3.0.0' is required by these other 
packages
and may not be deinstalled (but I'll delete it anyway):
kdebase-3.1.4
kdeaddons-3.1.4
kdeartwork-3.1.4_1
kdesdk-3.1.4
kdevelop-2.1.5
kde-3.1.4
# 

# cd /usr/ports/net/samba-devel; make install

Does this mean that by installing the samba-3.0.0,1 and deinstalling the 
samba-libsmbclient-3.0.0, I am breaking the above packages [kdebase-3.1.4, 
kdeaddons-3.1.4 etc..]? Should I take some other path to have samba-3.0.0,1 
without sacrificing samba-libsmbclient-3.0.0? 

Many thanks!

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


Re: Pulling measurements of system memory?

2004-07-06 Thread Danny Howard
David Thakur wrote:
Take a look at rrdtool: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
It does graphs of system statistics. If you need to get just the variables,
check the shell scripts from this package http://www.ag0ny.com/graphs/
I use this on FreeBSD to generate graphs for my server.
Thanks, David.  I pulled the memory measurement bits from your shell script.  I 
couldn't find where you were measuring swap - which sysctls do you check?
Sincerely,
-danny
--
Danny Howard[EMAIL PROTECTED]
Technical Support Manager  (312)829- x235
Server Central Network   http://www.servercentral.net
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Swap size

2004-07-06 Thread Jerry McAllister
> 
> Hello all,
> 
> What swap size should i use having 768 Mb of memory?
> I've heard something about preformance degradation if
> swap size is bellow 2x of ram...

Traditionally, 2 1/2 X RAM size.  But everyone seems to have their
own prejudice on this.

It depends on the size and number of processes you will run
compared to the amount of RAM you have - paging goes to swap
space - as well as if you need to take a crash dump - crash
dumps need some more than RAM to do completely, etc.

jerry

> 
> Thanks,
>   Alexander.
> ___
> [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]"


make buildkernel fails what now ?

2004-07-06 Thread Brent Bailey
Im updating a backup server running FBSD 4.9, of ours by doing the whole
make buildworld make buildkernel procedure..This machine was originally a
4.8 server that i did a succesful make buildworld upon the last release..

anywho i updated src with cvsup and then did the following

cp -Rp /etc/ /etc.old
/usr/sbin/mergemaster -p

cd /usr/obj
chflags -R noschg *
rm -rf *

COMPILED SRC
cd /usr/src
make buildworld
make buildkernel KERNCONF=MYKERNEL

upon the last command it compiles away for about 20 minutes
the ends in error

/usr/src/sys/modules/ipfilter../../contrib/ipfilter/netinet/ip_fil.c:1325:
value not ignored as it ought to be
Error Code 1

Stop in  /usr/src/sys/modules/ipfilter

Where do i go from here ??
Do i re-cvsup   and then try to redo make buildkernel ??  IF i reboot will
the kernel be trying to run from mismatched src ?

any help is greatly appreciated


-- 
Brent Bailey



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


Re: vmware vs jails? (5.2.1)

2004-07-06 Thread Dick Davies
* Hugo Silva <[EMAIL PROTECTED]> [0731 16:31]:
> Hi list,
> 
> I have been considering using vmware instead of bsd jails for a virtual
> server provider. Jails are far too limited (1 ip only, quotas = per-jail
> fs,etc). I have never tried vmware with freebsd as a guest os, so I don't
> know if these limitations would apply..
> 
> What are your personal experiences ? Does vmware work flawlessly with
> freebsd as a guest OS ? (host will be freebsd 5.2.1) Should I stick to
> jails instead? Any suggestions welcome!

I've used it on NetBSD and its pretty good, but very slow.
Crashed a lot too. But it was running windows. well, kazaa.


Have you thought of Xen?

(no url, google it, I'm not your mum :} )

-- 
A consultant is a person who borrows your watch, tells you what time it
is, pockets the watch, and sends you a bill for it.
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Building 4.10 restore from source on 5.2.1?

2004-07-06 Thread Paul Frommeyer

Hi,

I've run afoul of PR 67723, which seems to also affect the
reading of legacy BSD dump files in addition to breaking the -c
switch. To get around this problem, and prevent my having to
change horses mid-stream and downrev my OS to 4.10, I thought I'd just compile
the 4.10 restore from source on my 5.2.1 system.

I removed the -DRRESTORE from CFLAGS in the makefile since I
don't need remote functionality, but now am
confronted with the following error. While eerily familiar from past
porting issues, I can't place the source of the problem macro. Note that
I am building in /usr/local/src/4.10/sbin to avoid risking pollution of the
5.2.1 source tree. I didn't spot any path problems with this, but I'm
suspicious since I've got what seems to be a missing include file problem.

Any and all pointers and suggestions appreciated. Arguably, this question
should have gone to -current, but since there is already a PR, I thought I'd
first try a list with more tolerance for shenanigans like my attempted
cross-build. :-) Of course if anyone knows of patches for the 5.2.1 restore,
well, sign me up!
Many TIAs,
Paul

P.S. If anyone thinks the binary of the 4.10 restore would work, I'd
be happy to give that a whirl

P.P.S. Also, if anyone on the dev team thinks it worthwhile, I'd be happy to
submit an update to 67723 with details on the additional errant behavior
I've run afoul of


---[snip]---
[milo2:4.10/sbin/restore]# make
Warning: Object directory not changed from original /local/src/4.10/sbin/restore
cc -O -pipe -mcpu=pentiumpro -I/local/src/4.10/sbin/restore/../../libexec/rlogin
d  -c restore.c
restore.c: In function `listfile':
restore.c:66: error: `NBBY' undeclared (first use in this function)
restore.c:66: error: (Each undeclared identifier is reported only once
restore.c:66: error: for each function it appears in.)
restore.c: In function `addfile':
restore.c:87: error: `NBBY' undeclared (first use in this function)
restore.c: In function `deletefile':
restore.c:130: error: `NBBY' undeclared (first use in this function)
restore.c: In function `removeoldleaves':
restore.c:178: error: `NBBY' undeclared (first use in this function)
restore.c: In function `nodeupdates':
restore.c:239: error: `NBBY' undeclared (first use in this function)
restore.c: In function `findunreflinks':
restore.c:535: error: `NBBY' undeclared (first use in this function)
*** Error code 1

Stop in /local/src/4.10/sbin/restore.
---[snip]---

Paul's Fone Company   http://www.palas.com[EMAIL PROTECTED]
   Terabit routing, Peering, Metro Ethernet, Content Networking, CCIE

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


vmware vs jails? (5.2.1)

2004-07-06 Thread Hugo Silva
Hi list,

I have been considering using vmware instead of bsd jails for a virtual
server provider. Jails are far too limited (1 ip only, quotas = per-jail
fs,etc). I have never tried vmware with freebsd as a guest os, so I don't
know if these limitations would apply..

What are your personal experiences ? Does vmware work flawlessly with
freebsd as a guest OS ? (host will be freebsd 5.2.1) Should I stick to
jails instead? Any suggestions welcome!

Regards




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


Re: sound-card // dsp1

2004-07-06 Thread Hugo Silva
I have 4 vchans, but this won't help. Both Enemy Territory and teamSpeak
will put dsp0(.x*) in playback/recording, and this isn't possible. I need
either a dsp1 device or a way to make enemy territory launch in playback
only.

Is there a way to create the dsp1 device?

Regards


> On Sat, 3 Jul 2004 23:48:24 - (GMT), Hugo Silva <[EMAIL PROTECTED]>
> wrote:
>> Hi,
>>
>> I need to create a dsp1 device. I'm running FreeBSD 5.2.1-RELEASE-p9
>>
>> I've tried:
>> [EMAIL PROTECTED]:/dev]# mknod /dev/dsp1 c 30 0x0013
>> mknod: /dev/dsp1: No such file or directory
>>
>> but no luck.. I need this device because I need to use two programs who
>> will put dsp device in r/w. So the second will always fail. The only way
>> I
>> see to fix this is creating a dsp1 device, make the first program use
>> /dev/dsp and the second use /dev/dsp1 ...
>
> According to some old post I remember on this list, you can use
> /dev/dsp0.0 and /dev/dsp0.1 as two separate devices. Hope that helps
>
> Gautam
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>


-- 
www.6s-gaming.com

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


Re: Removing thousands of files using rm

2004-07-06 Thread Bill Moran
"Steve Bertrand" <[EMAIL PROTECTED]> wrote:

> I often have the need to remove hundreds or even thousands of files from a
> single directory (very often). Using rm, I usually get:
> 
> pearl# rm -rvf *
> /bin/rm: Argument list too long.
> 
> Is there any way to work around this instead of having to select a small
> bunch of files at a time to remove?
> 
> The directory I am trying to remove the files from is always hot, so
> deleting the directory is unfortunately not an option. (I don't think).

I think the canonical answer is to use find with the -delete option.  Like
this:

find /dir -delete

The longer answer is that the reason it fails is because the shell expands
the * into a list of all filenames before it actually runs rm.  This list
is too long for the command line, thus causing the error.  Knowing this,
any method of deleting the files that doesn't require the shell to expand
the list will work as well.  There are also tricks you can use to configure
the shell to use a longer command line, but I don't remember details.

Search the list archives.  I asked this same question a year or so back, and
the thread that resulted is very informative.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Removing thousands of files using rm

2004-07-06 Thread Jerry McAllister
> 
> 
> >> I often have the need to remove hundreds or even thousands of files from
> >> a
> >> single directory (very often). Using rm, I usually get:
> >>
> >> pearl# rm -rvf *
> >> /bin/rm: Argument list too long.
> >>
> >> Is there any way to work around this instead of having to select a small
> >> bunch of files at a time to remove?
> >
> > Not exactly, but find(1) will do the job for you.
> > Typically you would use it with xargs(1).
> 
> Thanks to all who replied. This following suggestion worked very, very
> well, and extremely quickly:
> 
> > find /path-to-directory -type f -print | xargs rm
> 

The find method is right for doing this now and then.
But if you are doing this frequently and there is a reasonable pattern
to the file names you are crating and then deleting, you might want to
create a special directory for them and then when it is time to delete
them, just do an  rm -rf on the directory - as in:
mkdir junkdir
  fill it up with those files and do whatever you need.
rm -rf junkdir
t might take some thought to categorize the files so the right ones
are stashed in the directory.

jerry

> I'll read up on find and xargs as this approach appears to be easily
> scripted and cronned.
> 
> Tks again!
> 
> STeve
> 
> 
> >
> > You may need to add some options to those commands depending on your
> > situation.  For example, if you have embedded whitespace characters in
> > the file names or if you don't want to descend into subdirectories.
> >
> 
> 
> ___
> [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: [REPOST] Compatibility with certain VIA and Realtek NICs

2004-07-06 Thread Andrew L. Gould
On Tuesday 06 July 2004 09:21 am, Bill Moran wrote:
> I got a few responses regarding this post, but I'm really looking for
> some positive, "yes, I'm using it" or "I tried and failed":
>
> Having a little trouble ensuring hardware compatibility.
>
> Some of the units we're considering have one of the following NIC
> chipsets: VIA 6103
> VIA 6303
> VIA 6306
> Realtek 8201
>
> Looking through the hardware compatibility notes, as well as the man
> pages for vr(4), ed(4), and rl(4) doesn't seem to confirm or deny
> whether any of these units will work with FreeBSD (although it'd be a
> little overwhelming to list every card that isn't supported in the
> docs ;)
>
> I don't know how different a 6103 is from (for example) a 6105 (which
> is mentioned as supported in the man page for vr) so I don't know
> what the chances are that it will be supported.  Has anyone used any
> of these chipsets, or can anyone say with confidence that these
> chipsets are very familiar with supported chipsets?

The NY City BSD Users Group (NYCBUG) is building a catalog of 
contributed dmesg output that may help you.  You can search the 
submitted dmesg's.  The search function is below the dmesg submission 
form at:

http://www.nycbug.org/dmesgd/

I encourage everyone to submit your dmesg output.  IP and MAC addresses 
are replaced with x's for security.

I hope this helps.

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


Re: Removing thousands of files using rm

2004-07-06 Thread Steve Bertrand

>> I often have the need to remove hundreds or even thousands of files from
>> a
>> single directory (very often). Using rm, I usually get:
>>
>> pearl# rm -rvf *
>> /bin/rm: Argument list too long.
>>
>> Is there any way to work around this instead of having to select a small
>> bunch of files at a time to remove?
>
> Not exactly, but find(1) will do the job for you.
> Typically you would use it with xargs(1).

Thanks to all who replied. This following suggestion worked very, very
well, and extremely quickly:

> find /path-to-directory -type f -print | xargs rm

I'll read up on find and xargs as this approach appears to be easily
scripted and cronned.

Tks again!

STeve


>
> You may need to add some options to those commands depending on your
> situation.  For example, if you have embedded whitespace characters in
> the file names or if you don't want to descend into subdirectories.
>


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


Re: Removing thousands of files using rm

2004-07-06 Thread Richard P. Williamson
At 15:15 06/07/2004. Steve Bertrand had this to say:
>I often have the need to remove hundreds or even thousands of files from a
>single directory (very often). Using rm, I usually get:
>
>pearl# rm -rvf *
>/bin/rm: Argument list too long.
>
>Is there any way to work around this instead of having to select a small
>bunch of files at a time to remove?

find /path/to/dir -exec rm -rvf {} \;

use /path/to/dir instead of cd /path/to/dir; find . ... because
it is very easy to forget the cd /path/to/dir step.  Doing
find . -exec rm -rvf {} \; in, for example, / is Not Recommended(tm)
Also, there is a space between the {} and the \;, don't skip it,
as cryptic error messages result.

man find for more info on what you can do with find.

HTH,
rip

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


Re: Removing thousands of files using rm

2004-07-06 Thread Len Conrad

I often have the need to remove hundreds or even thousands of files from a
single directory (very often). Using rm, I usually get:
pearl# rm -rvf *
/bin/rm: Argument list too long.
man xargs
Len
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Removing thousands of files using rm

2004-07-06 Thread Andrew L. Gould
On Tuesday 06 July 2004 09:15 am, Steve Bertrand wrote:
> I often have the need to remove hundreds or even thousands of files
> from a single directory (very often). Using rm, I usually get:
>
> pearl# rm -rvf *
> /bin/rm: Argument list too long.
>
> Is there any way to work around this instead of having to select a
> small bunch of files at a time to remove?
>
> The directory I am trying to remove the files from is always hot, so
> deleting the directory is unfortunately not an option. (I don't
> think).
>
> Any assistance is greatly appreciated.
>
> Tks all,
>
> Steve

You could always write a short script that reads and loops through the 
directory contents; and deletes one file (or a group of files) at a 
time.  It would take a little longer, but at least it would be 
automated.

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


Re: Removing thousands of files using rm

2004-07-06 Thread Lowell Gilbert
"Steve Bertrand" <[EMAIL PROTECTED]> writes:

> I often have the need to remove hundreds or even thousands of files from a
> single directory (very often). Using rm, I usually get:
> 
> pearl# rm -rvf *
> /bin/rm: Argument list too long.
> 
> Is there any way to work around this instead of having to select a small
> bunch of files at a time to remove?

Not exactly, but find(1) will do the job for you.  
Typically you would use it with xargs(1).

find /path-to-directory -type f -print | xargs rm

You may need to add some options to those commands depending on your
situation.  For example, if you have embedded whitespace characters in
the file names or if you don't want to descend into subdirectories.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Remoute installation

2004-07-06 Thread Artyom Korolyov
Hello.

I I have confronted  with such problem as the remote installation
FreeBSD.
There is a server, on a nem is established Linux Debian 3,As to me to
reinstall Linux on FreeBSD when locally I of access to the server have notd .

P.S. Excuse for broken Englishd.

Thank for the helpd



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


[REPOST] Compatibility with certain VIA and Realtek NICs

2004-07-06 Thread Bill Moran

I got a few responses regarding this post, but I'm really looking for
some positive, "yes, I'm using it" or "I tried and failed":

Having a little trouble ensuring hardware compatibility.

Some of the units we're considering have one of the following NIC chipsets:
VIA 6103
VIA 6303
VIA 6306
Realtek 8201

Looking through the hardware compatibility notes, as well as the man pages
for vr(4), ed(4), and rl(4) doesn't seem to confirm or deny whether any of
these units will work with FreeBSD (although it'd be a little overwhelming
to list every card that isn't supported in the docs ;)

I don't know how different a 6103 is from (for example) a 6105 (which is
mentioned as supported in the man page for vr) so I don't know what the
chances are that it will be supported.  Has anyone used any of these
chipsets, or can anyone say with confidence that these chipsets are very
familiar with supported chipsets?

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Removing thousands of files using rm

2004-07-06 Thread Steve Bertrand
I often have the need to remove hundreds or even thousands of files from a
single directory (very often). Using rm, I usually get:

pearl# rm -rvf *
/bin/rm: Argument list too long.

Is there any way to work around this instead of having to select a small
bunch of files at a time to remove?

The directory I am trying to remove the files from is always hot, so
deleting the directory is unfortunately not an option. (I don't think).

Any assistance is greatly appreciated.

Tks all,

Steve

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


Re: ipfw count rules to count traffic to virtual ip's

2004-07-06 Thread lists
Yea thats the part I read from the manual and tried but got these out 
put from..

with the rule "count tcp from 1.1.1.1 to any" it also works so no big 
deal there I was just wondering if i did something wrong or not..

If anyone has got a answer please let us know.
Thanks.
Steve Bertrand wrote:
Ok then I get it..
I thought ipfw was also able to have a ip address there instead of only
a interface.
Thanks
   

Nope, I was wrong...
# man ipfw [snipped]
recv | xmit | via {ifX | if* | ipno | any}
Matches packets received, transmitted or going through, respec-
tively, the interface specified by exact name (ifX), by device
name (if*), by IP address, or through some interface.
I just found the latter rules to be a little more clear and precise.
Perhaps someone else can shed light on the failure, but it's just nice to
know that you're up and achieving the results you desired ;)
Steve
 

Steve Bertrand wrote:
   

Well :
This won't work:
ipfw add 00010 count tcp from any to any via 1.1.1.1
ipfw add 00011 count tcp from any to any in recv 1.1.1.1
ipfw add 00012 count tcp from any to any out xmit 1.1.1.1
ipfw add 00016 count tcp from any to any via 2.2.2.2
ipfw add 00017 count tcp from any to any in recv 2.2.2.2
ipfw add 00018 count tcp from any to any out xmit 2.2.2.2
This works:
ipfw add 00022 count tcp from 1.1.1.1 to any
ipfw add 00023 count tcp from any to 1.1.1.1
ipfw add 00024 count tcp from 2.2.2.2 to any
ipfw add 00025 count tcp from any to 2.2.2.2
Is ipfw unable to count ip traffic on that way ? or is it just unlogical
how i am doing it..
   

It didn't seem logical to me. Anything after via, xmit, or recv should be
an interface name (or alias) as this is what ipfw expects to see. The
actual addressing should be located within the to/from portion of the
rule.
You can even go farther and count port usage as well. Say for instance,
you want to get an idea of how much http(s) traffic there is generated on
1.1.1.1 :
ipfw add 00100 count tcp from any to 1.1.1.1 80,443
Regards,
STeve

 

Steve Bertrand wrote:

   

Anyone ?


   

Hello,
I'm trying to setup ipfw to count traffic to each ip on the server
(one
interface with multiple aliased ip's)
now it seems that the count rules are about the same for each ip
while
this isn't the truth..


 

Are these the exact rules, or does # ipfw show mix them up a bit?
For instance:
# ipfw add 1 count tcp from any to 1.1.1.1
*should* count all tcp traffic destined for 1.1.1.1, and likewise,
# ipfw add 11000 count tcp from 1.1.1.1 to any
*should* count all tcp traffic from the IP.
If ipfw show is conveluting the rules a bit, you might start by sending
in
a small sample of your ruleset.
Just a thought...
Steve


 

7 7715117 6712750640 count ip from any to any via fxp0
8 2953770  167284959 count ip from any to any in recv fxp0
9 4761341 6545462313 count ip from any to any out xmit fxp0
00010 7707303 6712093431 count tcp from any to any via 1.1.1.1
00011 2948103  166773748 count tcp from any to any in recv 1.1.1.1
00012 4759198 6545319411 count tcp from any to any out xmit 1.1.1.1
00016 7707299 6712092983 count tcp from any to any via 2.2.2.2
00017 2948101  166773668 count tcp from any to any in recv 2.2.2.2
00018 4759195 6545319003 count tcp from any to any out xmit 2.2.2.2
00022 2842887  145092334 count tcp from any to any 80 via fxp0
As you can see the traffic for ip 1.1.1.1 and ip 2.2.2.2 are about
the
same while ip 2.2.2.2 is actually doing nothing (all ports are
blocked
cause its not active yet)
What is going wrong here ? how come ipfw counts the same traffic for
each ip..
Also rule 22 from "any to any 80"  shows only a few hundred megs
traffic
while 95% of all the traffic on the server is http traffic from
website's so this should be atleast around the 5GB of traffic instead
of
a few hundred megs..
Any idea's ??
Thanks
m.



 

___
[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]"

 

___
[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]"
 

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


__

Re: tcpdump (/dev/bpf* permission) in FreeBSD-current

2004-07-06 Thread Lowell Gilbert
Patrick Dung <[EMAIL PROTECTED]> writes:

> There is no way to decided the user/group and
> permission of the device created. (/etc/devfs.conf can
> be used, but it had to be start after the device is
> created, where it is not created at boot time).

devfs(8) rules should be automatically applied to all devices as
they're created.  Setting up the rules at boot time should be exactly
what you need.  Is this not happening?

-- 
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: Gigabits, watchdog timeouts and downtime, oh my!

2004-07-06 Thread Thomas Moyer
Brad Waite wrote:
Thomas Moyer wrote:
Brad Waite wrote:
Hey all,
Decided to move into the Gigabit world yesterday and picked up a SMC
9452TX for my 4.10-STABLE box.  I rebuilt the kernel with the sk device
and while it works somewhat, I'm getting 'sk0: watchdog timeout' errors
and the card goes down for a few seconds before waking back up.  This
happens under relatively light traffic, too.
Suggestions?
I seem to be getting these same timeouts as well.  I'm using the 
integrated NIC on the ASUS P4P800-E Deluxe Motherboard.

What's the chipset on the board?  And is it a single-proc?  I'm 
running two P-IIs on my Intel MB440LX.

It is a single P4 chip with an Intel Chipset 865PE & ICH5R
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfw count rules to count traffic to virtual ip's

2004-07-06 Thread Steve Bertrand
> Ok then I get it..
>
> I thought ipfw was also able to have a ip address there instead of only
> a interface.
> Thanks

Nope, I was wrong...

# man ipfw [snipped]

 recv | xmit | via {ifX | if* | ipno | any}
 Matches packets received, transmitted or going through, respec-
 tively, the interface specified by exact name (ifX), by device
 name (if*), by IP address, or through some interface.

I just found the latter rules to be a little more clear and precise.
Perhaps someone else can shed light on the failure, but it's just nice to
know that you're up and achieving the results you desired ;)

Steve

>
>
>
> Steve Bertrand wrote:
>
>>>Well :
>>>
>>>This won't work:
>>>ipfw add 00010 count tcp from any to any via 1.1.1.1
>>>ipfw add 00011 count tcp from any to any in recv 1.1.1.1
>>>ipfw add 00012 count tcp from any to any out xmit 1.1.1.1
>>>ipfw add 00016 count tcp from any to any via 2.2.2.2
>>>ipfw add 00017 count tcp from any to any in recv 2.2.2.2
>>>ipfw add 00018 count tcp from any to any out xmit 2.2.2.2
>>>
>>>
>>>This works:
>>>ipfw add 00022 count tcp from 1.1.1.1 to any
>>>ipfw add 00023 count tcp from any to 1.1.1.1
>>>ipfw add 00024 count tcp from 2.2.2.2 to any
>>>ipfw add 00025 count tcp from any to 2.2.2.2
>>>
>>>Is ipfw unable to count ip traffic on that way ? or is it just unlogical
>>>how i am doing it..
>>>
>>>
>>
>>It didn't seem logical to me. Anything after via, xmit, or recv should be
>>an interface name (or alias) as this is what ipfw expects to see. The
>>actual addressing should be located within the to/from portion of the
>>rule.
>>
>>You can even go farther and count port usage as well. Say for instance,
>>you want to get an idea of how much http(s) traffic there is generated on
>>1.1.1.1 :
>>
>>ipfw add 00100 count tcp from any to 1.1.1.1 80,443
>>
>>Regards,
>>
>>STeve
>>
>>
>>
>>
>>>
>>>Steve Bertrand wrote:
>>>
>>>
>>>
>Anyone ?
>
>
>
>
>
>>Hello,
>>
>>I'm trying to setup ipfw to count traffic to each ip on the server
>> (one
>>interface with multiple aliased ip's)
>>
>>now it seems that the count rules are about the same for each ip
>> while
>>this isn't the truth..
>>
>>
>>
>>
>>
Are these the exact rules, or does # ipfw show mix them up a bit?

For instance:

# ipfw add 1 count tcp from any to 1.1.1.1

*should* count all tcp traffic destined for 1.1.1.1, and likewise,

# ipfw add 11000 count tcp from 1.1.1.1 to any

*should* count all tcp traffic from the IP.

If ipfw show is conveluting the rules a bit, you might start by sending
in
a small sample of your ruleset.

Just a thought...

Steve






>>7 7715117 6712750640 count ip from any to any via fxp0
>>8 2953770  167284959 count ip from any to any in recv fxp0
>>9 4761341 6545462313 count ip from any to any out xmit fxp0
>>00010 7707303 6712093431 count tcp from any to any via 1.1.1.1
>>00011 2948103  166773748 count tcp from any to any in recv 1.1.1.1
>>00012 4759198 6545319411 count tcp from any to any out xmit 1.1.1.1
>>00016 7707299 6712092983 count tcp from any to any via 2.2.2.2
>>00017 2948101  166773668 count tcp from any to any in recv 2.2.2.2
>>00018 4759195 6545319003 count tcp from any to any out xmit 2.2.2.2
>>00022 2842887  145092334 count tcp from any to any 80 via fxp0
>>
>>As you can see the traffic for ip 1.1.1.1 and ip 2.2.2.2 are about
>> the
>>same while ip 2.2.2.2 is actually doing nothing (all ports are
>> blocked
>>cause its not active yet)
>>
>>What is going wrong here ? how come ipfw counts the same traffic for
>>each ip..
>>
>>Also rule 22 from "any to any 80"  shows only a few hundred megs
>>traffic
>>while 95% of all the traffic on the server is http traffic from
>>website's so this should be atleast around the 5GB of traffic instead
>>of
>>a few hundred megs..
>>
>>Any idea's ??
>>
>>Thanks
>>
>>m.
>>
>>
>>
>>
>>
>>
>>
>___
>[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]"




>>>___
>>>[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

Automounter LDAP??

2004-07-06 Thread David RAVAIL
Did somebody use an automounter which a LDAP map on FreeBSD 5.X ???
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfw count rules to count traffic to virtual ip's

2004-07-06 Thread lists
Ok then I get it..
I thought ipfw was also able to have a ip address there instead of only 
a interface.
Thanks


Steve Bertrand wrote:
Well :
This won't work:
ipfw add 00010 count tcp from any to any via 1.1.1.1
ipfw add 00011 count tcp from any to any in recv 1.1.1.1
ipfw add 00012 count tcp from any to any out xmit 1.1.1.1
ipfw add 00016 count tcp from any to any via 2.2.2.2
ipfw add 00017 count tcp from any to any in recv 2.2.2.2
ipfw add 00018 count tcp from any to any out xmit 2.2.2.2
This works:
ipfw add 00022 count tcp from 1.1.1.1 to any
ipfw add 00023 count tcp from any to 1.1.1.1
ipfw add 00024 count tcp from 2.2.2.2 to any
ipfw add 00025 count tcp from any to 2.2.2.2
Is ipfw unable to count ip traffic on that way ? or is it just unlogical
how i am doing it..
   

It didn't seem logical to me. Anything after via, xmit, or recv should be
an interface name (or alias) as this is what ipfw expects to see. The
actual addressing should be located within the to/from portion of the
rule.
You can even go farther and count port usage as well. Say for instance,
you want to get an idea of how much http(s) traffic there is generated on
1.1.1.1 :
ipfw add 00100 count tcp from any to 1.1.1.1 80,443
Regards,
STeve
 

Steve Bertrand wrote:
   

Anyone ?

   

Hello,
I'm trying to setup ipfw to count traffic to each ip on the server (one
interface with multiple aliased ip's)
now it seems that the count rules are about the same for each ip while
this isn't the truth..

 

Are these the exact rules, or does # ipfw show mix them up a bit?
For instance:
# ipfw add 1 count tcp from any to 1.1.1.1
*should* count all tcp traffic destined for 1.1.1.1, and likewise,
# ipfw add 11000 count tcp from 1.1.1.1 to any
*should* count all tcp traffic from the IP.
If ipfw show is conveluting the rules a bit, you might start by sending
in
a small sample of your ruleset.
Just a thought...
Steve

 

7 7715117 6712750640 count ip from any to any via fxp0
8 2953770  167284959 count ip from any to any in recv fxp0
9 4761341 6545462313 count ip from any to any out xmit fxp0
00010 7707303 6712093431 count tcp from any to any via 1.1.1.1
00011 2948103  166773748 count tcp from any to any in recv 1.1.1.1
00012 4759198 6545319411 count tcp from any to any out xmit 1.1.1.1
00016 7707299 6712092983 count tcp from any to any via 2.2.2.2
00017 2948101  166773668 count tcp from any to any in recv 2.2.2.2
00018 4759195 6545319003 count tcp from any to any out xmit 2.2.2.2
00022 2842887  145092334 count tcp from any to any 80 via fxp0
As you can see the traffic for ip 1.1.1.1 and ip 2.2.2.2 are about the
same while ip 2.2.2.2 is actually doing nothing (all ports are blocked
cause its not active yet)
What is going wrong here ? how come ipfw counts the same traffic for
each ip..
Also rule 22 from "any to any 80"  shows only a few hundred megs
traffic
while 95% of all the traffic on the server is http traffic from
website's so this should be atleast around the 5GB of traffic instead
of
a few hundred megs..
Any idea's ??
Thanks
m.


 

___
[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]"
 

___
[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]"
 


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


Re: ipfw count rules to count traffic to virtual ip's

2004-07-06 Thread Steve Bertrand
> Well :
>
> This won't work:
> ipfw add 00010 count tcp from any to any via 1.1.1.1
> ipfw add 00011 count tcp from any to any in recv 1.1.1.1
> ipfw add 00012 count tcp from any to any out xmit 1.1.1.1
> ipfw add 00016 count tcp from any to any via 2.2.2.2
> ipfw add 00017 count tcp from any to any in recv 2.2.2.2
> ipfw add 00018 count tcp from any to any out xmit 2.2.2.2
>
>
> This works:
> ipfw add 00022 count tcp from 1.1.1.1 to any
> ipfw add 00023 count tcp from any to 1.1.1.1
> ipfw add 00024 count tcp from 2.2.2.2 to any
> ipfw add 00025 count tcp from any to 2.2.2.2
>
> Is ipfw unable to count ip traffic on that way ? or is it just unlogical
> how i am doing it..

It didn't seem logical to me. Anything after via, xmit, or recv should be
an interface name (or alias) as this is what ipfw expects to see. The
actual addressing should be located within the to/from portion of the
rule.

You can even go farther and count port usage as well. Say for instance,
you want to get an idea of how much http(s) traffic there is generated on
1.1.1.1 :

ipfw add 00100 count tcp from any to 1.1.1.1 80,443

Regards,

STeve


>
>
>
> Steve Bertrand wrote:
>
>>>Anyone ?
>>>
>>>
>>>
Hello,

I'm trying to setup ipfw to count traffic to each ip on the server (one
interface with multiple aliased ip's)

now it seems that the count rules are about the same for each ip while
this isn't the truth..



>>
>>Are these the exact rules, or does # ipfw show mix them up a bit?
>>
>>For instance:
>>
>># ipfw add 1 count tcp from any to 1.1.1.1
>>
>>*should* count all tcp traffic destined for 1.1.1.1, and likewise,
>>
>># ipfw add 11000 count tcp from 1.1.1.1 to any
>>
>>*should* count all tcp traffic from the IP.
>>
>>If ipfw show is conveluting the rules a bit, you might start by sending
>> in
>>a small sample of your ruleset.
>>
>>Just a thought...
>>
>>Steve
>>
>>
>>
>>
7 7715117 6712750640 count ip from any to any via fxp0
8 2953770  167284959 count ip from any to any in recv fxp0
9 4761341 6545462313 count ip from any to any out xmit fxp0
00010 7707303 6712093431 count tcp from any to any via 1.1.1.1
00011 2948103  166773748 count tcp from any to any in recv 1.1.1.1
00012 4759198 6545319411 count tcp from any to any out xmit 1.1.1.1
00016 7707299 6712092983 count tcp from any to any via 2.2.2.2
00017 2948101  166773668 count tcp from any to any in recv 2.2.2.2
00018 4759195 6545319003 count tcp from any to any out xmit 2.2.2.2
00022 2842887  145092334 count tcp from any to any 80 via fxp0

As you can see the traffic for ip 1.1.1.1 and ip 2.2.2.2 are about the
same while ip 2.2.2.2 is actually doing nothing (all ports are blocked
cause its not active yet)

What is going wrong here ? how come ipfw counts the same traffic for
each ip..

Also rule 22 from "any to any 80"  shows only a few hundred megs
 traffic
while 95% of all the traffic on the server is http traffic from
website's so this should be atleast around the 5GB of traffic instead
 of
a few hundred megs..

Any idea's ??

Thanks

m.





>>>___
>>>[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]"
>>
>>
>
>
> ___
> [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: ipfw count rules to count traffic to virtual ip's

2004-07-06 Thread lists
Well :
This won't work:
ipfw add 00010 count tcp from any to any via 1.1.1.1
ipfw add 00011 count tcp from any to any in recv 1.1.1.1
ipfw add 00012 count tcp from any to any out xmit 1.1.1.1
ipfw add 00016 count tcp from any to any via 2.2.2.2
ipfw add 00017 count tcp from any to any in recv 2.2.2.2
ipfw add 00018 count tcp from any to any out xmit 2.2.2.2
This works:
ipfw add 00022 count tcp from 1.1.1.1 to any 
ipfw add 00023 count tcp from any to 1.1.1.1
ipfw add 00024 count tcp from 2.2.2.2 to any
ipfw add 00025 count tcp from any to 2.2.2.2

Is ipfw unable to count ip traffic on that way ? or is it just unlogical how i am 
doing it..

Steve Bertrand wrote:
Anyone ?
   

Hello,
I'm trying to setup ipfw to count traffic to each ip on the server (one
interface with multiple aliased ip's)
now it seems that the count rules are about the same for each ip while
this isn't the truth..
 

Are these the exact rules, or does # ipfw show mix them up a bit?
For instance:
# ipfw add 1 count tcp from any to 1.1.1.1
*should* count all tcp traffic destined for 1.1.1.1, and likewise,
# ipfw add 11000 count tcp from 1.1.1.1 to any
*should* count all tcp traffic from the IP.
If ipfw show is conveluting the rules a bit, you might start by sending in
a small sample of your ruleset.
Just a thought...
Steve
 

7 7715117 6712750640 count ip from any to any via fxp0
8 2953770  167284959 count ip from any to any in recv fxp0
9 4761341 6545462313 count ip from any to any out xmit fxp0
00010 7707303 6712093431 count tcp from any to any via 1.1.1.1
00011 2948103  166773748 count tcp from any to any in recv 1.1.1.1
00012 4759198 6545319411 count tcp from any to any out xmit 1.1.1.1
00016 7707299 6712092983 count tcp from any to any via 2.2.2.2
00017 2948101  166773668 count tcp from any to any in recv 2.2.2.2
00018 4759195 6545319003 count tcp from any to any out xmit 2.2.2.2
00022 2842887  145092334 count tcp from any to any 80 via fxp0
As you can see the traffic for ip 1.1.1.1 and ip 2.2.2.2 are about the
same while ip 2.2.2.2 is actually doing nothing (all ports are blocked
cause its not active yet)
What is going wrong here ? how come ipfw counts the same traffic for
each ip..
Also rule 22 from "any to any 80"  shows only a few hundred megs traffic
while 95% of all the traffic on the server is http traffic from
website's so this should be atleast around the 5GB of traffic instead of
a few hundred megs..
Any idea's ??
Thanks
m.

 

___
[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]"
 


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


Re: mini itx

2004-07-06 Thread Rich Plishka
On Wed, 30 Jun 2004, arden wrote:

> im collecting some bits to start a mini itx project
> http://www.mini-itx.com/projects.asp
> i have the need for a small silent pc
>

considered http://soekris.com/ ??

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

-- 
rich plishka  [EMAIL PROTECTED]
computing sciences dept.  phone: (570) 941-6111
university of scrantonfax:   (570) 941-4250
scranton, pa 18510www.cs.scranton.edu/~plishka

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


Re: Using DHCP /and/ name recognition w/o running BIND

2004-07-06 Thread Steve Bertrand

> I don't think so.  Lack of DNS performance is something that will
> cause the most harm to your experience of using the net.  Running your
> own DNS recursive server is the best way to get good DNS performance.

I don't mean to take away from this post in anyway because it was very
informative, however, I have found that preventing your own DNS server
from doing recursion and setting it up as forwarders only is in many cases
even a faster method of retrieving DNS entries.

I just find that allowing the ISP with the OC-3 circuits do all of the
recursion and just sending the final result back to me speed things up
just that much more.

Mind you on a home network, the requests are much fewer and far between,
but the forwarders clause can reduce load on the system and on the home
Internet connection, and put the load on the equipment and infrastructure
that were really designed to handle it. (Plus, you will also benefit from
their cache as well, greatly reducing the recursion that is required).

Just my $.02

sb

>
> For a home network, you can also run authoritive local domains from
> the same server without to much trouble.  So long as your DNS server
> is on your private network and not accessible externally this should
> be OK.  For public use though, mixing up authoritative and recursive
> DNS functions on the same server is bad juju, and should only be done
> by grown-ups.
>
>> There seems to be a current undocumented feature of most of these
>> routers
>> that if you use the router as a DNS server entry that it automagically
>> forwards those requests to the DNS entries on the WAN side.  However,
>> for
>> tools like nslookup that make explicit connections to the server, this
>> does
>> not work correctly.
>
> Yes -- that's simply DNS recursion.  You ask the DNS server on your
> router "what is the IP number corresponding to www.freebsd.org": a
> recursive server will track the answer down for you, by asking in turn
> the root servers, the .org TLD servers and the freebsd.org servers on
> your behalf.  Or it will tell you the cached answer it got from doing
> all that a few minutes previously.  An authoritative server will just
> answer "dunno", unless it happens to be one of the freebsd.org
> servers.
>
> You should still be able to use the usual DNS tools to query other
> servers directly. eg:
>
> % dig @ns0.freebsd.org. www.freebsd.org. IN A
>
> If your router is filtering out DNS traffic other than through it's
> own server, then you'll have to adjust it's programming.  It could
> just be a matter of tweaking the packet filters for UDP traffic on
> port 53.  If your router won't let you do that, get a better one.
>
>   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
>


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


Re: ipfw count rules to count traffic to virtual ip's

2004-07-06 Thread Steve Bertrand
> Anyone ?
>
>>Hello,
>>
>>I'm trying to setup ipfw to count traffic to each ip on the server (one
>>interface with multiple aliased ip's)
>>
>>now it seems that the count rules are about the same for each ip while
>>this isn't the truth..
>>

Are these the exact rules, or does # ipfw show mix them up a bit?

For instance:

# ipfw add 1 count tcp from any to 1.1.1.1

*should* count all tcp traffic destined for 1.1.1.1, and likewise,

# ipfw add 11000 count tcp from 1.1.1.1 to any

*should* count all tcp traffic from the IP.

If ipfw show is conveluting the rules a bit, you might start by sending in
a small sample of your ruleset.

Just a thought...

Steve


>>7 7715117 6712750640 count ip from any to any via fxp0
>>8 2953770  167284959 count ip from any to any in recv fxp0
>>9 4761341 6545462313 count ip from any to any out xmit fxp0
>>00010 7707303 6712093431 count tcp from any to any via 1.1.1.1
>>00011 2948103  166773748 count tcp from any to any in recv 1.1.1.1
>>00012 4759198 6545319411 count tcp from any to any out xmit 1.1.1.1
>>00016 7707299 6712092983 count tcp from any to any via 2.2.2.2
>>00017 2948101  166773668 count tcp from any to any in recv 2.2.2.2
>>00018 4759195 6545319003 count tcp from any to any out xmit 2.2.2.2
>>00022 2842887  145092334 count tcp from any to any 80 via fxp0
>>
>>As you can see the traffic for ip 1.1.1.1 and ip 2.2.2.2 are about the
>>same while ip 2.2.2.2 is actually doing nothing (all ports are blocked
>>cause its not active yet)
>>
>>What is going wrong here ? how come ipfw counts the same traffic for
>>each ip..
>>
>>Also rule 22 from "any to any 80"  shows only a few hundred megs traffic
>>while 95% of all the traffic on the server is http traffic from
>>website's so this should be atleast around the 5GB of traffic instead of
>>a few hundred megs..
>>
>>Any idea's ??
>>
>>Thanks
>>
>>m.
>>
>>
>>
>
> ___
> [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: free bsd ver 2.2.8

2004-07-06 Thread Matthew Seaman
On Mon, Jul 05, 2004 at 11:15:33AM -0400, pat seddon wrote:
> Help I need commands to get system working . Booted to motd page but can`t get to 
> the directories.

You sound as if you need to learn about the unix basics -- commands
like ls, cd, more, cp, mv etc.  There's a bit in the FreeBSD handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/basics.html

but you might find the "Introduction to Unix" course from Ohio State
to be more to your taste:

http://wks.uts.ohio-state.edu/unix_course/intro-1.html

Cheers,

Matthew

PS.  Why are you using such an old version of FreeBSD?  2.2.8 came out
in December 1998, and it's way out of any active support.  Unless you
have a specific need for 2.2.8 (eg. specific hardware support) I'd
strongly suggest updating to an up-to-date version -- 4.10 is probably
your best choice -- certainly if you're going to put that system on
the public internet.

-- 
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


pgpfrvZEU7RgS.pgp
Description: PGP signature


Re: When named is not available

2004-07-06 Thread Bill Moran
Martin <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I have a problem with named in my LAN. My notebook
> is sometimes attached to this network and sometimes
> not.
> 
> Everything works well when the network cable is plugged-in.
> Without the network cable (same network settings), the following
> happens:
> 
> - sendmail is waiting for timeout while booting (ok, this is
> actually not a big problem, just a little bit annoying)
> - host anyhost needs 30 seconds to return with a timeout
> - starting any X-application takes 2 minutes 30 seconds till
>   it appears on the local display
> 
> Remarks about X:
> - XFree86 is configured not to accept TCP connections
> - the problem above does not occur when running the X-server
>   without a WM and with twm (affects KDE, Gnome, Xfce)
> 
> Why does the resolver need 30 seconds to look up a host
> when named is offline?

It's a standard timeout.  The resolver isn't aware of the status of parts
of the network stack below it ... it just waits for 30 seconds for a reply
and then gives up if none comes.

This is because it's possible to have different NICs/modems/etc accessing
the network, so it would be difficult to teach the resolver when it waited
for the the timeout and when not to try.

The question I have is: Why are you doing "host somehost" when you're
obviously not connected to the network?  You're the human in this process,
don't give the computer things to do that it obviously can't accomplish
and then wonder about it.

> Something has changed with XFree, which since recently looking
> up hosts (localhost?) when starting an X-application. How do
> I turn it off?

Make sure that /etc/hosts has every possible name for your machine in it,
in addition to "localhost".  Any time I've seen one of those WMs get hung
up on DNS, it was becuase it was trying to verify its own host name.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portsdb -Uu error

2004-07-06 Thread suporte dsgx
well looks like u don't have the whole /usr/ports .. plz re-run cvsup over
ports ..
to update everything and try to install again
- Original Message -
From: "Ariane & Ron Joordens" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 05, 2004 1:55 AM
Subject: portsdb -Uu error


> Hi everyone,
>
> I have just cvsupped successfully and tried to run portsdb -Uu. I received
the
> following error:
> _
> freebsd# portsdb -Uu
> Updating the ports index ... Generating INDEX.tmp - please
> wait..fr-mozilla-flp-1.7: "/usr/ports/www/mozilla-gtk2" non-existent --
> dependency list incomplete
> ===> french/mozilla-flp failed
> *** Error code 1
> 1 error
>
> 
> Before reporting this error, verify that you are running a supported
> version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
> have a complete and up-to-date ports collection (INDEX builds are
> not supported with partial or out-of-date ports collections).  If
> so, then report the failure to [EMAIL PROTECTED] together with
> relevant details of your ports configuration (including FreeBSD
> version, environment and /etc/make.conf settings).
> 
>
> *** Error code 1
>
> Stop in /usr/ports.
> *** Error code 1
>
> Stop in /usr/ports.
> failed to generate INDEX!
> portsdb: index generation error
> __
>
> I have FreeBSD 4.10, I cvsup to RELENG_4_10 and refuse nothing.
>
> freebsd# uname -a
> FreeBSD freebsd.home.com 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Fri May 28
> 21:00:30 GMT 2004
>
> This is my cvs-supfile:
> _
> # $FreeBSD: src/share/examples/cvsup/cvs-supfile,v 1.26.2.11 2003/09/12
> 19:01:13 ceri Exp $
>
> *default host=cvsup.au.FreeBSD.org
> *default base=/usr/local/etc/cvsup
> *default prefix=/usr
> *default tag=RELENG_4_10
> *default release=cvs
> *default delete use-rel-suffix
> *default compress
> src-all
> ports-all tag=.
> doc-all tag=.
> ___
>
> This is my /etc/make.conf file:
> _
> #make.conf file contains options for rebuilding the system and ports from
> source
> #Copied from tutorial: Turn FreeBSD into a Multimedia Workstation by Dru
> Lavigne
> #
> CPUTYPE=p3
> CFLAGS= -O -pipe
> CXXFLAGS+= -funroll-loops
> COPTFLAGS= -O -pipe
> #
> #To avoid building various parts of the base system:
> NO_BIND= true # do not build BIND
> NO_FORTRAN= true # do not build g77 and related libraries
> NO_I4B= true # do not build isdn4bsd package
> NOPROFILE= true # Avoid compiling profiled libraries
> NOUUCP= true # do not build uucp related programs
> DOC_LANG= en_US.ISO8859-1
> #
> USA_RESIDENT= YES
> __
>
>
> Does anyone know if this is a problem with french/mozilla-flp or a problem
> with my setup? Do you need more info?
>
> Thanks for your help.
>
> Ron
>
> Please CC me as I am not subscribed to the list on this address
>
> ___
> [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: where take drivers for realtek 8029/8139 or intel 82559

2004-07-06 Thread Вячеслав
it's ok, net carts works properly, but i cant route them. I have squid. woud
you like to explane how to route.
Thanks
- Original Message -
From: "Remko Lodder" <[EMAIL PROTECTED]>
To: "Вячеслав" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, June 16, 2004 6:54 PM
Subject: Re: where take drivers for realtek 8029/8139 or intel 82559


Вячеслав wrote:

> i can't install driver for its cards, how install
>

Hi (something, cant read it)

You can enable that the drivers will be loaded in the kernel.
go to /usr/src/sys/i386/conf and edit the GENERIC kernel,
lookup the nic and unhash them, note that i thought that by default a
RTL 8139 gets detected.

In addittion you can try : kldload if_rl.ko
that should also load the realtek module and
kldload if_fxp.ko should load the intel driver

But could you give some more information next time?
Like which version, the output of dmesg etc.

Thanks in advance!

--
Kind regards,

Remko Lodder   |[EMAIL PROTECTED]
Reporter DSINet|[EMAIL PROTECTED]
Projectleader Mostly-Harmless  |[EMAIL PROTECTED]

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


free bsd ver 2.2.8

2004-07-06 Thread pat seddon
Help I need some info on how to use this op . I`ve installed , got it to boot , but I 
don`t know what to do next . What do I type in to star system ?
take time to enjoy the beauty around you
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


free bsd ver 2.2.8

2004-07-06 Thread pat seddon
Help I need commands to get system working . Booted to motd page but can`t get to the 
directories.
thanks in advance
take time to enjoy the beauty around you
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Committer information

2004-07-06 Thread centoq
Hello. I'm a freebsd user.
I want became a new committer (ports)
How i must doing?

Links me any docs, tenks!

-- 
centoq <[EMAIL PROTECTED]>
MentorGroup

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


Re: ipfw count rules to count traffic to virtual ip's

2004-07-06 Thread lists
Anyone ?
Hello,
I'm trying to setup ipfw to count traffic to each ip on the server (one
interface with multiple aliased ip's)
now it seems that the count rules are about the same for each ip while
this isn't the truth..
7 7715117 6712750640 count ip from any to any via fxp0
8 2953770  167284959 count ip from any to any in recv fxp0
9 4761341 6545462313 count ip from any to any out xmit fxp0
00010 7707303 6712093431 count tcp from any to any via 1.1.1.1
00011 2948103  166773748 count tcp from any to any in recv 1.1.1.1
00012 4759198 6545319411 count tcp from any to any out xmit 1.1.1.1
00016 7707299 6712092983 count tcp from any to any via 2.2.2.2
00017 2948101  166773668 count tcp from any to any in recv 2.2.2.2
00018 4759195 6545319003 count tcp from any to any out xmit 2.2.2.2
00022 2842887  145092334 count tcp from any to any 80 via fxp0
As you can see the traffic for ip 1.1.1.1 and ip 2.2.2.2 are about the
same while ip 2.2.2.2 is actually doing nothing (all ports are blocked
cause its not active yet)
What is going wrong here ? how come ipfw counts the same traffic for
each ip..
Also rule 22 from "any to any 80"  shows only a few hundred megs traffic
while 95% of all the traffic on the server is http traffic from
website's so this should be atleast around the 5GB of traffic instead of
a few hundred megs..
Any idea's ??
Thanks
m.
 

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


Re: Hard drive problem... S-ATA/ATA and DMA error messages

2004-07-06 Thread Rickard Borgmäster
On Mon, 5 Jul 2004 20:03:37 -0700 (PDT)
peter lageotakes <[EMAIL PROTECTED]> hit the keyboard and punched:

> --- Warren Block <[EMAIL PROTECTED]> wrote:
> > 
> > -CURRENT (5.x) does have support for SATA, and may
> > (probably does) 
> > work with the 8237.  (I haven't tried it on this
> > motherboard.)
> > 
> > -Warren Block * Rapid City, South Dakota USA>
> > 
> Should this be issued as a PR?  According to the
> hardware notes for 4.10:
> http://www.freebsd.org/releases/4.10R/hardware-i386.html
> "VIA 8233, 8235 ATA133, 8237 SATA150".
> 
> Pete

PR? What is that...?

Are you suggesting that this is a bug in the kernel/driver rather than
unsupported hardware? Well, dmesg atleast identifies the correct
chipset/driver and it works. Bad, but it works. UDMA/33 isn't so nice and
if I start a high-load disk operation the system is likely to freeze
completely.

If this is a bug, to whom/where should I report it?

-- 

Rickard

   .--..--.
.. |  ||  | .-.
|   Rickard Borgmäster   | |  ||  |/  /
| [EMAIL PROTECTED] |   .-^  |  .--.  | <
| http://doktorn.sub.nu/ |  (  o  | ( () ) |  |\  \
`'  `-'  `--'  `--' `--'


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


Re: A few simple questions(...if you don't mind)

2004-07-06 Thread Erik Trulsson
On Tue, Jul 06, 2004 at 10:43:03AM +0100, Matthew Seaman wrote:
> On Tue, Jul 06, 2004 at 12:08:17AM +0300, Giorgos Keramidas wrote:
>  
> > Remember, this is not Windows, where everything is free and you have to
> > share your personal data with the world :P
> 
> ITYM "nothing is free, except other people's access to your data."
>  
> > In short, I've heard of no viruses that affect BSDs during the last 7-8
> > years that I'm using a BSD Unix at home and work.
> 
> The only malware that ever achieved any sort of world prominence was
> the Scalper worm, which exploited the "chunked transfer encoding"
> vulnerability in versions of Apache earlier than 1.3.24 or 2.0.36 on
> i386 FreeBSD:
> 
> http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE+CAN-2002-0392
> 
> http://securityresponse.symantec.com/avcenter/venc/data/freebsd.scalper.worm.html
> 
> As I remember there were only a few hundred infections, and an Apache
> patch was available within hours.  Hardly the sort of Internet
> destroying scale we've become accustomed to with all those Windows
> worms recently.

If you go back a bit further in time there was the Great Worm of 1988,
which targeted VAX and Sun3 systems running BSD code, and which
actually did bring down most of the Internet at the time.  That was the
incident that got people in the Unix community to start thinking seriously
about security.

As for actual viruses, they are very rare in the Unix world.  I have
heard of one or two proof-of-concept viruses created for Linux, but I
don't think any have ever been found in the wild.

Trojan horses of course exist (as they do on all systems), but in a
world where lots of people compile from source instead of downloading
binaries this kind of code is much harder to hide, and thus less
popular.


One advantage the Unix world enjoys, is that people are running so many
different versions of programs, and many different programs even, on
different kinds of hardware, that it becomes very difficult for any
kind of malware (which almost always contains some system-dependent
binary code) to affect more than a relatively small fraction of the
systems out there, which prevents the rapid infection and spreading
that Windows-based worms tend to have.



-- 

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


Re: Handling automake and autoconf versions

2004-07-06 Thread Al.Aeefyu
On Mon, 05 Jul 2004 13:26:28 +0200, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote:

> Just pkg_delete them before running portupgrade.

Yes. Thanks. That seems to be the least destructive path. And now my
x11/kde3 is compiling fine through portugrade

Thanks

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


Re: Using DHCP /and/ name recognition w/o running BIND

2004-07-06 Thread Matthew Seaman
On Mon, Jul 05, 2004 at 01:20:19PM -0700, Clint Olsen wrote:

> I am running a small network behind a D-Link firewall router, and I have a
> multitude of machines running on the NAT side.  Generally, I use static IPs
> on the network for the FreeBSD machines (since they are often servers) and
> the Windows clients use DHCP.  It would be nice if there was some way to be
> able to use the symbolic name for the windows clients since their IP
> addresses are free to change all the time.  The D-Link does have the
> concept of static DHCP where each MAC address is assigned an IP to always
> be issued when requested, but I'm concerned that if/when the D-Link gives
> up the ghost that I'll have to scramble and find something that's a bit
> more robust and not tied to my router capabilities.

You could run a DHCP server on one of your FreeBSD boxes.  Install the
net/isc-dhcp3-server port -- it's fairly easy to set up for a small
home network, and you can back up the configuration and even the
database of DHCP leases should you have a sudden need to transfer the
service to a different machine.

   http://www.tldp.org/HOWTO/DHCP/index.html

If the machines you are providing DHCP service for are permanently
installed on your network, you might want to bump up the DHCP lease
times to several months.  Which is a fairly simple way of allowing
machines to keep the same address for a reasonable amount of time.

Alternatively you can hardwire the lease on a particular IP number to
MAC address -- in which case your DHCP server is really doing BOOTP,
but that's neither here nor there from the client's point of view.

The third option is to setup Dynamic DNS -- so that the clients can
attach their hostnames to the IP addresses your DHCP server gives
them.  This always seemed over-complicated to me, and gives too much
potential for hackery and other mischief.  Better to predefine the
names corresponding to the IP number, and force the client machine to
look up and use that. 
 
> It seems to be overkill to run BIND for just my small network here of 4 or
> so machines, so I was hoping there was a more lightweight way to handle
> this.

I don't think so.  Lack of DNS performance is something that will
cause the most harm to your experience of using the net.  Running your
own DNS recursive server is the best way to get good DNS performance.  

For a home network, you can also run authoritive local domains from
the same server without to much trouble.  So long as your DNS server
is on your private network and not accessible externally this should
be OK.  For public use though, mixing up authoritative and recursive
DNS functions on the same server is bad juju, and should only be done
by grown-ups.
 
> There seems to be a current undocumented feature of most of these routers
> that if you use the router as a DNS server entry that it automagically
> forwards those requests to the DNS entries on the WAN side.  However, for
> tools like nslookup that make explicit connections to the server, this does
> not work correctly.

Yes -- that's simply DNS recursion.  You ask the DNS server on your
router "what is the IP number corresponding to www.freebsd.org": a
recursive server will track the answer down for you, by asking in turn
the root servers, the .org TLD servers and the freebsd.org servers on
your behalf.  Or it will tell you the cached answer it got from doing
all that a few minutes previously.  An authoritative server will just
answer "dunno", unless it happens to be one of the freebsd.org
servers.

You should still be able to use the usual DNS tools to query other
servers directly. eg:

% dig @ns0.freebsd.org. www.freebsd.org. IN A

If your router is filtering out DNS traffic other than through it's
own server, then you'll have to adjust it's programming.  It could
just be a matter of tweaking the packet filters for UDP traffic on
port 53.  If your router won't let you do that, get a better one.

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


pgpKaAuxTjHhe.pgp
Description: PGP signature


Re: A few simple questions(...if you don't mind)

2004-07-06 Thread Giorgos Keramidas
On 2004-07-06 10:43, Matthew Seaman <[EMAIL PROTECTED]> wrote:
> > In short, I've heard of no viruses that affect BSDs during the last 7-8
> > years that I'm using a BSD Unix at home and work.
>
> The only malware that ever achieved any sort of world prominence was
> the Scalper worm, which exploited the "chunked transfer encoding"
> vulnerability in versions of Apache earlier than 1.3.24 or 2.0.36 on
> i386 FreeBSD:
>
> http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE+CAN-2002-0392
> http://securityresponse.symantec.com/avcenter/venc/data/freebsd.scalper.worm.html

Ah, very informative.  Thanks.  I had missed this one :)

> As I remember there were only a few hundred infections, and an Apache
> patch was available within hours.  Hardly the sort of Internet
> destroying scale we've become accustomed to with all those Windows
> worms recently.

Thankfully, no :)

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


Re: pid 72199 (perl), uid 0: exited on signal 11 (core dumped)

2004-07-06 Thread Kris Kennaway
On Tue, Jul 06, 2004 at 11:38:23AM +0300, Joseph Begumisa wrote:
> 
> I keep on getting the messages below.  Does anyone know what they mean?

One of your perl scripts is crashing.

Kris


pgp3srCpb8BO8.pgp
Description: PGP signature


Re: A few simple questions(...if you don't mind)

2004-07-06 Thread Matthew Seaman
On Tue, Jul 06, 2004 at 12:08:17AM +0300, Giorgos Keramidas wrote:
 
> Remember, this is not Windows, where everything is free and you have to
> share your personal data with the world :P

ITYM "nothing is free, except other people's access to your data."
 
> In short, I've heard of no viruses that affect BSDs during the last 7-8
> years that I'm using a BSD Unix at home and work.

The only malware that ever achieved any sort of world prominence was
the Scalper worm, which exploited the "chunked transfer encoding"
vulnerability in versions of Apache earlier than 1.3.24 or 2.0.36 on
i386 FreeBSD:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE+CAN-2002-0392

http://securityresponse.symantec.com/avcenter/venc/data/freebsd.scalper.worm.html

As I remember there were only a few hundred infections, and an Apache
patch was available within hours.  Hardly the sort of Internet
destroying scale we've become accustomed to with all those Windows
worms recently.

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


pgpQLgL6Jfnrj.pgp
Description: PGP signature


pid 72199 (perl), uid 0: exited on signal 11 (core dumped)

2004-07-06 Thread Joseph Begumisa

I keep on getting the messages below.  Does anyone know what they mean?

> pid 72199 (perl), uid 0: exited on signal 11 (core dumped)
> pid 75455 (perl), uid 0: exited on signal 11 (core dumped)
> pid 76805 (perl), uid 0: exited on signal 11 (core dumped)
> pid 1 (perl), uid 0: exited on signal 11 (core dumped)
> pid 79602 (perl), uid 0: exited on signal 11 (core dumped)
> pid 82656 (perl), uid 0: exited on signal 11 (core dumped)
> pid 82748 (perl), uid 0: exited on signal 11 (core dumped)
> pid 85109 (perl), uid 0: exited on signal 11 (core dumped)
> pid 87937 (perl), uid 0: exited on signal 11 (core dumped)
> pid 91569 (perl), uid 0: exited on signal 11 (core dumped)
> pid 92392 (perl), uid 0: exited on signal 11 (core dumped)
> pid 92482 (perl), uid 0: exited on signal 11 (core dumped)

Thanks.

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


Re: portsdb -Uu error

2004-07-06 Thread Kris Kennaway
On Mon, Jul 05, 2004 at 08:55:32AM +, Ariane & Ron Joordens wrote:
> Hi everyone,
> 
> I have just cvsupped successfully and tried to run portsdb -Uu. I received the 
> following error:
> _
> freebsd# portsdb -Uu
> Updating the ports index ... Generating INDEX.tmp - please 
> wait..fr-mozilla-flp-1.7: "/usr/ports/www/mozilla-gtk2" non-existent -- 
> dependency list incomplete
> ===> french/mozilla-flp failed
> *** Error code 1
> 1 error

Looks like you have mozilla-gtk2 installed, but this port was recently
removed.  www/mozex/Makefile.xpi does some slightly over-clever
gymnastics that detect this, which causes the breakage.

> 
> 
> Before reporting this error, verify that you are running a supported
> version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
> have a complete and up-to-date ports collection (INDEX builds are
> not supported with partial or out-of-date ports collections).  If
> so, then report the failure to [EMAIL PROTECTED] together with
> relevant details of your ports configuration (including FreeBSD
> version, environment and /etc/make.conf settings).
> 

Note that you didn't quite follow these instructions.

Kris



pgpgjxnOfZ8kA.pgp
Description: PGP signature