The FreeBSD Diary: 2004-06-20 - 2004-07-10

2004-07-11 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives  
and/or The FreeBSD Diary . 

These are the articles posted during this period:

23-Jun : USENIX'04 ATC
 I'll be there! 
 http://freebsddiary.org/usenix-atc-2004.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

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


FreeBSD Kernel Recompile, Does not exclude modules

2004-07-11 Thread Steven Adams
Hey,

 

Reading from the FreeBSD Handbook I have compiled a new kernel that works
fine.

 

In my config file I commented out a few things I don't need eg USB etc.

 

But for some reason when it booted back up into the new kernel, from ps aux
it shows usb is up and running..

 

/boot/kernel shows that usb.ko is there.

 

I don't understand why its included which I commented it out

 

Am I doing something wrong?

 

Thanks

Steve

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


Re: How Critical Is It To Use an ISP Running FreeBSD or BSD/OS?

2004-07-11 Thread Jorn Argelo
Kevin Stevens wrote:
[snip]
In an ISP of any size, the CS reps will be almost totally divorced 
from the infrastructure team.  What OS' they support for customers has 
very little to do with what they run on the backside.

KeS
True there. They only support Bill's software and a Mac just because it 
are the two most used OS'. (You can't say that from Linux because every 
distribution is different and has different paths and such) For example, 
here in the Netherlands we have several ISPs where the service desk 
employees simply have a list in fromt of them with questions, but know 
nothing about computers at all. You can't expect of them to figure out 
how to get your connection up and running with all those Linux 
distributions, or BSD projects. Would be rather a PITA if one has an 
HP-UX, AIX or ALPHA machine serving as an internet gateway, don't you think?

Anyway, my ISP (Demon, for the Dutch folks on the list) is running 
FreeBSD (at least, their webservers. Not really sure about the rest), 
and they don't give support on FreeBSD either. They only support Windows 
and Mac as well. Which makes sense to me though. They have skilled folks 
on their service desk, but still you can't expect of them to know 
various of *NIX flavors.

So it got a little bit long, but at least you have my two cents.
Cheers,
Jorn
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

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


Re: Newbieish Desktop Questions

2004-07-11 Thread Kristian Holdich
On Sun, 2004-07-11 at 06:22, Danny MacMillan wrote:
> If your concern is that you won't be able to log in to single-user mode,
> consider that you will be prompted for a shell in any case (at least I
> am).  If your concern is that you would like to have bash available in
> single user mode as well, make sure it is statically linked.  If you will
> be installing from ports, the following should work (if I'm reading the
> Makefile correctly):
> 
> cd /usr/ports/shells/bash2
> make -DWANT_STATIC_BASH install clean

That makes sense, will double check it next time I do a reboot. I don't
care about having bash in single user mode, just prefer it in day to day
use.

It's been a while since I've used *BSD but seem to remember some other
Unixes were less forgiving...

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


Re: Mouse in X

2004-07-11 Thread Henrik W Lund
Stanley Wright wrote:
Hello Henrik,
 
Thanks.
 
The mouse now works. I needed to choose the "Microsoft" protocol and 
choose /dev/cuaa0 and disable the mouse daemon in the console.
 
Now that I've fixed the mouse the only other problem is the internet. 
My external modem connects fine but when connected I cant load any web 
pages. It says error loading xyz.com (example) and even if i try 
accessing an Ip address i get the same error. Any ideas?
 
If u ever visit the Caribbean remember that I owe u a favour.
 
Stan.
You're very welcome.
What is the output of ifconfig, and what does your ppp.conf look like? 
Been a while since I used dialup ( ;-) ), but the way I remember it that 
whole setup leaves plenty of room for misconfiguration.

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


Re: FreeBSD Kernel Recompile, Does not exclude modules

2004-07-11 Thread Kent Stewart
On Sunday 11 July 2004 12:25 am, Steven Adams wrote:
> Hey,
>
>
>
> Reading from the FreeBSD Handbook I have compiled a new kernel that
> works fine.
>
>
>
> In my config file I commented out a few things I don't need eg USB
> etc.
>
>
>
> But for some reason when it booted back up into the new kernel, from
> ps aux it shows usb is up and running..
>
>
>
> /boot/kernel shows that usb.ko is there.
>
>
>
> I don't understand why its included which I commented it out
>
>
>
> Am I doing something wrong?
>
>

Did you do a "make kernel" to build and install the new kernel?

Kent

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

-- 
Kent Stewart
Richland, WA

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


Re: FreeBSD Kernel Recompile, Does not exclude modules

2004-07-11 Thread Arjan Van Leeuwen
Hi Steve,

On Sun, 11 Jul 2004 17:25:40 +1000, Steven Adams <[EMAIL PROTECTED]> wrote:
> Hey,
> 
> Reading from the FreeBSD Handbook I have compiled a new kernel that works
> fine.
> 
> In my config file I commented out a few things I don't need eg USB etc.
> 
> But for some reason when it booted back up into the new kernel, from ps aux
> it shows usb is up and running..

You mean that the program usbd is running. This is a userland program
that detects new USB devices and starts some predefined sequence of
commands when a certain device enters the system. You can turn it off
by adding usbd_enable="NO" to /etc/rc.conf.

> 
> /boot/kernel shows that usb.ko is there.
> 
> I don't understand why its included which I commented it out

There's a difference between 'compiling something into the kernel' and
using a kernel module. usb.ko is a kernel loadable module - a module
that you can load with kldload if you need it. It's not compiled into
the kernel. When you had 'device usb' in your kernel, usb would be
compiled into the kernel and you'd never need to load the kernel
loadable module for it. Now, you've removed usb from your kernel
configuration file, so usb support is not in your kernel. Should you
need it later, you can always load the module.

If the module is not loaded, it doesn't take up any resources (except
for the hard drive space it uses), so it shouldn't bother you.

If you really don't want to compile any modules at all when building
your kernel (for example, to save time when building a kernel), add
NO_MODULES=true to /etc/make.conf.

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


Re: Flashplasyer plug-in for Opera

2004-07-11 Thread Arjan Van Leeuwen
Hi Paolo,

You don't need the linuxpluginwrapper if you're using linux-opera,
only if you're using FreeBSD Opera. In that last case, it will only
work on FreeBSD 4.x, that's why you received a message that flash
support was unavailable.

linux-opera should work with linux-flashplugin{6,7} out of the box.

Arjan

On Sat, 10 Jul 2004 22:23:38 -0300, Paulo Fonseca Jr.
<[EMAIL PROTECTED]> wrote:
> Ok!
> 
> Linux-Opera is just fine with flashplayer now on freebsd 5.1.
> 
> make install on /usr/ports/www/linux-opera
> make install on /usr/ports/www/linux-flashplugin
> recompile and install /usr/src/libexec/rtld-elf and
> make /usr/ports/linuxpluginwrapper
> 
> it'll runs ok!
> 
> On Sat, 10 Jul 2004 22:01:56 -0300, Paulo Fonseca Jr.
> 
> 
> <[EMAIL PROTECTED]> wrote:
> 
> > Arjan,
> >
> > I running now:
> > /usr/ports/www/linux-opera
> > /usr/ports/www/linux-flashplugin
> > /usr/ports/www/linuxpluginwrapper
> >
> > I received the message "Flash6 with Opera is not avilable." on make of
> > linuxpluginwrapper, but in browser, the shockwave flash plugin is
> > active. I set up my browser to identify as Mozilla but web pages that
> > use flash do not work fine. Can you send me some web page address that
> > use flash ? www.globo.com or www.cursoaprovacao.com.br not work
> > correctly.
> >
> > Thanks,
> > Paulo.
> >
> > On Sat, 10 Jul 2004 14:27:57 +0200, Arjan Van Leeuwen
> > <[EMAIL PROTECTED]> wrote:
> >
> >> On Fri, 9 Jul 2004 23:29:17 -0400, epilogue <[EMAIL PROTECTED]>
> >> wrote:
> >>> On Fri, 09 Jul 2004 21:49:14 -0300
> >>> "Paulo Fonseca Jr." <[EMAIL PROTECTED]> wrote:
> >>>
> >>> > I'm trying to enable flash plug-in on freebsd 5.1 like this:
> >>> >
> >>> > 1) cd /usr/ports/www/linux-flashplayer
> >>> > make install clean
> >>> > it's ok
> >>> >
> >>> > 2) Tools -> Preferences -> Plug-ins -> Change path
> >>> > the working path is: opera;
> >>> > /usr/X11R6/share/opera/plugins:/usr/local/lib/flash/
> >>> > it's fine
> >>> >
> >>> > 3) when opera starts with "opera -debugplugin" command the message
> >>> below
> >>> > occurs:
> >>>
> >>> judging by the command above, you're using the 'native' version of
> >>> opera
> >>> (that is to say, opera for freebsd).  is there any reason you would
> >>> expect
> >>> the LINUX-flashplayer to work?   :P
> >>>
> >>> try /usr/ports/www/flashpluginwrapper for the native version OR install
> >>> /usr/ports/www/linux-opera.  either should solve your problem.
> >>
> >> Use www/linuxpluginwrapper instead of www/flashpluginwrapper - it's
> >> newer, better maintained and supports a newer version of the Flash
> >> player.
> >>
> >> That said, it doesn't work with native Opera on FreeBSD 5.x - only on
> >> 4.x. So if you want Flash in Opera on FreeBSD 5.x, use linux-opera.
> >>
> >> Arjan
> >> ___
> >> [EMAIL PROTECTED] mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >> To unsubscribe, send any mail to
> >> "[EMAIL PROTECTED]"
> >>
> >> Esta mensagem foi verificada pelo E-mail Protegido Terra.
> >> Scan engine: VirusScan / Atualizado em 08/07/2004 / Versão: 1.5.2
> >> Proteja o seu e-mail Terra: http://www.emailprotegido.terra.com.br/
> >>
> >
> >
> >
> 
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: FreeBSD Kernel Recompile, Does not exclude modules

2004-07-11 Thread Steven Adams
Hi, 

Ive already disabled usbd_enable=no in /etc/rc.conf

But still I get theses

root   399  0.0  0.0 0   12  ??  DL   Sat04PM   0:00.03  (usb0)
root   400  0.0  0.0 0   12  ??  DL   Sat04PM   0:00.00  (usbtask)

And yes I ran make install, I know it worked because I also compiled in
quota support which is now working and wasn't previously.

I am a 5year slackware linux user just moved over to FreeBSD so im used to
the linux kernel, that's why its confused me a little. FreeBSD is looking
great tho.. :)

But yeh wondering how I get rid of them 2 processes.

Thanks
Steve

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Arjan Van Leeuwen
Sent: Sunday, 11 July 2004 9:14 PM
To: Steven Adams
Cc: [EMAIL PROTECTED]
Subject: Re: FreeBSD Kernel Recompile, Does not exclude modules

Hi Steve,

On Sun, 11 Jul 2004 17:25:40 +1000, Steven Adams <[EMAIL PROTECTED]>
wrote:
> Hey,
> 
> Reading from the FreeBSD Handbook I have compiled a new kernel that works
> fine.
> 
> In my config file I commented out a few things I don't need eg USB etc.
> 
> But for some reason when it booted back up into the new kernel, from ps
aux
> it shows usb is up and running..

You mean that the program usbd is running. This is a userland program
that detects new USB devices and starts some predefined sequence of
commands when a certain device enters the system. You can turn it off
by adding usbd_enable="NO" to /etc/rc.conf.

> 
> /boot/kernel shows that usb.ko is there.
> 
> I don't understand why its included which I commented it out

There's a difference between 'compiling something into the kernel' and
using a kernel module. usb.ko is a kernel loadable module - a module
that you can load with kldload if you need it. It's not compiled into
the kernel. When you had 'device usb' in your kernel, usb would be
compiled into the kernel and you'd never need to load the kernel
loadable module for it. Now, you've removed usb from your kernel
configuration file, so usb support is not in your kernel. Should you
need it later, you can always load the module.

If the module is not loaded, it doesn't take up any resources (except
for the hard drive space it uses), so it shouldn't bother you.

If you really don't want to compile any modules at all when building
your kernel (for example, to save time when building a kernel), add
NO_MODULES=true to /etc/make.conf.

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


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


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

2004-07-11 Thread Patrick Dung
My last mail is waiting for the mailing list approval.
But it was already some days, so I sent it again.

--- Patrick Dung <[EMAIL PROTECTED]> 內容:>
--- Lowell Gilbert
> <[EMAIL PROTECTED]> 內容:>
> Patrick Dung <[EMAIL PROTECTED]> writes:
> > 
> > > Only /dev/bpf0 is there at boot time
> > > But when I run tcpdump, it automatically create
> > > /dev/bpf1 (I have multiple NIC).
> > > Running devfs at boot time cannot set the
> > /dev/bpf1,
> > > which is not present.
> > 
> > Running devfs(8) at boot time will set rules that
> > will be
> > automatically applied to bpf1 when it is created. 
> > What do your devfs
> > rules look like?
> >  
> 
> own bpf*root:wheel
> permbpf*0660
> 
>

_
必殺技、飲歌、小星星...
浪漫鈴聲  情心連繫
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Firewall rules for local lan

