Re: FreeBSD as a Desktop

2002-07-25 Thread Brian T. Schellenberger

On Thursday 25 July 2002 02:23 pm, MET wrote:
| There is without a doubt that FreeBSD is an amazing server OS, but how
| well does it stand as a desktop, or rather a laptop.  To be blunt, I'm
| tired of Microsoft and was wondering how feasible it is to run FreeBSD
| as my Laptop OS.  I will do some searching, but are there good GUI
| environments for word processing, C/C++ development, email, ICQ, some
| port of AOL Instant Messenger (I can't believe I'm putting this here),
| MP3 players/converters, web browsers that actually keep up to date with
| the standards, and anything else commonly used ?

I think that at this point, FreeBSD with KDE3 is probably better than Windows 
for the desktop.

It still lags on games, though.

But if you don't need actual commercial software, OpenOffice has great office 
programs (it's a sort of branch from StarOffice), ogle plays DVDs, mplayer 
plays anything that Windows Media Player plays (and future versions will 
support quicktime-sorenson 1 and realplayer).   Flash and realplayer and all 
that jazz runs under FreeBSD.

And if you have a few windows apps you have to use, there's always wine.

So, yes, I think it's up to snuff.

-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
http://www.babbleon.org

http://www.eff.org  http://www.programming-freedom.org 

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



Re: FreeBSD as a Desktop

2002-07-25 Thread Brian T. Schellenberger

On Thursday 25 July 2002 06:41 pm, Jeff Jirsa wrote:
| On Thu, 25 Jul 2002, Ed Yu wrote:
| > 4. Things like right click to change resolution and
| > wizards to help setup things, and various other small
| > things. But once you get the hang of it, you will
| > stick with FreeBSD, trust me.
|
| This type of thing is what still bothers me, after years of using various
| systems... X, by its very nature, is not made to be reconfigured once it's
| running. If someone would take the time to make it
| 1) easy to configure (linux installers have basically done this)
| 2) easy to reconfigure while running (if it exists, I haven't seen it)
| X would instantly become more usable.

On the other hand, for laptop use you never want to do this.  Sometimes under 
Windows you do to deal with broken applications, but it's always a terrible 
idea to use any resolution other than the native hardware resolution on an 
LCD display--the resampling always looks vastly inferior to the native 
resolution.


-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
http://www.babbleon.org

http://www.eff.org  http://www.programming-freedom.org 

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



Re: Are there Console Based MP3 Players ?

2002-07-25 Thread BSD baby

Yes!  I've got a great method I can recommend for mpg123.

My BSD box has no monitor, no XFree, but it has 80 gigs of MP3s
and a great set of speakers hooked up to it.

I ssh into it from whatever room in the house I'm in and use
one of these commands.  (Aliased from ~/.bashrc)

# MP3
alias play='ls -l1 *.mp3 > ALL.m3u && mpg123 --list ALL.m3u'
alias playnew='ls -tl1 *.mp3 > ALL.m3u && mpg123 --list ALL.m3u'
alias playr='ls -l1 *.mp3 > ALL.m3u && mpg123 -z --list ALL.m3u'

IN OTHER WORDS:

cd /mp3/AcidJazz
play # <-- plays in alphabetical order
playnew  # <-- plays newest-dated MP3s first
playr# <-- plays in random order!

I have like 20 gigs of JAZZ in one folder, so it's wonderful
to just type "cd /mp3/jazz && playr" and have it play randomly
all day long as I program.

 

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



Re: starting kdm on boot

2002-07-25 Thread Ed Yu

Hi, Siegbert:
  Thanks for the reply. No, KDM works fine. The
message is annoying since I log console messages to
/var/log/console.log. 
  But can you please point me to how kdm was called
(who uses /etc/ttys and call these getty programs)? A
pointer to the source code or a script? I would either
fix kdm or write a wrapper to get rid of that.

thanx,
ed

--- Siegbert Baude <[EMAIL PROTECTED]> wrote:
> Hi Ed,
> 
> 
> > Does anyone know how to start kdm at boot?
> > I changed /etc/ttys file to have
> > ttyv8 "/usr/local/bin/kdm"  xterm on secure and it
> > works but I get
> > kdm[1524]: Unknown command line option 'ttyv8'..
> >
> > I did a little search online and it seems that it
> was
> > not fixable. Does anyone else have any idea?
> 
> That's harmless. The procedure of init seems to be
> adopted to xdm, which
> accepts this parameter. kdm doesn't know about this,
> therefore claims
> the fact, but otherwise just works fine (at least
> for me).
> 
> Do you have problems with kdm not working as
> expected?
> 
> Ciao
> Siegbert
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of
> the message


__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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



Re: what port will allow me to view jpg files, please ?

2002-07-25 Thread Brian T. Schellenberger

xv

-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
http://www.babbleon.org

http://www.eff.org  http://www.programming-freedom.org 

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



RE: bad name list--FIXED

2002-07-25 Thread Jon Reynolds

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jon Reynolds
Sent: Thursday, July 25, 2002 11:26 AM
To: [EMAIL PROTECTED]
Subject: ps: bad name list


On my mail server(FreeBSD4.6) whenever I type the command 'ps ax' I get the
error 'bad name list'. This is the first time I have gotten this msg. I have
qmail installed and yesterday I wanted to add a function to qmail that would
log all incoming an outgoing emails. So I had to recompile qmail, I did this
by going into my '/usr/ports/mail/qmail/' directory added the changes to my
extra.h file then did a 'make deinstall' then a 'make reinstall'. Since then
I have been getting this error. What did I wrong and how can I fix this? Any
help will be greatly appreciated.

Jon


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

I finally found the answer to this in the archives of the mailing list. I am
not sure what exactly it does but it did fix the problem. If this is a bad
thing to do then someone could explain why if not here was the solution:

cd /dev
cp null null.old
mknod null c 2 2
chmod 666 null
w (to test it out)


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



Re: Newly installed 4.6Stable+gnome1.4x = Broken Sawfish

2002-07-25 Thread Joe Marcus Clarke

On Thu, 2002-07-25 at 17:49, [EMAIL PROTECTED] wrote:
> 
> Hello,
>  First of all I'd like to thank the list members that have taken the time 
> to assist me in getting to the stage where I have a stable system now.
> 
> I'm having problems getting gnome / Sawfish to play together though. I 
> gnomecontrolcenter, I have selected Sawfish as the current window manager, but 
> when I click the Sawfish configuration tool, I get a beep, and the 
> error: "Sawfish isn't running."
> 
> Could someone let me know if I've missed something out, or what I might check 
> in order to get Sawfish set up as the default window manager for my gnome-
> 1.4_latest, please?

Did you update librep _after_ compiling sawfish?  If so, recompile
sawfish, and your problem should be fixed.  If not, please send me
either your ~/.gnomerc-errors (if running gdm) or the output from the
console when trying to start sawfish (if you don't see any errors, bring
up an xterm, and run sawfish manually).  Thanks.

Joe

> 
> Thanks again..,
> 
> Stacey
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-gnome" in the body of the message
> 




signature.asc
Description: This is a digitally signed message part


two video cards in Xfree86?

2002-07-25 Thread Jacob Rhoden

Hi,

I have searched for help on this but only found some help on how to do it 
in linux . . .

Does anyone know how to setup a the second video card in FreeBSD in the 
XF86Config file? Apparently you need BusID numbers, but how do you find them?

(Freebsd 4.6-Release if that is relevant)

Thanks,
Jacob


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



Re: Sendmail hangs on start in 4.6

2002-07-25 Thread Matthew Seaman

On Thu, Jul 25, 2002 at 11:16:24PM +0100, robert at castley dot com wrote:
> Doing a minimal install of 4.6 when I reboot sendmail hangs for a while.
> When looking at the sendmail maillog it reports something to do with
> IPV6 !!!  Do I need to configure my NIC with IPV6 on the install because
> currently I say no and just configure a normal IP address.

That could well be the msp sendmail trying to do DNS lookups for the
::1 address, which is the IPv6 version of 127.0.0.1. As
/usr/share/sendmail/cf/README says:

Note: if localhost doesn't resolve to the IP address
of your local system (127.0.0.1 or ::1 for IPv6),
then you either need to fix your hostname resolution
(localhost and localhost.YOUR.DOMAIN should resolve
to that address by convention) or you need to specify
the IP address as argument, e.g.,

FEATURE(`msp', `[127.0.0.1]')


So there's two ways of fixing that.  Either set up DNS so that it can
resolve ::1 to localhost and localhost.dom.ain (and vice versa), or tell
sendmail not to use IPv6.  The latter is easier.  Simply copy
/etc/mail/freebsd.submit.mc to yourhostname.submit.mc and edit it to read:

divert(-1)
#
# Copyright (c) 2001, 2002 Sendmail, Inc. and its suppliers.
#   All rights reserved.
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
#

#
#  This is the prototype file for a set-group-ID sm-msp sendmail that
#  acts as a initial mail submission program.
#

divert(0)dnl
VERSIONID(`$Id: submit.mc,v 8.6 2002/03/26 03:30:58 ca Exp $')
define(`confCF_VERSION', `Submit')dnl
define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
define(`confTIME_ZONE', `USE_TZ')dnl
FEATURE(`msp', `[127.0.0.1]')dnl

Now append a line:

SENDMAIL_SUBMIT_MC=/etc/mail/yourhostname.submit.mc

to /etc/make.conf, then cd /etc/mail and type:

make
make install
make restart-mspq

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
Tel: +44 1628 476614  Marlow
Fax: +44 0870 0522645 Bucks., SL7 1TH UK

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



Re: restoring disklabel from an active disk?

2002-07-25 Thread Jerry McAllister

> 
> yup, I got the part about the incore label but too late: I wish 
> there was some way to refresh it. It is "active" as far as df -k 
> or the mechanism in the kernel that tracks filesystems knows.

Hmmm.  I just thought of something.  You say the disklabel starts
at 0.  Do you mean the offset?   That is the normal place to start.
That is 0 relative to the slice it is in, not the cylinder, track,
sector.   

The only things you really need to pay much attention to in the part 
of the disklabel output regarding the "partitions" are the partition 
letter, the size, the offset and the fstype.  (There are a couple of 
other things in the list before that that need to be correct, but 
they normally are figured out correctly by the system so just keep 
those values - you can add a label name if you like).

So, if it is just the offset that starts at 0 you might still be
in good shape.  

jerry

> 
> Jerry McAllister wrote:
> >>I seem not to have that anymore: the disklabel that I get back 
> >>starts at 0. I seem to have trashed that as well while I was 
> >>thrashing around with this. 
> > 
> > 
> > Oh Oh,  Sounds suspiciosly like it be gone then.   Well, this is
> > your opportunity to be creative...
> > 
> > jerry
> > 
> > 
> >>I take the point about writing the output of disklabel to a file 
> >>AND lpr much more seriously than I did this morning.
> >>
> >>Thanks.
> >>
> >>Jerry McAllister wrote:
> >>
> I somehow wiped out my disklabel and while I am backing up my home 
> directory in the event I need to start from scratch, I would like 
> know if I can somehow extract a valid disklabel from a running 
> system and re-apply it?
> >>>
> >>>
> >>>If you can get disklabel to print out the incore version of the label
> >>>and it looks correct, just pipe that output to a file and then use
> >>>that file as input to write the label.  It is pretty well spelled
> >>>out in the man page for disklabel.   If you use the file, you don't
> >>>need much else, just tell it to write the on disk copy of the label
> >>>and not just update the in core label.  It's all there.
> >>>
> >>>In fact, it can be handy to keep a copy of your disklabels in
> >>>files on some other easily accessible online storage for such occasions.
> >>>
> >>>jerry
> >>>
> >>>
> >>>
> I have everything mounted.
> Filesystem1K-blocksUsed   Avail Capacity  Mounted on
> /dev/ad0s2a  128990   42770   7590236%/
> /dev/ad0s2f  257998 532  236828 0%/tmp
> /dev/ad0s2g 7179502 5481904 112323883%/usr
> /dev/ad0s2e  257998  225462   1189895%/var
> procfs4   4   0   100%/proc
> 
> and disklabel offers to apply this information to the disk, but 
> I'm not sure it's right: there was an NTFS partition covering the 
> first 4 Gb. So starting from 0 doesn't look right to me. But then 
> that is slice 2 . . . .
> 
> 8 partitions:
> #size   offsetfstype   [fsize bsize bps/cpg]
>   a:   26214404.2BSD 2048 1638494   # (Cyl. 
>   0 - 17*)
>   b:   492720   262144  swap# (Cyl. 
>  17*- 49*)
>   c: 163900800unused0 0 # (Cyl. 
>   0 - 1083)
>   e:   524288   7548644.2BSD 2048 1638494   # (Cyl. 
>  49*- 84*)
>   f:   524288  12791524.2BSD 2048 1638494   # (Cyl. 
>  84*- 119*)
>   g: 14586640  18034404.2BSD 2048 1638489   # (Cyl. 
> 119*- 1083*)
> 
> I guess what I need is how to map the mounted filesystems to the 
> right disklabel values.
> 
> I'm not on the list, so direct replies would be most helpful.
> 
> Thanks.
> 
> -- 
> Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
> paulbeard [at] mac [ dot] com / 206 529 8400
> 
> http://paulbeard.no-ip.org/movabletype
> 
> Any sufficiently advanced technology is indistinguishable from magic.
>   -- Arthur C. Clarke
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 
> >>>
> >>>
> >>
> >>-- 
> >>Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
> >>paulbeard [at] mac [ dot] com / 206 529 8400
> >>
> >>http://paulbeard.no-ip.org/movabletype
> >>
> >>To the best of my recollection, Senator, I can't recall.
> >>
> >>
> > 
> > 
> 
> 
> -- 
> Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
> paulbeard [at] mac [ dot] com / 206 529 8400
> 
> http://paulbeard.no-ip.org/movabletype
> 
> Stop searching.  Happiness is right next to you.  Now, if they'd only
> take a bath ...
> 
> 


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



Re: IPFilter for 4.6?

2002-07-25 Thread Fernando Gleiser

On Thu, 25 Jul 2002, James West wrote:

> Could someone point out a good FAQ or page explaining how to install the IPF
> package on a 4.6 system? I keep getting compile errors.

It is already installed. Just 'kldload ipl' to load it into the kernel and
you are done.

If you want to install the latest and greatest version, download it,
untar it and read the FreeBSD-4.0/INST.FreeBSD-4

Search the ip filter mailing list archives at http://false.net/ipfilter/
for details on how to upgrade ipfilter on FreeBSD.


Fer


>
> James West
>
> _
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


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



Re: Linking a directory to another filesystem

2002-07-25 Thread Jerry McAllister

> 
> On Thu, Jul 25, 2002 at 02:54:24PM -0700, karl agee wrote:
> > sorta newbie question, I think, and not sure where to post it...so I put
> > it here.
> > 
> > system:  5.0-current, lots of hard disk space.
> > 
> > I am filling up / with stuff...so much so that the system is crashing
> > and rebooting(!) when I print.  Problem seems to be that /usr directory
> > is located on the / filesystem when I have a /usr filesystem that has
> > gobs of space but not much on it.
> > 
> > I want to move the /usr directory contents over and link the /usr
> > directory on the / filesystem to the /usr filesystem but not exactly
> > sure how to do it (after reading the docs) without messing things up. 
> > Not sure if I need to soft link or hard link...etc.  
> 
> Hmm - it happens when printing?  Is your /var just a directory in /,
> or on a file system of its own?  If it's on /, check disk usage before
> you do anything else:
> 
> # du -chxd1 / | sort -k2
> 
> will show you disk space used per directory in /.
> 
> Of course, if /var resides on its own device, this is irrelevant.