2004-07-11 Thread Gaspar Kiraly
Hello,

I have a quick question for you:

I am in the process of setting up ipfw for my server and a small LAN of two pcs.
The FreeBSD server is used as an internet gateway with a dial up connection (ppp -auto 
-alias demand).
My network connection is working fine, however I am getting more and more junk mail 
lately.
It looks like some sites are sniffing out my e-mail address, my pc configs, etc.
Hence, I'd like to setup a firewall.
I found many good examples, however they deal with a one pc (FreeBSD) one network card 
setup.
For ex: do I need to add "divert" and "bridge" to the Kernel config file? How do I set 
up different rules for for each nic?
I'd like to be able to access the FreeBSD server from my local LAN w/o any 
restrictions but I do not want the internet sites to do the same with my server and 
LAN. Would you have an example setup for this scenario? The FreeBSD server is also 
setup to provide address resolution for the internet.

I'd appreciate any help.

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


Re: Firewall rules for local lan

2004-07-11 Thread cpghost
Gaspar Kiraly wrote:
I am in the process of setting up ipfw for my server and a small LAN of two pcs.
The FreeBSD server is used as an internet gateway with a dial up connection (ppp -auto -alias demand).
My network connection is working fine, however I am getting more and more junk mail lately.
It looks like some sites are sniffing out my e-mail address, my pc configs, etc.
Hence, I'd like to setup a firewall.
I found many good examples, however they deal with a one pc (FreeBSD) one network card setup.
For ex: do I need to add "divert" and "bridge" to the Kernel config file? How do I set up different rules for for each nic?
I'd like to be able to access the FreeBSD server from my local LAN w/o any restrictions but I do not want the internet sites to do the same with my server and LAN. Would you have an example setup for this scenario? The FreeBSD server is also setup to provide address resolution for the internet.
 

You don't need divert or bridge, because ppp(1) has built-in
packed filtering. Have a look at ppp(1) man page, esp. the
section "packet filtering."
Don't forget to enable ppp NAT and to set up your
box as a gateway in /etc/rc.conf:
 hostname="your.hostname.tld"
 gateway_enable="YES"
 ppp_enable="YES"
 ppp_profile="your-isp-profile"
 ppp_user="root"
 ppp_mode="ddial"
 ppp_nat="YES"
 named_enable="YES"
 named_flags="-u bind -g bind"
Don't forget to add your filter rules in
/etc/ppp/ppp.conf.
I'd appreciate any help.
Gaspar
 

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


/usr/share/dict/words

2004-07-11 Thread stan
I'm building a couple of new machines this weekend.

Normally I do "install minimum possible", then cvsup and do a make
buildworld / make installworld sequence.

This time as I was building various ports, I was told that
/usr/share/dict/words needed to be installed.

This has always been installed by the make installworld before. Has
something changed about this? (STABLE).


-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Kernel Recompile, Does not exclude modules

2004-07-11 Thread Matthew Seaman
On Sun, Jul 11, 2004 at 10:09:54PM +1000, Steven Adams wrote:

> Ive already disabled usbd_enable=no in /etc/rc.conf
> 
> But still I get theses
> 
> root   399  0.0  0.0 0   12  ??  DL   Sat04PM   0:00.03  (usb0)
> root   400  0.0  0.0 0   12  ??  DL   Sat04PM   0:00.00  (usbtask)
> 
> And yes I ran make install, I know it worked because I also compiled in
> quota support which is now working and wasn't previously.
> 
> I am a 5year slackware linux user just moved over to FreeBSD so im used to
> the linux kernel, that's why its confused me a little. FreeBSD is looking
> great tho.. :)
> 
> But yeh wondering how I get rid of them 2 processes.

Those are not ordinary processes.  Rather they are kernel threads (or
some such description) -- along the same lines as the vmdaemon,
swapper or syncer threads.

In order to get rid of them, you'ld have to compile a custom kernel
with all of the usb support ripped out *and* you'ld have to take steps
to prevent the kernel autoloading a usb.ko kernel module on boot up.

If you have inadvertently loaded a usb kld module -- use kldstat(8) to
see if that is the case -- then you should be able to unload it with
kldunload(8), so long as it's not actually busy doing stuff.

On the whole though, I wouldn't bother too much about those usb kernel
thread things.  They're generally harmless and they don't have any
impact on the rest of the system if there are no USB peripherals in
use.

Cheers,

Matthew

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


pgpOMvQAGerdk.pgp
Description: PGP signature


Re: /usr/share/dict/words

2004-07-11 Thread Matthew Seaman
On Sun, Jul 11, 2004 at 09:46:09AM -0400, stan wrote:
> I'm building a couple of new machines this weekend.
> 
> Normally I do "install minimum possible", then cvsup and do a make
> buildworld / make installworld sequence.
> 
> This time as I was building various ports, I was told that
> /usr/share/dict/words needed to be installed.
> 
> This has always been installed by the make installworld before. Has
> something changed about this? (STABLE).

No.  /usr/share/dict/words should be a sym-link to web2 in that
directory.  That's just copied from /usr/src/share/dict/web2 during
the installworld process.

% ls -l /usr/share/dict 
total 3462
-r--r--r--  1 root  wheel 1545 Nov 22  2002 README
-r--r--r--  1 root  wheel  620 Nov 22  2002 eign
-r--r--r--  1 root  wheel 1190 May  9  2003 freebsd
-r--r--r--  1 root  wheel 8640 Nov 22  2002 propernames
-r--r--r--  1 root  wheel  2493082 May 16  2003 web2
-r--r--r--  1 root  wheel  1012730 Nov 22  2002 web2a
lrwxr-xr-x  1 root  wheel4 Jul  5 17:05 words@ -> web2


Looks like something went wrong during your cvsup / buildworld /
installworld process. (Which I hope is rather more than that basic
outline -- you should build and install a kernel as well and generally
follow the instructions in /usr/src/UPDATING and the Handbook)

Suggest you check that you haven't run out of disk space anywhere,
that you delete everything under /usr/obj (you will need to use
chflags(1) on some of the contents to remove the immutable bits),
re-cvsup and try again.  Check the compilation output for errors as
you go.

Cheers,

Matthew

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


pgp1tpZStgmiw.pgp
Description: PGP signature


Re: Rack-Mount Server cases

2004-07-11 Thread Nico Meijer
Hi Eric,
What do you prefer for a 2U rack mount server case?  I want to keep the
cost down, but I want something that looks nice and is functional.
As much as I wonder how "something that looks nice" could be added to 
the wishlist for a rackmount server, here's my two cents.

I've been using Chieftec's 1U cases for a while now. I'm sure there are 
better cases around, but, in comparison to one el cheapo Mapower I laid 
my hands on last year, they're rugged and offer great (exceptional?) 
value for money. I'd buy a Chieftec 2U without blinking.

Also, due to pretty low costs, you could have a spare around.
Also, a good UPS rack mount?
Sorry, can't help you there, other than that I've heard one UPS 
professional mutter that APC's offerings are 'pieces of sh*t'.

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


RE: Firewall rules for local lan

2004-07-11 Thread JJB
Here is a rewrite of the FreeBSD handbook firewall section with
examples that will answer all your questions.

www.a1poweruser.com/FBSD_firewall/



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gaspar
Kiraly
Sent: Sunday, July 11, 2004 8:52 AM
To: [EMAIL PROTECTED]
Subject: Firewall rules for local lan

Hello,

I have a quick question for you:

I am in the process of setting up ipfw for my server and a small LAN
of two pcs.
The FreeBSD server is used as an internet gateway with a dial up
connection (ppp -auto -alias demand).
My network connection is working fine, however I am getting more and
more junk mail lately.
It looks like some sites are sniffing out my e-mail address, my pc
configs, etc.
Hence, I'd like to setup a firewall.
I found many good examples, however they deal with a one pc
(FreeBSD) one network card setup.
For ex: do I need to add "divert" and "bridge" to the Kernel config
file? How do I set up different rules for for each nic?
I'd like to be able to access the FreeBSD server from my local LAN
w/o any restrictions but I do not want the internet sites to do the
same with my server and LAN. Would you have an example setup for
this scenario? The FreeBSD server is also setup to provide address
resolution for the internet.

I'd appreciate any help.

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

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


Re: Connecting a USB Zip drive -- whatever am I doing wrong?

2004-07-11 Thread John Murphy
epilogue <[EMAIL PROTECTED]> wrote:


>### uname -a
>FreeBSD 4.10-RELEASE-p1 i386
>
>### relevant lines from kernel
>device  vpo
>device  scbus
>device  da
>device umass
>device  uhci# uhci related entries show up in dmesg
>device usb
>device ugen

Do you have 'device pass'? Just a guess, sorry if it doesn't help.

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


NEWBIE: Logging into Cox Cable service

2004-07-11 Thread James A. Coulter
I am running FreeBSD 4.10 and am trying to connect to my Cox ISP via a an
Ethernet nic and cable modem.

I have DHCP for the nic enabled in /etc/rc.conf and can obtain an IP address
from my Windows 98 gateway, but when I connect the nic to the cable modem
and reboot I do not get a response from the cox DHCP server.

The nic shows active in ifconfig, but no IP is assigned to it.

I suspect the Cox DHCP server is expecting a username and password from
dhclient.conf

I googled and the closest answer I found was a short article in the FreeBSD
Diary published in 2000 that gave this as an example dhclient.conf:

interface "de0" {
send host-name "cr123456-a";
request subnet-mask, broadcast-address, routers, domain-name-servers,
domain-name, time-servers;
require domain-name-servers;
}

I tried substituting my own interface and looked up the hostname info cox
provided to my Windows 98 box and swapped the computer names, but no luck.

Is my hunch correct?  When I set up my Windows boxes to connect to Cox with
their CD, it always asked for the main account username and password – so
I’m guessing when the dhcp client sends out its request for an address, the
Cox DHCP server is expecting a username and password.

Can anyone tell me how to send the username and password?

TIA,

Jim C.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.718 / Virus Database: 474 - Release Date: 7/9/2004
 

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


RE: Sendmail upgrade advice

2004-07-11 Thread Rob
Hi,

Thanks for the advice. Although convoluted, I had managed to read through
some of the documentation and tried to perform the first steps of the
install (as you kindly described below).

However, the install failed on the first step of sh Build in the sendmail
directory. This is why I was asking for help because of this error I
received at sh Build.

build: Can't open build: No such file or directory
%sh Build
Configuration: pfx=, os=FreeBSD, rel=4.4-RELEASE, rbase=4,
rroot=4.4-RELEASE, arch=i386, sfx=, variant=optimized
Using M4=/usr/bin/m4
Creating
/usr/home/rob/sendmail-8.13.0/obj.FreeBSD.4.4-RELEASE.i386/sendmail
using
/usr/home/rob/sendmail-8.13.0/devtools/OS/FreeBSD sed: 1: "s/
//g
": unterminated substitute pattern
sed: 1: "s/
//g
": unterminated substitute pattern
ERROR: /usr/bin/m4 failed; You may need a newer version of M4, at least
as new as System V or GNU

It was also suggested that I build my own ports tree but I don't really have
the disk space for that. Is it possible to build a ports tree with just one
port perhaps? If so, how do I go about doing that?

Thanks again.



-Original Message-
From: Brent Bailey [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 10, 2004 4:42 PM
To: epilogue
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Sendmail upgrade advice


hope this helps

im going to use 8.12.10 as an examplei think the instructions are
referring to this: when you unpack sendmail-8.x.x  it makes a dir called
sendmail.8.x.x (whatever the version name)

cd into that dir. theres a INSTALL file that pretty much says everthign i
said herebut  oh well...who reads instructions anyway

you will also see a dir oddly enough called "sendmail" cd into that
that is where you run the
sh Build

then it wants you to go to the cf/cf dir  todo so do:
cd ../cf/cf



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


Re: Problem with hardware OX16PCI954 8-ports serial

2004-07-11 Thread John Murphy
Harchenko Andrew <[EMAIL PROTECTED]> wrote:

>I have FreeBSD 4.9 and try to install multiport card  OX16PCI954 8-ports 
>serial. And I have some problem 4 ports
>works normaly. But other don't work.
>
>dmesg
>
>puc0:  port 
>0xa800-0xa81f,0xb000-0xb01f mem 
>0xf200-0xf2000fff,0xf280-0xf2800fff irq 9 at device 10.0 on pci2
>sio4: type 16550A
>sio5: type 16550A
>sio6: type 16550A
>sio7: type 16550A
>chip0:  port 
>0xa000-0xa01f,0xa400-0xa41f mem 
>0xf100-0xf1000fff,0xf180-0xf1800fff irq 9 at device 10.1 on pci2
>
>
>
>I compiled kernel with follow options
>
>options COM_MULTIPORT
>device  puc
>options PUC_FASTINTR
>
>
>What's wrong?

man 4 puc says:

If the PUC_FASTINTR option is used the driver will try to use fast inter-
rupts.  This should lower the interrupt latency and should be used if the
sio(4) driver reports silo overflow errors.  It cannot be used if the
interrupt is shared.

So try a kernel without the PUC_FASTINTR option.  Also ensure you have
sio* devices in /dev for the other four ports.

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


RE: Network configuration

2004-07-11 Thread Terrence Koeman
Hi,

Thank you all for the help and time. I finally got it all working with bits
from most emails.

I'll include my configuration here for others in the same situation (any
comments are welcome):

It's now:

--
| SDSL Modem |
|  Bridged   |
--
   |
   --
   | xl1: 217.1.1.155, DHCP |
   |  Freebsd Box   |
   |xl0: UP, no ip  |
   --
   |
   --
   |---| SWITCH |---|
   |   --   |
   |   ||
  --- --- ---
  | C1: 217.1.1.156 | | C2: 217.1.1.157 | | C3: 217.1.1.158 |
  --- --- ---

(Notice the switch of xl1 and xl0, this made it work).

xl1 and xl0 are bridged so that all clients have full internet connectivity.
Additionally the clients share the available bandwidth fairly, with ssh,
telnet, dns and http having a higher priority than other traffic.

Using a private ip on xl0 and adding natd is still possible for use in the
future.


FreeBSD samsara.mediamonks.net 5.2-CURRENT FreeBSD 5.2-CURRENT #5: Sat Jul
10 22:13:16 CEST 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SAMSARA  i386


/sys/i386/conf/SAMSARA:
machine i386
cpu I686_CPU
ident   SAMSARA

options SCHED_ULE   # ULE scheduler
options INET# InterNETworking
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_DIRHASH # Improve performance on big
directories
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires
PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options COMPAT_43   # Compatible with BSD 4.3 [KEEP
THIS!]
options KBD_INSTALL_CDEV# install a CDEV entry in /dev

options HZ=5000
options ATA_STATIC_ID   # Static device numbering

options IPFIREWALL
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=100
options DUMMYNET
options BRIDGE

device  isa
device  pci

device  fdc
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
device  atkbdc  # AT keyboard controller
device  atkbd   # AT keyboard
device  vga # VGA video card driver
device  sc
device  npx

device  miibus  # MII bus support
device  xl  # 3Com 3c90x (``Boomerang'', ``Cyclone'')

device  random  # Entropy device
device  loop# Network loopback
device  ether   # Ethernet support
device  pty # Pseudo-ttys (telnet etc)

device  bpf # Berkeley packet filter


/etc/rc.conf:
hostname="samsara.mediamonks.net"

ifconfig_xl1="DHCP"
ifconfig_xl0="UP"

jail_enable="NO"
kldxref_enable="NO"

kern_securelevel="3"
kern_securelevel_enable="YES"

firewall_enable="YES"
firewall_script="/etc/rc.firewall"
firewall_type="/etc/ipfw.rules"
firewall_quiet="NO"
firewall_logging="YES"
firewall_flags=""

nfs_server_enable="NO"
gateway_enable="NO"

syslogd_flags="-ss"

sendmail_enable="NO"
sshd_enable="YES" 
usbd_enable="NO"
sshd_enable="YES"  
squid_enable="NO"  
apache2_enable="YES"
oidentd_enable="YES"
snmpd_enable="YES"
snmpd_flags="-a -Lsd -p /var/run/snmpd.pid 127.0.0.1:161"


/etc/sysctl.conf:
security.bsd.see_other_uids=0
security.bsd.see_other_gids=0
kern.ipc.nmbclusters=65535
net.inet.ip.fw.enable=0
net.link.ether.bridge.enable=1
net.link.ether.bridge_cfg=xl0,xl1
net.link.ether.bridge_ipfw=1


/etc/ipfw.rules:
enable one_pass

#incoming bandwidth
pipe 1 config bw 4500kbits/s queue 10Kbytes
#outgoing bandwidth
pipe 2 config bw 4500kbits/s queue 10Kbytes

#incoming queues, group on dst-host
queue 10 config pipe 1 weight 50 mask dst-ip 0x #icmp
queue 11 config pipe 1 weight 99 mask dst-ip 0x #ssh, telnet, dns,
http
queue 12 config pipe 1 weight 40 mask dst-ip 0x #all other ip

#outgoing queues, group on src-host
queue 20 config pipe 2 weight 50 mask src-ip 0x #icmp
queue 21 config pipe 2 weight 99 mask src-ip 0x #ssh, telnet, dns,
http
queue 

freebsd How to you set up AP mode and if to route to eithernet port

2004-07-11 Thread Dan
How to you set up AP mode and ip to route to eithernet port

ath0: flags=8843 mtu 1500
ether 00:0d:88:c8:7e:92
media: IEEE 802.11 Wireless Ethernet DS/11Mbps  (autoselect )
status: associated
ssid wifi-1 1:wifi-1
channel 3 authmode OPEN powersavemode OFF powersavesleep 100
wepmode OFF weptxkey 1
ath1: flags=8802 mtu 1500
ether 00:0d:88:c8:7e:9a
media: IEEE 802.11 Wireless Ethernet autoselect
status: no carrier
ssid ""
channel -1 authmode OPEN powersavemode OFF powersavesleep 100
wepmode OFF weptxkey 1
rl0: flags=8843 mtu 1500
options=8
inet 205.238.47.5 netmask 0xfff0 broadcast 205.238.47.15
ether 00:10:dc:56:ec:60
media: Ethernet autoselect (10baseT/UTP)
status: active
plip0: flags=8810 mtu 1500
lo0: flags=8008 mtu 16384


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


DNS server

2004-07-11 Thread Sean Dicks
I can ping both NS servers but when it comes to pinging my domain it
doesn't ping. Ideas on what could be wrong?

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


Re: DNS server

2004-07-11 Thread cpghost
Sean Dicks wrote:
I can ping both NS servers but when it comes to pinging my domain it
doesn't ping. Ideas on what could be wrong?
 

You probably didn't configure the resolver library correctly.
In /etc/resolv.conf, you need to add the name server entries:
/etc/resolv.conf:
 domain example.com
 nameserver 1.2.3.4
 nameserver 5.6.7.8
Pinging the name servers using their IP addresses doesn't
test the resolver at all.
While that is the most likely cause, it is also possible that
you just bought a domain (or changed its records), and it
can take up to 72 hours for the DNS entries to propagate
throught the net.
Another reason is that you (or your net admin) blocked
ICMP at the firewall level, so you can't expect a reply
to a ping. You can test this easily by pinging, say,
www.altavista.com or another site that replies to pings.
Other reasons are possible too.
Sean
cpghost.
--
Cordula's Web. http://www.cordula.ws/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Backing up files

2004-07-11 Thread Doug Paquette
Group,

I am extremely new to Free BSD and Im sorry for the probably basic questions but I 
need to know.

I am installing some mods to my phpbb message board and I have been told to "backup" 
my stuff before I install these mods incase something should go wrong.

I am wondering what the command line would be to accomplish this?

My current webmaster who has been doing the work for me has been extremely busy the 
past few weeks and has no time to help me right now so im forced to learn this on my 
own.

The files he has been creating end in .tar.gz and .bak.

Any help on this would be greatly appreciated.

Thanks much

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


Re: NEWBIE: Logging into Cox Cable service

2004-07-11 Thread Roop Nanuwa
On Sun, 11 Jul 2004 10:10:41 -0500, James A. Coulter
<[EMAIL PROTECTED]> wrote:
> I am running FreeBSD 4.10 and am trying to connect to my Cox ISP via a an
> Ethernet nic and cable modem.
> 
> I have DHCP for the nic enabled in /etc/rc.conf and can obtain an IP address
> from my Windows 98 gateway, but when I connect the nic to the cable modem
> and reboot I do not get a response from the cox DHCP server.

Cox.net is different from many other ISPs in that it only allows connections
based upon registered MAC addresses. If you're not familiar with them,
MAC addresses are globally unique identifiers assigned to each and
every NIC. I believe the Cox.net setup CD that you speak of registers
the MAC address with Cox for you. Of course, the NIC in your
FreeBSD box has a different MAC address than the one in your
Win98 box so Cox is saying "hey, this is not the computer
that's allowed to be connecting to our service!"

To resolve this problem, either call up their tech support
and ask them to add your FreeBSD NIC's MAC address
to your allowed list or see if you can do it yourself
by going to cox's account administration webpage.

If you don't know the MAC address of your FreeBSD NIC,
you can view it by running 'dmesg' and looking at the line
where the system loads your NIC. It'll be listed there.

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


Re: Can't Mount USB Flash Drive

2004-07-11 Thread Roop Nanuwa
On Sat, 10 Jul 2004 19:39:06 -0500, Jason Dusek <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I have a Dell D600, and I count mount flash devices on it. They show up in
> dmesg. Here I put the drive in the top one, pull it out and stick it in the
> bottom one, and then put it back in the top one:
> 
>   ugen0: SanDisk Corporation Cruzer Mini, rev 2.00/0.10, addr 2
>   ugen0: at uhub0 port 1 (addr 2) disconnected
>   ugen0: detached
>   ugen0: SanDisk Corporation Cruzer Mini, rev 2.00/0.10, addr 2
>   ugen0: at uhub0 port 1 (addr 2) disconnected
>   ugen0: detached
>   ugen0: SanDisk Corporation Cruzer Mini, rev 2.00/0.10, addr 2
> 
> Strangely, they show up as the same address on the same device. When I try to
> mount ugen0, I get a message that sayeth:
> 
>   Block device required.
> 
> What does this mean? What do I do?

Hi Jason,

Check out this page which is a great walk through on getting what you
need set up:

http://ezine.daemonnews.org/200305/cfmount.html

In particular, you need to mount the corresponding 'da' device, not
the ugen device.

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


Re: upgrade failure..

2004-07-11 Thread Roop Nanuwa
On Sun, 11 Jul 2004 13:30:22 +0800, kinux <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> i  have install freebsd 4.9 on a old AMD box, i have been cvsup download the
> source code, then upgrade it to 4.10 stable but failure at
...snip...
> What will be the problem??  Does it need to edit something in /etc/make.conf for
>AMD CPU or setting something on gcc??
> 

Generally, when I've come across this type of error it is a result of faulty
hardware. I would suggest running a program like memtest86 or 
benchmark software that would stress your system somewhat. I'd wager
that your system is less than stable when put under any sort of load
(as occurrs when compiling a kernel).

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


RE: Backing up files

2004-07-11 Thread loiein


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Doug Paquette
> Sent: zondag 11 juli 2004 18:52
> To: [EMAIL PROTECTED]
> Subject: Backing up files
> 
> 
> Group,
> 
> I am extremely new to Free BSD and Im sorry for the probably 
> basic questions but I need to know.
> 
> I am installing some mods to my phpbb message board and I have 
> been told to "backup" my stuff before I install these mods incase 
> something should go wrong.
> 
> I am wondering what the command line would be to accomplish this?
> 
> My current webmaster who has been doing the work for me has been 
> extremely busy the past few weeks and has no time to help me 
> right now so im forced to learn this on my own.
> 
> The files he has been creating end in .tar.gz and .bak.
> 
> Any help on this would be greatly appreciated.
> 

.tar is the standard extension for a TAR-file,
see http://www.gnu.org/software/tar/tar.html or 'man tar'

.gz is the extension for GNU-zip,
see http://www.gnu.org/software/gzip/gzip.html or 'man gzip'

a file that ends in .tar.gz is a zipped-tar-file...
so, you have to first unZIP it, and then unTAR it.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NEWBIE: Logging into Cox Cable service

2004-07-11 Thread Eric Crist
On Sunday 11 July 2004 10:10, you wrote:
> I am running FreeBSD 4.10 and am trying to connect to my Cox ISP via a an
> Ethernet nic and cable modem.
>
> I have DHCP for the nic enabled in /etc/rc.conf and can obtain an IP
> address from my Windows 98 gateway, but when I connect the nic to the cable
> modem and reboot I do not get a response from the cox DHCP server.
>
> The nic shows active in ifconfig, but no IP is assigned to it.
>
> I suspect the Cox DHCP server is expecting a username and password from
> dhclient.conf
>
> I googled and the closest answer I found was a short article in the FreeBSD
> Diary published in 2000 that gave this as an example dhclient.conf:
>
> interface "de0" {
> send host-name "cr123456-a";
> request subnet-mask, broadcast-address, routers, domain-name-servers,
> domain-name, time-servers;
> require domain-name-servers;
> }
>
> I tried substituting my own interface and looked up the hostname info cox
> provided to my Windows 98 box and swapped the computer names, but no luck.
>
> Is my hunch correct?  When I set up my Windows boxes to connect to Cox with
> their CD, it always asked for the main account username and password – so
> I’m guessing when the dhcp client sends out its request for an address, the
> Cox DHCP server is expecting a username and password.
>
> Can anyone tell me how to send the username and password?
>
> TIA,
>
> Jim C.

Jim,

Many cable providers require that you register the MAC address of the NIC 
interfaces you connect to their cable modems.  Many used to do this, and have 
gotten away from it, as it causes problems such that you're experiencing now.  
When you had your service installed, did the service just work, or did you 
have to go to a web page and type some things in, first?  

I know that if you use an internet gateway device, such as a Linksys model, 
they usually have a feature called MAC Address Cloning to defeat this.  

To confirm this is your issue, try swapping network cards between the 
computers.  You should find that you're now able to obtain an IP address.