Yup, good call.   And if the problem is really /var in root's file system,
do roughly the same as detailed fro /usr in the earlier post.

/var really needs room to grow because it has your spool and log files.

jerry

> 
> Dan
> 
> -- 
> Daniel Bye
> 
> PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
> PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC
>  _
>   ASCII ribbon campaign ( )
>  - against HTML, vCards and  X
> - proprietary attachments in e-mail / \
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 


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



Re: USB webcams....little help?

2002-07-25 Thread Warren Block

On Thu, 25 Jul 2002, Bishop wrote:

> Grrr. When I run the netpbm package's (version 10.5) ./configure command I
> get the following after going through the prompts:
> 
> -
> Can't locate object method "tmpdir" via package "File::Spec" at ./configure
> line 396,  chunk 13.
> -
> 
> I'm lost now, for sure. I suppose I can try an older version

Why are you running ./configure?  Packages should just be pkg_add
, I thought.  Are we using the word "package" in
different ways?

-Warren Block * Rapid City, South Dakota USA


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



Re: Help needed with DNS reolving

2002-07-25 Thread Dave

On Thu, 25 Jul 2002 23:02:47 +0100, you wrote:

>The file /etc/resolv.conf contains instructions for resolving DNS.

Bingo!  That was it.  /etc/resolv.conf didn't exist.  I wonder why?  I
installed that box in the same way the other two and it "just worked".
Weird.  In fact the Laptop has no CD drive and I installed that from an
FTP server.  It was when I tried to CVSup the new box I discovered the
problem.

> (I guess this isn't configured on your new box, as you don't mention it in
>your post - but forgive me if I am teaching you to suck eggs!).

Hey, I learned what an egg is :-)

Thanks for the help.  It's been bugging me for two days now.  I'm finding
the biggest problem with changing to a new OS is not just what questions
to ask, but to remember what it was like in the old MS-DOS days and how
long it took me to learn then.  I've been using computers for so long now
I *expect* to *know* and want it to "sing and dance" immediately.  I keep
forgetting there's a learning curve ;-)

Now I can get back to setting up MPlayer on the new box 

Dave

-- 
Sig abducted by aliens


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



Re: KDE = K.D.E.A.D! (2.2.2 to 3.0.1, cvspass?)

2002-07-25 Thread Matthew Seaman

On Thu, Jul 25, 2002 at 05:22:55PM -0400, Peter Leftwich wrote:

>  c. `export CVSROOT=:pserver:[EMAIL PROTECTED]:/home/kde` doesn't
> work but `setenv CVSROOT=:pserver:[EMAIL PROTECTED]:/home/kde` does!

I don't think that command does what you think it does.  For csh-alikes try:

setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/kde

(no = )

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
Tel: +44 1628 476614  Marlow
Fax: +44 0870 0522645 Bucks., SL7 1TH UK

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



Re: Linking a directory to another filesystem

2002-07-25 Thread Daniel Bye

On Thu, Jul 25, 2002 at 02:54:24PM -0700, karl agee wrote:
> sorta newbie question, I think, and not sure where to post it...so I put
> it here.
> 
> system:  5.0-current, lots of hard disk space.
> 
> I am filling up / with stuff...so much so that the system is crashing
> and rebooting(!) when I print.  Problem seems to be that /usr directory
> is located on the / filesystem when I have a /usr filesystem that has
> gobs of space but not much on it.
> 
> I want to move the /usr directory contents over and link the /usr
> directory on the / filesystem to the /usr filesystem but not exactly
> sure how to do it (after reading the docs) without messing things up. 
> Not sure if I need to soft link or hard link...etc.  

Hmm - it happens when printing?  Is your /var just a directory in /,
or on a file system of its own?  If it's on /, check disk usage before
you do anything else:

# du -chxd1 / | sort -k2

will show you disk space used per directory in /.

Of course, if /var resides on its own device, this is irrelevant.

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \

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



Re: restoring disklabel from an active disk?

2002-07-25 Thread paul beard

Assuming I work out the partition sizes with the output of df -k,
is there a way to determine the starting point for the slice that
contains all my BSD partitions?

As long as I don't reboot, things seem to be hunky-dory, but
that's not the most practical way to continue.


-- 
Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
paulbeard [at] mac [ dot] com / 206 529 8400

http://paulbeard.no-ip.org/movabletype

Satellite Safety Tip #14:
If you see a bright streak in the sky coming at you, duck.


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



Re: restoring disklabel from an active disk?

2002-07-25 Thread Jerry McAllister

> 
> I seem not to have that anymore: the disklabel that I get back 
> starts at 0. I seem to have trashed that as well while I was 
> thrashing around with this. 

Oh Oh,  Sounds suspiciosly like it be gone then.   Well, this is
your opportunity to be creative...

jerry

> 
> I take the point about writing the output of disklabel to a file 
> AND lpr much more seriously than I did this morning.
> 
> Thanks.
> 
> Jerry McAllister wrote:
> >>I somehow wiped out my disklabel and while I am backing up my home 
> >>directory in the event I need to start from scratch, I would like 
> >>know if I can somehow extract a valid disklabel from a running 
> >>system and re-apply it?
> > 
> > 
> > If you can get disklabel to print out the incore version of the label
> > and it looks correct, just pipe that output to a file and then use
> > that file as input to write the label.  It is pretty well spelled
> > out in the man page for disklabel.   If you use the file, you don't
> > need much else, just tell it to write the on disk copy of the label
> > and not just update the in core label.  It's all there.
> > 
> > In fact, it can be handy to keep a copy of your disklabels in
> > files on some other easily accessible online storage for such occasions.
> > 
> > jerry
> > 
> > 
> >>I have everything mounted.
> >>Filesystem1K-blocksUsed   Avail Capacity  Mounted on
> >>/dev/ad0s2a  128990   42770   7590236%/
> >>/dev/ad0s2f  257998 532  236828 0%/tmp
> >>/dev/ad0s2g 7179502 5481904 112323883%/usr
> >>/dev/ad0s2e  257998  225462   1189895%/var
> >>procfs4   4   0   100%/proc
> >>
> >>and disklabel offers to apply this information to the disk, but 
> >>I'm not sure it's right: there was an NTFS partition covering the 
> >>first 4 Gb. So starting from 0 doesn't look right to me. But then 
> >>that is slice 2 . . . .
> >>
> >>8 partitions:
> >>#size   offsetfstype   [fsize bsize bps/cpg]
> >>   a:   26214404.2BSD 2048 1638494   # (Cyl. 
> >>   0 - 17*)
> >>   b:   492720   262144  swap# (Cyl. 
> >>  17*- 49*)
> >>   c: 163900800unused0 0 # (Cyl. 
> >>   0 - 1083)
> >>   e:   524288   7548644.2BSD 2048 1638494   # (Cyl. 
> >>  49*- 84*)
> >>   f:   524288  12791524.2BSD 2048 1638494   # (Cyl. 
> >>  84*- 119*)
> >>   g: 14586640  18034404.2BSD 2048 1638489   # (Cyl. 
> >>119*- 1083*)
> >>
> >>I guess what I need is how to map the mounted filesystems to the 
> >>right disklabel values.
> >>
> >>I'm not on the list, so direct replies would be most helpful.
> >>
> >>Thanks.
> >>
> >>-- 
> >>Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
> >>paulbeard [at] mac [ dot] com / 206 529 8400
> >>
> >>http://paulbeard.no-ip.org/movabletype
> >>
> >>Any sufficiently advanced technology is indistinguishable from magic.
> >>-- Arthur C. Clarke
> >>
> >>
> >>To Unsubscribe: send mail to [EMAIL PROTECTED]
> >>with "unsubscribe freebsd-questions" in the body of the message
> >>
> > 
> > 
> 
> 
> -- 
> Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
> paulbeard [at] mac [ dot] com / 206 529 8400
> 
> http://paulbeard.no-ip.org/movabletype
> 
> To the best of my recollection, Senator, I can't recall.
> 
> 


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



Re: Who-is-the-list-GuRu??? (must read)

2002-07-25 Thread Jeff Jirsa

On Thu, 25 Jul 2002, RDWestSr wrote:

>
> while installing PHP the ./configure goes like this -
> ./configure --with-mysql=/usr/local/mysql  \
> --with-xml  --with-apache=../apache_1.3.xx  \
> --with-curl=/usr/local/curl  \
> --with-pspell=/usr/local/pspell  \
> --with-jpeg-dir=path
> --with-t1lib=path
> --enable-shared-pdflib  \
> --enable-track-vars  \
>
> mysql compiles without any errors  i just can't get it started...
> i don't have a clue how to setup the start up scripts or whatever
>
> i need ./configure  prefix=/usr/local/mysql
>
> so what would the prefix be if i just add the port?
> the port installs to local everywhere   files are scattered all over
> that i seen...
> so i dunno how to prefix php for build?
>

Make sure you have the ports collection installed ( check /usr/ports ..
if it's not there, or it's empty, you don't have them installed - either
download them from http://www.freebsd.org/ports or run /stand/sysinstall
), and install php from the ports:

cd /usr/ports/www/mod_php4 && make install

It will prompt you for the options you want to include, including curl,
xml, apache, pspell, jpeg, AND mysql. It'll even build mysql for you if
you don't already have it installed.

The start scripts will be placed in /usr/local/etc/rc.d/ , check them over
and then rename the sample scripts to .sh so that they'll be executed when
the system starts. Then you can just: '/usr/local/etc/rc.d/mysqld start'
and you'll be ready to go.

- Jeff Jirsa


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



Re: starting kdm on boot

2002-07-25 Thread Siegbert Baude

Hi Ed,


> Does anyone know how to start kdm at boot?
> I changed /etc/ttys file to have
> ttyv8 "/usr/local/bin/kdm"  xterm on secure and it
> works but I get
> kdm[1524]: Unknown command line option 'ttyv8'..
>
> I did a little search online and it seems that it was
> not fixable. Does anyone else have any idea?

That's harmless. The procedure of init seems to be adopted to xdm, which
accepts this parameter. kdm doesn't know about this, therefore claims
the fact, but otherwise just works fine (at least for me).

Do you have problems with kdm not working as expected?

Ciao
Siegbert


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



Re: restoring disklabel from an active disk?

2002-07-25 Thread paul beard

I seem not to have that anymore: the disklabel that I get back 
starts at 0. I seem to have trashed that as well while I was 
thrashing around with this. 

I take the point about writing the output of disklabel to a file 
AND lpr much more seriously than I did this morning.

Thanks.

Jerry McAllister wrote:
>>I somehow wiped out my disklabel and while I am backing up my home 
>>directory in the event I need to start from scratch, I would like 
>>know if I can somehow extract a valid disklabel from a running 
>>system and re-apply it?
> 
> 
> If you can get disklabel to print out the incore version of the label
> and it looks correct, just pipe that output to a file and then use
> that file as input to write the label.  It is pretty well spelled
> out in the man page for disklabel.   If you use the file, you don't
> need much else, just tell it to write the on disk copy of the label
> and not just update the in core label.  It's all there.
> 
> In fact, it can be handy to keep a copy of your disklabels in
> files on some other easily accessible online storage for such occasions.
> 
> jerry
> 
> 
>>I have everything mounted.
>>Filesystem1K-blocksUsed   Avail Capacity  Mounted on
>>/dev/ad0s2a  128990   42770   7590236%/
>>/dev/ad0s2f  257998 532  236828 0%/tmp
>>/dev/ad0s2g 7179502 5481904 112323883%/usr
>>/dev/ad0s2e  257998  225462   1189895%/var
>>procfs4   4   0   100%/proc
>>
>>and disklabel offers to apply this information to the disk, but 
>>I'm not sure it's right: there was an NTFS partition covering the 
>>first 4 Gb. So starting from 0 doesn't look right to me. But then 
>>that is slice 2 . . . .
>>
>>8 partitions:
>>#size   offsetfstype   [fsize bsize bps/cpg]
>>   a:   26214404.2BSD 2048 1638494   # (Cyl. 
>>   0 - 17*)
>>   b:   492720   262144  swap# (Cyl. 
>>  17*- 49*)
>>   c: 163900800unused0 0 # (Cyl. 
>>   0 - 1083)
>>   e:   524288   7548644.2BSD 2048 1638494   # (Cyl. 
>>  49*- 84*)
>>   f:   524288  12791524.2BSD 2048 1638494   # (Cyl. 
>>  84*- 119*)
>>   g: 14586640  18034404.2BSD 2048 1638489   # (Cyl. 
>>119*- 1083*)
>>
>>I guess what I need is how to map the mounted filesystems to the 
>>right disklabel values.
>>
>>I'm not on the list, so direct replies would be most helpful.
>>
>>Thanks.
>>
>>-- 
>>Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
>>paulbeard [at] mac [ dot] com / 206 529 8400
>>
>>http://paulbeard.no-ip.org/movabletype
>>
>>Any sufficiently advanced technology is indistinguishable from magic.
>>  -- Arthur C. Clarke
>>
>>
>>To Unsubscribe: send mail to [EMAIL PROTECTED]
>>with "unsubscribe freebsd-questions" in the body of the message
>>
> 
> 


-- 
Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
paulbeard [at] mac [ dot] com / 206 529 8400

http://paulbeard.no-ip.org/movabletype

To the best of my recollection, Senator, I can't recall.


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



Re: Linking a directory to another filesystem

2002-07-25 Thread Jerry McAllister

> 
> sorta newbie question, I think, and not sure where to post it...so I put
> it here.
> 
> system:  5.0-current, lots of hard disk space.
> 
> I am filling up / with stuff...so much so that the system is crashing
> and rebooting(!) when I print.  Problem seems to be that /usr directory
> is located on the / filesystem when I have a /usr filesystem that has
> gobs of space but not much on it.
> 
> I want to move the /usr directory contents over and link the /usr
> directory on the / filesystem to the /usr filesystem but not exactly
> sure how to do it (after reading the docs) without messing things up. 
> Not sure if I need to soft link or hard link...etc.  

I just posted three detailed ways of doing this yesterday.  It was 
for the /var directory but it would be the same thing for /usr.
You can look through the list archives for it.

Actually, we find that is is /usr/local that grows a lot so on
our systems we just pull our /usr/local and put it somewhere else
with a link, but your usage may be different I suppose.

Anyway, basically
  - make yourself some space where there is lots of room to grow.
  - It may mean adding a disk, partitioning it with fdisk and disklabel
and newfs-ing the partition[s].  I'll assume that is done.
  - create a directory there, be it just a subdirectory or a 
whole partition.  Let's say you got it all made and mounted
as /newplace
  - Move the contents of /usr to it probably using tar 