HTH
-- 
Eric F Crist

Keep your pecker hard and your powder dry, and the world WILL turn.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Backing up files

2004-07-11 Thread Peter Ulrich Kruppa
On Sun, 11 Jul 2004, Doug Paquette wrote:
Group,
I am extremely new to Free BSD and Im sorry for the probably basic questions but I 
need to know.
I am installing some mods to my phpbb message board and I have been told to "backup" 
my stuff before I install these mods incase something should go wrong.
I am wondering what the command line would be to accomplish this?
My current webmaster who has been doing the work for me has been extremely busy the 
past few weeks and has no time to help me right now so im forced to learn this on my 
own.
The files he has been creating end in .tar.gz and .bak.
To backup a directory in .tar.gz format you can do
# tar -c directory -f directory.tar
# gzip directory.tar
To decompress and unpack it  do
# tar zxf directory.tar.gz
Regards,
Uli.
Any help on this would be greatly appreciated.
Thanks much
Doug
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


Re: DNS server

2004-07-11 Thread Sean Dicks
I am only using dns forwarding. I already have default values in
/etc/resolv.conf from my ISP, do I have to add my 2 others and delete
the ones from the ISP or just leave it as is. I registered the domain
today when I "whois rimouski-undernet.org" I see right nameservers on
it. Doesn't that mean it has propagated?

Sean

On Sun, 11 Jul 2004 18:47:23 +0200, cpghost <[EMAIL PROTECTED]> wrote:
> 
> 
> Sean Dicks wrote:
> 
> >I can ping both NS servers but when it comes to pinging my domain it
> >doesn't ping. Ideas on what could be wrong?
> >
> >
> You probably didn't configure the resolver library correctly.
> In /etc/resolv.conf, you need to add the name server entries:
> 
> /etc/resolv.conf:
>   domain example.com
>   nameserver 1.2.3.4
>   nameserver 5.6.7.8
> 
> Pinging the name servers using their IP addresses doesn't
> test the resolver at all.
> 
> While that is the most likely cause, it is also possible that
> you just bought a domain (or changed its records), and it
> can take up to 72 hours for the DNS entries to propagate
> throught the net.
> 
> Another reason is that you (or your net admin) blocked
> ICMP at the firewall level, so you can't expect a reply
> to a ping. You can test this easily by pinging, say,
> www.altavista.com or another site that replies to pings.
> 
> Other reasons are possible too.
> 
> >Sean
> >
> cpghost.
> 
> --
> Cordula's Web. http://www.cordula.ws/
> 
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: DNS server

2004-07-11 Thread Eric Crist
On Sunday 11 July 2004 12:35, Sean Dicks wrote:
> I am only using dns forwarding. I already have default values in
> /etc/resolv.conf from my ISP, do I have to add my 2 others and delete
> the ones from the ISP or just leave it as is. I registered the domain
> today when I "whois rimouski-undernet.org" I see right nameservers on
> it. Doesn't that mean it has propagated?
>
> Sean

No, it doesn't.  I can successfully perform a whois from here on your domain, 
but an nslookup/dig both fail.  Give it 72 hours to propagate across the net.  
While the whois server for your domain is correct, the root servers for 
the .org TLD have not been updated to know where to look for that domain's 
information.

If it's still not working 3 days from now, let us know and we'll see if we can 
help you from there.

-- 
Eric F Crist

Keep your pecker hard and your powder dry, and the world WILL turn.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X servers

2004-07-11 Thread Geert Hendrickx
On Fri, Jul 09, 2004 at 01:24:16PM -0500, Kirk Strauser wrote:
> On Friday 2004-07-09 01:45 am, Geert Hendrickx wrote:
> 
> > Anyway, I would very much like to see FreeBSD supporting both of them
> > (AFAIK, they would be the only one who do). 
> 
> Out of curiosity, why would you like to see them continue to support 
> XFree86?  

Why not?  At the moment, differences between the two are small, but in
the future they probably will both have interesting new features.  The
Ports also offer multiple shells, multiple window managers, ... so why
not multiple X-servers?  

> It seems that most (all?) new development is moving toward X.org 
> and the XFree86 seems slated for stagnation and obsolescence.  Political 
> issues aside, I think that X.org is where all of the action is.

I don't see why.  XFree86 has been offering us the best free X-server
for years.  It always worked fine for me.  

And why would BSD care about a GPL-incompatible licese?  

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


SATA support in FreeBSD

2004-07-11 Thread jam man
I will be using a silicon image (integrated) raid
controller in my new system for sata. Does anyone have
a link to a list of supported sata controllers for
freebsd?
Also, has anyone besides me know about the new maxtor
maxline III hard drives? They use NCQ (native command
queuing) to gain performance especially in
multithredded applications. Is NCQ supported in
freebsd? Is it even in linux? Thanks for any replies.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: DNS server

2004-07-11 Thread cpghost
Sean Dicks wrote:
I am only using dns forwarding. I already have default values in
/etc/resolv.conf from my ISP, do I have to add my 2 others and delete
the ones from the ISP or just leave it as is. I registered the domain
today when I "whois rimouski-undernet.org" I see right nameservers on
it. Doesn't that mean it has propagated?
 

The WHOIS and DNS databases are distinct,
and not necessarily synchronized. You need
to wait until your domain is added to the .ORG
zone file of the master .ORG DNS Server
(that normally happens every 12 hours from the
PIR registry, IIRC [I can be wrong here!]). It can
then take up to 72 hours to propagate to the other
.ORG DNS slaves, and also to your ISPs DNS servers.
Just give it some time to propagate.
% dig rimouski-undernet.org
; <<>> DiG 8.3 <<>> rimouski-undernet.org
;; res options: init recurs defnam dnsrch
;; res_nsend: Operation timed out
Yep, not yet visible here...
-cpghost.
--
Cordula's Web. http://www.cordula.ws/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: DNS server

2004-07-11 Thread Len Conrad

No, it doesn't.  I can successfully perform a whois from here on your domain,
but an nslookup/dig both fail.  Give it 72 hours to propagate across the net.
propagation is a bogus idea when applied to DNS.  Like WMD and "immediate 
threat" when applied to Iraq.

As soon as the delegation and glue data for domain.tld is present in the 
.tld servers, that data is instantaneously available across all of Internet.

dig @NS_auth_for_tld domain.tld  any
Forget about whois data, it is operationally irrelevant for DNS 
operation.  whois protocol with whois servers, dns protocol with dns 
servers, ne'ver the twain meet.

Len
_
http://IMGate.MEIway.com : free anti-spam gateway, runs on 1000's of sites
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Errors building xorg

2004-07-11 Thread Beecher Rintoul
Hi,
I am running into build problems with xorg, xorg server bails with the 
following:

making all in lib/font/FreeType...
making all in lib/font/FreeType/module...
rm -f libfreetype.so
cc -o libfreetype.so -shared -Wl,-rpath /usr/X11R6/lib   xttcap.o ftfuncs.o 
ftenc.o fttools.o  ftmodule.o -lfreetype
/usr/bin/ld: cannot find -lfreetype
collect2: ld returned 1 exit status
*** Error code 1

Stop in /usr/ports/x11-servers/xorg-server/work/xc/lib/font/FreeType/module.
*** Error code 1

lfreetype is in that path, and ldconfig -r also shows it. anyone have a 
suggestion how to fix this? I'm running -current from Friday.

Beech
-- 
---
Beech Rintoul - System Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | NorthWind Communications
\ / - NO HTML/RTF in e-mail  | 201 East 9th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \ 
---











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


Re: DNS server

2004-07-11 Thread Eric Crist
On Sunday 11 July 2004 13:12, cpghost wrote:
> Just give it some time to propagate.
>
> % dig rimouski-undernet.org
>
> ; <<>> DiG 8.3 <<>> rimouski-undernet.org
> ;; res options: init recurs defnam dnsrch
> ;; res_nsend: Operation timed out
>
> Yep, not yet visible here...
>
> -cpghost.

Something I didn't think about at my last reply, are you sure your DNS server 
is set up correctly?  Does it resolve it's own domains correctly, and is it 
able to answer queries about other domains?  I would check that while you 
were waiting for propagation.

-- 
Eric F Crist

Keep your pecker hard and your powder dry, and the world WILL turn.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Perl port: How to compile with debugging support?

2004-07-11 Thread Kai Grossjohann
Is there a way to tell the system to always compile Perl with
debugging support?  I gather that I can specify make args in
/usr/local/etc/pkgtools.conf, but when reading the Perl port's
Makefile, I can't find a knob to twiddle for debugging support.

For the time being, I shall hack the Makefile.

tia,
Kai

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


ACPI Blacklist question

2004-07-11 Thread Markie
Hello,

I'm not sure whether I should have posted this to questions or current (since
it's an issue with a recent current) or some other list, but hear me out and
perhaps point me in the right direction?

I recently upgraded a play about box from an older current to one .. a day
before the preemption issues arose. All is well, except I found the box would no
longer shutdown automatically using shutdown -p and hitting the power button
would just put the box into a sort of suspend or sleep state.

Well, just now I looked at dmesg and came across this message "ACPI disabled by
blacklist.  Contact your BIOS vendor.".. I believe this is most likely the
cause. I can't remember exactly what BIOS or motherboard is in there but I can
have a look if that is needed. Can anyone tell me why it's been blacklisted
anyway? I didn't used to have any problems with it at all on the older CURRENT.
In fact I was quite impressed that I could turn it off, cleanly, by just hitting
the power button! I'll mess around and see if I can get ACPI loaded anyway
somehow and see if there's any ill effects with it.

Well anyway, thanks in advance!


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


Sounds on Opera

2004-07-11 Thread Paulo Fonseca Jr.
Hi Arjan,
you're right. I removed linuxpluginwrapper and flash plugin keeps ok. But  
sounds not working on Opera yet on flash web pages as much as java  
applets, only images. The "Enable sound in web pages" are checked in  
preferences.

what's happen with it.
Paulo.
On Sun, 11 Jul 2004 13:17:29 +0200, Arjan Van Leeuwen  
<[EMAIL PROTECTED]> wrote:

Hi Paolo,
You don't need the linuxpluginwrapper if you're using linux-opera,
only if you're using FreeBSD Opera. In that last case, it will only
work on FreeBSD 4.x, that's why you received a message that flash
support was unavailable.
linux-opera should work with linux-flashplugin{6,7} out of the box.
Arjan
On Sat, 10 Jul 2004 22:23:38 -0300, Paulo Fonseca Jr.
<[EMAIL PROTECTED]> wrote:
Ok!
Linux-Opera is just fine with flashplayer now on freebsd 5.1.
make install on /usr/ports/www/linux-opera
make install on /usr/ports/www/linux-flashplugin
recompile and install /usr/src/libexec/rtld-elf and
make /usr/ports/linuxpluginwrapper
it'll runs ok!
On Sat, 10 Jul 2004 22:01:56 -0300, Paulo Fonseca Jr.
<[EMAIL PROTECTED]> wrote:
> Arjan,
>
> I running now:
> /usr/ports/www/linux-opera
> /usr/ports/www/linux-flashplugin
> /usr/ports/www/linuxpluginwrapper
>
> I received the message "Flash6 with Opera is not avilable." on make of
> linuxpluginwrapper, but in browser, the shockwave flash plugin is
> active. I set up my browser to identify as Mozilla but web pages that
> use flash do not work fine. Can you send me some web page address that
> use flash ? www.globo.com or www.cursoaprovacao.com.br not work
> correctly.
>
> Thanks,
> Paulo.
>
> On Sat, 10 Jul 2004 14:27:57 +0200, Arjan Van Leeuwen
> <[EMAIL PROTECTED]> wrote:
>
>> On Fri, 9 Jul 2004 23:29:17 -0400, epilogue <[EMAIL PROTECTED]>
>> wrote:
>>> On Fri, 09 Jul 2004 21:49:14 -0300
>>> "Paulo Fonseca Jr." <[EMAIL PROTECTED]> wrote:
>>>
>>> > I'm trying to enable flash plug-in on freebsd 5.1 like this:
>>> >
>>> > 1) cd /usr/ports/www/linux-flashplayer
>>> > make install clean
>>> > it's ok
>>> >
>>> > 2) Tools -> Preferences -> Plug-ins -> Change path
>>> > the working path is: opera;
>>> > /usr/X11R6/share/opera/plugins:/usr/local/lib/flash/
>>> > it's fine
>>> >
>>> > 3) when opera starts with "opera -debugplugin" command the message
>>> below
>>> > occurs:
>>>
>>> judging by the command above, you're using the 'native' version of
>>> opera
>>> (that is to say, opera for freebsd).  is there any reason you would
>>> expect
>>> the LINUX-flashplayer to work?   :P
>>>
>>> try /usr/ports/www/flashpluginwrapper for the native version OR  
install
>>> /usr/ports/www/linux-opera.  either should solve your problem.
>>
>> Use www/linuxpluginwrapper instead of www/flashpluginwrapper - it's
>> newer, better maintained and supports a newer version of the Flash
>> player.
>>
>> That said, it doesn't work with native Opera on FreeBSD 5.x - only on
>> 4.x. So if you want Flash in Opera on FreeBSD 5.x, use linux-opera.
>>
>> Arjan
>> ___
>> [EMAIL PROTECTED] mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to
>> "[EMAIL PROTECTED]"
>>
>> Esta mensagem foi verificada pelo E-mail Protegido Terra.
>> Scan engine: VirusScan / Atualizado em 08/07/2004 / VersÃo: 1.5.2
>> Proteja o seu e-mail Terra: http://www.emailprotegido.terra.com.br/
>>
>
>
>

--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to  
"[EMAIL PROTECTED]"

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

Esta mensagem foi verificada pelo E-mail Protegido Terra.
Scan engine: VirusScan / Atualizado em 08/07/2004 / VersÃo: 1.5.2
Proteja o seu e-mail Terra: http://www.emailprotegido.terra.com.br/


--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ACPI Blacklist question

2004-07-11 Thread Markie

- Original Message -
From: "Markie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 11, 2004 7:24 PM
Subject: ACPI Blacklist question


| Hello,
|
| I'm not sure whether I should have posted this to questions or current (since
| it's an issue with a recent current) or some other list, but hear me out and
| perhaps point me in the right direction?
|
| I recently upgraded a play about box from an older current to one .. a day
| before the preemption issues arose. All is well, except I found the box would
no
| longer shutdown automatically using shutdown -p and hitting the power button
| would just put the box into a sort of suspend or sleep state.
|
| Well, just now I looked at dmesg and came across this message "ACPI disabled
by
| blacklist.  Contact your BIOS vendor.".. I believe this is most likely the
| cause. I can't remember exactly what BIOS or motherboard is in there but I can
| have a look if that is needed. Can anyone tell me why it's been blacklisted

I meant why it MIGHT have been blacklisted, oops!

| anyway? I didn't used to have any problems with it at all on the older
CURRENT.
| In fact I was quite impressed that I could turn it off, cleanly, by just
hitting
| the power button! I'll mess around and see if I can get ACPI loaded anyway
| somehow and see if there's any ill effects with it.

I set hint.acpi.0.disabled="0" in /boot/device.hints and it seems fine, just
like with the previous current. It shutdown via the power button and switches
off automatically again anyway :-)

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

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


serious vinum bug in 4-10 RELEASE?

2004-07-11 Thread Steve Shorter
Howdy!

I have 4 identical disks, labels etc are also identical.

It looks like vinum after reboot does not recognize drives
properly, as it did immedialtely after initial configuration.
One drive/subdisk in each plex isn't recognized, and the other one
is duplicated, which destroys the mirror.

I created 2 vinum volumes with

# vinum create -f /etc/vinum.raid1

and the following config file

drive data0 device /dev/da0d
drive data1 device /dev/da1d
drive data2 device /dev/da2d
drive data3 device /dev/da3d

volume mq0 setupstate
plex org concat
sd length 0 drive data0
plex org concat
sd length 0 drive data2

volume mq1 setupstate
plex org concat
sd length 0 drive data1
plex org concat
sd length 0 drive data3




after running

# vinum lv  -r -v


I get (correctly)

Volume mq0: Size: 18341345792 bytes (17491 MB)
State: up
Flags: 
2 plexes
Read policy: round robin
Plex mq0.p0:Size:   18341345792 bytes (17491 MB)
Subdisks:1
State: up
Organization: concat
Part of volume mq0

Plex mq0.p1:Size:   18341345792 bytes (17491 MB)
Subdisks:1
State: up
Organization: concat
Part of volume mq0

Subdisk mq0.p0.s0:
Size:  18341345792 bytes (17491 MB)
State: up
Plex mq0.p0 at offset 0 (0  B)
Drive data0 (/dev/da0d) at offset 135680 (132 kB)

Subdisk mq0.p1.s0:
Size:  18341345792 bytes (17491 MB)
State: up
Plex mq0.p1 at offset 0 (0  B)
Drive data2 (/dev/da2d) at offset 135680 (132 kB)


Volume mq1: Size: 18341345792 bytes (17491 MB)
State: up
Flags: 
2 plexes
Read policy: round robin
Plex mq1.p0:Size:   18341345792 bytes (17491 MB)
Subdisks:1
State: up
Organization: concat
Part of volume mq1

Plex mq1.p1:Size:   18341345792 bytes (17491 MB)
Subdisks:1
State: up
Organization: concat
Part of volume mq1

Subdisk mq1.p0.s0:
Size:  18341345792 bytes (17491 MB)
State: up
Plex mq1.p0 at offset 0 (0  B)
Drive data1 (/dev/da1d) at offset 135680 (132 kB)

Subdisk mq1.p1.s0:
Size:  18341345792 bytes (17491 MB)
State: up
Plex mq1.p1 at offset 0 (0  B)
Drive data3 (/dev/da3d) at offset 135680 (132 kB)



After rebooting the system and running

# vinum lv -r -v

I get the following incorrect configuration. Notice that
drives data0 and data1 are missing and drives data2 and data3 are
duplicated where data0 and data1 should be.

Volume mq0: Size: 18341345792 bytes (17491 MB)
State: up
Flags: 
2 plexes
Read policy: round robin
Plex mq0.p0:Size:   18341345792 bytes (17491 MB)
Subdisks:1
State: up
Organization: concat
Part of volume mq0

Plex mq0.p1:Size:   18341345792 bytes (17491 MB)
Subdisks:1
State: flaky
Organization: concat
Part of volume mq0

Subdisk mq0.p0.s0:
Size:  18341345792 bytes (17491 MB)
State: up
Plex mq0.p0 at offset 0 (0  B)
Drive data2 (/dev/da2d) at offset 135680 (132 kB)

Subdisk mq0.p1.s0:
Size:  18341345792 bytes (17491 MB)
State: reborn
Plex mq0.p1 at offset 0 (0  B)
Drive data2 (/dev/da2d) at offset 135680 (132 kB)


Volume mq1: Size: 18341345792 bytes (17491 MB)
State: up
Flags: 
2 plexes
Read policy: round robin
Plex mq1.p0:Size:   18341345792 bytes (17491 MB)
Subdisks:1
State: up
Organization: concat
Part of volume mq1

Plex mq1.p1:Size:   18341345792 bytes (17491 MB)
Subdisks:1
State: flaky
Organization: concat
Part of volume mq1

Subdisk mq1.p0.s0:
Size:  18341345792 bytes (17491 MB)
State: up
Plex mq1.p0 at offset 0 (0  B)
Drive data3 (/dev/da3d) at offset 135680 (132 kB)

Subdisk mq1.p1.s0:
Size:  18341345792 bytes (17491 MB)
State: reborn
Plex mq1.p1 at offset 0 (0  B)
Dr

Re: DNS server

2004-07-11 Thread Len Conrad

Perhaps you need to do some research on the subject.
perhaps you need to clarify your vagary 
There are a series of DNS systems
???
For a public domain.tld, the only two servers involved are :
1. the servers authoritative for .tld to publish the delegation and glue 
records for domain.tld.

2. the servers authoritative for domain.tld to answer authoritatively.
Period. There are NO other servers involved, nor is there any "propagation".
a domain needs to be added to before it will function correctly.
This is known as propagation.
the misnomer propagation is used by people who think DNS data needs time to 
be available, to "propagate", over several days or a week, for all of 
Internet.  This is pure BS. There is no such concept in DNS.

Len
_
http://IMGate.MEIway.com : free anti-spam gateway, runs on 1000's of sites
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


portupgrade index generation error

2004-07-11 Thread dave
Hello,
I'm running a 5.2.1 system with portupgrade on it. I'm trying to update my
ports and am getting an index generation error when i run:
portsdb -Uu
I've deleted the entire ports tree, and rerun cvsup, refetched the entire
tree, reran portsdb -Uu and am still getting the same index generation
error, this is not occurring on the same package, which leads me to believe
i've got a corrupted database somewhere, no idea where.
Any help appreciated.
Thanks.
Dave.

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


Recomendations for a USB2 card

2004-07-11 Thread Mike Woods
Can someone recomend me a usb2 pci card, the MSI one that came with my 
K7D Master-L (ironicly to correct usb issues with the board) is giving 
me no end of problems with umass devices and frankly i've had enough so 
if someone can recomend me a known goood usb2 card id be greatfull, it 
needs to have 4 external ports and at least one internaly.

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


Re: portupgrade index generation error

2004-07-11 Thread TAOKA Fumiyoshi
On Sun, 11 Jul 2004 14:58:36 -0400
"dave" <[EMAIL PROTECTED]> wrote:

> I've deleted the entire ports tree, and rerun cvsup, refetched the entire
> tree, reran portsdb -Uu and am still getting the same index generation
> error, this is not occurring on the same package, which leads me to believe
> i've got a corrupted database somewhere, no idea where.
> Any help appreciated.

# rm /var/db/pkg/pkgdb.db
# portsdb -Uu

If this doesn't solve the problem, then you should show error messages.

-- 
TAOKA Fumiyoshi



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


Re: DNS server

2004-07-11 Thread Matthew Seaman
On Sun, Jul 11, 2004 at 01:53:22PM -0500, Len Conrad wrote:
 
> >a domain needs to be added to before it will function correctly.
> >This is known as propagation.
> 
> the misnomer propagation is used by people who think DNS data needs time to 
> be available, to "propagate", over several days or a week, for all of 
> Internet.  This is pure BS. There is no such concept in DNS.

For a brand new domain, you are exactly correct, or indeed for an RR
added to an existing domain.  For modification to any RR within a
previously existing domain there may well be a delay perceived by the
end user while waiting out the TTL of any old data cached in various
servers between him and the authoritative servers.  Those TTLs are
typically somewhere between an hour and several days.  It's not
actually a propagation delay, but the effect is much the same.

As the administrator of a zone, you can avoid or mitigate the delay by
dropping the TTL on any zone sufficiently far in advance of any
important changes.  You will see DNS traffic to your server increase
somewhat as network caches invalidate their stored data more often,
but that's the price of getting the fresh data out there promptly.

The worst case is where the NS records in the parent zone are modified
to point to a new set of authoritative servers, but the previous
authoritative servers are neither shut down nor loaded with the up to
date zone data.  A cache may keep referring back to the old servers
and refreshing itself with what it has no way of telling is old data
for some time.  It's a good idea when changing the servers for a
domain to make sure both the old and the new servers carry the latest
zone data for some suitable overlap period.

Cheers,

Matthew 

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


pgpOgzGztlAuO.pgp
Description: PGP signature


Re: X servers

2004-07-11 Thread Roop Nanuwa
On Sun, 11 Jul 2004 19:55:14 +0200, Geert Hendrickx
<[EMAIL PROTECTED]> wrote:
> I don't see why.  XFree86 has been offering us the best free X-server
> for years.  It always worked fine for me.
> 
> And why would BSD care about a GPL-incompatible licese?
> 

It has been providing the best X-Server for years but that does
not necessarily mean it's that good. The development team, I
hear, is not very welcoming of updates, fixes and suggestions.
That's the main reason the x.org team split, it's so they could
increase the integration of new features into the source tree
at a greater pace. The X server as it stands now isn't even
more feature packed than what Win98's GDI could do.

I don't think anyone really cares about the licensing issue, as
far as I can tell. People have an opinion on it but it hasn't driven
anyone 

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


PATH var and more...

2004-07-11 Thread Miguel Cardenas
Hello list

Just reinstalled my freebsd, am advancing with installation of programs and 
configuration, but still have some details I can't fix...

I've installed MySQL 4.0.20 successfully from source code and programs work 
fine, but have still two little "problems"...

1. Can't add /usr/local/mysql/bin to the PATH var from the main 
configuration... Tried to add:
   export PATH=$PATH:/usr/local/mysql/bin
to /etc/profile, but didn't work. It only works if I send the command through 
the bash shell or in $HOME/.profile but /etc/profile does not work... why? 
don't want to append it to the .profile of each user!!!

2. MySQL is working fine now, but now that am creating/porting a client 
application, once compiled it does not find libmysqlclient.so... tried to 
append the path to /etc/ld.so.conf and ld-elf.so.conf and run ldconfig, but 
still not found by system when invoking a program that uses it... how can I 
add /usr/local/mysql/lib to the libraries path?

Thanks a lot !!!

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


Re: PATH var and more...

2004-07-11 Thread Dan Nelson
In the last episode (Jul 11), Miguel Cardenas said:
> I've installed MySQL 4.0.20 successfully from source code and
> programs work fine, but have still two little "problems"...
> 
> 1. Can't add /usr/local/mysql/bin to the PATH var from the main 
> configuration... Tried to add:
>export PATH=$PATH:/usr/local/mysql/bin to /etc/profile, but didn't
> work. It only works if I send the command through the bash shell or
> in $HOME/.profile but /etc/profile does not work... why?  don't want
> to append it to the .profile of each user!!!

Add some echos to /etc/profile to make sure it's really being executed,
maybe.
 
> 2. MySQL is working fine now, but now that am creating/porting a
> client application, once compiled it does not find
> libmysqlclient.so... tried to append the path to /etc/ld.so.conf and
> ld-elf.so.conf and run ldconfig, but still not found by system when
> invoking a program that uses it... how can I add /usr/local/mysql/lib
> to the libraries path?