# cd /
# tar cf /newplace/usr.tar   /* Here I assume lots of space in newplace
# cd /newplace   /* Or else put the tar file some where else
# tar xf usr.tar
# mv tar new.usr
  - rename the old /usr  /* just keep it handy in case of a skrewup
# cd /
# mv usr usr.old
  - make a link
# ln -s /newplace/new.usr usr

Now you are ready to go.  You can go back and  rm -rf  the  /usr.old
after you have checked out the new one and then goto /newplace and
get rid of the tar file.

Probably it is best to do all this in single user.

It isn't necessary to call the new usr directory in /newplace anything
other than just usr, but I like to do that to make it clear what I
have done so I don't confuse myself on those groggy mornings.

jerry

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


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



RE: Webmin Alternative

2002-07-25 Thread sagacious

I use webmin all the time. I'm so sure its secure I have it start at
bootup. Its just like anything else, including the freebsd core. its as
secure as you make it.. It has tons of access configurations. Use them.
I also have a router and the port isn't forwarded. They don't have a
chance in hell. But even if a router isn't an option you can use ipfw,
and all sorts of other open source solutions. The only barrier is your
mind.


sagacious (Mike)
Network administrator
The unixhideout network
http://www.unixhideout.com

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Michael Wells
Sent: Thursday, July 25, 2002 6:32 PM
To: [EMAIL PROTECTED]
Subject: Webmin Alternative

I have heard on here that Webmin was not secure 
and that an alternative should be considered.  I really
like the intuitive interface and while I know it's
not a purist consideration, I am trying desperately to
become a full windoz convert so will take any help
I can get.  


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


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



Who-is-the-list-GuRu??? (must read)

2002-07-25 Thread RDWestSr

wuzzup peeps,
 i'm getting more bald as the days go by :(

I was reading the retail distro box at best buy of FreeBSD v4.0 and
decided,  Hey - I gotta have this baby!
well that was two or three years ago.  the book that came with v4.0 was
by Greg Lehey -
(The Complete FreeBSD) .well the trip home seemed a very long ways.
it seemed as if i couldn't get there soon enough to fire up FreeBSD...
i'm thinking - YEA - ITS WHAT YAHOO RUNS -
I'LL HAVE A HELLA SERVER BOX NOW .

After i read most parts of the book i started installing...I joined
the list to find out no one had heard of Version 4.0
i was a total nooB to servers at this time and couldn't get any help at
all which would be nooB-Fied help.
so i gave up after a month or so and switched over to win32
applications.
I went from win98 to w2k pro and then MS Advanced Server 2000...

Now after screwing around for the past few years with servers and web
design,  i have really admired effort
and commitment that all the programmerz and hackerz have put in for the
cause 
A MS FREE ENVIRONMENT !!!

Now i'm back in the saddle again with FreeBSD Unix OS.
Am i stupid or what?   :)
I really just want to join in on the cause.

Now to the point - I NEED SOME HELP FROM A UNIX GURU PLZ   :)
i have this one mountain standing in my way---
i've been studying and reading up on perl for a while and decided to
swich over to
php/mysql .  So i went and got the book from sams publishing called
PHP and MySQL Web Development
now to do the examples of the book,  i have to install and configure
with --
mysql, apache, mod_ssl, Open_ssl, RSA Ref 2.0, php, curl, pspell, gd lib

i've compiled and built everything but MySQL
everyone says install the port...   I HAVE and it works just fine
BUT--

it is important(by book) that mysql be installed to /usr/local/mysql
the reason is

while installing PHP the ./configure goes like this -
./configure --with-mysql=/usr/local/mysql  \
--with-xml  --with-apache=../apache_1.3.xx  \
--with-curl=/usr/local/curl  \
--with-pspell=/usr/local/pspell  \
--with-jpeg-dir=path
--with-t1lib=path
--enable-shared-pdflib  \
--enable-track-vars  \

mysql compiles without any errors  i just can't get it started...
i don't have a clue how to setup the start up scripts or whatever

i need ./configure  prefix=/usr/local/mysql

so what would the prefix be if i just add the port?
the port installs to local everywhere   files are scattered all over
that i seen...
so i dunno how to prefix php for build?

i've been working at this and researching the net for solutions over a
week now...
some plz find me the guru for this :)

just get me help with compiling mysql to /usr/local/mysql and i'm set
tx guys

here's my install notes
i just did another fresh format and install and i'm stuck till mysql
goes in the right place i guess...



--mamabear-install-notes--
p3-500, 256M SDRam, 40g HDD
FreeBSD v4.6
--
disk partitions
200MB--[ / ]
512MB--[ SWAP ]
39gigs-[ /usr ]
--
after standard install, install creates /var and /tmp.
i want them in /usr so they have no fixed size like
auto defaults gives them.
so i create the new, remove the old, link to the new.

mkdir /usr/var
cd /var
tar cf - . | (cd /usr/var; tar xf - )
cd /
rm -rf /var
ln -s /usr/var /var

mkdir /usr/tmp
rm -rf /tmp
ln -s /usr/tmp /tmp
--
packages to get me going -
x11 windows
gnome desktop
gedit
gnome find
gnome file manager
netscape nav n com

tx again guys
RDWestSr



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



Re: IPFilter for 4.6?

2002-07-25 Thread Ed Yu

www.onlamp.com/bsd Check the articles on IPFilters in
"FreeBSD Basics".


--- James West <[EMAIL PROTECTED]> wrote:
> Could someone point out a good FAQ or page
> explaining how to install the IPF 
> package on a 4.6 system? I keep getting compile
> errors.
> 
> James West
> 
>
_
> Send and receive Hotmail on your mobile device:
> http://mobile.msn.com
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of
> the message


__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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



Re: FreeBSD as a Desktop

2002-07-25 Thread Jeff Jirsa

On Thu, 25 Jul 2002, Ed Yu wrote:

> 4. Things like right click to change resolution and
> wizards to help setup things, and various other small
> things. But once you get the hang of it, you will
> stick with FreeBSD, trust me.

This type of thing is what still bothers me, after years of using various
systems... X, by its very nature, is not made to be reconfigured once it's
running. If someone would take the time to make it
1) easy to configure (linux installers have basically done this)
2) easy to reconfigure while running (if it exists, I haven't seen it)
X would instantly become more usable.

> You can find substitutes for AIM (I know there is one
> because I used it before, not Jabber, sorry I don't
> remember the name) and Yahoo IM has FreeBSD version.

Gaim and Everybuddy work well (read: acceptable as long as AOL/Yahoo/MSN
have not changed their protocol in the last week).

- Jeff Jirsa


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



Re: FreeBSD and Wireless Networking

2002-07-25 Thread Ed Yu

I'm not running a FreeBSD laptop but while I was
running a Linux laptop I found that I can connect to
my access point with no problem in Ad-Hoc mode, but
not Infrastructure mode with WEP. I assume it is the
same in FreeBSD. It depends on your card. Mine was
Addtronics.

-ed

--- Ray Seals <[EMAIL PROTECTED]> wrote:
> I have been able to connect my FreeBSD 4.6 Laptop to
> both Cisco Aironet
> access points as well as the cheaper Linksys WAP11
> (which I own).  I
> have used both Intel Wireless PCMCIA nics as well as
> Linksys.  The Intel
> card was a little tricky but I was running FreeBSD
> 4.4 then.  It's much
> better under 4.6
> 
> Ray
> 
> 
> On Thu, 2002-07-25 at 16:29, MET wrote:
> > Does FreeBSD allow and or follow the standards for
> wireless networking?
> >  
> > - Matthew
> >  
> >  
> >
>
/**
> >  
> >   Matthew Metnetsky
> >  
> >   [EMAIL PROTECTED]
> >  
> >
>
**/
> -- 
>
---
> Linux is for people who hate Microsoft.
> BSD is for people who love UNIX.
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of
> the message


__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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



starting kdm on boot

2002-07-25 Thread Ed Yu

Does anyone know how to start kdm at boot?
I changed /etc/ttys file to have
ttyv8 "/usr/local/bin/kdm"  xterm on secure and it
works but I get 
kdm[1524]: Unknown command line option 'ttyv8'..

I did a little search online and it seems that it was
not fixable. Does anyone else have any idea?


__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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



Webmin Alternative

2002-07-25 Thread Michael Wells

I have heard on here that Webmin was not secure 
and that an alternative should be considered.  I really
like the intuitive interface and while I know it's
not a purist consideration, I am trying desperately to
become a full windoz convert so will take any help
I can get.  


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



Re: FreeBSD as a Desktop

2002-07-25 Thread Ed Yu

You can usually find substitutes for your applications
on Windows. The only thing you would really miss is:
1. Outlook's scheduling support. (I know Evolution but
it won't work with other people's Outlook if you don't
buy the Connector from Ximian).
2. Games. (Yes, we have games but the popular games
like Warcraft 3, etc. won't run)
3. Visual Studio. (If you like to program in this
way.)
4. Things like right click to change resolution and
wizards to help setup things, and various other small
things. But once you get the hang of it, you will
stick with FreeBSD, trust me.

I run fluxbox (You should run KDE 3.0 or Gnome 2.0 if
you are used to Windows) as my window manager.
The three applications I use most often are Konsole,
Evolution (for email), and Galeon (for web browsing).
You can find substitutes for AIM (I know there is one
because I used it before, not Jabber, sorry I don't
remember the name) and Yahoo IM has FreeBSD version.

-ed
 

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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



Re: restoring disklabel from an active disk?

2002-07-25 Thread Jerry McAllister

> 
> I somehow wiped out my disklabel and while I am backing up my home 
> directory in the event I need to start from scratch, I would like 
> know if I can somehow extract a valid disklabel from a running 
> system and re-apply it?

If you can get disklabel to print out the incore version of the label
and it looks correct, just pipe that output to a file and then use
that file as input to write the label.  It is pretty well spelled
out in the man page for disklabel.   If you use the file, you don't
need much else, just tell it to write the on disk copy of the label
and not just update the in core label.  It's all there.

In fact, it can be handy to keep a copy of your disklabels in
files on some other easily accessible online storage for such occasions.

jerry

> 
> I have everything mounted.
> Filesystem1K-blocksUsed   Avail Capacity  Mounted on
> /dev/ad0s2a  128990   42770   7590236%/
> /dev/ad0s2f  257998 532  236828 0%/tmp
> /dev/ad0s2g 7179502 5481904 112323883%/usr
> /dev/ad0s2e  257998  225462   1189895%/var
> procfs4   4   0   100%/proc
> 
> and disklabel offers to apply this information to the disk, but 
> I'm not sure it's right: there was an NTFS partition covering the 
> first 4 Gb. So starting from 0 doesn't look right to me. But then 
> that is slice 2 . . . .
> 
> 8 partitions:
> #size   offsetfstype   [fsize bsize bps/cpg]
>a:   26214404.2BSD 2048 1638494   # (Cyl. 
>0 - 17*)
>b:   492720   262144  swap# (Cyl. 
>   17*- 49*)
>c: 163900800unused0 0 # (Cyl. 
>0 - 1083)
>e:   524288   7548644.2BSD 2048 1638494   # (Cyl. 
>   49*- 84*)
>f:   524288  12791524.2BSD 2048 1638494   # (Cyl. 
>   84*- 119*)
>g: 14586640  18034404.2BSD 2048 1638489   # (Cyl. 
> 119*- 1083*)
> 
> I guess what I need is how to map the mounted filesystems to the 
> right disklabel values.
> 
> I'm not on the list, so direct replies would be most helpful.
> 
> Thanks.
> 
> -- 
> Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
> paulbeard [at] mac [ dot] com / 206 529 8400
> 
> http://paulbeard.no-ip.org/movabletype
> 
> Any sufficiently advanced technology is indistinguishable from magic.
>   -- Arthur C. Clarke
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 


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



Re: Samba Server rebooting --Long

2002-07-25 Thread Matthew Seaman

On Thu, Jul 25, 2002 at 03:41:36PM -0500, Matthew Bettinger wrote:

> I am having a rather serious problem here at work with a Samba
> server that is rebooting.  I can't find any rhyme or reason to this
> machine going down.  Maybe someone can help.  Here is the
> information on the server.

Ouch.  300 concurrent Samba users on a 450MHz K6-2 with 128Mb ram.
I'm thinking you're running into some sort of resource starvation
problem here.

First of all, this is not a good idea:

> makeoptions COPTFLAGS="-O2 -pipe"

The maximum recommended optimisation level for compiling the kernel is
'-O': anything higher is known to produce incorrect code.

Start by recompiling the kernel with COPTFLAGS="-O -pipe", and see if
the problem persists.

If it does, you need to monitor the system to see if it is running out
of resources.  Can you correlate crashing with peaks of activity from
your users?  Can you see if you're running out of mbufs (ie netstat
-m) as usage ramps up?

Try running top(1) and watch the CPU, swap and memory usage over time.
Similarly run 'systat -vm' for a summary of all system activity.  This
may give you some hints about where your system is running out of
steam, and how to tune it to cope better.

If it does appear to be a Kernel bug, you should set up your system to
produce kernel crash dumps. Read Section 16.1 of the Developers
handbook and follow the instructions therein ---
http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html
(ie. compile a kernel with debug symbols, set up a dump area by
setting the 'dumpdev' and 'dumpdir' commands in /etc/rc.conf ---
nb. both of those should point to areas larger than your system RAM in
order to get any meaningful results.)  If you can then generate a
traceback using gdb and post it to [EMAIL PROTECTED] and/or
send-pr(1) you should find some of the kernel developers willing to
help you out.

Good hunting,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
Tel: +44 1628 476614  Marlow
Fax: +44 0870 0522645 Bucks., SL7 1TH UK

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



Sendmail hangs on start in 4.6

2002-07-25 Thread robert at castley dot com



Hi,
 
Doing a minimal install of 4.6 when I reboot 
sendmail hangs for a while.
When looking at the sendmail maillog it reports 
something to do with
IPV6 !!!  Do I need to configure my NIC with 
IPV6 on the install because
currently I say no and just configure a normal IP 
address.
 
Many thanks,
 
Robert
 
 
---Outgoing mail is certified Virus 
Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.377 / 
Virus Database: 211 - Release Date: 15/07/2002


Re: KDE = K.D.E.A.D! (2.2.2 to 3.0.1, cvspass?)

2002-07-25 Thread Jeff Jirsa

On Thu, 25 Jul 2002, Peter Leftwich wrote:

> On 25 Jul 2002, Kirk Strauser wrote:
> > At 2002-07-25T21:22:55Z, Peter Leftwich <[EMAIL PROTECTED]> writes:
>
> Cool date and time code, but what time zone is it?  :)
>
> > PL> http://developer.kde.org/build/compile_cvs.html
> > What's wrong with: `cd /usr/ports/x11/kde3; make install`
>
> # cd /usr/ports/x11/kde3
> /usr/ports/x11/kde3: No such file or directory.
>
> Is this where some manual ftp comes in, or the wicked portupgrade command?


It appears that you don't have the ports installed. If /usr/ports/ doesn't
exist, or is empty, you might want to either go the hard route and install
cvsup, add ports-all to your cvsup file, and cvsup your ports, or download
ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/ports.tar.gz into /usr
and extract it... THEN you'll be able to 'cd /usr/ports/x11/kde3 && make
install'

- Jeff Jirsa







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



Re: KDE = K.D.E.A.D! (2.2.2 to 3.0.1, cvspass?)

2002-07-25 Thread Kirk Strauser


At 2002-07-25T21:52:54Z, Peter Leftwich <[EMAIL PROTECTED]> writes:

>> At 2002-07-25T21:22:55Z, Peter Leftwich <[EMAIL PROTECTED]> writes:

> Cool date and time code, but what time zone is it?  :)

The trailing 'Z' indicates UTC.  :)

> # cd /usr/ports/x11/kde3
> /usr/ports/x11/kde3: No such file or directory.

> Is this where some manual ftp comes in, or the wicked portupgrade command?

You'll want to use cvsup to upgrade your ports tree.  Details are available
at:

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

Once done, kde3 will only be a few hours of happy grinding away.

> Your website is quite time-saving ;-)

Smart-ass.  :) Basically, I'm trying to seed Google with lots of links.  The
search term "Strauser group" used to return random pages, but now it tends
to point to my site.  I'm waiting on a web designer friend of mine (one of
my subcontractors, actually) to make a nice site.  I think that I'm a good
administrator and programmer, but I freely admit that I suck at graphics.
-- 
Kirk Strauser
The Strauser Group - http://www.strausergroup.com/

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



Re: USB webcams....little help?

2002-07-25 Thread Bishop

Grrr. When I run the netpbm package's (version 10.5) ./configure command I
get the following after going through the prompts:

-
Can't locate object method "tmpdir" via package "File::Spec" at ./configure
line 396,  chunk 13.
-

I'm lost now, for sure. I suppose I can try an older version

Thanks,
David


- Original Message -
From: "Jean-Mark" <[EMAIL PROTECTED]>
To: "Bishop" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 25, 2002 4:14 PM
Subject: Re: USB webcamslittle help?

>. . .

> I wondered if you would ask that, but I never installed  anything from
> ports  before, I always  used  packages.  Packages might be a good
> work-around if you're happy to do it, but if you want help with the
> ports route I'm probably not the best person to ask.
>
> Jean-Mark
> [EMAIL PROTECTED]



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



Re: Help needed with DNS reolving

2002-07-25 Thread Daniel Bye

On Thu, Jul 25, 2002 at 09:46:59PM +0100, Dave wrote:
> "User" install of 4.6-Release
> 
> Still a standard install, nothing new added as yet, but the box can't
> won't resolve DNS.  It can ping or FTP using IP address.
> 
> I'm not even sure what info I need to give to help get this sorted, so
> here's some basic stuff.  If you want to help and need more info, reply to
> list please or see sig below. 
> 
> Ok then, the problem
> 
> Smoothwall firewall running a DHCP server.  Two other FreeBSD4.6 boxes
> both worked "out of the box" as far as DNS is concerned.  They are
> assigned IP addresses, see the Smoothy as a DNS server, all ok.
> 
> Now, this new box just can't seem to see the DNS server on the smoothwall
> box.  Smoothwall is set to give out IP address in the range
> 192.168.1.10-30.  The new box was assigned 192.168.1.15.  It can ping both
> internal and external 'net address's.  It can even FTP into
> ftp.uk.freebsd.org if I use the IP address.  If I use the URI, I get:
> 
> ftp: ftp.uk.freebsd.org: No address associated with hostname
> 
> I tried assigning IP and router addresses manually in /etc/rc.conf:
> 
> #ifconfig_ed0="DHCP"
> ifconfig_ed0="inet 192.168.1.19 netmask 255.255.255.0"
> defaultrouter="192.168.1.1"
> 
> Exactly the same results.  I have no idea how to manually set up FreeBSD
> to use specific DNS addresses.

The file /etc/resolv.conf contains instructions for resolving DNS.  (I
guess this isn't configured on your new box, as you don't mention it in
your post - but forgive me if I am teaching you to suck eggs!).

/etc/resolv.conf looks something like this:

domain mydomain.com
search search.domain.co.uk example.com
nameserver 

You only really need the name server lines - I would supply at least two,
preferably on different networks to provide some sort resiliency.  The 
domain and search lines add a bit of convenience.  If you try to resolve
a name by just the host portion (i.e., with no domain part attached),
first the value under domain is appended, and if no match is found, the
values in the search lines are appended, in order.  If a match is still
not found, then the name servers are consulted.

There are a couple of other directives, but I have never needed to use 
them.  Check out man 5 resolv.conf for completeness.

If your two other boxes can resolve names, they evidently get nameserver
details from the dhcp server (or they have /etc/resolv.conf file in place)
Look for a file called /etc/dhclient.conf - it contains directives that
can determine what information you get from the DHCP server.  Of particular
interest will the "require" directive - there is a good example in 
man 5 dhclient.conf.

HTH

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \

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



Re: Help needed with DNS reolving

2002-07-25 Thread Paulo Roberto

Add your nameserver to /etc/resolv.conf

PR

> Exactly the same results.  I have no idea how to manually set up
> FreeBSD
> to use specific DNS addresses.
> 
> Please help.
> 
> Dave


__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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



Re: IPFilter for 4.6?

2002-07-25 Thread James West

My problem is getting the kernel to compile, I get messages like

In file included from ../../netinet/ip_compat.h:270,
from ../../contrib/ipfilter/netinet/ip_nat.c:94:
../../sys/osreldate.h:29: #error "osreldate.h mus tnot be used in the 
kernel, use sys/param.h"

when I make depend, then it stops with Error code 1

I thought I followed the instructions well. But I don't know enough C to 
debug it.

James West


>From: Kirk Strauser <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: IPFilter for 4.6?
>Date: 25 Jul 2002 16:43:01 -0500
>
>
>At 2002-07-25T21:26:35Z, "James West" <[EMAIL PROTECTED]> writes:
>
> > Could someone point out a good FAQ or page explaining how to install
> > the IPF package on a 4.6 system? I keep getting compile errors.
>
>The easy way is to add:
>
>options IPFILTER
>options IPFILTER_LOG
>options IPFILTER_DEFAULT_BLOCK
>
>to your kernel configuration file and recompile.  I never bothered to 
>search
>for the hard way.
>--
>Kirk Strauser
>The Strauser Group - http://www.strausergroup.com/
>
>To Unsubscribe: send mail to [EMAIL PROTECTED]
>with "unsubscribe freebsd-questions" in the body of the message




_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


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



Re: dial-up firewall

2002-07-25 Thread Paulo Roberto

If your machine is a stand-alone box, try using /etc/ppp/ppp.conf in
the demand mode. Works like a champ.
Also: man ipfw

--- karl agee <[EMAIL PROTECTED]> wrote:
> In the handbook is a section on setting up a dialup firewall.  I use
> kppp to dial out; would this be a good way to go??
> 
> Only other services I would require besides pop email would be
> realaudio
> which is udp.
> 
> --karl
> 



__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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



Linking a directory to another filesystem

2002-07-25 Thread karl agee

sorta newbie question, I think, and not sure where to post it...so I put
it here.

system:  5.0-current, lots of hard disk space.

I am filling up / with stuff...so much so that the system is crashing
and rebooting(!) when I print.  Problem seems to be that /usr directory
is located on the / filesystem when I have a /usr filesystem that has
gobs of space but not much on it.

I want to move the /usr directory contents over and link the /usr
directory on the / filesystem to the /usr filesystem but not exactly
sure how to do it (after reading the docs) without messing things up. 
Not sure if I need to soft link or hard link...etc.  

thanks, karl



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



Re: KDE = K.D.E.A.D! (2.2.2 to 3.0.1, cvspass?)

2002-07-25 Thread Peter Leftwich

On 25 Jul 2002, Kirk Strauser wrote:
> At 2002-07-25T21:22:55Z, Peter Leftwich <[EMAIL PROTECTED]> writes:

Cool date and time code, but what time zone is it?  :)

> PL> http://developer.kde.org/build/compile_cvs.html
> What's wrong with: `cd /usr/ports/x11/kde3; make install`

# cd /usr/ports/x11/kde3
/usr/ports/x11/kde3: No such file or directory.

Is this where some manual ftp comes in, or the wicked portupgrade command?

> --
> Kirk Strauser of The Strauser Group - http://www.strausergroup.com/

Your website is quite time-saving ;-)

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


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



Re: pdf, *.doc; Java and jvm and flash

2002-07-25 Thread Jeff Jirsa

On Thu, 25 Jul 2002, Peter Leftwich wrote:

> my newest problem is needing a *.DOC file
> reader.  Micro$oft themselves offer a free reader download but for Windows.
>
> Having failed the process of installing openoffice and not wishing to shell
> out $75 just yet for StarOffice, does anyone have a read-only .doc solution?

Try openoffice (basically star office, minus a few parts you'll never
use)

/usr/ports/editors/openoffice

Hope that helps,

- Jeff Jirsa



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



Newly installed 4.6Stable+gnome1.4x = Broken Sawfish

2002-07-25 Thread sroberts


Hello,
 First of all I'd like to thank the list members that have taken the time 
to assist me in getting to the stage where I have a stable system now.

I'm having problems getting gnome / Sawfish to play together though. I 
gnomecontrolcenter, I have selected Sawfish as the current window manager, but 
when I click the Sawfish configuration tool, I get a beep, and the 
error: "Sawfish isn't running."

Could someone let me know if I've missed something out, or what I might check 
in order to get Sawfish set up as the default window manager for my gnome-
1.4_latest, please?

Thanks again..,

Stacey



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



Re: Can you relate to my Tour of Despair?

2002-07-25 Thread Kevin Golding

Someone, quite probably Peter Leftwich, once wrote:
>On Thu, 25 Jul 2002, Roman Neuhauser wrote:
>[snip]
>> % cd /usr/ports && make update
>> % cd ./audio/agbrowser && make install clean
>
>What does the "&&" do?  Is it similar to the usage of ";" but instead
>issues the command after the "&&" at the result of the "cd?"  That is, does
>the double ampersand cause your shell (which is..?) to not execute the make
>command in the current working dir (cwd)?

&& means the second command will only run if the first was successful
whereas ; will run the second command no matter what.  You can also use
|| which will only run the second command if the first fails.

Kevin
-- 
[EMAIL PROTECTED]

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



Re: IPFilter for 4.6?

2002-07-25 Thread Kirk Strauser


At 2002-07-25T21:26:35Z, "James West" <[EMAIL PROTECTED]> writes:

> Could someone point out a good FAQ or page explaining how to install
> the IPF package on a 4.6 system? I keep getting compile errors.

The easy way is to add:

   options IPFILTER
   options IPFILTER_LOG
   options IPFILTER_DEFAULT_BLOCK

to your kernel configuration file and recompile.  I never bothered to search
for the hard way.
-- 
Kirk Strauser
The Strauser Group - http://www.strausergroup.com/

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



Re: KDE = K.D.E.A.D! (2.2.2 to 3.0.1, cvspass?)

2002-07-25 Thread Kirk Strauser


At 2002-07-25T21:22:55Z, Peter Leftwich <[EMAIL PROTECTED]> writes:

> 1. We start our newly-remodeled tour at -
> http://developer.kde.org/build/compile_cvs.html

What's wrong with:

  cd /usr/ports/x11/kde3; make install
-- 
Kirk Strauser
The Strauser Group - http://www.strausergroup.com/

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



restoring disklabel from an active disk?

2002-07-25 Thread paul beard

I somehow wiped out my disklabel and while I am backing up my home 
directory in the event I need to start from scratch, I would like 
know if I can somehow extract a valid disklabel from a running 
system and re-apply it?

I have everything mounted.
Filesystem1K-blocksUsed   Avail Capacity  Mounted on
/dev/ad0s2a  128990   42770   7590236%/
/dev/ad0s2f  257998 532  236828 0%/tmp
/dev/ad0s2g 7179502 5481904 112323883%/usr
/dev/ad0s2e  257998  225462   1189895%/var
procfs4   4   0   100%/proc

and disklabel offers to apply this information to the disk, but 
I'm not sure it's right: there was an NTFS partition covering the 
first 4 Gb. So starting from 0 doesn't look right to me. But then 
that is slice 2 . . . .

8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
   a:   26214404.2BSD 2048 1638494   # (Cyl. 
   0 - 17*)
   b:   492720   262144  swap# (Cyl. 
  17*- 49*)
   c: 163900800unused0 0 # (Cyl. 
   0 - 1083)
   e:   524288   7548644.2BSD 2048 1638494   # (Cyl. 
  49*- 84*)
   f:   524288  12791524.2BSD 2048 1638494   # (Cyl. 
  84*- 119*)
   g: 14586640  18034404.2BSD 2048 1638489   # (Cyl. 
119*- 1083*)

I guess what I need is how to map the mounted filesystems to the 
right disklabel values.

I'm not on the list, so direct replies would be most helpful.

Thanks.

-- 
Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
paulbeard [at] mac [ dot] com / 206 529 8400

http://paulbeard.no-ip.org/movabletype

Any sufficiently advanced technology is indistinguishable from magic.
-- Arthur C. Clarke


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



pdf, *.doc; Java and jvm and flash

2002-07-25 Thread Peter Leftwich

Now that I have "XFree86" working and KDE 2.2.2, and having surprised
myself by getting xpdf properly installed and working (but not associated
with .pdf files unfortunately), my newest problem is needing a *.DOC file
reader.  Micro$oft themselves offer a free reader download but for Windows.

Having failed the process of installing openoffice and not wishing to shell
out $75 just yet for StarOffice, does anyone have a read-only .doc solution?