Edit /etc/rc.conf and add your path to ldconfig_paths, or create a
small startup script to put in /usr/local/etc/rc.d with the command
"ldconfig -m /usr/local/wherever_libmysqlclient.so_is". /etc/ld.so.conf
is a Linuxism.

Or solve both of your problems at once by removing /usr/local/mysql and
installing the /usr/ports/databases/mysql40-client and mysql40-server
ports :)

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


AW: Backing up files

2004-07-11 Thread Alexander Liebau
just got to the directory where the file you want to modify is and do a
cp -p originalfilename originalfilename.orig or something like this.. that
will do the thing...

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Doug Paquette
Gesendet: Sonntag, 11. Juli 2004 18:52
An: [EMAIL PROTECTED]
Betreff: Backing up files


Group,

I am extremely new to Free BSD and Im sorry for the probably basic questions
but I need to know.

I am installing some mods to my phpbb message board and I have been told to
"backup" my stuff before I install these mods incase something should go
wrong.

I am wondering what the command line would be to accomplish this?

My current webmaster who has been doing the work for me has been extremely
busy the past few weeks and has no time to help me right now so im forced to
learn this on my own.

The files he has been creating end in .tar.gz and .bak.

Any help on this would be greatly appreciated.

Thanks much

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



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


Re: portupgrade index generation error

2004-07-11 Thread TAOKA Fumiyoshi
How about reinstalling portupgrade and its dependencies, 
ruby18 and ruby18-bdb1?

On Sun, 11 Jul 2004 17:17:23 -0400
"dave" <[EMAIL PROTECTED]> wrote:

> Hi,
> Thanks for the reply. I tried your suggestion, but i am still getting a
> problem. Again it's not failing with any one particular package, that part
> seems to be random, but just before the failure i am getting the message:
> "error junk pointer to high to make sense"
> and then it stops. I have never seen an error like this.

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


Re: X servers

2004-07-11 Thread Vulpes Velox
On Sun, 11 Jul 2004 12:43:14 -0700
Roop Nanuwa <[EMAIL PROTECTED]> wrote:

> On Sun, 11 Jul 2004 19:55:14 +0200, Geert Hendrickx
> <[EMAIL PROTECTED]> wrote:
> > I don't see why.  XFree86 has been offering us the best free
> > X-server for years.  It always worked fine for me.
> > 
> > And why would BSD care about a GPL-incompatible licese?
> > 
> 
> It has been providing the best X-Server for years but that does
> not necessarily mean it's that good. The development team, I
> hear, is not very welcoming of updates, fixes and suggestions.
> That's the main reason the x.org team split, it's so they could
> increase the integration of new features into the source tree
> at a greater pace. The X server as it stands now isn't even
> more feature packed than what Win98's GDI could do.

LOL, really fewer features than Windows 98 GDI? Did Windows 98
recently become network extensible and no one has told me? After a
quick look at what Windows 98's GDI does, I really do not see how
XFree86 fails to measure up to it.

> I don't think anyone really cares about the licensing issue, as
> far as I can tell. People have an opinion on it but it hasn't driven
> anyone 

Heh, not from what I've read in many linux rags... atleast to them it
is nearly all about licensing issues as far I can tell... plus they
like to blame X(specifically XFree86) for slowness despite crappy
kernels prior to 2.6 and what generally appears to be just all around
bad X configs and appear to be welcoming Xorg in hope that it will
change with out any thing proving it otherwise...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Person new to FreeBSD needs help...

2004-07-11 Thread Vulpes Velox
On Sun, 11 Jul 2004 14:57:12 -0600
Jeff Erickson <[EMAIL PROTECTED]> wrote:

> This is a one hard drive system, and it is a single boot system. I
> can't say what the exact message is, because I replaced the "broken"
> FreeBSD with Debian (which was what was on it before) until I figure
> out what is going wrong, but it wasn't far from "unable to load
> kernel, trying kernel.old... unable to load kernel.old" and then it
> went to the "ok" prompt of what I am assuming to be the bootloader
> that FreeBSD put on.

For some reason your install failed... what hardware and version?

Last time I've seen something like that it was a bad CD drive.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Backing up files

2004-07-11 Thread Doug Paquette
Group,

Thanks to all who have answered my question.

I have received the information I was looking for.

Again Thank you

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


Re: DNS server

2004-07-11 Thread Kevin Stevens
On Jul 11, 2004, at 12:46, Matthew Seaman wrote:
On Sun, Jul 11, 2004 at 01:53:22PM -0500, Len Conrad wrote:
a domain needs to be added to before it will function correctly.
This is known as propagation.
the misnomer propagation is used by people who think DNS data needs  
time to
be available, to "propagate", over several days or a week, for all of
Internet.  This is pure BS. There is no such concept in DNS.
And FYI, speaking of DNS updating:
http://slashdot.org/article.pl?sid=04/07/11/ 
1741225&mode=thread&tid=126&tid=95

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


RE: FreeBSD Kernel Recompile, Does not exclude modules

2004-07-11 Thread Steven Adams
I already made a custom kernel and disabled usb in /etc/rc.conf

I guess they aren't causing me any harm ill just leave them alone for now..
:)

Thanks tho

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matthew Seaman
Sent: Sunday, 11 July 2004 11:50 PM
To: Steven Adams
Cc: 'Arjan Van Leeuwen'; [EMAIL PROTECTED]
Subject: Re: FreeBSD Kernel Recompile, Does not exclude modules

On Sun, Jul 11, 2004 at 10:09:54PM +1000, Steven Adams wrote:

> Ive already disabled usbd_enable=no in /etc/rc.conf
> 
> But still I get theses
> 
> root   399  0.0  0.0 0   12  ??  DL   Sat04PM   0:00.03  (usb0)
> root   400  0.0  0.0 0   12  ??  DL   Sat04PM   0:00.00  (usbtask)
> 
> And yes I ran make install, I know it worked because I also compiled in
> quota support which is now working and wasn't previously.
> 
> I am a 5year slackware linux user just moved over to FreeBSD so im used to
> the linux kernel, that's why its confused me a little. FreeBSD is looking
> great tho.. :)
> 
> But yeh wondering how I get rid of them 2 processes.

Those are not ordinary processes.  Rather they are kernel threads (or
some such description) -- along the same lines as the vmdaemon,
swapper or syncer threads.

In order to get rid of them, you'ld have to compile a custom kernel
with all of the usb support ripped out *and* you'ld have to take steps
to prevent the kernel autoloading a usb.ko kernel module on boot up.

If you have inadvertently loaded a usb kld module -- use kldstat(8) to
see if that is the case -- then you should be able to unload it with
kldunload(8), so long as it's not actually busy doing stuff.

On the whole though, I wouldn't bother too much about those usb kernel
thread things.  They're generally harmless and they don't have any
impact on the rest of the system if there are no USB peripherals in
use.

Cheers,

Matthew

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


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


Re: X servers

2004-07-11 Thread Roop Nanuwa
On Sun, 11 Jul 2004 17:42:56 -0500, Vulpes Velox <[EMAIL PROTECTED]> wrote:
> LOL, really fewer features than Windows 98 GDI? Did Windows 98
> recently become network extensible and no one has told me? After a
> quick look at what Windows 98's GDI does, I really do not see how
> XFree86 fails to measure up to it.
> 

Exactly, you're comparing it to Win98 and saying "Yeah, we can do that
too!" Problem is the rest of the world (OS X, Windows > 98) have moved
on in what end-user features they provide. Network extensibility is a valid
point but I was referring to things like window compositing and other
eye candy features.

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


Re: SATA support in FreeBSD

2004-07-11 Thread zam4ever
On Sun, 11 Jul 2004 11:00:04 -0700 (PDT), jam man <[EMAIL PROTECTED]> wrote:
> I will be using a silicon image (integrated) raid
> controller in my new system for sata. Does anyone have
> a link to a list of supported sata controllers for
> freebsd?

http://www.freebsd.org/releases/4.10R/hardware-i386.html

3.1 Disk Controllers
1. Intel ICH ATA66, ICH2 ATA100, ICH3 ATA100, ICH4 ATA100, ICH5 SATA150
2. VIA 8233, 8235 ATA133, 8237 SATA150

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


Re: X servers

2004-07-11 Thread John Wilson
On Sun, 11 Jul 2004 16:40:03 -0700
Roop Nanuwa <[EMAIL PROTECTED]> wrote:

[...]
> point but I was referring to things like window compositing and other
> eye candy features.

Personally, I'd much prefer to see things like "eye candy" take a back seat
to stability, hardware support and performance enhancements/optimization of code.
Eye candy should best be left up to the various window managers.

- John.


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


Re: How Critical Is It To Use an ISP Running FreeBSD or BSD/OS?

2004-07-11 Thread Kevin D. Kinsey, DaleCo, S.P.
Jerry McAllister wrote:
On Sat, 10 Jul 2004 19:09:13 -0400, Bob Perry <[EMAIL PROTECTED]> wrote:
   

Hello,
I remember reading in The Complete FreeBSD, by Greg Lehey, that you'll
be better off with an ISP that runs FreeBSD or BSD/OS.  Can anyone
provide a scenario(s) where this would be most apparent?
 

I don't know Greg's reasoning for that statement but it does seem
rather wrong to me. Would you judge a waitress on their choice of
shoes? Of course not, you'd judge them based on their service. 
Would you decide on who to hire to build you
a fence based on what kind of screwdriver they use?

   

Heh, only if it was the *wrong* kind.
Why would you choose an ISP based on what tool they use to provide 
you with a service?
   

Well, first it reflects on their judgement.  If they run on FreeBSD, I
give them credit for better jedgement.   Secondly, if you have problems
or questions, you are more likely to get an intelligent answer if they
run one of the BSDs.  If they run MS, they are more likely to just say
they don't support anything different when you ask.
jerry
 


I had an emotional outburst here; whether laughing, or crying,
I'm not sure.  Also, I'm not sure *why* --- either because it's a
complete untruth, and very sad, or very funny; or else because
it's absolutely correct and very sad, or somewhat funny.
I had to go back on my old Winbox to find this exchange, and
it's quite unfortunate that as of yet, I can't find their reply:
ME: 
--
To: [EMAIL PROTECTED]
Is there any chance you guys are interested in
fixing this issue???

Kevin Kinsey
QUOTED: 
-
Reporting-MTA: dns;smtp.x.com*
Received-From-MTA: dns;[204.213.64.2]
Arrival-Date: Thu, 3 Apr 2003 09:32:17 -0600

Final-Recipient: rfc822;[EMAIL PROTECTED]
Action: failed
Status: 4.0.0
Diagnostic-Code: smtp;450 Client host rejected: cannot find your
hostname, [204.213.64.32]
THEM (paraphrased, as I can't find the message**): --
"We are sorry that we can't help with this, as our DNS is
handled by the company that gives us our IP addresses..."

Kevin Kinsey
DaleCo, S.P.
*Yeah, I'm not really protecting anyone ... though the name
won't resolve, there's any number of ways you can figure
out who we're talking about if you really want to.  Not that
it matters that much, none of you use them (for which you
should probably be grateful to Whomever)
**But, as I stand here with upraised hand, and the other on
a New Testament, so help me, this is what it said
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Kernel-level PPPoE server

2004-07-11 Thread Andrew
Hi! I'm fighting my way through manuals and mailing-list archives and I hope
you won't mind a dumb question.

I run FreeBSD4.10-Release and I want to set up a kernel-level PPPoE server.
The problem is I can't find a way to make pppd work with pppoed. As you
know, pppoed executes "exec /usr/sbin/ppp -direct label" by default, but it
can be passed any other line to execute. Pppoed(8) says: "The child process
will have standard input and standard output attached to the same
netgraph(4) data socket (see ng_socket(4)) when started." Unfortunately,
pppd has no analog of "direct" option for ppp. If we execute pppd without
any tty_name, then it assumes "/dev/tty" and, as expected, exits after an
error: "Failed to open /dev/tty: Device not configured".

Since pppoed can execute any line, we can run any script or program before
we invoke pppd. So, is there any way to open a pseudo-terminal that would
connect to current standart input and standart output? Pppoed opens a pppoe
connection via ng_pppoe and ng_socket, all we need for pppd to work is a
device (tty) representing the data socket.

Is there any other way to get pppd and pppoed working together?

Is there any other way to set up a fast pppoe server under FreeBSD?

Thanks,
Andrew

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


Re: How Critical Is It To Use an ISP Running FreeBSD or BSD/OS?

2004-07-11 Thread Lucas Holt
If it is a small ISP, then the a unix like operating system on their 
servers might me someone there can help you.  With large isps, its 
irrelivant.  They will only support Windows, Mac Classic (os 9 or 
lower) and maybe OSX if you are lucky.

That being said, I'd like to point out that some isps are willing to 
work with you.  I started work in the computer industry in 98 at a very 
small isp.  I was the first tech hired.  I had experience when i 
started with Windows 3.1-95, NT 4, OS/2 Warp 3, and Redhat 5.0.  By the 
time I left in 2000, I handled all "odd" os calls. Basically our techs 
could only handle windows 95, 98 and to some degree win 2k calls.  I 
handled all NT4, OS/2, Linux, HP-UX (yeah we got some), Solaris, and 
Mac calls.  if i wasn't there, customers were told to call during my 
next scheduled shift.  The other techs wouldn't consider trying to help 
them.  Often they just wanted dns servers, or phone numbers.  The mere 
mention of another os scared the techs off.  I was considered tier 2 
support, web designer/webmaster and the NT sys admin at the company 
which only had 15 employees in 2000.  We had about 4000 dialups and 
1000 hosting accounts (mostly linux).

In short, if you know explicit questions to ask then you can get help.  
If not, you are out of luck.  I have to lie to SBC to get help with my 
DSL line when it goes down just because i have a router and non windows 
based oses in the house. :)