Thanks, oh, and while I'm at it, KDE's Konqueror browser doesn't seem to
digest Java well (no JVM or java virtual machine) nor Macromedia Flash :(

Any clues?

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


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



Re: VPN between 2 FreeBSD servers

2002-07-25 Thread Matthew Grooms

Hey
 If you do a quick search on ipsec, racoon, and freebsd on google
you should find several how-to's on how to set this up. Freebsd supports
site to site vpn tunneling via esp and point to point via ah using
kernel level ipsec provied by the kame project ( www.kame.net ). Is not
hard at all to set up between bsd-bsd but not much fun to get working
with other platforms. Another option would be OpenVPN which is a user
mode non ipsec vpn package.

Matthew Grooms

>>> "Lee" <[EMAIL PROTECTED]> 07/25/02 15:21 PM >>>
Hello,

Can anyone point me in the right direction of a tutorial on setting up a
VPN
between 2 FreeBSD 4.6 servers.

I cannot find much in the handbook or on search engines, although I have
found references to either PPTP or vpnd.

Cheers for your help.

Lee



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


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



Re: FreeBSD and Wireless Networking

2002-07-25 Thread Ray Seals

I have been able to connect my FreeBSD 4.6 Laptop to both Cisco Aironet
access points as well as the cheaper Linksys WAP11 (which I own).  I
have used both Intel Wireless PCMCIA nics as well as Linksys.  The Intel
card was a little tricky but I was running FreeBSD 4.4 then.  It's much
better under 4.6

Ray


On Thu, 2002-07-25 at 16:29, MET wrote:
> Does FreeBSD allow and or follow the standards for wireless networking?
>  
> - Matthew
>  
>  
> /**
>  
>   Matthew Metnetsky
>  
>   [EMAIL PROTECTED]
>  
> **/
-- 
---
Linux is for people who hate Microsoft.
BSD is for people who love UNIX.


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



IPFilter for 4.6?

2002-07-25 Thread James West

Could someone point out a good FAQ or page explaining how to install the IPF 
package on a 4.6 system? I keep getting compile errors.

James West

_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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



FreeBSD and Wireless Networking

2002-07-25 Thread MET
Title: Message



Does 
FreeBSD allow and or follow the standards for wireless 
networking?
 
- 
Matthew
 

 
/**
 
  
Matthew Metnetsky
 
  [EMAIL PROTECTED]
 
**/


KDE = K.D.E.A.D! (2.2.2 to 3.0.1, cvspass?)

2002-07-25 Thread Peter Leftwich

1. We start our newly-remodeled tour at - 
http://developer.kde.org/build/compile_cvs.html
 a. "To compile KDE you need: Qt 3.0.4 or greater" we scroll down to...
 b. "You can find the Qt library (version 3.0.4) at ftp://ftp.trolltech.com/qt/source/";
 c. So we click over to /qt/source/ and even /qt/ and find 0 files!
 d. Finally we try typing `pkg_add -r qt-x11-3.0.4` and are told:
Error: FTP Unable to get 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/qt-x11-3.0.4.tgz:
File unavailable (e.g., file not found, no access)
 e. So let's skip Qt for now and try our first stint at CVSupping!

2. Okay we're ready for step/stop #2 - http://developer.kde.org/source/anoncvs.html
 a. Well-written, let's follow it step for step
 b. `cat > ~/.cvsrc`
cvs -z4 -q
diff -u3 -p
update -dP
checkout -P
^D
 c. `export CVSROOT=:pserver:[EMAIL PROTECTED]:/home/kde` doesn't
work but `setenv CVSROOT=:pserver:[EMAIL PROTECTED]:/home/kde` does!
 d. Next, we try the following but get stuck and require the list's help!

# cvs login
Logging in to :pserver:[EMAIL PROTECTED]:2401/home/kde
CVS password:
cvs login: failed to open /root/.cvspass for reading: No such file or directory
cvs [login aborted]: fatal error: exiting
# man 1 cvs | col -b | grep -i cvspass

 e. What's a ~/.cvspass file and why do I need one?  Thanks.
 f. PS when I cd to /usr/src and do `ls -al` there is nata, nothing.

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


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



Re: FreeBSD as a Desktop

2002-07-25 Thread Ray Seals

I'm happy to say that I have been 100% Microsoft Free for the past 2
months.  My laptop is a Toshiba Satellite 2715X/DVD.  Running FreeBSD
4.6.  I have a NetGear FA411 nic and I also use a Linksys wireless card
for my home network.

I'm a long time subscriber to the CD distribution of FreeBSD.

I use KDE 3.0 as my Desktop.

I purchased Star Office for Linux from Sun.  I can
read/save/print/create in Office 2000/98 format as well as StarOffice. 
One of the best $75.00 (not sure of the exact amount at the moment) I've
spent on software in a long time.

I use Evolution 1.0.7 for E-mail.  I connect via IMap to an Exchange
server when I need to.  I have also thought about purchasing the
Exchange connector from Ximian.

I run Linux Netscape 6 and I also use the Konqueror.

I run axyftp for my FTP client.

I run xmms for streaming audio.  I enjoy those shoutcast streams.

I use Adobe Acrobat Reader for PDF files.

I use shlight to connect to the NT network shares.

I use sane to pull images off of my digital camera.

I use XChat for IRC.

I'm not a developer but I do some web site maintenance.  I'm still
looking for a good WYSIWYG web editor but I can kick it old school with
vi.

I'm a Network Engineer so I use Ethereal a lot.

I use APSFilter to print to our network printers and to my printers at
home.

I use Konsole to do all my telnet/ssh stuff in.

I use cu when I need to connect my serial port to the console of any
network equipment.

It's a great feeling.  It hasn't been always easy but I'm happy with my
setup.  I play MP3's on my laptop but I dont usually rip and encode them
on my laptop.  I do those at home on my desktop machine.

There is a port of the AOL Instant Messenger that a buddy of mine uses. 
I don't.

Ray 


On Thu, 2002-07-25 at 13:23, MET wrote:
> There is without a doubt that FreeBSD is an amazing server OS, but how
> well does it stand as a desktop, or rather a laptop.  To be blunt, I'm
> tired of Microsoft and was wondering how feasible it is to run FreeBSD
> as my Laptop OS.  I will do some searching, but are there good GUI
> environments for word processing, C/C++ development, email, ICQ, some
> port of AOL Instant Messenger (I can't believe I'm putting this here),
> MP3 players/converters, web browsers that actually keep up to date with
> the standards, and anything else commonly used ?
>  
> - Matthew
>  
>  
> /**
>  
>   Matthew Metnetsky
>  
>   [EMAIL PROTECTED]
>  
> **/
>  
>  
-- 
---
Linux is for people who hate Microsoft.
BSD is for people who love UNIX.


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



Re: USB webcams....little help?

2002-07-25 Thread Jean-Mark

Hello David,

Bishop wrote:
> 
> I was trying to install netpbm from the ports tree, from /graphics/netpbm.
> If this is indeed corrupt (and it looks to be the case), how do I go about
> deleting the current one and "refreshing" the port with a fresh copy of the
> file?
> 
> Thanks,
> David
> 
> - Original Message -
> From: "Jean-Mark" <[EMAIL PROTECTED]>
> To: "Bishop" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Thursday, July 25, 2002 1:22 PM
> Subject: Re: USB webcamslittle help?
> 
> > Hello  David,
> >
> > Bishop wrote:
> > >
> > > Thanks! I finally found that it was already in the ports tree. I didn't
> know
> > > that it was there under /graphics/vid. Anyway, still no luck, because it
> > > found that I have to install netpbm which had problems:
> > > -
> > > ===>  Extracting for netpbm-9.23
> > > ===>   netpbm-9.23 depends on shared library: tiff.4 - found
> > > ===>   netpbm-9.23 depends on shared library: jpeg.9 - found
> > > ===>   netpbm-9.23 depends on shared library: png.5 - found
> > > /usr/bin/tar: archive - EOF not on block boundary
> > > *** Error code 1
> > >
> > > Stop in /usr/ports/graphics/netpbm.
> > > *** Error code 1
> > > -
> > > This is after I ran the make for netpbm manually and got a checksum
> mismatch
> > > error. It asked if the Makefile and distinfo files were up to date...how
> do
> > > I check? I then tried to run it disabling the checksum, and got what you
> see
> > > above.
> > >
> > > Can anyone shed some light on this? I would certainly appreciate it!
> > >
> > > Regards,
> > > David
> > >
> > > - Original Message -
> > > From: "Jean-Mark" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> > > Sent: Thursday, July 25, 2002 12:31 PM
> > > Subject: Re: USB webcamslittle help?
> > >
> > > > Hello David,
> > > >
> > > > > This is a multi-part message in MIME format.
> > > > >
> > > > > --=_NextPart_000_000E_01C233C0.B9CCF670
> > > > > Content-Type: text/plain;
> > > > > charset="iso-8859-1"
> > > > > Content-Transfer-Encoding: quoted-printable
> > > > >
> > > > > MessageMichael,
> > > > > Thanks for the reply. However, I was not able to find the file for
> the =
> > > > > OV511/OV511+ project. The link is to an old @home site and has not
> been
> > > =
> > > > > updated.
> > > > >
> > > > > The other site you mentioned =
> > > > > (http://skippy.dyndns.org/story.php?sid=3D79) apparently deals with
> the
> > > =
> > > > > logitech hardware which I do not have. Perhaps someone has had some
> luck
> > > =
> > > > > with either the I/O Magic unit or the D-Link DSB-C100?=20
> > > > >
> > > > > Thanks,
> > > > > David
> > > > >
> > > > >
> > > > >   - Original Message -=20
> > > > >   From: Michael Wells=20
> > > > >   To: Bishop=20
> > > > >   Cc: [EMAIL PROTECTED]=20
> > > > >   Sent: Wednesday, July 24, 2002 10:40 AM
> > > > >   Subject: Re: USB webcamslittle help?
> > > > >
> > > > >
> > > > >   Hi,
> > > > >   These both looked promising.  I have not used either
> > > > >   but for what it's worth:
> > > > >
> > > > >   http://ovtvid-bsd.sourceforge.net/
> > > > >   http://skippy.dyndns.org/story.php?sid=3D79
> > > > >
> > > > > - Original Message -=20
> > > > > From: Bishop=20
> > > > > To: [EMAIL PROTECTED]=20
> > > > > Sent: Wednesday, July 24, 2002 8:26 AM
> > > > > Subject: USB webcamslittle help?
> > > > >
> > > > >
> > > > > Greetings,
> > > > > Has anyone had any luck with USB webcams (other than quickcams)?
> I =
> > > > > have an I/O Magic Magicvision USB and a D-Link webcam and haven't
> had =
> > > > > any luck with either of them.=20
> > > > >
> > > > > I'm running 4.5-RELEASE on my box and the hardware appears in
> dmesg,
> > > =
> > > > > so I know my USB ports are recognized. I just can't find a driver
> for =
> > > > > either of them. I was just wondering if anyone has been able to get
> =
> > > > > either of these working with FreeBSD.=20
> > > > >
> > > > > Thanks,
> > > > > David Jarrell
> > > > > [EMAIL PROTECTED]
> > > > > 775579 - ICQ
> > > > > JarrellD - AIM
> > > >
> > > >
> > > > There's a copy of the file  at:
> > > >
> > > >
> > >
> http://212.219.56.131/sites/ftp.freebsd.org/pub/FreeBSD/distfiles/vid-1.0.1.
> > > tar.gz
> > > >
> > > > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > > > with "unsubscribe freebsd-questions" in the body of the message
> > > >
> > > >
> >
> > If you have  a checksum error it means  a file(s)  in one of those
> > libraries  got corrupted - assuming you downloaded you need to get a
> > fresh copy.
> >
> > Jean-Mark
> > [EMAIL PROTECTED]
> >
> >


I wondered if you would ask that, but I never installed  anything from
ports  before, I always  used  packages.  Packages might be a good
work-around if you're happy to do it, but if you want help with the
ports route

Re: How do you uninstall things

2002-07-25 Thread Jonathan Chen

On Thu, Jul 25, 2002 at 10:04:07AM -0400, Matt @ Gunks.com wrote:
> I understand how you delete packages, its fairly easy.  However, if you
> compile the source yourself (i.e. Apache, PHP), how do you go about
> uninstalling them?  Is there something like pkg_delete ?  Or do you just
> delete the directory as you do on Mac's ?

Most 3rd party packages install themselves into a specific directory,
so it's pretty easy to remove them by removing the directory
However, there are those that don't - in which case you have to hunt
thru' the system for where they've installed themselves (usually just
within the /usr/local subtree).

That's why it's so much easier to use the ports system - the files
have already be located..
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
   Do not take life too seriously.
   You will never get out of it alive.

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



Re: VPN between 2 FreeBSD servers

2002-07-25 Thread Philip Hallstrom

http://stuff.adhesivemedia.com/freebsd/vtund.php

On Thu, 25 Jul 2002, Lee wrote:

> Hello,
>
> Can anyone point me in the right direction of a tutorial on setting up a VPN
> between 2 FreeBSD 4.6 servers.
>
> I cannot find much in the handbook or on search engines, although I have
> found references to either PPTP or vpnd.
>
> Cheers for your help.
>
> Lee
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


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



evolution palm-mail conduit

2002-07-25 Thread karl agee

This is along the lines of the thread using FreeBSD as a Desktop OS...

anyone know of a conduit for palm OS pop mail to evolution?  The one
supplied is for sendmail.  

--karl




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



dial-up firewall

2002-07-25 Thread karl agee

In the handbook is a section on setting up a dialup firewall.  I use
kppp to dial out; would this be a good way to go??

Only other services I would require besides pop email would be realaudio
which is udp.

--karl




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



Help needed with DNS reolving

2002-07-25 Thread Dave

"User" install of 4.6-Release

Still a standard install, nothing new added as yet, but the box can't
won't resolve DNS.  It can ping or FTP using IP address.

I'm not even sure what info I need to give to help get this sorted, so
here's some basic stuff.  If you want to help and need more info, reply to
list please or see sig below. 

Ok then, the problem

Smoothwall firewall running a DHCP server.  Two other FreeBSD4.6 boxes
both worked "out of the box" as far as DNS is concerned.  They are
assigned IP addresses, see the Smoothy as a DNS server, all ok.

Now, this new box just can't seem to see the DNS server on the smoothwall
box.  Smoothwall is set to give out IP address in the range
192.168.1.10-30.  The new box was assigned 192.168.1.15.  It can ping both
internal and external 'net address's.  It can even FTP into
ftp.uk.freebsd.org if I use the IP address.  If I use the URI, I get:

ftp: ftp.uk.freebsd.org: No address associated with hostname

I tried assigning IP and router addresses manually in /etc/rc.conf:

#ifconfig_ed0="DHCP"
ifconfig_ed0="inet 192.168.1.19 netmask 255.255.255.0"
defaultrouter="192.168.1.1"

Exactly the same results.  I have no idea how to manually set up FreeBSD
to use specific DNS addresses.

Please help.

Dave

-- 
Sig abducted by aliens


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



Re: USB webcams....little help?

2002-07-25 Thread Bishop

I was trying to install netpbm from the ports tree, from /graphics/netpbm.
If this is indeed corrupt (and it looks to be the case), how do I go about
deleting the current one and "refreshing" the port with a fresh copy of the
file?

Thanks,
David


- Original Message -
From: "Jean-Mark" <[EMAIL PROTECTED]>
To: "Bishop" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 25, 2002 1:22 PM
Subject: Re: USB webcamslittle help?


> Hello  David,
>
> Bishop wrote:
> >
> > Thanks! I finally found that it was already in the ports tree. I didn't
know
> > that it was there under /graphics/vid. Anyway, still no luck, because it
> > found that I have to install netpbm which had problems:
> > -
> > ===>  Extracting for netpbm-9.23
> > ===>   netpbm-9.23 depends on shared library: tiff.4 - found
> > ===>   netpbm-9.23 depends on shared library: jpeg.9 - found
> > ===>   netpbm-9.23 depends on shared library: png.5 - found
> > /usr/bin/tar: archive - EOF not on block boundary
> > *** Error code 1
> >
> > Stop in /usr/ports/graphics/netpbm.
> > *** Error code 1
> > -
> > This is after I ran the make for netpbm manually and got a checksum
mismatch
> > error. It asked if the Makefile and distinfo files were up to date...how
do
> > I check? I then tried to run it disabling the checksum, and got what you
see
> > above.
> >
> > Can anyone shed some light on this? I would certainly appreciate it!
> >
> > Regards,
> > David
> >
> > - Original Message -
> > From: "Jean-Mark" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> > Sent: Thursday, July 25, 2002 12:31 PM
> > Subject: Re: USB webcamslittle help?
> >
> > > Hello David,
> > >
> > > > This is a multi-part message in MIME format.
> > > >
> > > > --=_NextPart_000_000E_01C233C0.B9CCF670
> > > > Content-Type: text/plain;
> > > > charset="iso-8859-1"
> > > > Content-Transfer-Encoding: quoted-printable
> > > >
> > > > MessageMichael,
> > > > Thanks for the reply. However, I was not able to find the file for
the =
> > > > OV511/OV511+ project. The link is to an old @home site and has not
been
> > =
> > > > updated.
> > > >
> > > > The other site you mentioned =
> > > > (http://skippy.dyndns.org/story.php?sid=3D79) apparently deals with
the
> > =
> > > > logitech hardware which I do not have. Perhaps someone has had some
luck
> > =
> > > > with either the I/O Magic unit or the D-Link DSB-C100?=20
> > > >
> > > > Thanks,
> > > > David
> > > >
> > > >
> > > >   - Original Message -=20
> > > >   From: Michael Wells=20
> > > >   To: Bishop=20
> > > >   Cc: [EMAIL PROTECTED]=20
> > > >   Sent: Wednesday, July 24, 2002 10:40 AM
> > > >   Subject: Re: USB webcamslittle help?
> > > >
> > > >
> > > >   Hi,
> > > >   These both looked promising.  I have not used either
> > > >   but for what it's worth:
> > > >
> > > >   http://ovtvid-bsd.sourceforge.net/
> > > >   http://skippy.dyndns.org/story.php?sid=3D79
> > > >
> > > > - Original Message -=20
> > > > From: Bishop=20
> > > > To: [EMAIL PROTECTED]=20
> > > > Sent: Wednesday, July 24, 2002 8:26 AM
> > > > Subject: USB webcamslittle help?
> > > >
> > > >
> > > > Greetings,
> > > > Has anyone had any luck with USB webcams (other than quickcams)?
I =
> > > > have an I/O Magic Magicvision USB and a D-Link webcam and haven't
had =
> > > > any luck with either of them.=20
> > > >
> > > > I'm running 4.5-RELEASE on my box and the hardware appears in
dmesg,
> > =
> > > > so I know my USB ports are recognized. I just can't find a driver
for =
> > > > either of them. I was just wondering if anyone has been able to get
=
> > > > either of these working with FreeBSD.=20
> > > >
> > > > Thanks,
> > > > David Jarrell
> > > > [EMAIL PROTECTED]
> > > > 775579 - ICQ
> > > > JarrellD - AIM
> > >
> > >
> > > There's a copy of the file  at:
> > >
> > >
> >
http://212.219.56.131/sites/ftp.freebsd.org/pub/FreeBSD/distfiles/vid-1.0.1.
> > tar.gz
> > >
> > > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > > with "unsubscribe freebsd-questions" in the body of the message
> > >
> > >
>
> If you have  a checksum error it means  a file(s)  in one of those
> libraries  got corrupted - assuming you downloaded you need to get a
> fresh copy.
>
> Jean-Mark
> [EMAIL PROTECTED]
>
>


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



Re: My SSH broke

2002-07-25 Thread Matthew Seaman

On Thu, Jul 25, 2002 at 11:26:58AM -0700, Clifford Chu wrote:

> Now my SSH is broken. At first when connecting from a client, I got a server
> console message that said --no modules loaded for sshd service; fatal: PAM
> session setup failed(6); permission denied. So I
> looked into pam.conf and added:
> sshd  auth  required  pam_ssh.so  try_first_pass
> which silenced the console error messages.

Well, unless you've got some customised PAM stuff, I think you should
probably replace your /etc/pam.conf with the one from the 4.6 release
CD.  You should be able to copy it right off the live filesystem disk,
or you can download it from:


http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/Attic/pam.conf?rev=1.6.2.13&content-type=text/x-cvsweb-markup&only_with_tag=RELENG_4_6_0_RELEASE

You should also look into updating /etc/ssh/sshd_config, which you can
get from your installation media or you can download it here:


http://www.freebsd.org/cgi/cvsweb.cgi/src/crypto/openssh/sshd_config?rev=1.4.2.8&content-type=text/x-cvsweb-markup&only_with_tag=RELENG_4_6_0_RELEASE

If you're still having problems after doing that, a good trick is to
run the sshd server with debug flags on an alternate port --- sshd
will often be more informative then ssh about why it's refusing to
authenticate.

In one window, run (as root):

sshd -D -d -d -d -p 24

then in another window run:

ssh -p 24 -v -v -v localhost

(where 24 is just an arbitrary choice of port number that most systems
don't have anything listening on.  Pick a different port if necessary).

Because of the -D flag, the sshd process won't daemonize and it will
quit once the ssh process has finished.

> So it appears that authentication is the hangup. Server logs show nothing
> after my change to pam.conf. But it had worked fine before. I've searched
> the maillist archives but didn't find anything. Where did I go wrong? Thanks
> for your help.

Yes.  Doing an upgrade from the CD Roms can be a bit fraught.  The
process will upgrade all the binaries and so forth perfectly well, but
it's handling of your configuration files --- essentially anything in
/etc --- leaves quite a bit to be desired.

What you may end up having to do is a file by file comparison of a
standard /etc directory from a 4.6 CD with your own /etc directory and
then try to do some sort of manual merge of any significant changes.

It can often be a lot easier just to do a fresh install over the top
of your current system, and then add back in the customisations you've
made over time.  If you can remember what they are.

What I personally find to be the easiest and smoothest way of getting
a system up to date is to go the whole cvsup, buildworld/installworld
route.  Sure, it may sound daunting to the novice and it takes time to
download the sources and it takes disk space and CPU cycles to compile
it all, but the whole thing is really a lot easier that it sounds.
It's only about half a dozen commands plus running mergemaster(8) ---
and mergemaster is really the key to successful upgrading.  In my
humble opinion, a lot easier than doing a binary upgrade.

Look at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
for detailed instructions, and look at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
for everything you ever wanted to know about cvsup, but were afraid to
ask.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
Tel: +44 1628 476614  Marlow
Fax: +44 0870 0522645 Bucks., SL7 1TH UK

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



Re: NAT with Three NICs

2002-07-25 Thread Kenneth Culver

> Now, this is another question I've had:
>
> what's the advantage of the ipfilter package over natd/ipfw?
>
> James
>
>
Well, it's mostly personal prefrence from what I can tell... I like it
because it's rules are easier to read, and it has a lot of nice
monitoring tools that allow you to monitor the firewall state in real
time. Not to mention that the whole thing, nat and firewall, is in the
kernel. With ipfw and natd, packets have to be passed in and out of
userland, causing context switches... This doesn't really cause a big
performance issue for most people though, I've only seen problems on HUGE
configurations.

So basically (my opinion):

ipfilter is easier to configure, easier to see stats for, and keeps
packets in the kernel.

Ken


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



Samba Server rebooting --Long

2002-07-25 Thread Matthew Bettinger

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I am having a rather serious problem here at work with a Samba server that is 
rebooting.  I can't find any rhyme or reason to this machine going down.  
Maybe someone can help.  Here is the information on the server.  

UNAME -A:

FreeBSD tester.championelevators.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Jun 
18 09:35:12 CDT 2002 
[EMAIL PROTECTED]:/usr/obj/general/FreeBSD_Source/src/sys/TESTER  
i386

DMESG:

Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.6-STABLE #0: Tue Jun 18 09:35:12 CDT 2002

[EMAIL PROTECTED]:/usr/obj/general/FreeBSD_Source/src/sys/TESTER
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 451025116 Hz
CPU: AMD-K6(tm) 3D processor (451.03-MHz 586-class CPU)
  Origin = "AuthenticAMD"  Id = 0x58c  Stepping = 12
  Features=0x8021bf
  AMD Features=0x8800
real memory  = 134217728 (131072K bytes)
config> di lnc0
No such device: lnc0
Invalid command or syntax.  Type `?' for help.
config> di ie0
No such device: ie0
Invalid command or syntax.  Type `?' for help.
config> di fe0
No such device: fe0
Invalid command or syntax.  Type `?' for help.
config> di ed0
No such device: ed0
Invalid command or syntax.  Type `?' for help.
config> di cs0
No such device: cs0
Invalid command or syntax.  Type `?' for help.
config> q
avail memory = 127463424 (124476K bytes)
Preloaded elf kernel "kernel" at 0xc02e8000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc02e809c.
K6-family MTRR support enabled (2 registers)
md0: Malloc disk
Using $PIR table, 6 entries at 0xc00fde50
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
pcib2:  at device 1.0 on 
pci0
pci1:  on pcib2
pci1:  at 0.0 irq 11
isab0:  at device 7.0 on pci0
isa0:  on isab0
atapci0:  port 0xe000-0xe00f at device 7.1 on 
pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0:  (vendor=0x1106, dev=0x3040) at 7.3
dc0: <82c169 PNIC 10/100BaseTX> port 0xe800-0xe8ff mem 0xe900-0xe9ff 
irq 10 at device 11.0 on pci0
dc0: Ethernet address: 00:a0:cc:59:59:45
miibus0:  on dc0
ukphy0:  on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
pcib1:  on motherboard
pci2:  on pcib1
orm0:  at iomem 0xc-0xcbfff on isa0
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0:  at port 0x60,0x64 on isa0
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ad0: 4112MB  [8355/16/63] at ata0-master UDMA33
ad1: 28629MB  [58168/16/63] at ata0-slave UDMA33
ad2: 28629MB  [58168/16/63] at ata1-master UDMA33
ad3: 28629MB  [58168/16/63] at ata1-slave UDMA33
Mounting root from ufs:/dev/ad0s1a
WARNING: / was not properly dismounted


SMB.CONF:
[global]
netbios name = TESTER
security = SHARE
encrypt passwords = Yes
update encrypted = Yes
null passwords = Yes
unix password sync = Yes
show add printer wizard = No
domain admin group = wheel
domain guest group = nobody
username = nobody,admin,@admin,@nobody
valid users = admin,nobody
admin users = admin
read list = nobody,@nobody
write list = admin,@admin
force create mode = 0774
force security mode = 0774
directory mask = 0744
force directory mode = 0774
force directory security mode = 0774

[general]
path = /general
write list = admin nobody
guest ok = Yes
only user = Yes
volume = World Read/Write Dump Drive

[depot]
comment = System Administration Hole
path = /depot
username = admin
guest account =
valid users = admin
read list = admin
inherit permissions = Yes
only user = Yes
browseable = No

[Drawings]
path = /Drawings
write list = admin nobody
guest ok = Yes
only user = Yes
copy = general
volume = World Read/Write Dump Drive

[paulam]
comment = Paula's Home Directory
path = /usr/home/paulam
username = paulam,admin
guest account =
valid users = admin,paulam
read list =
write list = admin,paulam,@admin,@paulam
read only = No
only user = Yes
browseable = No

[gina]
comment = Gina's Home Directory
path = /usr/home/gina
username = admin,gina,@admin,@gina
guest account =
valid users = admin,gina
read list =
write list = admin,gina,@admin,@gina
read only = No
only user = Y

RE: Apache Question: DirectoryIndex

2002-07-25 Thread Marius Kirschner

It's something in httpd.confheck, it won't display any *.htm
files.  I must have changed something lately, but I'll be damned if I
can find the cause. :)

---Marius

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED]] On Behalf Of MET
> Sent: Thursday, July 25, 2002 4:38 PM
> To: 'Marius Kirschner'; [EMAIL PROTECTED]
> Subject: RE: Apache Question: DirectoryIndex
> 
> Is the line in httpd.conf or in .htaccess ?
> 
> Because if its in the .htaccess and the httpd.conf didn't allow
> overwrites of the rules then it wouldn't work.
> 
> ...just an idea.
> 
> 
> - Matthew
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of Marius
> Kirschner
> Sent: Thursday, July 25, 2002 4:22 PM
> To: [EMAIL PROTECTED]
> Subject: Apache Question: DirectoryIndex
> 
> 
> Does anybody have a clue as to why the "DirectoryIndex" directive
would
> get ignored in Apache?  I have a line that says
> 
> DirectoryIndex index.html index.htm
> 
> But only index.html files are being loaded automatically.  Worse, if I
> specify http://www.url.com/index.htm it gives me a file not found
error
> message.  It looks like it's configured to ignore index.htm completely
> but for the life of me I can figure out where.
> 
>  ---Marius
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message



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



four domains one router, make local dns server tell internet local-lan ip for each domain

2002-07-25 Thread sagacious








I think that
pretty much sums it up. I have four domains, im
currently running a dns server for internet traffic,
and another for my own lan.
I want for example,

 

www.unixhideout.com to take you to
192.168.1.30 and I want

 

www.unixhideout.net to take you to
192.168.1.40

 

Currently
they all point to my gateway IP

 

is this
possible to do if so how? 

 

sagacious (Mike)

Network administrator

The unixhideout network

http://www.unixhideout.com

 








Re: Screen Saver Setup

2002-07-25 Thread Matthew Seaman

On Thu, Jul 25, 2002 at 12:26:37PM -0700, Adam Weinberger wrote:

> you want:
> saver="green_saver.ko"
> blanktime="600"

Make that:

saver="green"

The "_saver" bit gets filled in for you automatically:

happy-idiot-talk:~:% grep saver /etc/defaults/rc.conf
saver="NO"  # screen saver: Uses /modules/${saver}_saver.ko

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
Tel: +44 1628 476614  Marlow
Fax: +44 0870 0522645 Bucks., SL7 1TH UK

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



Re: Can you relate to my Tour of Despair?

2002-07-25 Thread Peter Leftwich

On Thu, 25 Jul 2002, Roman Neuhauser wrote:
[snip]
> PL> yp.conf in /compat/linux/etc.
> PL> Broken pipe
> PL> 6. Uhm, wha-?  I realize pkg_add will install dependencies but what is a yp.conf 
>and doesn't it already know I changed "linux_enable" to YES and might pkg_add be 
>fearing that I will now club it with a broken pipe?
> Peter, I've never used pkg_add, nor have I ever let KDE touch my FreeBSD boxen, 
>so I don't know what's wrong with that.

Do you mean you don't use KDE?

> As for the yp.conf: it says: "When using NIS". Make that "If you use NIS", is 
>that better? If you don't use it, odds are there's even no yp.conf in 
>/compat/linux/etc/. and if there's one, it's completely benign: a config file that's 
>not used can't do any harm.

I realize that - my post was more about the whole process and "tour" of
events, not just the ending.  The broken pipe part is distressing...

> personally, I would just
> % su -m

I am always logged in as root. :)

> % cd /usr/ports && make update
> % cd ./audio/agbrowser && make install clean

What does the "&&" do?  Is it similar to the usage of ";" but instead
issues the command after the "&&" at the result of the "cd?"  That is, does
the double ampersand cause your shell (which is..?) to not execute the make
command in the current working dir (cwd)?

> --
> FreeBSD 4.6-STABLE
> 10:43AM up 8 days, 21:02, 11 users, load averages: 0.07, 0.03, 0.01

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


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



RE: Apache Question: DirectoryIndex

2002-07-25 Thread MET

Is the line in httpd.conf or in .htaccess ?  

Because if its in the .htaccess and the httpd.conf didn't allow
overwrites of the rules then it wouldn't work.

...just an idea.


- Matthew


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Marius
Kirschner
Sent: Thursday, July 25, 2002 4:22 PM
To: [EMAIL PROTECTED]
Subject: Apache Question: DirectoryIndex


Does anybody have a clue as to why the "DirectoryIndex" directive would
get ignored in Apache?  I have a line that says

DirectoryIndex index.html index.htm 

But only index.html files are being loaded automatically.  Worse, if I
specify http://www.url.com/index.htm it gives me a file not found error
message.  It looks like it's configured to ignore index.htm completely
but for the life of me I can figure out where.

 ---Marius



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


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



Re: another question

2002-07-25 Thread Kent Stewart



Roger 'Rocky' Vetterberg wrote:

> Eric Dedrick wrote:
> 
>>> I dont know why this happens but if its any comfort I have had
>>> similar errors on my machine for years.
>>>
>>> Jul  4 14:40:43 rambo /kernel: arp: 192.168.0.3 is on lo0 but got
>>> reply from 00:48:54:50:e4:96 on fxp0
>>> Jul  8 15:13:36 rambo /kernel: arp: 192.168.0.1 is on dc1 but got
>>> reply from 00:02:e3:14:5a:b6 on fxp0
>>>
>>> 192.168.0.3 is the ip of the machine logging this, 192.168.0.1 is
>>> a win machine connected to dc1.
>>> Since everything works I havent bothered to look into it.
>>
>>
>>
>> I had one extra wire I didn't need that had both ep0 and xl0 on the same
>> circuit.  Once removed, I didn't get any more errors.
> 
> 
> Glad you solved it, but that cant be the problem in my case.
> My network looks something like this:
> 
> Internet <-> fxp0|FBSD|dc1 <-> Switch <-> Bunch of win machines
> 
> Still, somehow, the FBSD complains that some of the ips assigned to the 
> win machines replys on fxp0 when it should be on dc1.
> The FBSD was installed somewhere around 3.0, and has since been cvsuped 
> and upgraded and is today 4.6, and the errors have been there all the time.
> But, as I said, everything works so I dont really notice them anymore.


I waited but I should have waited a minute or two longer. I would 
suspect something in your rc.conf but would hesitate to guess.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


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



Re: NAT with Three NICs

2002-07-25 Thread James West

Now, this is another question I've had:

what's the advantage of the ipfilter package over natd/ipfw?

James


>From: Kenneth Culver <[EMAIL PROTECTED]>
>To: "Roger 'Rocky' Vetterberg" <[EMAIL PROTECTED]>
>CC: James West <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
>Subject: Re: NAT with Three NICs
>Date: Thu, 25 Jul 2002 16:06:58 -0400 (EDT)
>
> > You could run two natd daemons on the gateway machine, one for the win
> > machine and one for the macs. Just start another natd listening on
> > another port, and add a ipfw divert rule to send the traffic from the
> > macs through this new natd.
>
>Or you could use ipfilter+ipnat, and just add two redirect rules:
>
>map fxp0 192.168.0.0/24 -> 0/32 portmap tcp/udp 1:3
>map fxp0 192.168.1.0/24 -> 0/32 portmap tcp/udp 3:6
>
>then just make sure you set it up so the 2 internal nics are on the
>192.168.0.0/24 and 192.168.1.0/24 subnets respectively and it should work
>(I've done similar things.)
>
>Ken
>




_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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



Re: XFree86 runs as root but not as user!

2002-07-25 Thread Adam Weinberger

uhm. ok. the wrapper allows users to get around a hurdle, yes. it
enables them to run an suid binary without giving the users themselves
suid permissions. the whole point is to improve security, as opposed to
your solution of changing permissions on the X binary itself.

and not every package has a manpage. if you want to know what a package
is, look at its description file. /usr/ports/x11/wrapper/pkg-descr. and
download the code and look at it. it's a very small app.

and for the record, 'rehash' won't do anything to help you load
manpages.

-Adam


>> (07.25.2002 @ 1311 PST): Peter Leftwich said, in 1.8K: <<
> On Thu, 25 Jul 2002, Adam Weinberger wrote:
> > have you installed /usr/ports/x11/wrapper? -Adam
> 
> Isn't there also an Xwrapper binary?  Is the wrapper to which you refer
> secure and bug-free?  It sounds like it creates a situation where users
> "get around" some kind of hurdle, rather than root simply chmod'ing some
> dirs or binaries.  By the way, can anyone explain the following??
> 
> # man wrapper
> No manual entry for wrapper
> # pkg_add -r wrapper
> Fetching 
>ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/wrapper.tgz... 
>Done.
> # man wrapper
> No manual entry for wrapper
> # rehash
> # man wrapper
> No manual entry for wrapper
> 
> How is a user expected to learn what this is and what it does?  Thanks,
> 
> > >> (07.25.2002 @ 1210 PST): Koroush Saraf said, in 0.7K: <<
> > > This is probably a trivial and old question, but I havn't found an answer yet.
> > >
> > > I just installed BSD 4.6 and can't get XFree86 to run as a user.
> > > It works fine as root.  So I figure some permission is not set correctly 
>somewhere.
> > > I tried to chmod 4755 on startx just to see what happens, and nothing exciting 
>happened!
> > > The error is below:  Please help! and include this email address in the reply
> > >
> > > > Fatal server error:
> > > > Cannot open log file "/var/log/XFree86.0.log"
> > > > giving up.
> > > > xinit: No such file or directory (errno 2): unable to connect to X server
> > > > xinit: No such process (errno 3): Server error
> > > > end of "XFree86 runs as root but not as user!" from Koroush Saraf <<
> > --
> > "Oh good, my dog found the chainsaw."
> > -Lilo, "Lilo & Stitch"
> > Adam Weinberger
> > [EMAIL PROTECTED]
> > http://vectors.cx
> 
> --
> Peter Leftwich
> President & Founder
> Video2Video Services
> Box 13692, La Jolla, CA, 92039 USA
> +1-413-403-9555
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 
>> end of "Re: XFree86 runs as root but not as user!" from Peter Leftwich <<


--
"Oh good, my dog found the chainsaw."
-Lilo, "Lilo & Stitch"
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


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



Apache Question: DirectoryIndex

2002-07-25 Thread Marius Kirschner

Does anybody have a clue as to why the "DirectoryIndex" directive would
get ignored in Apache?  I have a line that says

DirectoryIndex index.html index.htm 

But only index.html files are being loaded automatically.  Worse, if I
specify http://www.url.com/index.htm it gives me a file not found error
message.  It looks like it's configured to ignore index.htm completely
but for the life of me I can figure out where.

 ---Marius



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



Re: another question

2002-07-25 Thread Kent Stewart



Roger 'Rocky' Vetterberg wrote:

> Eric Dedrick wrote:
> 
>> Natd hasn't exactly been working as it used to either.  Any idea what 
>> this
>> means?
>>
>>  Jul 24 23:26:43 dsl-146-127 /kernel: arp: 192.168.0.1 is on lo0 but got
>>  reply from 00:04:76:b8:94:10 on ep0
>>  Jul 24 23:28:17 dsl-146-127 /kernel: arp: 128.211.146.127 is on lo0 but
>>  got reply from 00:60:08:10:e6:e5 on xl0
>>
>> # ifconfig
>> xl0: flags=8843 mtu 1500
>> options=3
>> inet6 fe80::204:76ff:feb8:9410%xl0 prefixlen 64 scopeid 0x1
>> inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
>> ether 00:04:76:b8:94:10
>> media: Ethernet autoselect (10baseT/UTP)
>> status: active
>> lp0: flags=8810 mtu 1500
>> ep0: flags=8843 mtu 1500
>> inet 128.211.146.127 netmask 0xff00 broadcast 128.211.146.255
>> inet6 fe80::260:8ff:fe10:e6e5%ep0 prefixlen 64 scopeid 0x3
>> ether 00:60:08:10:e6:e5
>> media: Ethernet 10baseT/UTP
>> lo0: flags=8049 mtu 16384
>> inet6 ::1 prefixlen 128
>> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
>> inet 127.0.0.1 netmask 0xff00
>> faith0: flags=8002 mtu 1500
>>
>>
> 
> I dont know why this happens but if its any comfort I have had similar 
> errors on my machine for years.
> 
> Jul  4 14:40:43 rambo /kernel: arp: 192.168.0.3 is on lo0 but got reply 
> from 00:48:54:50:e4:96 on fxp0
> Jul  8 15:13:36 rambo /kernel: arp: 192.168.0.1 is on dc1 but got reply 
> from 00:02:e3:14:5a:b6 on fxp0
> 
> 192.168.0.3 is the ip of the machine logging this, 192.168.0.1 is a win 
> machine connected to dc1.
> Since everything works I havent bothered to look into it.


This only happens when dc1 and fxp0 are hooked up to the same stretch 
of wire. When you have it setup properly (a variable definition), it 
doesn't happen.

Kent


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


-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


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



VPN between 2 FreeBSD servers

2002-07-25 Thread Lee

Hello,

Can anyone point me in the right direction of a tutorial on setting up a VPN
between 2 FreeBSD 4.6 servers.

I cannot find much in the handbook or on search engines, although I have
found references to either PPTP or vpnd.

Cheers for your help.

Lee



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



Re: another question

2002-07-25 Thread Roger 'Rocky' Vetterberg

Eric Dedrick wrote:
>>I dont know why this happens but if its any comfort I have had
>>similar errors on my machine for years.
>>
>>Jul  4 14:40:43 rambo /kernel: arp: 192.168.0.3 is on lo0 but got
>>reply from 00:48:54:50:e4:96 on fxp0
>>Jul  8 15:13:36 rambo /kernel: arp: 192.168.0.1 is on dc1 but got
>>reply from 00:02:e3:14:5a:b6 on fxp0
>>
>>192.168.0.3 is the ip of the machine logging this, 192.168.0.1 is
>>a win machine connected to dc1.
>>Since everything works I havent bothered to look into it.
> 
> 
> I had one extra wire I didn't need that had both ep0 and xl0 on the same
> circuit.  Once removed, I didn't get any more errors.

Glad you solved it, but that cant be the problem in my case.
My network looks something like this:

Internet <-> fxp0|FBSD|dc1 <-> Switch <-> Bunch of win machines

Still, somehow, the FBSD complains that some of the ips assigned 
to the win machines replys on fxp0 when it should be on dc1.
The FBSD was installed somewhere around 3.0, and has since been 
cvsuped and upgraded and is today 4.6, and the errors have been 
there all the time.
But, as I said, everything works so I dont really notice them 
anymore.

--
R



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



Re: Airsnort

2002-07-25 Thread Doug Hardie

At 1511 -0400 7/25/2002, Justin L.Boss wrote:
>Just worndering if someone has been able to get airsnort working
>with FreeBSD using a Cisco airownet 350?  
>

I have it working with the 340 if thats of any interest.
-- 
-- Doug

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



Re: XFree86 runs as root but not as user!

2002-07-25 Thread Peter Leftwich

On Thu, 25 Jul 2002, Adam Weinberger wrote:
> have you installed /usr/ports/x11/wrapper? -Adam

Isn't there also an Xwrapper binary?  Is the wrapper to which you refer
secure and bug-free?  It sounds like it creates a situation where users
"get around" some kind of hurdle, rather than root simply chmod'ing some
dirs or binaries.  By the way, can anyone explain the following??

# man wrapper
No manual entry for wrapper
# pkg_add -r wrapper
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/wrapper.tgz... 
Done.
# man wrapper
No manual entry for wrapper
# rehash
# man wrapper
No manual entry for wrapper

How is a user expected to learn what this is and what it does?  Thanks,

> >> (07.25.2002 @ 1210 PST): Koroush Saraf said, in 0.7K: <<
> > This is probably a trivial and old question, but I havn't found an answer yet.
> >
> > I just installed BSD 4.6 and can't get XFree86 to run as a user.
> > It works fine as root.  So I figure some permission is not set correctly somewhere.
> > I tried to chmod 4755 on startx just to see what happens, and nothing exciting 
>happened!
> > The error is below:  Please help! and include this email address in the reply
> >
> > > Fatal server error:
> > > Cannot open log file "/var/log/XFree86.0.log"
> > > giving up.
> > > xinit: No such file or directory (errno 2): unable to connect to X server
> > > xinit: No such process (errno 3): Server error
> > > end of "XFree86 runs as root but not as user!" from Koroush Saraf <<
> --
> "Oh good, my dog found the chainsaw."
> -Lilo, "Lilo & Stitch"
> Adam Weinberger
> [EMAIL PROTECTED]
> http://vectors.cx

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


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



Re: NAT with Three NICs

2002-07-25 Thread Kenneth Culver

> You could run two natd daemons on the gateway machine, one for the win
> machine and one for the macs. Just start another natd listening on
> another port, and add a ipfw divert rule to send the traffic from the
> macs through this new natd.

Or you could use ipfilter+ipnat, and just add two redirect rules:

map fxp0 192.168.0.0/24 -> 0/32 portmap tcp/udp 1:3
map fxp0 192.168.1.0/24 -> 0/32 portmap tcp/udp 3:6

then just make sure you set it up so the 2 internal nics are on the
192.168.0.0/24 and 192.168.1.0/24 subnets respectively and it should work
(I've done similar things.)

Ken


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



Re: another question

2002-07-25 Thread Roger 'Rocky' Vetterberg

Eric Dedrick wrote:
> Natd hasn't exactly been working as it used to either.  Any idea what this
> means?
> 
>  Jul 24 23:26:43 dsl-146-127 /kernel: arp: 192.168.0.1 is on lo0 but got
>  reply from 00:04:76:b8:94:10 on ep0
>  Jul 24 23:28:17 dsl-146-127 /kernel: arp: 128.211.146.127 is on lo0 but
>  got reply from 00:60:08:10:e6:e5 on xl0
> 
> # ifconfig
> xl0: flags=8843 mtu 1500
> options=3
> inet6 fe80::204:76ff:feb8:9410%xl0 prefixlen 64 scopeid 0x1
> inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
> ether 00:04:76:b8:94:10
> media: Ethernet autoselect (10baseT/UTP)
> status: active
> lp0: flags=8810 mtu 1500
> ep0: flags=8843 mtu 1500
> inet 128.211.146.127 netmask 0xff00 broadcast 128.211.146.255
> inet6 fe80::260:8ff:fe10:e6e5%ep0 prefixlen 64 scopeid 0x3
> ether 00:60:08:10:e6:e5
> media: Ethernet 10baseT/UTP
> lo0: flags=8049 mtu 16384
> inet6 ::1 prefixlen 128
> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
> inet 127.0.0.1 netmask 0xff00
> faith0: flags=8002 mtu 1500
> 
> 

I dont know why this happens but if its any comfort I have had 
similar errors on my machine for years.

Jul  4 14:40:43 rambo /kernel: arp: 192.168.0.3 is on lo0 but got 
reply from 00:48:54:50:e4:96 on fxp0
Jul  8 15:13:36 rambo /kernel: arp: 192.168.0.1 is on dc1 but got 
reply from 00:02:e3:14:5a:b6 on fxp0

192.168.0.3 is the ip of the machine logging this, 192.168.0.1 is 
a win machine connected to dc1.
Since everything works I havent bothered to look into it.

--
R



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



Can someone please explain...?

2002-07-25 Thread Ronnie Clark


Can someone explain what the "/kernel" is or represents in the IPFW 
logs?

Thanks in advance,
Ron Clark


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



Re: NAT with Three NICs

2002-07-25 Thread Roger 'Rocky' Vetterberg

James West wrote:
> I'm fairly new to FreeBSD coming from a linux background.
> 
> My problem is probably simple, but I'm having a hard time with it. I 
> have four boxes, one FreeBSD that acts as a gateway/NAT router/Firewall, 
> a Windows2k workstation, and two old Mac workstations.
> 
> Being unable to afford a 10/100 hub right now, I'm stuck with a 10 hub 
> and 10/100 cards in both the freebsd and windows machines. So I thought 
> I could just simply connect those two via crossover so I could get 100 
> on the ones I use the most, and stick a 10 card in the freebsd machine 
> to connect to the hub and the old Macs that both have simple 10 cards. I 
> would assign the 10 card in the freebsd machine a different submask and 
> call it a day.
> 
> It doesn't seem to be that simple.
> 
> For some reason, my packets are being routed perfectly from the W2k 
> machine to the internet and back, but the macs are not reachable from 
> either the FreeBSD box or the W2k box. They cannot get out either.
> 
> I'm wondering, what do I have to do to get the FreeBSD machine to route 
> packets from both dc0 (100) and ed0 (10) through rl0 (which is connected 
> to my cablemodem, DHCP) and back again, as well as route traffic around 
> the local network?
> 
> Thank you
> 
> James West
> 

You could run two natd daemons on the gateway machine, one for 
the win machine and one for the macs.
Just start another natd listening on another port, and add a ipfw 
divert rule to send the traffic from the macs through this new natd.

--
R




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



ps: bad name list

2002-07-25 Thread Jon Reynolds

On my mail server(FreeBSD4.6) whenever I type the command 'ps ax' I get the
error 'bad name list'. This is the first time I have gotten this msg. I have
qmail installed and yesterday I wanted to add a function to qmail that would
log all incoming an outgoing emails. So I had to recompile qmail, I did this
by going into my '/usr/ports/mail/qmail/' directory added the changes to my
extra.h file then did a 'make deinstall' then a 'make reinstall'. Since then
I have been getting this error. What did I wrong and how can I fix this? Any
help will be greatly appreciated.

Jon


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



Re: FreeBSD as a Desktop

2002-07-25 Thread Kent Stewart



Mark Rowlands wrote:

> On Thu July 25 2002 20:51, Kent Stewart wrote:
> 
>>Jud wrote:
>>
>>>-Original Message-
>>>From: "MET" <[EMAIL PROTECTED]>
>>>To: <[EMAIL PROTECTED]>
>>>Date: Thu, 25 Jul 2002 14:23:10 -0400
>>>Subject: FreeBSD as a Desktop
>>>
>>>There is without a doubt that FreeBSD is an amazing server OS, but how
>>>well does it stand as a desktop, or rather a laptop.  To be blunt, I'm
>>>tired of Microsoft and was wondering how feasible it is to run FreeBSD
>>>as my Laptop OS.  I will do some searching, but are there good GUI
>>>environments for word processing, C/C++ development, email, ICQ, some
>>>port of AOL Instant Messenger (I can't believe I'm putting this here),
>>>MP3 players/converters, web browsers that actually keep up to date with
>>>the standards, and anything else commonly used ?
>>>
> 
> 
> Something nobody else seems to mentioned. you can run ipfilter or ipfw. As 
> my laptop gets plugged into a lot of windows environments, running ipfilter 
> and only opening up what I need when I need it is kind of comforting.


I rarely agree 100% with anything. I can always find something wrong. 
I use FreeBSD because it handles source in a consistent manner, i.e., 
cvsup and one source (VERY IMPORTANT), and ipfw for a firewall. I 
could probably use Darren's program but got started on ipfw.

What other OS can you exchange email with the developer and get a 
solution to a problem in 15 minutes. The fix is also available to 
everyone in the world at the same time. The first bug I found in 
Windows 98 was 6 months before I had a fix. I beta tested NT and its 
versions and problems on my systems were fixed before it was released.

Kent



-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


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



Re: NTPD

2002-07-25 Thread Oscar Ricardo Silva

How soon after you start ntpd do you try checking time?  I've found that 
synchronization with the servers in ntp.conf takes quite a bit of 
time.  Start up the daemon, leave it alone for at least 15 minutes (more is 
better) and then check time.  In case it helps, here is my /etc/ntp.conf file:

driftfile   /etc/ntp.drift

disable auth monitor

server  tick.uh.edu prefer
server  tick.greyware.com



Oscar

At 05:32 PM 7/24/2002 -0400, Brian McCann, you wrote:
>Ok...I've tried reading the NTPD pagesbut they are a bit cryptic for 
>me.  I'm trying to set up an NTP server.  I tried just running "ntpd -A", 
>and when I try to query it, my client returns "no server suitable for 
>sync. found".  Is there a howto someplace on setting up a NTPD server?  Or 
>could someone tell me how?
>
>Thanks,
>--Brian


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



Re: Screen Saver Setup

2002-07-25 Thread Adam Weinberger

where did you pull those variables from?

you want:
saver="green_saver.ko"
blanktime="600"

-Adam


>> (07.25.2002 @ 1209 PST): Parker Brown said, in 0.8K: <<
> Trying to load a screen saver.  I've set /etc/rc.conffor it (see
> attachment), but it doesn't load.  Or at least it doesn't activate,
> and   kldstatdoesn't indicate that it has loaded.  How come?
> 
> Pb

> screensave_load="YES"
> screensave_name="green_saver"
> blanktime="600"
> 

>> end of "Screen Saver Setup" from Parker Brown <<


--
"Oh good, my dog found the chainsaw."
-Lilo, "Lilo & Stitch"
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


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



NAT with Three NICs

2002-07-25 Thread James West

I'm fairly new to FreeBSD coming from a linux background.

My problem is probably simple, but I'm having a hard time with it. I have 
four boxes, one FreeBSD that acts as a gateway/NAT router/Firewall, a 
Windows2k workstation, and two old Mac workstations.

Being unable to afford a 10/100 hub right now, I'm stuck with a 10 hub and 
10/100 cards in both the freebsd and windows machines. So I thought I could 
just simply connect those two via crossover so I could get 100 on the ones I 
use the most, and stick a 10 card in the freebsd machine to connect to the 
hub and the old Macs that both have simple 10 cards. I would assign the 10 
card in the freebsd machine a different submask and call it a day.

It doesn't seem to be that simple.

For some reason, my packets are being routed perfectly from the W2k machine 
to the internet and back, but the macs are not reachable from either the 
FreeBSD box or the W2k box. They cannot get out either.

I'm wondering, what do I have to do to get the FreeBSD machine to route 
packets from both dc0 (100) and ed0 (10) through rl0 (which is connected to 
my cablemodem, DHCP) and back again, as well as route traffic around the 
local network?

Thank you

James West




_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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



Re: linux compatability broken

2002-07-25 Thread Dan Nelson

In the last episode (Jul 25), Eric Dedrick said:
> > Just to clarify, I mean that using portupgrade will (hopefully, and
> > in my experience, almost always) take care of your dependencies
> > during the upgrade process, thus saving you from the IMO less
> > preferable alternative of running more than one version of a port.
> >
> > Have you tried portupgrade with linux_base (after a backup of the
> > old linux_base port skeleton and installation of the new one) to
> > see whether Maple is happy?
> 
> Yup.  portupgrading eliminates ld-linux.so.1, required by maple. 
> Thanks for the suggestion, though.

Hm.  It shouldn't, since linux_base and linux_base-6 are different
ports.  Unless you had the RH6 version of linux_base, then installed
linux_base-6, then upgraded linux_base to the RH7 version.  The upgrade
of linux_base would have effectively wiped out the linux_base-6
install.

-- 
Dan Nelson
[EMAIL PROTECTED]

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



Re: Airsnort

2002-07-25 Thread Jason P Holland


have you tried bsd airtools?  thats what i use under freebsd.  have never 
heard of anyone using airsnort under freebsd, though i have for linux.

http://www.dachb0den.com/projects/bsd-airtools.html

jason

> Just worndering if someone has been able to get airsnort working  
> with FreeBSD using a Cisco airownet 350?   
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 


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



Re: FreeBSD as a Desktop

2002-07-25 Thread Mark Rowlands

On Thu July 25 2002 20:51, Kent Stewart wrote:
> Jud wrote:
> > -Original Message-
> > From: "MET" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Date: Thu, 25 Jul 2002 14:23:10 -0400
> > Subject: FreeBSD as a Desktop
> >
> > There is without a doubt that FreeBSD is an amazing server OS, but how
> > well does it stand as a desktop, or rather a laptop.  To be blunt, I'm
> > tired of Microsoft and was wondering how feasible it is to run FreeBSD
> > as my Laptop OS.  I will do some searching, but are there good GUI
> > environments for word processing, C/C++ development, email, ICQ, some
> > port of AOL Instant Messenger (I can't believe I'm putting this here),
> > MP3 players/converters, web browsers that actually keep up to date with
> > the standards, and anything else commonly used ?
>


Something nobody else seems to mentioned. you can run ipfilter or ipfw. As 
my laptop gets plugged into a lot of windows environments, running ipfilter 
and only opening up what I need when I need it is kind of comforting.


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



Re: linux compatability broken

2002-07-25 Thread Eric Dedrick

> Just to clarify, I mean that using portupgrade will
> (hopefully, and in my experience, almost always) take
> care of your dependencies during the upgrade process,
> thus saving you from the IMO less preferable
> alternative of running more than one version of a
> port.
>
> Have you tried portupgrade with linux_base (after a
> backup of the old linux_base port skeleton and
> installation of the new one) to see whether Maple
> is happy?

Yup.  portupgrading eliminates ld-linux.so.1, required by maple.  Thanks
for the suggestion, though.


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



Re: Are there Console Based MP3 Players ?

2002-07-25 Thread Dan Nelson

In the last episode (Jul 25), MET said:
> Are there Console Based MP3 Players ?
>  
> I've got a bunch of MP3's neatly organized into folders and was
> wondering if you could just the player to play selected folder's
> contents, if they meet the mp3 criteria.

mpg123 is a good command-line player, ksmp3play and mp3blaster look
like they have fullscreen curses displays, I'm sure there are lots more
in ports/audio.

-- 
Dan Nelson
[EMAIL PROTECTED]

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



Airsnort

2002-07-25 Thread Justin L . Boss

Just worndering if someone has been able to get airsnort working  
with FreeBSD using a Cisco airownet 350?   


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



Screen Saver Setup

2002-07-25 Thread Parker Brown

Trying to load a screen saver.  I've set /etc/rc.conffor it (see
attachment), but it doesn't load.  Or at least it doesn't activate,
and   kldstatdoesn't indicate that it has loaded.  How come?

Pb


screensave_load="YES"
screensave_name="green_saver"
blanktime="600"




Re: XFree86 runs as root but not as user!

2002-07-25 Thread Adam Weinberger

have you installed /usr/ports/x11/wrapper?

-Adam


>> (07.25.2002 @ 1210 PST): Koroush Saraf said, in 0.7K: <<
> This is probably a trivial and old question, but I havn't found an answer
> yet.
> 
> I just installed BSD 4.6 and can't get XFree86 to run as a user.
> It works fine as root.  So I figure some permission is not set correctly
> somewhere.
> I tried to chmod 4755 on startx just to see what happens, and nothing
> exciting happened!
> The error is below:  Please help! and include this email address in the
> reply
> 
> 
> > Fatal server error:
> > Cannot open log file "/var/log/XFree86.0.log"
> >
> > giving up.
> > xinit: No such file or directory (errno 2): unable to connect to X server
> > xinit: No such process (errno 3): Server error
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 
>> end of "XFree86 runs as root but not as user!" from Koroush Saraf <<


--
"Oh good, my dog found the chainsaw."
-Lilo, "Lilo & Stitch"
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


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



Re: Are there Console Based MP3 Players ?

2002-07-25 Thread Adam Weinberger

the others are correct: audio/mpg123 is the best console mp3 player. you
may be interested in audio/cymbaline, which will help you play mp3s
based on specific criteria.

-Adam


>> (07.25.2002 @ 1202 PST): MET said, in 5.3K: <<
> 
>Are there Console Based MP3 Players ?
> 
> 
> 
>I've got a bunch of MP3's neatly organized into folders and was
>wondering if you could just the player to play selected folder's
>contents, if they meet the mp3 criteria.
> 
> 
> 
> 
> 
>Any ideas?
> 
> 
> 
>P.S.  That machine doesn't have X installed, but if I have to I will.
> 
> 
> 
>P.P.S Thanks for all the FreeBSD as Desktop replies.
> 
> 
> 
>- Matthew
> 
> 
> 
> 
>/**
> 
>  Matthew Metnetsky
> 
>  [EMAIL PROTECTED]
> 
>**/
>> end of "Are there Console Based MP3 Players ?" from MET <<


--
"Oh good, my dog found the chainsaw."
-Lilo, "Lilo & Stitch"
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


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



XFree86 runs as root but not as user!

2002-07-25 Thread Koroush Saraf

This is probably a trivial and old question, but I havn't found an answer
yet.

I just installed BSD 4.6 and can't get XFree86 to run as a user.
It works fine as root.  So I figure some permission is not set correctly
somewhere.
I tried to chmod 4755 on startx just to see what happens, and nothing
exciting happened!
The error is below:  Please help! and include this email address in the
reply


> Fatal server error:
> Cannot open log file "/var/log/XFree86.0.log"
>
> giving up.
> xinit: No such file or directory (errno 2): unable to connect to X server
> xinit: No such process (errno 3): Server error


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



Re: Are there Console Based MP3 Players ?

2002-07-25 Thread Philip Hallstrom

Take a look at:

http://www.freebsd.org/ports/audio.html

there are several listed.

On Thu, 25 Jul 2002, MET wrote:

> Are there Console Based MP3 Players ?
>
> I've got a bunch of MP3's neatly organized into folders and was
> wondering if you could just the player to play selected folder's
> contents, if they meet the mp3 criteria.
>
>
> Any ideas?
>
> P.S.  That machine doesn't have X installed, but if I have to I will.
>
> P.P.S Thanks for all the FreeBSD as Desktop replies.
>
> - Matthew
>
>
> /**
>
>   Matthew Metnetsky
>
>   [EMAIL PROTECTED]
>
> **/
>


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



Re: Are there Console Based MP3 Players ?

2002-07-25 Thread Jason Porter

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

mpg123 period :)  There are some other ones out there, but I think this
is the most popular.

MET wrote:
| Are there Console Based MP3 Players ?
|
| I've got a bunch of MP3's neatly organized into folders and was
| wondering if you could just the player to play selected folder's
| contents, if they meet the mp3 criteria.
|
|
| Any ideas?
|
| P.S.  That machine doesn't have X installed, but if I have to I will.
|
| P.P.S Thanks for all the FreeBSD as Desktop replies.
|
| - Matthew
|
|
| /**
|
|   Matthew Metnetsky
|
|   [EMAIL PROTECTED]
|
| **/


- --
- -Jason Porter

"Real programmers are secure enough to write
readable code, which they then self-righteously
refuse to explain."
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9QEueYV2rputn/eARAp+ZAJ9C+dlmZorp5ySjiZFy0xaDfGBWzQCfYghD
FQcdG9pRkOyiaKXfdvf82uU=
=Rvn7
-END PGP SIGNATURE-


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



  1   2   >