Lucas Holt
[EMAIL PROTECTED]

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


Re: Can't Mount Optical Drive

2004-07-11 Thread epilogue
On Sat, 10 Jul 2004 16:29:59 -0500
Jason Dusek <[EMAIL PROTECTED]> wrote:

> Hi Again,
> 
> In that there must be something else wrong, because after trying a few 
> permutations I was unable to get the drive on my D600 to work:
> 
>   1 root # mount_cd9660 /dev/acd0 /cdrom
>   mount_cd9660: /dev/acd0: Input/output error
> 
>   2 root # mount_cd9660 /dev/acd0c /cdrom
>   mount_cd9660: /dev/acd0c: No such file or directory
> 
>   3 root # mount_cd9660 /dev/cd0c /cdrom
>   mount_cd9660: /dev/cd0c: No such file or directory
> 
>   4 root # mount_cd9660 /dev/cd0 /cdrom
>   mount_cd9660: /dev/cd0: No such file or directory
> 
> Do I need to create some directories for this to work? How will my 
> computer know what directories to attach the drive to?

hello jason,

if you're trying to mount a 'blank' cd, i do not believe that it will work,
because there is no 'filesystem' to mount.  please note that the same is
true of music cds.  they have no 'filesystem' in the unix sense and cannot
be mounted.  both, however, can be manipulated by programs (ex. disc
burners or music players/rippers).

if you're doing something other than what i suggest above and are still not
able to mount your 'filesystem' disc, please let us know what type of disc
it is and what is on it.

hope that this helps.

epi


> - Jason
> 
> Saint Aardvark the Carpeted wrote:
> 
> >Jason Dusek disturbed my sleep to write:
> >  
> >
> >> 5 # mount /dev/acd0 /cdrom
> >> mount: /dev/acd0: Input/output error
> >>
> >>
> >
> >You may want to try:
> >
> > mount -t cd9660 /dev/acd0c /cdrom
> >
> >or its equivalent:
> >
> > mount_cd9660 /dev/acd0c /cdrom
> >
> >Also, if you're trying to mount a DVD instead of a CD, you may need to
> >try:
> >
> > mount_cd9660 /dev/cd0c /cdrom
> >
> >  
> >
> >>I have some another disk mounting question, too. Sometimes when I try
> >to >mount the CD drive I get an error that goes something like:
> >>
> >> Incorrect super block
> >>
> >>What does this error mean? What does it mean in reference to a hard 
> >>drive? What does it mean in reference to a CD drive?
> >>
> >>
> >
> >The superblock is a chunk of disk that has housekeeping information
> >like the amount of free space, where to find free inodes, and so on.
> >
> >The error can mean pretty much the same things no matter what the
> >medium.  It might mean that you've specified the wrong filesystem --
> >"mount" (which defaults to FreeBSD's UFS filesystem) instead of "mount
> >-t cd9660", say.  It might also mean that the the filesystem hasn't been
> >formatted yet, or (if a CD) that you've burned a coaster.  Or, it might
> >mean that you are about to be very grateful for your carefully-followed
> >backup plan. :-)
> >
> >  
> >
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade index generation error

2004-07-11 Thread dave
Hello,
Thanks for your suggestion. I tried an uninstall/reinstall, but am still
getting the error. It's an error code1, not when making a specific package
during the portsdb -Uu but the process can not complete successfully.
Thanks.
Dave.

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


Printer problems

2004-07-11 Thread Earl Larsen
I tried to get my printer to work. But when I do lptest > /dev/lpt0. I get no 
out put. I checked and have everything correct. So I am thinking that my 
printer is not compatible. I have a Compaq IJ700. I am unable to find if this 
printer is compatible. I am running FreeBSD 4.10. Grep 
ppc0 /var/run/dmesg.boot has the output of:

ppc0:  at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/16 bytes threshold

The parallel port of my kernel is:

device  ppc0at isa? irq 7
device  ppbus   # Parallel port bus (required)
device  lpt0# Printer
device  plip# TCP/IP over parallel
device  ppi0# Parallel port interface device
#device vpo # Requires scbus and da

If my printer is compatabel. I would like to have some help setting this up. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sounds on Opera

2004-07-11 Thread epilogue
On Sun, 11 Jul 2004 15:37:46 -0300
"Paulo Fonseca Jr." <[EMAIL PROTECTED]> wrote:

> Hi Arjan,
> 
> you're right. I removed linuxpluginwrapper and flash plugin keeps ok. But
>  
> sounds not working on Opera yet on flash web pages as much as java  
> applets, only images. The "Enable sound in web pages" are checked in  
> preferences.
> 
> what's happen with it.

hello paulo,

glad to hear that you got flash working.  sorry for pointing you toward
an obsolete version of the port (and THANKS arjan for catching that  :)

for my part, i've never bothered to get flash audio working.  sorry
that i cannot help you with that.

i am writing, however, to suggest that you take a minute to review the
purpose for each mailing list *before* using them to contact other freebsd
users with your help requests.

see http://lists.freebsd.org/mailman/listinfo (from this page, you can
click on a list to see a summary page for that list)  hopefully a couple of
examples will make this clear:

http://lists.freebsd.org/mailman/listinfo/freebsd-www
A mailing list that allows you to send mail to the Webmasters, the managers
of FreeBSD Project web servers (not web servers that hosted on FreeBSD
computers).

(do you really want to mail the freebsd webmasters?)

http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
Welcome to FreeBSD!
This list is a gathering place for people new to FreeBSD.
Please feel free to share your experiences with others on this list.
Support questions should be sent to [EMAIL PROTECTED]

(hmmm.  looks like they don't provide support)

anyhow.  the short story is that, for 99.87% of the questions you're likely
to have, freebsd-questions is the right place.  please don't spam the
other lists.

good luck getting your flash audio working.  i'm sure that someone will
eventually be able to help you out.


cheers,
epi

p.s. another good habit to develop is taking the time to search the
archives.  this question may already have been answered for another
user.  i am not saying that it has, but you never know until you look.   ;)
to reach the archives for any list, check out the link on its summary
page.

*** To any posters who may reply to this thread:  please exclude the other
lists going forward.  gracias.  ***


> Paulo.
> 
> On Sun, 11 Jul 2004 13:17:29 +0200, Arjan Van Leeuwen  
> <[EMAIL PROTECTED]> wrote:
> 
> > Hi Paolo,
> >
> > You don't need the linuxpluginwrapper if you're using linux-opera,
> > only if you're using FreeBSD Opera. In that last case, it will only
> > work on FreeBSD 4.x, that's why you received a message that flash
> > support was unavailable.
> >
> > linux-opera should work with linux-flashplugin{6,7} out of the box.
> >
> > Arjan
> >
> > On Sat, 10 Jul 2004 22:23:38 -0300, Paulo Fonseca Jr.
> > <[EMAIL PROTECTED]> wrote:
> >> Ok!
> >>
> >> Linux-Opera is just fine with flashplayer now on freebsd 5.1.
> >>
> >> make install on /usr/ports/www/linux-opera
> >> make install on /usr/ports/www/linux-flashplugin
> >> recompile and install /usr/src/libexec/rtld-elf and
> >> make /usr/ports/linuxpluginwrapper
> >>
> >> it'll runs ok!
> >>
> >> On Sat, 10 Jul 2004 22:01:56 -0300, Paulo Fonseca Jr.
> >>
> >>
> >> <[EMAIL PROTECTED]> wrote:
> >>
> >> > Arjan,
> >> >
> >> > I running now:
> >> > /usr/ports/www/linux-opera
> >> > /usr/ports/www/linux-flashplugin
> >> > /usr/ports/www/linuxpluginwrapper
> >> >
> >> > I received the message "Flash6 with Opera is not avilable." on make
> >of> > linuxpluginwrapper, but in browser, the shockwave flash plugin is
> >> > active. I set up my browser to identify as Mozilla but web pages
> >that> > use flash do not work fine. Can you send me some web page
> >address that> > use flash ? www.globo.com or www.cursoaprovacao.com.br
> >not work> > correctly.
> >> >
> >> > Thanks,
> >> > Paulo.
> >> >
> >> > On Sat, 10 Jul 2004 14:27:57 +0200, Arjan Van Leeuwen
> >> > <[EMAIL PROTECTED]> wrote:
> >> >
> >> >> On Fri, 9 Jul 2004 23:29:17 -0400, epilogue
> ><[EMAIL PROTECTED]>> >> wrote:
> >> >>> On Fri, 09 Jul 2004 21:49:14 -0300
> >> >>> "Paulo Fonseca Jr." <[EMAIL PROTECTED]> wrote:
> >> >>>
> >> >>> > I'm trying to enable flash plug-in on freebsd 5.1 like this:
> >> >>> >
> >> >>> > 1) cd /usr/ports/www/linux-flashplayer
> >> >>> > make install clean
> >> >>> > it's ok
> >> >>> >
> >> >>> > 2) Tools -> Preferences -> Plug-ins -> Change path
> >> >>> > the working path is: opera;
> >> >>> > /usr/X11R6/share/opera/plugins:/usr/local/lib/flash/
> >> >>> > it's fine
> >> >>> >
> >> >>> > 3) when opera starts with "opera -debugplugin" command the
> >message> >>> below
> >> >>> > occurs:
> >> >>>
> >> >>> judging by the command above, you're using the 'native' version of
> >> >>> opera
> >> >>> (that is to say, opera for freebsd).  is there any reason you
> >would> >>> expect
> >> >>> the LINUX-flashplayer to work?   :P
> >> >>>
> >> >>> try /usr/ports/www/flashpluginwrapper for the native version OR  
> >> install
> >> >>> /usr/ports/www/linux-opera.  ei

Re: FreeBSD Kernel Recompile, Does not exclude modules

2004-07-11 Thread epilogue
On Mon, 12 Jul 2004 09:00:00 +1000
"Steven Adams" <[EMAIL PROTECTED]> wrote:

> I already made a custom kernel and disabled usb in /etc/rc.conf
> 
> I guess they aren't causing me any harm ill just leave them alone for
> now..:)
> 
> Thanks tho

hello steven,

this will probably sound silly, and if you think so too, i'll take your
silence as 'yes, silly bunny.'

1) have you rebooted since the changes to rc.conf?

2) does your rc.conf entry include the " " marks?
  usbd_enable="NO"

3) does a 'usbd_enable' line appear 'more than once' in your rc.conf? 
several rc.conf entries are generated by the installation.  perhaps you've
got two.  you may have created your "NO" entry at the top of the
file and have a "YES" entry a few lines down.

anyhoo.  hope that this gives you something to double check.


cheers,
epi

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Seaman
> Sent: Sunday, 11 July 2004 11:50 PM
> To: Steven Adams
> Cc: 'Arjan Van Leeuwen'; [EMAIL PROTECTED]
> Subject: Re: FreeBSD Kernel Recompile, Does not exclude modules
> 
> On Sun, Jul 11, 2004 at 10:09:54PM +1000, Steven Adams wrote:
> 
> > Ive already disabled usbd_enable=no in /etc/rc.conf
> > 
> > But still I get theses
> > 
> > root   399  0.0  0.0 0   12  ??  DL   Sat04PM   0:00.03  (usb0)
> > root   400  0.0  0.0 0   12  ??  DL   Sat04PM   0:00.00  (usbtask)
> > 
> > And yes I ran make install, I know it worked because I also compiled in
> > quota support which is now working and wasn't previously.
> > 
> > I am a 5year slackware linux user just moved over to FreeBSD so im used
> > to the linux kernel, that's why its confused me a little. FreeBSD is
> > looking great tho.. :)
> > 
> > But yeh wondering how I get rid of them 2 processes.
> 
> Those are not ordinary processes.  Rather they are kernel threads (or
> some such description) -- along the same lines as the vmdaemon,
> swapper or syncer threads.
> 
> In order to get rid of them, you'ld have to compile a custom kernel
> with all of the usb support ripped out *and* you'ld have to take steps
> to prevent the kernel autoloading a usb.ko kernel module on boot up.
> 
> If you have inadvertently loaded a usb kld module -- use kldstat(8) to
> see if that is the case -- then you should be able to unload it with
> kldunload(8), so long as it's not actually busy doing stuff.
> 
> On the whole though, I wouldn't bother too much about those usb kernel
> thread things.  They're generally harmless and they don't have any
> impact on the rest of the system if there are no USB peripherals in
> use.
> 
>   Cheers,
> 
>   Matthew
> 
> -- 
> Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
>   Savill Way
> PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
> Tel: +44 1628 476614  Bucks., SL7 1TH UK
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't Mount Optical Drive

2004-07-11 Thread Jason Dusek
It turns out that I can mount data CDs - but I was trying to mount an unburned 
CD. So I guess it's ironed out. The next thing in line - burning CDs - is not 
likely to come up for another day or two.

- Jason
epilogue wrote:
On Sat, 10 Jul 2004 16:29:59 -0500
Jason Dusek <[EMAIL PROTECTED]> wrote:

Hi Again,
In that there must be something else wrong, because after trying a few 
permutations I was unable to get the drive on my D600 to work:

 1 root # mount_cd9660 /dev/acd0 /cdrom
 mount_cd9660: /dev/acd0: Input/output error
 2 root # mount_cd9660 /dev/acd0c /cdrom
 mount_cd9660: /dev/acd0c: No such file or directory
 3 root # mount_cd9660 /dev/cd0c /cdrom
 mount_cd9660: /dev/cd0c: No such file or directory
 4 root # mount_cd9660 /dev/cd0 /cdrom
 mount_cd9660: /dev/cd0: No such file or directory
Do I need to create some directories for this to work? How will my 
computer know what directories to attach the drive to?

hello jason,
if you're trying to mount a 'blank' cd, i do not believe that it will work,
because there is no 'filesystem' to mount.  please note that the same is
true of music cds.  they have no 'filesystem' in the unix sense and cannot
be mounted.  both, however, can be manipulated by programs (ex. disc
burners or music players/rippers).
if you're doing something other than what i suggest above and are still not
able to mount your 'filesystem' disc, please let us know what type of disc
it is and what is on it.
hope that this helps.
epi

- Jason
Saint Aardvark the Carpeted wrote:

Jason Dusek disturbed my sleep to write:

5 # mount /dev/acd0 /cdrom
mount: /dev/acd0: Input/output error
  

You may want to try:
mount -t cd9660 /dev/acd0c /cdrom
or its equivalent:
mount_cd9660 /dev/acd0c /cdrom
Also, if you're trying to mount a DVD instead of a CD, you may need to
try:
mount_cd9660 /dev/cd0c /cdrom


I have some another disk mounting question, too. Sometimes when I try
to >mount the CD drive I get an error that goes something like:
Incorrect super block
What does this error mean? What does it mean in reference to a hard 
drive? What does it mean in reference to a CD drive?
  

The superblock is a chunk of disk that has housekeeping information
like the amount of free space, where to find free inodes, and so on.
The error can mean pretty much the same things no matter what the
medium.  It might mean that you've specified the wrong filesystem --
"mount" (which defaults to FreeBSD's UFS filesystem) instead of "mount
-t cd9660", say.  It might also mean that the the filesystem hasn't been
formatted yet, or (if a CD) that you've burned a coaster.  Or, it might
mean that you are about to be very grateful for your carefully-followed
backup plan. :-)

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


Re: Printer problems

2004-07-11 Thread Eric Crist
On Sunday 11 July 2004 22:58, Earl Larsen wrote:
> I tried to get my printer to work. But when I do lptest > /dev/lpt0. I get
> no out put. I checked and have everything correct. So I am thinking that my
> printer is not compatible. I have a Compaq IJ700. I am unable to find if
> this printer is compatible. I am running FreeBSD 4.10. Grep
> ppc0 /var/run/dmesg.boot has the output of:
>
> ppc0:  at port 0x378-0x37f irq 7 on isa0
> ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
> ppc0: FIFO with 16/16/16 bytes threshold
>
> The parallel port of my kernel is:
>
> device  ppc0at isa? irq 7
> device  ppbus   # Parallel port bus (required)
> device  lpt0# Printer
> device  plip# TCP/IP over parallel
> device  ppi0# Parallel port interface device
> #device vpo # Requires scbus and da
>

You need to try CUPS (Common Unix Printing Service) or apsfilter with the base 
lpd.  The latter is my personal preference, and I've never not been able to 
get a printer working using this method.  I've never used CUPS personally, 
but it seems to be the norm from what I read in the list.  

apsfilter is installable via the ports at /usr/ports/print/apsfilter.

HTH

-- 
Eric F Crist

Keep your pecker hard and your powder dry, and the world WILL turn.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Lucent LT modem under FreeBSD

2004-07-11 Thread epilogue
On Sun, 11 Jul 2004 01:01:06 +0200
Jan Christian Meyer <[EMAIL PROTECTED]> wrote:

> > I've read that the proper drivers are in the ports collection, but
> > there's one big problem. The only way I'd be able to access the ports
> > collection is with an internet connection, and to have an internet
> > connection I need the Lucent winmodem drivers for FreeBSD.
> 
> Someone can probably suggest something more optimal, but FWIW, here's my 
> tedious manual procedure for installing ports without a network
> connection:
> 
> 1. Try to compile the port, up to the point where it complains
> 2. Press Ctrl-C, interrupting the compilation

if i am not mistaken, you'll need perl and the distfile.  that's it.  i
believe that you can install perl via your freebsd install disk (or is it
even part of the base system?)

> 3. Make a note of the name of the missing file

right now, it's ltmdm-1.4.tgz

> 4. Go to different computer with network connection, carrying floppy or
> CD-R 5. Download missing file from
> ftp.freebsd.org/pub/FreeBSD/ports/distfiles/

fwiw, ltmdm-1.4.tgz weighs in at a trivial 487K.  if you have one, a floppy
is definitely the way to go here.  ...and keep it handy for future
installs.  you can always upgrade to the latest version after you're
connected.

> 6. Transfer it to /usr/ports/distfiles on target machine using floppy or
> CD-R 7. Lather, rinse, and repeat from step one until compilation no
> longer complains
> 
> For only the ltmdm port (Lucent winmodem driver), this should not be an 
> astonishing amount of work, and afterwards you can install your ports in 
> style like the cool kids do. :)
> 
> Good luck,
>  -Jan Christian
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How Critical Is It To Use an ISP Running FreeBSD or BSD/OS?

2004-07-11 Thread Bob Perry
Lucas Holt wrote:
If it is a small ISP, then the a unix like operating system on their 
servers might me someone there can help you.  With large isps, its 
irrelivant.  They will only support Windows, Mac Classic (os 9 or 
lower) and maybe OSX if you are lucky.

That being said, I'd like to point out that some isps are willing to 
work with you.  I started work in the computer industry in 98 at a 
very small isp.  I was the first tech hired.  I had experience when i 
started with Windows 3.1-95, NT 4, OS/2 Warp 3, and Redhat 5.0.  By 
the time I left in 2000, I handled all "odd" os calls. Basically our 
techs could only handle windows 95, 98 and to some degree win 2k 
calls.  I handled all NT4, OS/2, Linux, HP-UX (yeah we got some), 
Solaris, and Mac calls.  if i wasn't there, customers were told to 
call during my next scheduled shift.  The other techs wouldn't 
consider trying to help them.  Often they just wanted dns servers, or 
phone numbers.  The mere mention of another os scared the techs off.  
I was considered tier 2 support, web designer/webmaster and the NT sys 
admin at the company which only had 15 employees in 2000.  We had 
about 4000 dialups and 1000 hosting accounts (mostly linux).

In short, if you know explicit questions to ask then you can get 
help.  If not, you are out of luck.  I have to lie to SBC to get help 
with my DSL line when it goes down just because i have a router and 
non windows based oses in the house. :)

Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)

Luke,
Hopefully, I'll find an ISP committed to supporting the FreeBSD platform.
Otherwise, I'll have to wait until I gain the expertise necessary to 
talk MS
and translate that to FreeBSD.

Thanks for taking the time to respond.
Bob Perry
--
I've learned that whatever hits the fan will not be evenly
distributed.
FreeBSD 4.9-RELEASE-p2 #0
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't Mount Optical Drive

2004-07-11 Thread epilogue
On Sun, 11 Jul 2004 23:36:44 -0500
Jason Dusek <[EMAIL PROTECTED]> wrote:

> It turns out that I can mount data CDs - but I was trying to mount an
> unburned CD. So I guess it's ironed out. The next thing in line - burning
> CDs - is not likely to come up for another day or two.

as you certainly won't be the first person to ask about cd-burning, the 
archives will probably already contain the answers to any of the questions
you are likely to have.  be sure to check them out.  they are kept on hand
for several reasons, not the least of which is the invaluable resource they
provide for researching and solving problems, both esoteric and common.  :)

 
> - Jason
> 
> epilogue wrote:
> > On Sat, 10 Jul 2004 16:29:59 -0500
> > Jason Dusek <[EMAIL PROTECTED]> wrote:
> > 
> > 
> >>Hi Again,
> >>
> >>In that there must be something else wrong, because after trying a few 
> >>permutations I was unable to get the drive on my D600 to work:
> >>
> >>  1 root # mount_cd9660 /dev/acd0 /cdrom
> >>  mount_cd9660: /dev/acd0: Input/output error
> >>
> >>  2 root # mount_cd9660 /dev/acd0c /cdrom
> >>  mount_cd9660: /dev/acd0c: No such file or directory
> >>
> >>  3 root # mount_cd9660 /dev/cd0c /cdrom
> >>  mount_cd9660: /dev/cd0c: No such file or directory
> >>
> >>  4 root # mount_cd9660 /dev/cd0 /cdrom
> >>  mount_cd9660: /dev/cd0: No such file or directory
> >>
> >>Do I need to create some directories for this to work? How will my 
> >>computer know what directories to attach the drive to?
> > 
> > 
> > hello jason,
> > 
> > if you're trying to mount a 'blank' cd, i do not believe that it will
> > work, because there is no 'filesystem' to mount.  please note that the
> > same is true of music cds.  they have no 'filesystem' in the unix sense
> > and cannot be mounted.  both, however, can be manipulated by programs
> > (ex. disc burners or music players/rippers).
> > 
> > if you're doing something other than what i suggest above and are still
> > not able to mount your 'filesystem' disc, please let us know what type
> > of disc it is and what is on it.
> > 
> > hope that this helps.
> > 
> > epi
> > 
> > 
> > 
> >>- Jason
> >>
> >>Saint Aardvark the Carpeted wrote:
> >>
> >>
> >>>Jason Dusek disturbed my sleep to write:
> >>> 
> >>>
> >>>
> 5 # mount /dev/acd0 /cdrom
> mount: /dev/acd0: Input/output error
>    
> 
> >>>
> >>>You may want to try:
> >>>
> >>>   mount -t cd9660 /dev/acd0c /cdrom
> >>>
> >>>or its equivalent:
> >>>
> >>>   mount_cd9660 /dev/acd0c /cdrom
> >>>
> >>>Also, if you're trying to mount a DVD instead of a CD, you may need to
> >>>try:
> >>>
> >>>   mount_cd9660 /dev/cd0c /cdrom
> >>>
> >>> 
> >>>
> >>>
> I have some another disk mounting question, too. Sometimes when I try
> >>>
> >>>to >mount the CD drive I get an error that goes something like:
> >>>
> Incorrect super block
> 
> What does this error mean? What does it mean in reference to a hard 
> drive? What does it mean in reference to a CD drive?
>    
> 
> >>>
> >>>The superblock is a chunk of disk that has housekeeping information
> >>>like the amount of free space, where to find free inodes, and so on.
> >>>
> >>>The error can mean pretty much the same things no matter what the
> >>>medium.  It might mean that you've specified the wrong filesystem --
> >>>"mount" (which defaults to FreeBSD's UFS filesystem) instead of "mount
> >>>-t cd9660", say.  It might also mean that the the filesystem hasn't
> >been>>formatted yet, or (if a CD) that you've burned a coaster.  Or, it
> >might>>mean that you are about to be very grateful for your
> >carefully-followed>>backup plan. :-)
> >>>
> >>> 
> >>>
> >>
> >>___
> >>[EMAIL PROTECTED] mailing list
> >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >>To unsubscribe, send any mail to
> >>"[EMAIL PROTECTED]"
> >>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Rack-Mount Server cases

2004-07-11 Thread Jay Moore
On Friday 09 July 2004 07:19 am, Eric Crist wrote:
>
> I'm just asking opinions here, but:
>
> What do you prefer for a 2U rack mount server case?  I want to keep the
> cost down, but I want something that looks nice and is functional.  I've
> got 5 servers I'm looking at replacing existing cases on to make them
> match, as well as to free up some rack space, as some cases I currently
> own are 4U, and some are 2U.

I would recommend you avoid the Antec 2U unit (& probably all Antec 
rack-mounts if the 2U is any indication).

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


Question about cvs-all mail list

2004-07-11 Thread BSDjunkie
Hello all!

Seems like there is a lot of activity on the cvs-all
mailing list...however I was wondering what the
information that passes through that list can do for
me?

I am not a developer and do not wish to track the
'bleeding edge'.

Other than telling me what files are being modified
and how many lines of code were added or
taken-away...what benefit does that knowlege have for
me?

Anybody here find it useful?

Thanks!

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


RocketRaid 404 on FreeBSD 4.10

2004-07-11 Thread Artem Koutchine
Does anybody use RocketRaid 404 on 4.10?
I see on high point site driver only for 4.9, does it run
on 4.10?"

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