Re: Re: FreeBSD Installer vs RedHat Linux Fedora Core Installer?

2007-01-04 Thread Sunnz

2007/1/4, Garrett Cooper <[EMAIL PROTECTED]>:

That's changing. MS is abandoning the 2000 installer and going strictly
GUI, come Vista.
- -Garrett


Well, that's not too surprising - they already have that Aero thing,
so they just as well do a fancy installer. But having a fancy GUI
installer shouldn't be considered as "Microsofty", as they haven't
done it yet... whereas Red Hat and even Apple have done it for a long
time.

For a simple desktop end user like me, who just devote the whole hard
disk for FreeBSD, I think the installer now is adequate.


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFnKqNEnKyINQw/HARAsLPAJwOovkeM5f9V0qt0SLhEosRZwQw+QCfSvGc
++zZXqfxjr2GNmBHMxn8r0E=
=fJD1
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"




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


hpijs

2007-01-04 Thread Andriy Babiy
Hi all,

When I try to install hpijs over the port, I get an error as follows:

install  -o root -g wheel -m 444 ppd/* /usr/local/share/ppd/HP
gzip -f /usr/local/share/ppd/HP/*
gzip: /usr/local/share/ppd/HP/fax is a directory -- ignored
*** Error code 2

Stop in /usr/ports/print/hpijs/work/hpijs-2.1.4.
*** Error code 1

Stop in /usr/ports/print/hpijs.
*** Error code 1

Stop in /usr/ports/print/hpijs.
===

At that point the port was successfully built, but the installation fails. Of 
course, it can be installed as a package... But maybe it can be fixed?

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


Re: Massive upgrade after updating gnutls-1.4.5 port

2007-01-04 Thread dick hoogendijk
On 03 Jan José G. Juanino wrote:
> I read in the UPDATING file:
> 
> ###
> gnutls has been updated to 1.6.1 and all shared libraries' versions have
> been bumped. So you need to rebuild all applications that depend on
> gnutls. Do something like:
> 
> portupgrade -rf gnutls
> ###
> 
> I run pkg_glob -r gnutls-1.4.5 and get 42 packages, including
> k3b-0.12.17 and abiword-2.4.6 among other
> (I mentioned only some of the biggest to build in my slow pentium III
> computer).

This thing seems to happen more often nowadays in FreeBSD. I hate it. I
have a reasonable fast Athlon-3400, but still. I do not think a machine is
supposed to spent so much time on building. I know you don't have to
'touch' the ports and could run a plain release. But who does this?

Anyway, it's annoying to me. But that's of course a personal view ;-)

-- 
http://nagual.nl/ --- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ Solaris 10 11/06 ++
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Massive upgrade after updating gnutls-1.4.5 port

2007-01-04 Thread José G . Juanino
I read in the UPDATING file:

###
gnutls has been updated to 1.6.1 and all shared libraries' versions
have been bumped. So you need to rebuild all applications that
depend on gnutls. Do something like:

portupgrade -rf gnutls
###


I run pkg_glob -r gnutls-1.4.5 and get 42 packages, including
k3b-0.12.17 and abiword-2.4.6 among other (I mentioned only
some of the biggest to build in my slow pentium III computer).

However, I have noticed that only a few ports depends directly on gnults
port (search for those ports which depends on gnutls but do not depend
on the rest of ports listed in /var/db/pkg/gnutls-1.4.5/+REQUIRED_BY,
see [1]). These ports are (in my system):

aMule-2.1.3
gconf2-2.16.0
gkrellm-2.2.10_1
gnome-icon-theme-2.16.1
gtkspell-2.0.11_4
k3b-i18n-0.12.17
ktorrent-2.0.3
libglade2-2.6.0_2
mplayer-0.99.10
pinentry-gtk2-0.7.2_5
sdl-1.2.11,2
tinyca-0.7.5
wxgtk2-common-2.6.3_1
xvid4conf-1.12


My aim is rebuild only the above ports, and ignore the others listed
in the output of pkg_glob -r gnutls-1.4.5.  The question is: do you
think is my approach right, or shall I need to rebuild all the ports of
pkg_glob output?

For example, suppose libA depends on libB, and libB depends in turn on
libC. If version of libC changes, I need rebuild libB but, shall I need
to rebuild libA?


PD: excuse my poor english



[1]

#!/bin/sh
inputPort="$1"
vardbpkg="/var/db/pkg"
#
completePath(){
while read p
do
if [ -r "$vardbpkg/$p/+REQUIRED_BY" ]
then
echo "$vardbpkg/$p/+REQUIRED_BY"
fi
done
}
portname=`pkg_info -qo $inputPort`
if test $? != 0
then
exit 1
fi
###
while read port
do
if ! grep $port `grep -v $port $vardbpkg/$inputPort/+REQUIRED_BY | 
completePath` > /dev/null 2>&1
then
echo "$port"
fi
done < $vardbpkg/$inputPort/+REQUIRED_BY


-- 
http://personales.ya.com/banach


pgpjLD7CFzzxy.pgp
Description: PGP signature


Re: CD Drive "locked" during install, can't commit

2007-01-04 Thread dick hoogendijk
On 04 Jan Richard Lynch wrote:
> At this point, however, Disk#2 was in the drive, not disk #1.
> Alas, it kept trying to find base, man, dict, ports on /dev/acd0.
> It wasn't there, because those are on Disk#1, not #2.
> My laptop eject button would NOT work.
> The installer wasn't letting me swap CDs like it does for the Packages,
> because it assumed I had Disk#1 in there, I guess, as one generally does
> the base/kernel stuff and commits before swapping around the disks for
> Packages.
> There does not seem to be the standard paperclip hole manual eject on
> the CD drive on this laptop. :-(

Maybe you could have opened a second terminal (ctrl/alt/f2) to unmount the
cdrom drive. Just a guess.

-- 
http://nagual.nl/ --- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ Solaris 10 11/06 ++
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: wireless help

2007-01-04 Thread Sunnz

Have you tried read this section of the handbook yet?

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

BTW, if you are using WEP (though WEP isn't really secure), then you
shouldn't use wpa_supplicant.

Are you sure that you are using WPA, not WEP? It seems like that you
have a WEP key, not a WPA key.

2007/1/4, Juan Ortega <[EMAIL PROTECTED]>:

Hi im having trouble setting up my PCI card to connect to my access point
I have freeBSD-RC2-RELEASE
The driver I installed for it using ndis
when I enter the command "ifconfig ndis0 up scan"
it shows my access point

I tried ifconfig, and wpa_supplicant to configure it but dosent work

Heres what I have need to configure it to;

Infrastructue Mode
SSID: 2WIRE701
BSSID: 00:14:95:c6:af:91
Authmode: SHARED
WEP-KEY: 2205801095
Channel: 6

I'm not sure what weptxkey for my access point is,
if I need it, anyways I can know?

for the IP, cant DHCP set one up for it?


how do I put all that in ifconfig or wpa_supplicant
to make it connect?




[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"




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


Re: Bugzilla instead of current problem system for bugs and features?

2007-01-04 Thread Alexander Leidinger
Quoting Abdullah Al-Marrie <[EMAIL PROTECTED]> (from Thu, 4 Jan 2007  
10:27:49 +0300):



Why not use bugzilla for bugs and feature requests? isn't easier and
more organized than current problem system?


We are evaluating our options:
   http://wiki.freebsd.org/Bugtracking

Bye,
Alexander.

--
The warning message we sent the Russians was a
calculated ambiguity that would be clearly understood.
-- Alexander Haig

http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Emacs vs XEmacs: which to choose for plain console using?

2007-01-04 Thread Lothar Braun
Hi Elisej,

On Wednesday 03 January 2007 20:41, [EMAIL PROTECTED] wrote:
> What are advantages and disadvantages of xemacs over emacs?
> Which to choose for plain console using?

Maybe

http://www.emacswiki.org/cgi-bin/wiki/EmacsAndXEmacs

can help you to understand the differences. There's also a small discussion 
about when to use Emacs and when to use XEmacs.
But in your case you only have the possibility to use emacs. Only emacs is 
able to work on the plain console.

Regards,
  Lothar


pgpwZjIPhky85.pgp
Description: PGP signature


Re: Emacs vs XEmacs: which to choose for plain console using?

2007-01-04 Thread Lothar Braun
On Thursday 04 January 2007 11:05, Lothar Braun wrote:
> But in your case you only have the possibility to use emacs. Only emacs is
> able to work on the plain console.

Uh. I have to correct myself:

emacs -nw

will start emacs on the console. So you can use both editors.

Regards,
  Lothar


pgpHwPdiZoTuN.pgp
Description: PGP signature


Re: Multiple port versions

2007-01-04 Thread Lothar Braun
Hi,

On Wednesday 03 January 2007 16:33, Vizion wrote:
> Just been doing a check on installed applications.
>
> pkg_info shows multiple installed versions of autoconf, automake, db &
> gnupg. viz:
>
> autoconf-2.13.000227_5 Automatically configure source code on many Un*x
> platforms
> autoconf-2.53_3 Automatically configure source code on many Un*x
> platforms 
> autoconf-2.59_2 Automatically configure source code on many 
> Un*x platforms
> automake-1.4.6_2GNU Standards-compliant Makefile 
> generator (1.4)
> automake-1.5_2,1GNU Standards-compliant Makefile 
> generator (1.5)
> automake-1.9.6  GNU Standards-compliant Makefile 
> generator (1.9) 

It is ok (and even neccessary) that you have different autoconf/automake 
versions installed. This is because different projects use different versions 
of this package. And these versions are not compatible. A port that uses 
automake-1.5 will not compile with automake-1.9.
You therefore need all these versions of autoconf and automake.

> db4-4.0.14_1,1  The Berkeley DB package, revision 4 
> db42-4.2.52_5   The Berkeley DB package, revision 4.2

This might be a similar problem. If you look at the ports, then you will see 
that there are quite a few versions of the db package available. Maybe there 
are ports that depend on 4.0 and won't work with 4.2. I'm not sure if it is a 
good idea to remove the older version.

> gnupg-1.4.6_3   The GNU Privacy Guard
> gnupg-2.0.1 The GNU Privacy Guard

You can savely remove gnupg-1.4.6_3. Version 1.4.6_3 was the gnupg port and 
2.0.1 was the gnupg-devel port. Version 1.4.6_3 is now obsolete and you can 
savely remove it.

> I used partupgrade -aF recently when, on reconsideration, it would have
> been better to have done portupgrade -F on specific ports!
>
> What is the safest way to remove the earlier versions?

You can remove them the normal way with "pkg_delete package". E.g. pkg_delete 
gnupg-1.4.6_3

Best regards,
  Lothar


pgp3qIFkJbuX8.pgp
Description: PGP signature


Re: streaming/DOS

2007-01-04 Thread Nikos Vassiliadis
On Wednesday 03 January 2007 18:16, [EMAIL PROTECTED] wrote:
> i am interested in finding out the best
> ways to stop denial-of-service attacks
> on a live MP3 streaming server.  the
> information presented has created a
> large group of people that work
> together to overwhelm the server
> whenever the radio broadcast streams.
> what is the most effective way to set
> up an MP3 live streaming server to
> automatically detect/block these
> kind of DOS attacks?
> 
> i am not directly running the server,
> but it is possible that i may do so,
> and in the least, i do have an
> advisory capacity with the
> people that do (they are in
> the MS Windows world which
> i know nothing about), and
> i would be interested to know
> if FreeBSD has capabilities in
> this area that Windows servers
> do not.
> 
> things i thought of as possibilities
> were setting up a free registration
> which would force attackers to re-register
> everytime they get banned - or some kind of
> bandwidth limiting thing that would disconnect
> IP's or 24-bit IP ranges if an IP downloaded
> too much too fast - i don't know all the
> possibilities, but it seems to me that
> it should be possible to recognize
> abusers and drop them from further
> HTTP connections. 
> 

You can use ipfw and/or dummynet. You might want to limit:
1) the number of connections per IP address and/or port
2) bandwidth per IP address and/or port
read the manual, search for "limit", "pipe" & "mask"
http://www.freebsd.org/cgi/man.cgi?query=ipfw&apropos=0&sektion=0&manpath=FreeBSD+6.1-RELEASE&format=html

You can also use pf. You can limit the number of connections
from an IP address per time period. ALTQ can help you manage
the traffic, though I am not sure that it would be helpful in your
case. Sections "Turning away the brutes" & "Directing traffic
with ALTQ" are of interest.
http://www.bgnett.no/~peter/pf/en/

Decide which one fits your needs and ask the list for further
pointers/help. These suggestions can work transparently in
your network i.e. you don't have to change anything/much.
Just put a FreeBSD box in front of your streaming server.

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


ipw scan doesn't show APs on channels 12 and 13

2007-01-04 Thread [LoN]Kamikaze
As the title says, I'm using an ipw wireless card and

# ifconfig ipw0 scan

doesn't list APs on the channels 12 and 13. I suppose this is due to the 
different frequency regulations in the US. Is there a way to configure the ipw 
device to conform to the European regulations?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Stuck on win32-codecs compilation.

2007-01-04 Thread Bill Moran
"Juha Saarinen" <[EMAIL PROTECTED]> wrote:
>
> On 1/4/07, Dak Ghatikachalam <[EMAIL PROTECTED]> wrote:
> > Dear Freebsd
> >
> > I was trying to make  mplayer and  it spat me on error,  win32 -codecs,
> > and went on trying the clean up the win32-codecs and try to make the codecs,
> > it still errored out
> >
> > Has anyone faced the same issue,  Please share your thoughts.
> >
> > I am scratching my head, what I should doing about this.
> 
> Waiting until the remote code execution security hole is plugged would
> seem to be a sensible thing:
> 
> "The Apple Security Team reports that there are multiple
> vulnerabilities within QuickTime (one of the plugins for
> win32-codecs). A remote attacker capable of creating a malicious SGI
> image, FlashPix, FLC movie, or a QuickTime movie can possibly lead to
> execution of arbitrary code or cause a Denial of Service (application
> crash).
> 
> Users who have QuickTime (/win32-codecs) as a browser plugin may be
> vulnerable to remote code execution by visiting a website containing a
> malicious SGI image, FlashPix, FLC movie or a QuickTime movie."

You can get mplayer installed safely by deselecting the quicktime codec
during the installation process.  To change it now, do the following:
cd /usr/ports/multimedia/win32-codecs && make config
Then deselect quicktime from the menu and save your change.  Then go
back to building mplayer and it should succeed.

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


Re: vpn client (pptp) inside a jail

2007-01-04 Thread Nikos Vassiliadis
On Thursday 04 January 2007 02:19, Andras GELANYI wrote:
> Hi,
> 
> In a case when a pptp client is running a jail would be great. But in my 
> opinion it is not possible because of the lack of special interfaces and 
> facilities (eg. GRE) in jails.

You want to initiate the tunnel from within the jail? I think that's
not possible not only for pptp, but for all interface types inside a
jail(perhaps I am wrong, have no jail experience, but I think that's
an essential jail feature(not able to mess up with network interfaces)).

> Anyway. Could someone tell me whether it is possible or not?
> Does anyone know a solution for assigning a jail to a trusted network 
> through a tunnel without any influence on the base system's networking?

I can use my pptp address from within a jail, of course the tunnel is already
up and visible to the base system. You can also get the "secondary IP address
effect" for your jail using a loopback interface. For example:
ng0 1.2.3.4 <-> 5.6.7.8
lo1 9.10.11.12
9.10.11.12 would also be your jail address, totally unrelated to the tunnel.

I am not sure what you are looking for. Perhaps
you should explain a bit further. Nikos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Installer vs RedHat Linux Fedora Core Installer?

2007-01-04 Thread Robert C Wittig

Sunnz wrote:


Perhaps the stability of FBSD has led to the infrequent use of the
installer for (re)installation. Think about it: if you are using the
installer frequent enough to worry about how it look like, what are
you doing? Reinstalling your OS every several months?



Personally, I prefer the FreeBSD and OpenBSD installers to the more 
GUI-type installers used by Microsoft.


Initially, I had to do some Googling, and studying up, to learn the 
installation procedures, the various options available, which options 
were best for which types of installs, etc.


After that was done, I had a nice little spiral notebook with a bunch of 
hand-written notes, and a nice pile of URLs to refer to, as needed.


This is the UNIX way... once the OS is installed, one is still going to 
still have to understand the ins and outs of the operating system, the 
LAN, TCP/IP, etc., and learn enough about C/C++, shell scripting, and 
correct syntax in general, to edit their config files in vi, and 
understand the man pages.


Making the installer any 'easier' to use than the operating system 
itself is to run and administer, seems pointless.



--
-wittig http://www.robertwittig.com/
.   http://robertwittig.net/

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


Re: FreeBSD Installer vs RedHat Linux Fedora Core Installer?

2007-01-04 Thread Andrew Pantyukhin

On 1/4/07, Robert C Wittig <[EMAIL PROTECTED]> wrote:

Sunnz wrote:

> Perhaps the stability of FBSD has led to the infrequent use of the
> installer for (re)installation. Think about it: if you are using the
> installer frequent enough to worry about how it look like, what are
> you doing? Reinstalling your OS every several months?
>

Personally, I prefer the FreeBSD and OpenBSD installers to the more
GUI-type installers used by Microsoft.

Initially, I had to do some Googling, and studying up, to learn the
installation procedures, the various options available, which options
were best for which types of installs, etc.

After that was done, I had a nice little spiral notebook with a bunch of
hand-written notes, and a nice pile of URLs to refer to, as needed.

This is the UNIX way... once the OS is installed, one is still going to
still have to understand the ins and outs of the operating system, the
LAN, TCP/IP, etc., and learn enough about C/C++, shell scripting, and
correct syntax in general, to edit their config files in vi, and
understand the man pages.

Making the installer any 'easier' to use than the operating system
itself is to run and administer, seems pointless.


I remember I had this official MS Windows 2000 beta
CD. On its casing there was a picture of a would-be
industry professional, sitting at his PC with one
hand on the keyboard and the other one going through
a thick reference manual. The picture was too small
to make out what was there on his screen, but I bet
the guy was a Unix newbie, working his way through
the first installation in his life or whatever :-)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


unable to recompile kernel at AMD64 RC2

2007-01-04 Thread Frank Bonnet

Hello

I've just installed AMD64 RC2 on a IBM X3650 bi-procs

I wanted to recompile the kernel to add the SMP option
then it failed , see errors below.


mail2# make depend
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline 
-Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I../../.. 
-I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf 
-I../../../dev/ath -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=kernel -mno-red-zone 
-mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding ../../../amd64/amd64/genassym.c

In file included from ../../../sys/systm.h:42,
 from ../../../amd64/amd64/genassym.c:42:
./machine/cpufunc.h: In function `invlpg':
./machine/cpufunc.h:448: warning: cast to pointer from integer of different size
In file included from ../../../sys/proc.h:53,
 from ../../../sys/buf.h:253,
 from ../../../amd64/amd64/genassym.c:45:
../../../sys/signal.h: At top level:
../../../sys/signal.h:304: error: redefinition of `struct osigcontext'
In file included from ../../../amd64/amd64/genassym.c:45:
../../../sys/buf.h: In function `BUF_LOCK':
../../../sys/buf.h:272: warning: cast from pointer to integer of different size
../../../sys/buf.h: In function `BUF_TIMELOCK':
../../../sys/buf.h:292: warning: cast from pointer to integer of different size
In file included from ../../../amd64/amd64/genassym.c:69:
./machine/sigframe.h: At top level:
./machine/sigframe.h:66: error: syntax error before "__osiginfohandler_t"
./machine/sigframe.h:71: error: syntax error before "osiginfo_t"
./machine/sigframe.h:86: error: field `sf_uc' has incomplete type
../../../amd64/amd64/genassym.c:93: error: `addr_PTmap' undeclared here (not in 
a function)
../../../amd64/amd64/genassym.c:94: error: `addr_PDmap' undeclared here (not in 
a function)
../../../amd64/amd64/genassym.c:95: error: `addr_PDPmap' undeclared here (not 
in a function)

etc etc



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


Re: Help Please !

2007-01-04 Thread Bill Moran
In response to "Mohamad Babaei" <[EMAIL PROTECTED]>:

> Thank you!
> what type of data do you need ?

It's generally considered bad form to email someone privately regarding a
questions posted to a mailing list.  I've added the list back in to the CC.

As far as information -- how about whatever it is that made you determine
that "suidperl" was the problem in the first place ... what gave you that
idea?

Barring that, the output of "ps -axu | grep perl" would be helpful.

> On 1/3/07, Bill Moran <[EMAIL PROTECTED]> wrote:
> >
> > In response to "Mohamad Babaei" <[EMAIL PROTECTED]>:
> > >
> > > why "suidperl"  rises my CPU usage to 100% ???
> > > please help !
> >
> > It's probably a result of the script that suidperl is running.  Without
> > knowing what that is, however, we can't help much.
> >
> > --
> > Bill Moran
> > Collaborative Fusion Inc.

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


Re: vpn client (pptp) inside a jail

2007-01-04 Thread Andras GELANYI


On Thu, 4 Jan 2007 13:54:22 +0200, Nikos Vassiliadis <[EMAIL PROTECTED]> wrote:

>> Anyway. Could someone tell me whether it is possible or not?
>> Does anyone know a solution for assigning a jail to a trusted network
>> through a tunnel without any influence on the base system's networking?
> 
> I can use my pptp address from within a jail, of course the tunnel is
> already
> up and visible to the base system. You can also get the "secondary IP
> address
> effect" for your jail using a loopback interface. For example:
> ng0 1.2.3.4 <-> 5.6.7.8
> lo1 9.10.11.12
> 9.10.11.12 would also be your jail address, totally unrelated to the
> tunnel.
> 
> I am not sure what you are looking for. Perhaps
> you should explain a bit further. Nikos
> 

i do not really have a complete plan at the moment but an idea to use a
jail on my remote system as a sandbox. i mean i would like to set up a jail
and use it (sometimes) as client / virtual machine in a remote network
through some kind of tunneling without any modification to the base system
and sometimes as a regular host to test and compile some completelydifferent
stuff.
i suspect that it is impossible but it might look like as configuring a pseudo
device (eg gre) and use only pure ip traffic through the base system's nat
until the jail's endpoint.

to be honest i am pretty new to freebsd jails so i might be wromg. so please
correct me if you know more. :)

of course the best solution would be to use true virtualization. anyway do you
know anything about the xen dom0 status on freebsd x86 smp? :)

andras

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


Re: unable to recompile kernel at AMD64 RC2

2007-01-04 Thread Sunnz

Did you, by any chance, have tinkered with /etc/make.conf?

2007/1/4, Frank Bonnet <[EMAIL PROTECTED]>:

Hello

I've just installed AMD64 RC2 on a IBM X3650 bi-procs

I wanted to recompile the kernel to add the SMP option
then it failed , see errors below.


mail2# make depend
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Winline
-Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I../../..
-I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf
-I../../../dev/ath -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=8000 --param
inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=kernel 
-mno-red-zone
-mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding ../../../amd64/amd64/genassym.c
In file included from ../../../sys/systm.h:42,
  from ../../../amd64/amd64/genassym.c:42:
./machine/cpufunc.h: In function `invlpg':
./machine/cpufunc.h:448: warning: cast to pointer from integer of different size
In file included from ../../../sys/proc.h:53,
  from ../../../sys/buf.h:253,
  from ../../../amd64/amd64/genassym.c:45:
../../../sys/signal.h: At top level:
../../../sys/signal.h:304: error: redefinition of `struct osigcontext'
In file included from ../../../amd64/amd64/genassym.c:45:
../../../sys/buf.h: In function `BUF_LOCK':
../../../sys/buf.h:272: warning: cast from pointer to integer of different size
../../../sys/buf.h: In function `BUF_TIMELOCK':
../../../sys/buf.h:292: warning: cast from pointer to integer of different size
In file included from ../../../amd64/amd64/genassym.c:69:
./machine/sigframe.h: At top level:
./machine/sigframe.h:66: error: syntax error before "__osiginfohandler_t"
./machine/sigframe.h:71: error: syntax error before "osiginfo_t"
./machine/sigframe.h:86: error: field `sf_uc' has incomplete type
../../../amd64/amd64/genassym.c:93: error: `addr_PTmap' undeclared here (not in 
a function)
../../../amd64/amd64/genassym.c:94: error: `addr_PDmap' undeclared here (not in 
a function)
../../../amd64/amd64/genassym.c:95: error: `addr_PDPmap' undeclared here (not 
in a function)

etc etc



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




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


Does Flash only works with linux-firefox?

2007-01-04 Thread Sunnz

Just wondering, if flash only works with linux-firefox; or if it works
with FreeBSD port of firefox?

Cheers.

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


Clutz-Proof Logging

2007-01-04 Thread Stan Halprin
- Original Message 
From: Bill Moran <[EMAIL PROTECTED]>

>Many shells keep a history as a matter of normal operation.  You might
>find that enough for you.  Personally, I use bash, and the command
>"history" brings the last 100 commands or so.

No, this isn't sufficient. The problems are:
1) occasionally the sysadmin people at the server farm do stuff
2) sometimes I edit files, and of course the shell doesn't record how
3) the shell history seems erratic! It remembers the session clearly, but if I 
reboot, for example, and look at the history, it's not what I would
 expect it to be.

TIA,
Stan









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


gnustep-back

2007-01-04 Thread eoghan

Hi
Im installing /usr/ports/mail/gnumail but cant fetch gnustep-back
anyone know where i can manually get this?
Attempted to fetch from 5 different locations during the install with  
no luck.

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


Re: DNS propagation problems - changed ip

2007-01-04 Thread Derek Ragona

Alex,

You are very welcome.  Now that you are an expert, be sure to help the next 
guy out.


-Derek


At 11:26 PM 1/3/2007, Alex Teslik wrote:

Hi Derek,

  Thank you very much. Sure enough, a call to the registrar and the ips
finally became updated - seconds later everything started pouring in. Whew!
  I misunderstood DNS in this scenario. My understanding was that an update
of the DNS broadcast from my server would automatically update everything
out there. I suppose now that I think about it more a manual update to the
*authoritative* nameserver seems reasonable. I noticed that
non-authoritative nameservers for the other domains I host automatically
snapped into place once the authoritative one got back in line.
   Thanks again!


On 1/3/07, Derek Ragona <[EMAIL PROTECTED]> wrote:


 Your registrar for the domain maintains actual IP's for your
authoritative DNS servers.  If you moved those from one IP to another,
update the registrars record to reflect the new addresses.

-Derek


At 10:30 AM 1/3/2007, Alex Teslik wrote:

Hello,

   I changed the ip address of my server (physical move to a new location)
and updated my dns. Logs show that everything is fine. I can get out to
other sites just fine, send email, and internally everything is working
fine. However, I updated on Jan 1st and the changes for the nameservers
have
still not propagated out anywhere. Logs show no one hitting the server.
I'm
starting to get worried.
   The db file has this data:

   2007010101  ; Serial (year,month,day,version_that_day)
   86400   ; refresh (1 day)
   7200; retry (2 hours)
   864 ; expire (100 days)
   86400 ) ; minimum (1 day)

So after 1 day external DNS's should update to the new info.
   The only other bit of info that I can't figure out is that in the logs
I'm getting this message:

Jan  2 02:44:16 gouda /kernel: arplookup 10.1.10.1 failed: host is not on
local network

but 10.1.10.1 has nothing to do with my network, so I have no idea which
service is trying to get to this. I grepped all etc and usr/local/etc bu
nothing have that ip.

Finally, nslookup is working on any address including my own. Thats makes
me
think DNS is working properly... Any ideas on what else I can check that
might not be right?

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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by *MailScanner* , and is
believed to be clean.
MailScanner thanks transtec Computers  for
their support.

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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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


Error Installing FreeBSD 6.1

2007-01-04 Thread dharam paul
After I issue the make install command, the following
error appears while installing cvsup-without-gui:

===>   cvsup-without-gui-16.1h_2 depends on file:
/usr/local/lib/m3/pkg/tcp/Free
 BSD4/libm3tcp.a - not found
===>Verifying install for
/usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /

usr/ports/lang/ezm3
===>  Vulnerability check disabled, database not found
===>  Extracting for ezm3-1.2
=> MD5 Checksum mismatch for
ezm3/ezm3-1.2-src.tar.bz2.
=> No SHA256 checksum recorded for
ezm3/ezm3-1.2-src.tar.bz2.
=> MD5 Checksum OK for
ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
=> No SHA256 checksum recorded for
ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
===>  Refetch for 1 more times files:
ezm3/ezm3-1.2-src.tar.bz2
===>  Vulnerability check disabled, database not found
=> ezm3-1.2-src.tar.bz2 doesn't seem to exist in
/usr/ports/distfiles/ezm3.
=> Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/  
   ezm3/.
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/ezm3-1.2-src.tar.bz2:
No address record
=> Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ezm3/.
===>  Vulnerability check disabled, database not found
=> MD5 Checksum mismatch for
ezm3/ezm3-1.2-src.tar.bz2.
=> No SHA256 checksum recorded for
ezm3/ezm3-1.2-src.tar.bz2.
=> MD5 Checksum OK for
ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
=> No SHA256 checksum recorded for
ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
===>  Giving up on fetching files:
ezm3/ezm3-1.2-src.tar.bz2
Make sure the Makefile and distinfo file
(/usr/ports/lang/ezm3/distinfo)
are up to date.  If you are absolutely sure you want
to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1

Stop in /usr/ports/lang/ezm3.
*** Error code 1

Stop in /usr/ports/lang/ezm3.
*** Error code 1

--

Please help.

Regards


Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Sun Fire x2100

2007-01-04 Thread DAve
Just finished searching the archives and net and turned up a few 
answers. I also checked the AMD64 release notes for FBSD 6.1.


Is anyone running FreeBSD on a Sun Fire X2100? Any caveats I should know 
about? Looks like it should be a simple install and run. We will be 
using these servers as outbound SMTP servers so they will be running 
just the minimum mail services, smtp-auth, and clamAV.


Thanks,

DAve

--
Three years now I've asked Google why they don't have a
logo change for Memorial Day. Why do they choose to do logos
for other non-international holidays, but nothing for
Veterans?

Maybe they forgot who made that choice possible.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Newbie Lynx and Mozilla Firefox Questions

2007-01-04 Thread linux quest
I have been searching for tutorials for browsing the Internet using Lynx, but 
can't seem to find one anywhere. There aren't any tutorial either in those Unix 
books that I bought. What command do I need to type to download Lynx and what 
command I need to type to run Lynx on FreeBSD? 

Secondly, I try to run firefox by typing ...

# mozilla &

but ... it respond with error msg ... and yes I can connect to the Internet (I 
pinged google.com).

Thanks for any help.

Regards,
Linux Quest



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


Re: will it work?

2007-01-04 Thread Nathan Vidican

X X wrote:

Hello,
I want to have a home server on my network. I have a
pc with AMD Athlon xp 2200+ processor, 1gb ddr ram, 2-
500gb hard drives, 10/100 lan. I need it to serve
files to 5 computers. It has to allow remote access
from outside the network by administrator. It has to
allow me to serve 2 websites. It has to be a ftp
server. It needs to work with both windows and macs on
the network. It has to have the ability to run
automated backups to either internal hd (like raid
mirroring) or usb external hd. It will be connected to
the home network by wired ethernet. It will NOT have
to dhcp (router does that). Is there a way to set up
freebsd to work as this type of server? 
Thank you



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___

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


  


The short answer; would be: yes. If your question was to ask how, that's 
where the long answer would come in as FreeBSD alone will not accomplish 
what you are asking for. You'll need several applications to run within 
FreeBSD to accomplish what you're asking, for example: Apache (for 
serving websites), Samba (for internal filesharing to windows), 
rsync/tar/dump/etc for syncing files to a backup drive (depends on how 
you intend to backup - but generally speaking dump rules).


I'd suggest you do some reading ahead of time, spec out what you want to 
accomplish and HOW you would prefer to do it, then ask any further 
questions as you come along. You should also read: 
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/ - 
It details HOW to get the best results from emailing this list. Your 
initial email titled 'will it work' is rather vague, and may be skipped 
over by many who could have answered your question.


Good luck, sounds like a decent project to start off learning to run 
FreeBSD with ;)


--
Nathan Vidican
[EMAIL PROTECTED]
Windsor Match Plate & Tool Ltd.
http://www.wmptl.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Clutz-Proof Logging

2007-01-04 Thread Vizion
- Original Message 
From: Bill Moran <[EMAIL PROTECTED]>

>Many shells keep a history as a matter of normal operation.  You might
>find that enough for you.  Personally, I use bash, and the command
>"history" brings the last 100 commands or so.

No, this isn't sufficient. The problems are:
1) occasionally the sysadmin people at the server farm do stuff
2) sometimes I edit files, and of course the shell doesn't record how
3) the shell history seems erratic! It remembers the session clearly, but if I 
reboot, for example, and look at the history, it's not what I would
 expect it to be.

TIA,
Stan
I am not certain if you are using X or console.

On X windows you can set the size of the history to your liking - I usually set 
to unlimited. Then, as frequently as one wishes, save the session to a log 
file. I have not found any problem with history not being the "history".

As far as file editing is concerned if the file is important to you then you 
might want to try saving a snapshot when you open the file and use a small 
script to both save the snapshot and do a diff report that stores the 
differences between the file when you opened it and when you saved it. opened. 
That way you always have as permanent a record as you wish to keep.

My 2 cents

David

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


Re: question

2007-01-04 Thread Lowell Gilbert
Please don't top-post, and please don't override my mail-header
directions to post back to the list.

Juan Ortega <[EMAIL PROTECTED]> writes:

> On Wed, 3 Jan 2007, Lowell Gilbert wrote:
>
>> Date: Wed, 03 Jan 2007 13:38:00 -0500
>> From: Lowell Gilbert <[EMAIL PROTECTED]>
>> Reply-To: [EMAIL PROTECTED]
>> To: Juan Ortega <[EMAIL PROTECTED]>
>> Cc: [EMAIL PROTECTED]
>> Subject: Re: question
>>
>> Juan Ortega <[EMAIL PROTECTED]> writes:
>>
>>> Hi, I installed freeBSD 6.1-RELEASE on my Compaq ADM4, and when I
>>> input the command, "Xorg -configure", theres some errors:
>>>
>>> dlopen: /usr/X11R6/lib/modules/drivers/newport_drv.so: Undefined
>>> symbol "XAAFall back0ps"
>>> (EE) Failed to load /usr/X11R6/lib/modules/drivers/newport_drv.so
>>> (EE) Failed to load module "newport" (loader failed, 7)
>>> (++) Using config file: /root/xorg.conf.new
>>>
>>>
>>> I dont know whats wrong with it, I installed Xorg and its libraries
>>> but for some reason it cant find the modules, any help?
>>
>> That module isn't supposed to be installed, anyway.
>> How did it get into your configuration file?
>>
>
> [EMAIL PROTECTED]
> SDF Public Access UNIX System - http://sdf.lonestar.org
>

> After a few tries I installed freeBSD 6.2-RC2
> the same errors came up but I got window maker working
> the only problem is that when I press Alt+Ctrl+backspace
> it just freezes, it used to go back to the shell but it dosent
> if their not supposed to load, do I remove them from the
> Xorg Configuration file? to fix it

Well, yes, if you don't want a module to load, pulling it out of the
config file would be a good idea.  But as I said before, the question
would be how it got into the config file in the first place.  How did
you create the config file?  [Many systems work fine with no xorg.conf
at all.]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Clutz-Proof Logging

2007-01-04 Thread Stan Halprin
8376- Original Message 
From: Vizion <[EMAIL PROTECTED]>
>I am not certain if you are using X or console.

console

>As far as file editing is concerned if the file is important to you then you 
>might 
>want to try saving a snapshot when you open the file and use a small script to 
>both save the snapshot and do a diff report that stores the differences 
>between 
>the file when you opened it and when you saved it. opened. That way you always 
>>have as permanent a record as you wish to keep.

What is a snapshot? I could just make a backup copy of it, which is what I was 
thinking of doing, and revert if necessary. Of course, that supposes I remember 
to do that :/ I was hoping for some program smarter than me.
Thanks,
Stan





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


Re: Massive upgrade after updating gnutls-1.4.5 port

2007-01-04 Thread Dan Nelson
In the last episode (Jan 04), Jos G. Juanino said:
> I read in the UPDATING file:
> 
> ###
> gnutls has been updated to 1.6.1 and all shared libraries' versions
> have been bumped. So you need to rebuild all applications that
> depend on gnutls. Do something like:
> ###
> 
> I run pkg_glob -r gnutls-1.4.5 and get 42 packages, including
> k3b-0.12.17 and abiword-2.4.6 among other (I mentioned only
> some of the biggest to build in my slow pentium III computer).
> 
> However, I have noticed that only a few ports depends directly on gnults
> port (search for those ports which depends on gnutls but do not depend
> on the rest of ports listed in /var/db/pkg/gnutls-1.4.5/+REQUIRED_BY,
> see [1]). These ports are (in my system):

In reality, nothing should depend on gnutls, since we have openssl in
the base system.  I have WITHOUT_GNUTLS=yes in /etc/make.conf.

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


Re: Newbie Lynx and Mozilla Firefox Questions

2007-01-04 Thread Bill Campbell
On Thu, Jan 04, 2007, linux quest wrote:

>I have been searching for tutorials for browsing the Internet using Lynx,
>but can’t seem to find one anywhere. There aren’t any tutorial either in
>those Unix books that I bought. What command do I need to type to download
>Lynx and what command I need to type to run Lynx on FreeBSD?

You might also want to look at ``links'', a character browser
that does frames which may be more useful than lynx.

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

Government is the great fiction, through which everbody endeavors to
live at the expense of everybody else.  -- Frederic Bastiat
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Newbie Lynx and Mozilla Firefox Questions

2007-01-04 Thread Steve Franks

lynx is found by running sysinstall, then going to
configure->packages->all->lynx.

I run firefox with firefox& not mozilla&.

Steve

On 1/4/07, linux quest <[EMAIL PROTECTED]> wrote:


I have been searching for tutorials for browsing the Internet using Lynx,
but can't seem to find one anywhere. There aren't any tutorial either in
those Unix books that I bought. What command do I need to type to download
Lynx and what command I need to type to run Lynx on FreeBSD?

Secondly, I try to run firefox by typing ...

# mozilla &

but ... it respond with error msg ... and yes I can connect to the
Internet (I pinged google.com).

Thanks for any help.

Regards,
Linux Quest



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





--
Steve Franks, KE7BTE
Staff Engineer
La Palma Devices, LLC
http://www.lapalmadevices.com
(520) 312-0089
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: will it work?

2007-01-04 Thread Robert
I have a very similar setup running on FreeBSD 6.1 and a Dell 4300 server and 
it all works a dream. I'm serving 6 websites, have full ssh access, use the 
machine as an ftp server and email server with sendmail.

As long as you are prepared for some reading time to understand how it all 
works, tweeking and playing with configurations, freebsd will be better than 
any Linux dist you will find.

I suggest you tackle it one step at a time. Start off with apache, get it 
working to your liking and then move onto something like the ftp server. 

Let your email find you with BlackBerry from Vodafone

-Original Message-
From: Nathan Vidican <[EMAIL PROTECTED]>
Date: Thu, 04 Jan 2007 11:22:52 
To:X X <[EMAIL PROTECTED]>
Cc:[EMAIL PROTECTED]
Subject: Re: will it work?

X X wrote:
> Hello,
> I want to have a home server on my network. I have a
> pc with AMD Athlon xp 2200+ processor, 1gb ddr ram, 2-
> 500gb hard drives, 10/100 lan. I need it to serve
> files to 5 computers. It has to allow remote access
> from outside the network by administrator. It has to
> allow me to serve 2 websites. It has to be a ftp
> server. It needs to work with both windows and macs on
> the network. It has to have the ability to run
> automated backups to either internal hd (like raid
> mirroring) or usb external hd. It will be connected to
> the home network by wired ethernet. It will NOT have
> to dhcp (router does that). Is there a way to set up
> freebsd to work as this type of server? 
> Thank you
>
>
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
>
>   

The short answer; would be: yes. If your question was to ask how, that's 
where the long answer would come in as FreeBSD alone will not accomplish 
what you are asking for. You'll need several applications to run within 
FreeBSD to accomplish what you're asking, for example: Apache (for 
serving websites), Samba (for internal filesharing to windows), 
rsync/tar/dump/etc for syncing files to a backup drive (depends on how 
you intend to backup - but generally speaking dump rules).

I'd suggest you do some reading ahead of time, spec out what you want to 
accomplish and HOW you would prefer to do it, then ask any further 
questions as you come along. You should also read: 
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/ - 
It details HOW to get the best results from emailing this list. Your 
initial email titled 'will it work' is rather vague, and may be skipped 
over by many who could have answered your question.

Good luck, sounds like a decent project to start off learning to run 
FreeBSD with ;)

--
Nathan Vidican
[EMAIL PROTECTED]
Windsor Match Plate & Tool Ltd.
http://www.wmptl.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: network tuning and performance troubleshooting

2007-01-04 Thread Bob McIsaac

   Josh Carroll wrote:

 Problem: Browser status 'looking up address' for 10 seconds for any
  web page clicked. Slashdot takes almost a minute to load. But FTP
 performance is good and running a shoutcast stream is no problem.
 Sending mail via my ISP is slow.

 How about a large transfer over http with fetch or wget? Does it
 perform as well as an ftp connection? It could be a DNS problem.
 Try a
 dig of slashdot.org and see what the query time is:
 dig A slashdot.org | grep 'Query time'
 Run that a few times and see how fast it's resolving. It should be
 on
 the order of a 100ms or less, at least after the first query.
 Josh

   $ dig A slashdot.org | grep 'Query time'
   ;; Query time: 95 msec
   $ dig A slashdot.org | grep 'Query time'
   ;; Query time: 15 msec
   $ dig A slashdot.org | grep 'Query time'
   ;; Query time: 7 msec
   $ dig A slashdot.org | grep 'Query time'
   ;; Query time: 11 msec
   $ fetch  -v [1]http://www.freebsd.org/ports/growth/status.png
   looking up [2]www.freebsd.org
   connecting to [3]www.freebsd.org:80
   requesting [4]http://www.freebsd.org/ports/growth/status.png
   local size / mtime: 4725 / 1163039436
   remote size / mtime: 4725 / 1163039436
   status.png100% of 4725  B   53
   kBps
   $ fetch -v [5]http://www.kde.org/screenshots/images/3.5/01-welcome.png
   looking up [6]www.kde.org
   connecting to [7]www.kde.org:80
   requesting [8]http://www.kde.org/screenshots/images/3.5/01-welcome.png
   remote size / mtime: 185546 / 1145367871
   01-welcome.png100% of  181 kB  177
   kBps
   $
   The numbers above seem sensible for 'dig' but fetch is not reporting
   the looking/connecting time which is seconds more than the
   download time.
   On google.maps the screen is divided into a grid and it takes a few
   seconds
   to fill in each one.  I always thought it was a single image.

References

   1. http://www.freebsd.org/ports/growth/status.png
   2. http://www.freebsd.org/
   3. http://www.freebsd.org/
   4. http://www.freebsd.org/ports/growth/status.png
   5. http://www.kde.org/screenshots/images/3.5/01-welcome.png
   6. http://www.kde.org/
   7. http://www.kde.org/
   8. http://www.kde.org/screenshots/images/3.5/01-welcome.png
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Clutz-Proof Logging

2007-01-04 Thread Vizion


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Stan Halprin
> Sent: Thursday, January 04, 2007 8:46 AM
> To: freebsd-questions@freebsd.org
> Subject: Re: Clutz-Proof Logging
> 
> 
> 8376- Original Message 
> From: Vizion <[EMAIL PROTECTED]>
> >I am not certain if you are using X or console.
> 
> console
> 
> >As far as file editing is concerned if the file is important 
> to you then you might 
> >want to try saving a snapshot when you open the file and use 
> a small script to 
> >both save the snapshot and do a diff report that stores the 
> differences between 
> >the file when you opened it and when you saved it. opened. 
> That way you always >have as permanent a record as you wish to keep.
> 
> What is a snapshot? I could just make a backup copy of it, 
> which is what I was thinking of doing, and revert if 
> necessary. Of course, that supposes I remember to do that :/ 
> I was hoping for some program smarter than me.
> Thanks,
> Stan
> 

OK well I suggest you take a look at the bash shell and start writing a few 
simple shell scripts to manage your own needs - they can be simply achieved 
using your shell. If you want a book I suggest "Learning the Bash Shell" by 
Camerin Newham & Bill Rosenblatt. Well worth its $35 asking price- putting it 
to good use will save you hours of your valuable time. IMHO learning a shell is 
the first step to using any **ix OS effectively. You can also use on-line 
resources but for me a book is best

David

David system 


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


Re: wireless help

2007-01-04 Thread Steve Franks

Juan,

first, add the line,
wlan_wep_load="YES"
to /boot/loader.conf, then add
ifconfig_ndis0="nwkey 0x2205801095 DHCP"
to /etc/rc.conf and then reboot.  If I got some syntax wrong and that
doesn't work, serch freebsd.org for 'wireless', and click on the link to
advanced networking in the handbook - that have a very complete and
excellent discussion of all the options.

Steve

On 1/3/07, Juan Ortega <[EMAIL PROTECTED]> wrote:


Hi im having trouble setting up my PCI card to connect to my access point
I have freeBSD-RC2-RELEASE
The driver I installed for it using ndis
when I enter the command "ifconfig ndis0 up scan"
it shows my access point

I tried ifconfig, and wpa_supplicant to configure it but dosent work

Heres what I have need to configure it to;

Infrastructue Mode
SSID: 2WIRE701
BSSID: 00:14:95:c6:af:91
Authmode: SHARED
WEP-KEY: 2205801095
Channel: 6

I'm not sure what weptxkey for my access point is,
if I need it, anyways I can know?

for the IP, cant DHCP set one up for it?


how do I put all that in ifconfig or wpa_supplicant
to make it connect?




[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "
[EMAIL PROTECTED]"





--
Steve Franks, KE7BTE
Staff Engineer
La Palma Devices, LLC
http://www.lapalmadevices.com
(520) 312-0089
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Realtek 3-port NIC driver not loading

2007-01-04 Thread Jeremy Jongsma
I have two Realtek cards in my box - one single port 8619, and one
3-port 8619 (Jetway AD3RTLANG).  FreeBSD loads the driver for the single
port, but not the other three.  It does list them all in pciconf with
the same chipset, output below:

[EMAIL PROTECTED]:8:0:   class=0x02 card=0x816910ec chip=0x816910ec rev=0x10
hdr=0x00
class= network
subclass = ethernet
[EMAIL PROTECTED]:9:0: class=0x02 card=0x10ec16f3 chip=0x816910ec rev=0x10
hdr=0x00
class= network
subclass = ethernet
[EMAIL PROTECTED]:11:0:class=0x02 card=0x10ec16f3 chip=0x816910ec
rev=0x10 hdr=0x00
class= network
subclass = ethernet
[EMAIL PROTECTED]:12:0:class=0x02 card=0x10ec16f3 chip=0x816910ec
rev=0x10 hdr=0x00
class= network
subclass = ethernet

The strange thing is - when I loaded FreeNAS 0.671 (6.1 based), it works
perfectly.  When I use any other 6.1 or 6.2 installation, it displays
the following messages on boot for the 3-port card:

pci0:  at device 9.0 (no driver attached)
pci0:  at device 11.0 (no driver attached)
pci0:  at device 12.0 (no driver attached)

I'm somewhat new to BSD.  Can someone point me in the right direction?

-- 
Jeremy Jongsma <[EMAIL PROTECTED]>
Traders Media

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


Re: Newbie Lynx and Mozilla Firefox Questions

2007-01-04 Thread Thomas Dickey
On Thu, Jan 04, 2007 at 09:42:25AM -0800, Bill Campbell wrote:
> On Thu, Jan 04, 2007, linux quest wrote:
> 
> >I have been searching for tutorials for browsing the Internet using Lynx,
> >but can’t seem to find one anywhere. There aren’t any tutorial either in
> >those Unix books that I bought. What command do I need to type to download
> >Lynx and what command I need to type to run Lynx on FreeBSD?
> 
> You might also want to look at ``links'', a character browser
> that does frames which may be more useful than lynx.

Actually (though this is a poor forum for technical discussion),
lynx allows one to navigate through frames as if they are a separate page.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpPYEHcFLtUm.pgp
Description: PGP signature


Re: Error Installing FreeBSD 6.1

2007-01-04 Thread Josh Paetzel
On Thursday 04 January 2007 09:08, dharam paul wrote:
> After I issue the make install command, the following
> error appears while installing cvsup-without-gui:
>
> ===>   cvsup-without-gui-16.1h_2 depends on file:
> /usr/local/lib/m3/pkg/tcp/Free
>  BSD4/libm3tcp.a - not found
> ===>Verifying install for
> /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /
>
> usr/ports/lang/ezm3
> ===>  Vulnerability check disabled, database not found
> ===>  Extracting for ezm3-1.2
> => MD5 Checksum mismatch for
> ezm3/ezm3-1.2-src.tar.bz2.
> => No SHA256 checksum recorded for
> ezm3/ezm3-1.2-src.tar.bz2.
> => MD5 Checksum OK for
> ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
> => No SHA256 checksum recorded for
> ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
> ===>  Refetch for 1 more times files:
> ezm3/ezm3-1.2-src.tar.bz2
> ===>  Vulnerability check disabled, database not found
> => ezm3-1.2-src.tar.bz2 doesn't seem to exist in
> /usr/ports/distfiles/ezm3.
> => Attempting to fetch from
> ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/
>ezm3/.
> fetch:
> ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/ezm3-1.2-s
>rc.tar.bz2: No address record
> => Attempting to fetch from
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ezm3/.
> ===>  Vulnerability check disabled, database not found
> => MD5 Checksum mismatch for
> ezm3/ezm3-1.2-src.tar.bz2.
> => No SHA256 checksum recorded for
> ezm3/ezm3-1.2-src.tar.bz2.
> => MD5 Checksum OK for
> ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
> => No SHA256 checksum recorded for
> ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2.
> ===>  Giving up on fetching files:
> ezm3/ezm3-1.2-src.tar.bz2
> Make sure the Makefile and distinfo file
> (/usr/ports/lang/ezm3/distinfo)
> are up to date.  If you are absolutely sure you want
> to override this
> check, type "make NO_CHECKSUM=yes [other args]".
> *** Error code 1
>
> Stop in /usr/ports/lang/ezm3.
> *** Error code 1
>
> Stop in /usr/ports/lang/ezm3.
> *** Error code 1
>
> --
>
> Please help.
>
> Regards
>

I'd pkg_add -r csup, which is a drop in replacement for cvsup that 
doesn't have the ezm3 dependancy, or, if you really do need cvsup 
then pkg_add -r cvsup-without-gui


-- 
Thanks,

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


How to copy hardlinks as hardlinks

2007-01-04 Thread scuba

HI all,

	I'm doing some backups with rsnapshot, and I want to copy those 
backups to a DVD.
	Although 'df' and 'du', shows that to total space used for it is 
less then the total capacity of the DVD disk (~ 3.5GB), growisofs/mkisofs 
are treating hardlinks as files (I know it is the idea, but...) so the 
amount of backup volume jumps to +20GB.


How can I copy the rsnapshot backup dir to a DVD as it is on HD?

Thank you,

- Marcelo

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


Re: FreeBSD Installer vs RedHat Linux Fedora Core Installer?

2007-01-04 Thread Peter aka SweetPete

Re the FreeBSD Installer--

I think that more specifically, I would like and lots of users in the *nix
community probably would not mind, if sysinstall could handle installing to
a partially used HDD.  Can sysinstall do that? *naive looks*

I have heard o' wondrous a' tale about (h which was it Ubuntu or
Xandros/theWindowsyLinux?) Linux installers that can shrink unused space of
a current partition, and then go along its merry way and install to the
other part of a HDD.

So I guess my [I want what HE HAS..] question is - if I have Linux Fedora
Core on my HDD which is using one huge single partition, what do I do so
that I can install FreeBSD to the rest of the disk??  I miss FreeBSD.

Thanks so much, All!!!

-Peter
[EMAIL PROTECTED]

-- Forwarded message --
From: Garrett Cooper <[EMAIL PROTECTED]>
To: freebsd-questions@freebsd.org
Date: Wed, 03 Jan 2007 13:48:23 -0800
Subject: Re: FreeBSD Installer vs RedHat Linux Fedora Core Installer?

..
Also, an interesting thing is that sysinstall required (at least in my
case) a clean filesystem / partition tables every time I tried to
install. Whenever I installed with a partially or complete filesystem,
sysinstall would die every single time when installing when fetching /
extracting sources.
- -Garrett
-BEGIN PGP SIGNATURE- <>

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


gmirror on root filesystem

2007-01-04 Thread Josh Paetzel
I'm trying to use gmirror on my root filesystem.  I've set sysctl 
kern.geom.debugflags to 16 and yet can't label the root partition.

# gmirror label -v root /dev/ad4s1a
Can't store metadata on /dev/ad4s1a: Operation not permitted.

I was able to do this for /var and /usr while they were mounted.  
Unless someone has any ideas the only solution I see is to put this 
disk in a different box to create the mirror.

-- 
Thanks,

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


How do I install ports hands-off?

2007-01-04 Thread Atom Powers

For most ports I can pkg_add them to get them installed without
prompts. But for some ports I special make configurations that require
me to build the port from source. Usually I use portinstall for this,
but this causes problems if the make process requires additional
input.

How can I build a port using the default options, except those defined
in make.conf, without requiring me to confirm the option for each
port?

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CD Drive "locked" during install, can't commit

2007-01-04 Thread Richard Lynch
On Thu, January 4, 2007 1:42 am, Beech Rintoul wrote:
> On Wednesday 03 January 2007 22:20, Richard Lynch wrote:
>> Due to some hardware issues (not really relevant here) I've
>> re-installed FreeBSD about 6 times in the last couple days.
>>
>> On one of those occasions, I managed to go through a sequence not
>> unlike this:
>>
>> 1. Standard fdisk/label stuff.
>> 2. Custom install of base, kernel, ports tree (only)
>> 3. Choose some packages, swap disks 1&2 around, lotsa fun.
>> 4. Choose to go back to tweak install at the end.
>> 5. I think I *may* have gone back through the Custom kernel bit, to
>> add the man pages or something...
>> 6. Commit installation.
>>
>> At this point, however, Disk#2 was in the drive, not disk #1.
>>
>> Alas, it kept trying to find base, man, dict, ports on /dev/acd0.
>>
>> It wasn't there, because those are on Disk#1, not #2.

> I've been bit by something similar during install. There is no
> question that
> the installer could use some work. What I do now is just install the
> base
> system, boot then pull everything else in with a network install.
> Saves time
> and frustration from swapping disks. Usually the ports need upgrading
> anyway,
> so the install disks are just a starting point.

Sometimes, a network install for the initial bulk load of software is
not an option...

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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


Re: FreeBSD Installer vs RedHat Linux Fedora Core Installer?

2007-01-04 Thread Richard Lynch
On Thu, January 4, 2007 12:56 pm, Peter aka SweetPete wrote:
> I think that more specifically, I would like and lots of users in the
> *nix
> community probably would not mind, if sysinstall could handle
> installing to
> a partially used HDD.  Can sysinstall do that? *naive looks*
>
> I have heard o' wondrous a' tale about (h which was it Ubuntu or
> Xandros/theWindowsyLinux?) Linux installers that can shrink unused
> space of
> a current partition, and then go along its merry way and install to
> the
> other part of a HDD.
>
> So I guess my [I want what HE HAS..] question is - if I have Linux
> Fedora
> Core on my HDD which is using one huge single partition, what do I do
> so
> that I can install FreeBSD to the rest of the disk??  I miss FreeBSD.

Put it this way:  If I can stumble my way through shrinking MS Windows
and getting FreeBSD to dual-boot on a laptop, you oughta be able to
get Linux and FreeBSD on the same box. :-)

System Rescue CD with the "run_qparted" is the starting point to
shrink the Linux partition.

BE PATIENT!!!

When the qparted program is shrinking the disk, it *LOOKS* like it
locked up.  It did not.  Step away from the computer.  Step away from
the computer.  Go have lunch or something.

Grueling details here:
http://phpbootcamp.com/articles/inspiron700m.htm

Of course, I have yet to track down the links I was thinking of when I
wrote that, so there are lots of "go here" links that aren't links
yet...  Maybe some day RSN... :-v

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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


Re: FreeBSD Installer vs RedHat Linux Fedora Core Installer?

2007-01-04 Thread Jerry McAllister
On Thu, Jan 04, 2007 at 10:56:01AM -0800, Peter aka SweetPete wrote:

> Re the FreeBSD Installer--
> 
> I think that more specifically, I would like and lots of users in the *nix
> community probably would not mind, if sysinstall could handle installing to
> a partially used HDD.  Can sysinstall do that? *naive looks*

Yup.  The machine I am typing on at the moment is that way.

> I have heard o' wondrous a' tale about (h which was it Ubuntu or
> Xandros/theWindowsyLinux?) Linux installers that can shrink unused space of
> a current partition, and then go along its merry way and install to the
> other part of a HDD.

Guess you need to do some perusing of the handbook.
That is what is done for a dual boot machine.   Of course, the
other part of the disk does not have to have a different OS installed
on it, but usually it does - typical is some microsloth Windows thing
along with FreeBSD or often some Linux along with the FreeBSD.
For example, on this machine I shrunk a 70 GB drive with Win-XP 
installed on it down to about 30 GB for XP and put FreeBSD on the
rest.

> So I guess my [I want what HE HAS..] question is - if I have Linux Fedora
> Core on my HDD which is using one huge single partition, what do I do so
> that I can install FreeBSD to the rest of the disk??  I miss FreeBSD.

Do some handbook reading.   It is all there as well as there are lots of
postings in this email list on it - I have made so many that people 
are beginning to ignore them.   Check the archives.

The only nasty is that the last I knew, the freeware utilities for
shrinking disk (FreeBSD has two) don't handle MS NTFS type file systems.
They do handle FAT16 and FAT32, no problem.So, if you want to
shrink an NTFS filesystem and make it stay NTFS, you will have to
buy a disk manager such as Partition Magic for around $70.  There 
are also others and some may be cheaper, but PM has worked well for
me.

Anyway, if you want to dualboot Fedora, then you aren't talking NTFS
anyway.

jerry

> 
> Thanks so much, All!!!
> 
> -Peter
> [EMAIL PROTECTED]
> 
> -- Forwarded message --
> From: Garrett Cooper <[EMAIL PROTECTED]>
> To: freebsd-questions@freebsd.org
> Date: Wed, 03 Jan 2007 13:48:23 -0800
> Subject: Re: FreeBSD Installer vs RedHat Linux Fedora Core Installer?
> 
> ..
> Also, an interesting thing is that sysinstall required (at least in my
> case) a clean filesystem / partition tables every time I tried to
> install. Whenever I installed with a partially or complete filesystem,
> sysinstall would die every single time when installing when fetching /
> extracting sources.
> - -Garrett
> -BEGIN PGP SIGNATURE- <>
> 
> ..
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Clutz-Proof Logging

2007-01-04 Thread Richard Lynch
On Thu, January 4, 2007 10:46 am, Stan Halprin wrote:
> What is a snapshot? I could just make a backup copy of it, which is
> what I was thinking of doing, and revert if necessary. Of course, that
> supposes I remember to do that :/ I was hoping for some program
> smarter than me.

Jumping into the middle of a thread, possibly to disastrous effect...

Perhaps you should be using subversion or CVS to keep version control
of your document?

Far as I can tell from what's being said.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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


Re: gmirror on root filesystem

2007-01-04 Thread Russell E. Meek

Quoting Josh Paetzel <[EMAIL PROTECTED]>:


I'm trying to use gmirror on my root filesystem.  I've set sysctl
kern.geom.debugflags to 16 and yet can't label the root partition.

# gmirror label -v root /dev/ad4s1a
Can't store metadata on /dev/ad4s1a: Operation not permitted.

I was able to do this for /var and /usr while they were mounted.
Unless someone has any ideas the only solution I see is to put this
disk in a different box to create the mirror.

--
Thanks,

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



Josh,

If using Kernel Secure Levels input the following into rc.conf and reboot.

kern_securelevel_enable="NO"

Thanks,

Russell



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


Trouble making packages, wrong path

2007-01-04 Thread Josh Endries
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I just created a new jail for a pkg repo and I'm trying to make
packages, but it isn't using the correct path. I've tried all sorts of
things to get it to work correctly but it insists on making packages in
/usr/ports/// instead of /usr/ports/packages/All. I have
another jail (pkg repo) that works which I've copied files from to try
and fix it but it doesn't work. It's driving me batty. What would cause
it to put the files in the wrong place? I've tried setting env vars all
over the place but nothing seems to work.

Josh
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (FreeBSD)

iD8DBQFFnVtjV/+PyAj2L+IRAiUXAKCxER7Fhomd3bw+DKEdybkqi+bx3gCfbksT
Gw26L/KoxgDWYKsg2At7AO0=
=PTZJ
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gmirror on root filesystem

2007-01-04 Thread Josh Paetzel
On Thursday 04 January 2007 13:35, Russell E. Meek wrote:
> Quoting Josh Paetzel <[EMAIL PROTECTED]>:
> > I'm trying to use gmirror on my root filesystem.  I've set sysctl
> > kern.geom.debugflags to 16 and yet can't label the root
> > partition.
> >
> > # gmirror label -v root /dev/ad4s1a
> > Can't store metadata on /dev/ad4s1a: Operation not permitted.
> >
> > I was able to do this for /var and /usr while they were mounted.
> > Unless someone has any ideas the only solution I see is to put
> > this disk in a different box to create the mirror.
> >
> > --
> > Thanks,
> >
> > Josh Paetzel
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
>
> Josh,
>
> If using Kernel Secure Levels input the following into rc.conf and
> reboot.
>
> kern_securelevel_enable="NO"
>
> Thanks,
>
> Russell
>

Nope, no securelevels set. 

-- 
Thanks,

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


Re: Newbie Lynx and Mozilla Firefox Questions

2007-01-04 Thread Andrew Gould
- Original Message 
From: linux quest <[EMAIL PROTECTED]>
To: FreeBSD-questions@FreeBSD.org
Sent: Thursday, January 4, 2007 10:22:25 AM
Subject: Newbie Lynx and Mozilla Firefox Questions

I have been searching for tutorials for browsing the Internet using Lynx, but 
can't seem to find one anywhere. There aren't any tutorial either in those Unix 
books that I bought. What command do I need to type to download Lynx and what 
command I need to type to run Lynx on FreeBSD? 

Secondly, I try to run firefox by typing ...

# mozilla &

but ... it respond with error msg ... and yes I can connect to the Internet (I 
pinged google.com).

Thanks for any help.

Regards,
Linux Quest
--

(The beta version of the new Yahoo! Mail encourages people to reply at the top 
of the message; so please forgive the lack of symbols preceding lines of the 
original post.  I have sent them a friendly suggestion regarding this issue.)

To install Lynx, you can execute the following as root:

pkg_add -r lynx

but I prefer using the ports to get the SSL version:

cd /usr/ports/www/lynx-ssl/
make install clean

Then you can start lynx using:

lynx 

If you go to google.com and enter "lynx tutorial", you'll get a list of good 
resources for learning lynx.

The command "mozilla &" is used to start the mozilla browser, which is still 
available.  To start firefox, try "firefox &".

Best of luck,

Andrew





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


Re: Sun Fire x2100

2007-01-04 Thread David Robillard

Just finished searching the archives and net and turned up a few
answers. I also checked the AMD64 release notes for FBSD 6.1.

Is anyone running FreeBSD on a Sun Fire X2100? Any caveats I should know
about? Looks like it should be a simple install and run. We will be
using these servers as outbound SMTP servers so they will be running
just the minimum mail services, smtp-auth, and clamAV.


Hi DAve,

I had a Sun Fire X2100 in here a year ago to test it. It installed ok
using FreeBSD/amd64 RELEASE-6.0. My guess is that it should be alright
with 6.1 or the upcoming 6.2.

Your best bet is to get a Sun rep loan you one of them so that you can
try it out. If they refuse, the sometimes have some in their own
offices which you usually can go to and try it.

Here are the ifconfig(8) and (rather long) dmesg(8) output from the
Sun Fire X2100 running a GENERIC FreeBSD/amd64 RELEASE-6.0 kernel on
January 8th, 2006.

##
# ifconfig(8) output.
##

nve0: flags=8802 mtu 1500
   ether 00:e0:81:58:cf:71
   media: Ethernet autoselect (none)
   status: no carrier
bge0: flags=8843 mtu 1500
   options=1a
   inet6 fe80::2e0:81ff:fe58:cf72%bge0 prefixlen 64 scopeid 0x2
   inet 172.25.1.104 netmask 0xff00 broadcast 172.25.1.255
   ether 00:e0:81:58:cf:72
   media: Ethernet autoselect (100baseTX )
   status: active
lo0: flags=8049 mtu 16384
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
   inet 127.0.0.1 netmask 0xff00

##
# dmesg(8) output.
##

Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
   The Regents of the University of California. All rights reserved.
FreeBSD 6.0-RELEASE #0: Wed Nov  2 19:07:38 UTC 2005
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
ACPI APIC Table: 
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Opteron(tm) Processor 148 (2211.34-MHz K8-class CPU)
 Origin = "AuthenticAMD"  Id = 0x20f71  Stepping = 1
Features=0x78bfbff
 Features2=0x1
 AMD Features=0xe2500800,LM,3DNow+,3DNow>
real memory  = 1072562176 (1022 MB)
avail memory = 1024118784 (976 MB)
ioapic0  irqs 0-23 on motherboard
acpi0:  on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
pci_link0:  on acpi0
pci_link1:  on acpi0
pci_link2:  on acpi0
pci_link3:  irq 5 on acpi0
pci_link4:  on acpi0
pci_link5:  irq 10 on acpi0
pci_link6:  on acpi0
pci_link7:  irq 3 on acpi0
pci_link8:  irq 7 on acpi0
pci_link9:  on acpi0
pci_link10:  irq 5 on acpi0
pci_link11:  irq 11 on acpi0
pci_link12:  on acpi0
pci_link13:  irq 11 on acpi0
pci_link14:  irq 10 on acpi0
pci_link15:  on acpi0
pci_link16:  irq 0 on acpi0
pci_link17:  irq 0 on acpi0
pci_link18:  irq 0 on acpi0
pci_link19:  irq 0 on acpi0
pci_link20:  irq 16 on acpi0
pci_link21:  irq 0 on acpi0
pci_link22:  irq 0 on acpi0
pci_link23:  irq 0 on acpi0
pci_link24:  irq 0 on acpi0
pci_link25:  irq 0 on acpi0
pci_link26:  irq 0 on acpi0
pci_link27:  irq 0 on acpi0
pci_link28:  irq 0 on acpi0
pci_link29:  irq 0 on acpi0
pci_link30:  irq 0 on acpi0
pci_link31:  irq 0 on acpi0
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
cpu0:  on acpi0
acpi_button0:  on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci_link26: BIOS IRQ 5 for -2145774616.1.INTA is invalid
pci_link21: BIOS IRQ 10 for -2145774616.2.INTA is invalid
pci_link27: BIOS IRQ 11 for -2145774616.2.INTB is invalid
pci_link23: BIOS IRQ 3 for -2145774616.10.INTA is invalid
pci_link29: BIOS IRQ 11 for -2145774616.7.INTA is invalid
pci_link30: BIOS IRQ 10 for -2145774616.8.INTA is invalid
pci0:  on pcib0
pci0:  at device 0.0 (no driver attached)
isab0:  at device 1.0 on pci0
isa0:  on isab0
pci0:  at device 1.1 (no driver attached)
ohci0:  mem 0xfe02f000-0xfe02 irq
21 at device 2.0 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0:  on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 8 ports with 8 removable, self powered
ehci0:  mem 0xfeb0-0xfeb000ff
irq 22 at device 2.1 on pci0
ehci0: [GIANT-LOCKED]
usb1: EHCI version 1.0
usb1: companion controller, 4 ports each: usb0
usb1:  on ehci0
usb1: USB revision 2.0
uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 8 ports with 8 removable, self powered
atapci0:  port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe800-0xe80f at device 6.0 on
pci0
ata0:  on atapci0
ata1:  on atapci0
atapci1:  port
0x9f0-0x9f7,0xbf0-0xbf3,0x970-0x977,0xb70-0xb73,0xd400-0xd40f mem
0xfe02c000-0xfe0
2cfff irq 23 at device 7.0 on pci0
ata2:  on atapci1
ata3:  on atapci1
atapci2:  port
0x9e0-0x9e7,0xbe0-0xbe3,0x960-0x967,0xb60-0xb63,0

Re: Sun Fire x2100

2007-01-04 Thread DAve

David Robillard wrote:

Just finished searching the archives and net and turned up a few
answers. I also checked the AMD64 release notes for FBSD 6.1.

Is anyone running FreeBSD on a Sun Fire X2100? Any caveats I should know
about? Looks like it should be a simple install and run. We will be
using these servers as outbound SMTP servers so they will be running
just the minimum mail services, smtp-auth, and clamAV.


Hi DAve,

I had a Sun Fire X2100 in here a year ago to test it. It installed ok
using FreeBSD/amd64 RELEASE-6.0. My guess is that it should be alright
with 6.1 or the upcoming 6.2.

Your best bet is to get a Sun rep loan you one of them so that you can
try it out. If they refuse, the sometimes have some in their own
offices which you usually can go to and try it.

Here are the ifconfig(8) and (rather long) dmesg(8) output from the
Sun Fire X2100 running a GENERIC FreeBSD/amd64 RELEASE-6.0 kernel on
January 8th, 2006.






Have fun,

David


Thanks, I suspected as much after searching the FreeBSD lists and 
looking for info on the net. We can always build what little we need on 
Solaris, I just prefer to use FreeBSD when I can. These are not fancy 
servers and they will not be doing anything other than basic AV scanning 
and pumping mail out the door for our network clients.


I appreciate the response.

DAve


--
Three years now I've asked Google why they don't have a
logo change for Memorial Day. Why do they choose to do logos
for other non-international holidays, but nothing for
Veterans?

Maybe they forgot who made that choice possible.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How do I install ports hands-off?

2007-01-04 Thread Michael P. Soulier

On 1/4/07, Atom Powers <[EMAIL PROTECTED]> wrote:

For most ports I can pkg_add them to get them installed without
prompts. But for some ports I special make configurations that require
me to build the port from source. Usually I use portinstall for this,
but this causes problems if the make process requires additional
input.

How can I build a port using the default options, except those defined
in make.conf, without requiring me to confirm the option for each
port?


This seems to suggest "batch mode".

http://lists.freebsd.org/pipermail/freebsd-ports/2003-August/003694.html

Mike
--
Michael P. Soulier <[EMAIL PROTECTED]>
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How do I install ports hands-off?

2007-01-04 Thread Matthew Seaman
Atom Powers wrote:
> For most ports I can pkg_add them to get them installed without
> prompts. But for some ports I special make configurations that require
> me to build the port from source. Usually I use portinstall for this,
> but this causes problems if the make process requires additional
> input.
> 
> How can I build a port using the default options, except those defined
> in make.conf, without requiring me to confirm the option for each
> port?

Add BATCH=yes to /etc/make.conf, or set it in your environment.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: Sun Fire x2100

2007-01-04 Thread Mike Galvez
On Thu, Jan 04, 2007 at 03:29:05PM -0500, David Robillard wrote:
> >Just finished searching the archives and net and turned up a few
> >answers. I also checked the AMD64 release notes for FBSD 6.1.
> >
> >Is anyone running FreeBSD on a Sun Fire X2100? Any caveats I should know
> >about? Looks like it should be a simple install and run. We will be
> >using these servers as outbound SMTP servers so they will be running
> >just the minimum mail services, smtp-auth, and clamAV.
> 
> Hi DAve,
> 
> I had a Sun Fire X2100 in here a year ago to test it. It installed ok
> using FreeBSD/amd64 RELEASE-6.0. My guess is that it should be alright
> with 6.1 or the upcoming 6.2.
> 
> Your best bet is to get a Sun rep loan you one of them so that you can
> try it out. If they refuse, the sometimes have some in their own
> offices which you usually can go to and try it.
> 
> Here are the ifconfig(8) and (rather long) dmesg(8) output from the
> Sun Fire X2100 running a GENERIC FreeBSD/amd64 RELEASE-6.0 kernel on
> January 8th, 2006.
> 

David,

I also have a few of these machines. They are running FreeBSD 6.2-BETA2 and
have been in service since October with no problems. I plan to bring them
up to Stable as soon as it's ready.

I am only using the bge ethernet adapters.

HTH

-Mike



-- 
Michael Galvez http://www.people.virginia.edu/~mrg8n
Information Technology Specialist University of Virginia
Manager Comptroller Systems Support Office: 434-982-2975 
USENIX Member

This novel is not to be tossed lightly aside, but to be hurled with
great force.
-- Dorothy Parker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How do I install ports hands-off?

2007-01-04 Thread Andy Greenwood

On 1/4/07, Atom Powers <[EMAIL PROTECTED]> wrote:

For most ports I can pkg_add them to get them installed without
prompts. But for some ports I special make configurations that require
me to build the port from source. Usually I use portinstall for this,
but this causes problems if the make process requires additional
input.

How can I build a port using the default options, except those defined
in make.conf, without requiring me to confirm the option for each
port?


If you're refering to the port dependancy configs, you can try

# make config-recursive

which will present you with all the config options for all the
dependancies, then you can

# make && make install



--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"




--
I'm nerdy in the extreme and whiter than sour cream
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to copy hardlinks as hardlinks

2007-01-04 Thread Lowell Gilbert
[EMAIL PROTECTED] writes:

>
>   I'm doing some backups with rsnapshot, and I want to copy
> those backups to a DVD.
>   Although 'df' and 'du', shows that to total space used for it
> is less then the total capacity of the DVD disk (~ 3.5GB),
> growisofs/mkisofs are treating hardlinks as files (I know it is the
> idea, but...) so the amount of backup volume jumps to +20GB.
>
>   How can I copy the rsnapshot backup dir to a DVD as it is on HD?

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


Advice on which FreeBSD firewall package to choose.

2007-01-04 Thread Brett Davidson
Before I start, I'm familiar with IPTables from Linux but am wanting to
use FreeBSD as a firewalling router after seeing it in action on a
heavily-loaded webserver. I like the efficiency of the TCP stack.

Upon reading the handbook I found that I can have my choice of three
firewalls; pf, iptables and ipfw.

What would be the most useful (and easiest) package to use given the
following scenario:

A FreeBSD router comprising of four physical interfaces -
Eth0 is the outside 10Mbyte/s cable connection to the Internet.
Eth1 is a 100Mbit DMZ housing a webserver.
Eth2 is a 100Mb DMZ housing a 802.11g Wireless Access Router. 
(My normal preference is to isolate Wireless LANs from physical
LANS).
Eth3 is the inside LAN. 

Software-based VPN connections out from both the Inside LAN and Wireless
DMZ are required. (Allowing VPN tunnels through the firewall; not
tunnels terminated at the firewall).

Against prudence, they wish to allow torrent connections to the inside
lan and ICQ connections to both the Inside LAN and the Wireless DMZ. The
torrent and ICQ connections will need to be bandwidth-managed so that is
a major consideration for the choice of which firewall to use. Is there
an equivalent to HTB on FreeBSD?

I look forward to your answers...

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


Re: Advice on which FreeBSD firewall package to choose.

2007-01-04 Thread Eric

Brett Davidson wrote:

Before I start, I'm familiar with IPTables from Linux but am wanting to
use FreeBSD as a firewalling router after seeing it in action on a
heavily-loaded webserver. I like the efficiency of the TCP stack.

Upon reading the handbook I found that I can have my choice of three
firewalls; pf, iptables and ipfw.

What would be the most useful (and easiest) package to use given the
following scenario:

A FreeBSD router comprising of four physical interfaces -
Eth0 is the outside 10Mbyte/s cable connection to the Internet.
Eth1 is a 100Mbit DMZ housing a webserver.
	Eth2 is a 100Mb DMZ housing a 802.11g Wireless Access Router. 
	(My normal preference is to isolate Wireless LANs from physical

LANS).
	Eth3 is the inside LAN. 


Software-based VPN connections out from both the Inside LAN and Wireless
DMZ are required. (Allowing VPN tunnels through the firewall; not
tunnels terminated at the firewall).

Against prudence, they wish to allow torrent connections to the inside
lan and ICQ connections to both the Inside LAN and the Wireless DMZ. The
torrent and ICQ connections will need to be bandwidth-managed so that is
a major consideration for the choice of which firewall to use. Is there
an equivalent to HTB on FreeBSD?

I look forward to your answers...

Regards,
Brett.
  
i believe pf is the most modern and cleanest/easiest syntax to use. it 
is actively developed and lots of people use it. You can set up priority 
on bandwidth in pf as well, so it should meet all your requirements nicely.

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


Re: Advice on which FreeBSD firewall package to choose.

2007-01-04 Thread Jeremy Jongsma
I can't speak to the advantages or disadvantages of each of those
options, but from other lists I get the sense the pf is the best option
out there.  If you want something quick to setup, pfSense and m0n0wall
are prebuilt firewall packages based on FreeBSD that will do exactly
what you're looking for.  pfSense uses pf and ALTQ, m0n0wall uses ipfw
and ipfilter.

http://m0n0.ch/wall/
http://www.pfsense.com/

We use redundant 5-port pfSense boxes for our firewall - works quite
well.

-j

On Fri, 2007-01-05 at 10:25 +1300, Brett Davidson wrote:

> Before I start, I'm familiar with IPTables from Linux but am wanting to
> use FreeBSD as a firewalling router after seeing it in action on a
> heavily-loaded webserver. I like the efficiency of the TCP stack.
> 
> Upon reading the handbook I found that I can have my choice of three
> firewalls; pf, iptables and ipfw.
> 
> What would be the most useful (and easiest) package to use given the
> following scenario:
> 
> A FreeBSD router comprising of four physical interfaces -
>   Eth0 is the outside 10Mbyte/s cable connection to the Internet.
>   Eth1 is a 100Mbit DMZ housing a webserver.
>   Eth2 is a 100Mb DMZ housing a 802.11g Wireless Access Router. 
>   (My normal preference is to isolate Wireless LANs from physical
> LANS).
>   Eth3 is the inside LAN. 
> 
> Software-based VPN connections out from both the Inside LAN and Wireless
> DMZ are required. (Allowing VPN tunnels through the firewall; not
> tunnels terminated at the firewall).
> 
> Against prudence, they wish to allow torrent connections to the inside
> lan and ICQ connections to both the Inside LAN and the Wireless DMZ. The
> torrent and ICQ connections will need to be bandwidth-managed so that is
> a major consideration for the choice of which firewall to use. Is there
> an equivalent to HTB on FreeBSD?
> 
> I look forward to your answers...
> 
> Regards,
> Brett.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"


tradersmedia
Jeremy Jongsma
Director of Bits & Bytes

p 312.386.1130 x221  |  f 312.386.1263  |  c 312.399.4513
e [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Advice on which FreeBSD firewall package to choose.

2007-01-04 Thread Thomas Mullins
I have not used iptables or ipfw.  But, pf is very easy to use, and has
lots of options.  I would give it a try.  I can send some sample configs
if you need.

Shane


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brett Davidson
Sent: Thursday, January 04, 2007 4:26 PM
To: [EMAIL PROTECTED]
Subject: Advice on which FreeBSD firewall package to choose.

Before I start, I'm familiar with IPTables from Linux but am wanting to
use FreeBSD as a firewalling router after seeing it in action on a
heavily-loaded webserver. I like the efficiency of the TCP stack.

Upon reading the handbook I found that I can have my choice of three
firewalls; pf, iptables and ipfw.

What would be the most useful (and easiest) package to use given the
following scenario:

A FreeBSD router comprising of four physical interfaces -
Eth0 is the outside 10Mbyte/s cable connection to the Internet.
Eth1 is a 100Mbit DMZ housing a webserver.
Eth2 is a 100Mb DMZ housing a 802.11g Wireless Access Router. 
(My normal preference is to isolate Wireless LANs from physical
LANS).
Eth3 is the inside LAN. 

Software-based VPN connections out from both the Inside LAN and Wireless
DMZ are required. (Allowing VPN tunnels through the firewall; not
tunnels terminated at the firewall).

Against prudence, they wish to allow torrent connections to the inside
lan and ICQ connections to both the Inside LAN and the Wireless DMZ. The
torrent and ICQ connections will need to be bandwidth-managed so that is
a major consideration for the choice of which firewall to use. Is there
an equivalent to HTB on FreeBSD?

I look forward to your answers...

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


Re: Clutz-Proof Logging

2007-01-04 Thread Stan Halprin
- Original Message 
From: Richard Lynch <[EMAIL PROTECTED]>

>Jumping into the middle of a thread, possibly to disastrous effect...
>
>Perhaps you should be using subversion or CVS to keep version control
>of your document?
>
>Far as I can tell from what's being said.

Hmm. Maybe so. Good suggestion!
Thanks,
Stan





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


Re: network tuning and performance troubleshooting

2007-01-04 Thread Bob McIsaac

Doug Hardie wrote:


On Jan 3, 2007, at 22:57, Bob McIsaac wrote:


Problem: Browser status 'looking up address' for 10 seconds for any
web page clicked. Slashdot takes almost a minute to load. But FTP
performance is good and running a shoutcast stream is no problem.
Sending mail via my ISP is slow.

Investigation: -  "sysctl -a  | grep net | less" shows a ton of 
variables

with values assigned. Ping of nameserver assigned by dhcp takes 0.5ms.
Ping of freebsd.org = 90ms. Nothing obvious in loader.conf or
rc.conf  (defaults).  /var/log/messages has only startup info.

Question: - How to solve this thorny performance problem?  -Bob-


You might want to run tcpdump and monitor one of those slow loads.  
Include the timestamp in the output and see what it is doing during 
that time.  I would tend to suspect DNS timeouts.




tcpdump confirms there is a ten second delay as seen on the browser.
1. there are some UDP packets to/from the nameserver.
2. nothing happens for ten seconds
3. now there is a TCP connection

tcpdump: listening on vr0, link-type EN10MB (Ethernet),

17:34:07.537419 proto: UDP (17)
 192.168.1.102.53032 > 192.168.1.254.domain: 
 45959+ A? www.google.ca. (31)

17:34:07.545218 IP proto: UDP (17)
 192.168.1.254.domain > 192.168.1.102.53032: 
 45959 6/7/4 www.google.ca. CNAME[|domain]

17:34:07.545500 IP proto: UDP (17)
 192.168.1.102.64463 > 192.168.1.254.domain: 
 45960+ ? www.google.ca. (31)

17:34:07.868410 IP proto: UDP (17)
 192.168.1.102.61375 > 192.168.1.254.domain: 
 48085+ PTR? 254.1.168.192.in-addr.arpa. (44)

17:34:12.545947 IP proto: UDP (17)
 192.168.1.102.54649 > 192.168.1.254.domain: 
 45960+ ? www.google.ca. (31)

17:34:12.868866 IP proto: UDP (17)
 192.168.1.102.55840 > 192.168.1.254.domain: 
 48085+ PTR? 254.1.168.192.in-addr.arpa. (44)

 nothing happens for 10 seconds?? 
17:34:22.546051
 (tos 0x0, ttl  64, id 226, offset 0, flags [DF],
 proto: TCP (6), length: 64)
 192.168.1.102.52363 > qb-in-f147.google.com.http: S,
 cksum 0x3aa5 (correct),
 1762925400:1762925400(0) win 65535 


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


routing and networking help. (urgent help please)

2007-01-04 Thread Marwan Sultan

Hello Gurus,

   This is an Urgent help, as everything pending, waiting.. a FreeBSD 
Solution.
   and I appologize if I will explain in details, please be  patient with 
me.


   Just yesterday, our ISP installed 2 routers (both 3com) at our main 
office.
   One router acting for Datalink between the office and the branch 
(datarouter)

   One for the internet connection.(internet router)

   one short cable connected from the internet router to datalink router
   So everyone on the WAN has internet access which we donot want.
   So we decided to have our FreeBSD 6.1-R server, managing all the job.

   So I installed a FreeBSD box, with NATd enabled, this is how it works
   Internet router <--->  rl0 192.168.0.3 freebsd dc0 192.168.1.1 <---> 
switch <---> all clinets

   also a cat5 cable hookedup from the datalink router to the switch.
   So the switch having the clinets+datalink router + lan freebsd cable.
   The datalink router connected to the branch site also WAN.

   the internet router has the following configurations.
   IP 192.168.0.2 gateway 192.168.0.254
   and the datalink configuration has the follow
   gateway 192.168.0.253
   WAN (branch site)
   IPs of 192.168.2.xx gateway 192.168.0.254
   ALL can ping each other and see each other..(if there is no freebsd 
server)

   also wan works perfectly.. with no FreeBSD server..
   Here is the problem

   the problem when I configure my fbsd lan interface to 192.168.1.1
   and my clinets will have the IP
   192.168.1.x/24 with gateway 192.168.0.254
   wthey will have the internet.. and will NOT see any datalink clients,
   nor will see the WAN on the branch site. (diffrences of IPs and 
gateways)
   because clinets directed to the fbsd server which regonize 192.168.0.254 
(internet router)


   If I configure my clients behind fbsd nat server to IPs of
   192.168.0.x/24 and gateway 192.168.0.253 (Insted of 192.168.1.x and gw 
192.168.0.254)

   they will see the datalink and wan but no internet.

   How would I make all clinets have my fbsd lan ips 192.168.1.x/24
   and freebsd will have the ability to see the two gateways
   192.168.0.254 (internet router) and 192.168.0.253 (datalink router)

   In short words, all clinets should be connected to FreeBSD server lan 
interface
   but in the same time, freebsd will route and manage to the requests for 
wan.


   Second problem:
   If i have rl0 to host my internet router real IP
   and defautlrouter to the NAT ip, internet will not work.
   ifconfig_rl0="inet 62.215.x.6  netmask 255.255.255.252"
   defaultrouter="62.215.x.5" #internet router IP
   No Internet.
   but if i host my rl0 to 192.168.0.3
   and defaultrouter to 192.168.0.254 (internet router gateway)
   internet will work...
   ifconfig_rl0="inet 192.168.0.3  netmask 255.255.255.0"
   defaultrouter="192.168.0.254"

   The first case, disabling nat from router and having it to freebsd only
   second case, having the router to NAT and again freebsd doing another 
nat.


   Sorry Gurus for the long emails, excuse me, and waiting your reply asap.

   -Marwan Sultan.

_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


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


pptpclient vpn problem

2007-01-04 Thread Clickety

Hello!

I have a problem setting up VPN connection to my workplace.

I followed this tutorial http://www.freebsddiary.org/pptp.php

When i start pptp client it looks like the connection is created.
I get an ip address on tun0. Routes are added to the routing table and
everything seems fine.
But when i try to connect/ping to any server through the vpn, the
connection closes.
This vpn connection works from my XP box with no problems.

/etc/ppp/ppp.conf

WORK:
 set authname myusername
 set authkey mypass
set timeout 0
 set ifaddr 0 0
 add 192.168.100.0/24 HISADDR
alias enable yes
disable ipv6cp


/var/log/ppp.log

Jan  4 22:49:33 bsd ppp[7376]: Phase: Using interface: tun0
Jan  4 22:49:33 bsd ppp[7376]: Phase: deflink: Created in closed state
Jan  4 22:49:33 bsd ppp[7376]: Warning: The alias command is deprecated
Jan  4 22:49:33 bsd ppp[7376]: Phase: PPP Started (direct mode).
Jan  4 22:49:33 bsd ppp[7376]: Phase: bundle: Establish
Jan  4 22:49:33 bsd ppp[7376]: Phase: deflink: closed -> opening
Jan  4 22:49:33 bsd ppp[7376]: Phase: deflink: Connected!
Jan  4 22:49:33 bsd ppp[7376]: Phase: deflink: opening -> carrier
Jan  4 22:49:34 bsd ppp[7376]: Phase: deflink: carrier -> lcp
Jan  4 22:49:36 bsd ppp[7376]: Phase: bundle: Authenticate
Jan  4 22:49:36 bsd ppp[7376]: Phase: deflink: his = CHAP 0x81, mine = none
Jan  4 22:49:36 bsd ppp[7376]: Phase: Chap Input: CHALLENGE (16 bytes from gw)
Jan  4 22:49:36 bsd ppp[7376]: Phase: Chap Output: RESPONSE (user)
Jan  4 22:49:37 bsd ppp[7376]: Phase: Chap Input: SUCCESS
(S=F35FEFF020584E1B747EC208F7B6BF59148D5CBF)
Jan  4 22:49:37 bsd ppp[7376]: Phase: deflink: lcp -> open
Jan  4 22:49:37 bsd ppp[7376]: Phase: bundle: Network
Jan  4 22:49:44 bsd ppp[7376]: Phase: deflink: open -> lcp
Jan  4 22:49:44 bsd ppp[7376]: Phase: bundle: Terminate
Jan  4 22:49:44 bsd ppp[7376]: Phase: Signal 15, terminate.
Jan  4 22:49:44 bsd ppp[7376]: Phase: Signal 15, terminate.
Jan  4 22:49:47 bsd ppp[7376]: Phase: deflink: Disconnected!
Jan  4 22:49:47 bsd ppp[7376]: Phase: deflink: Connect time: 14 secs:
584 octets in, 776 octets out
Jan  4 22:49:47 bsd ppp[7376]: Phase: deflink: 15 packets in, 17 packets out
Jan  4 22:49:47 bsd ppp[7376]: Phase:  total 97 bytes/sec, peak 202
bytes/sec on Thu Jan  4 22:49:38 2007
Jan  4 22:49:47 bsd ppp[7376]: Phase: deflink: lcp -> closed
Jan  4 22:49:47 bsd ppp[7376]: Phase: bundle: Dead
Jan  4 22:49:47 bsd ppp[7376]: Phase: PPP Terminated (normal).


/var/log/messages
Jan  4 22:49:31 bsd pptp[7376]: anon log[main:pptp.c:267]: The
synchronous pptp option is NOT activated
Jan  4 22:49:32 bsd pptp[7379]: anon log[ctrlp_rep:pptp_ctrl.c:251]:
Sent control packet type is 1 'Start-Control-Connection-Request'
Jan  4 22:49:32 bsd pptp[7379]: anon log[ctrlp_disp:pptp_ctrl.c:740]:
Received Start Control Connection Reply
Jan  4 22:49:32 bsd pptp[7379]: anon log[ctrlp_disp:pptp_ctrl.c:774]:
Client connection established.
Jan  4 22:49:33 bsd pptp[7379]: anon log[ctrlp_rep:pptp_ctrl.c:251]:
Sent control packet type is 7 'Outgoing-Call-Request'
Jan  4 22:49:33 bsd pptp[7379]: anon log[ctrlp_disp:pptp_ctrl.c:859]:
Received Outgoing Call Reply.
Jan  4 22:49:33 bsd pptp[7379]: anon log[ctrlp_disp:pptp_ctrl.c:898]:
Outgoing call established (call ID 0, peer's call ID 140).
Jan  4 22:49:33 bsd ppp[7376]: Warning: The alias command is deprecated
Jan  4 22:49:35 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 0
Jan  4 22:49:35 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 1
Jan  4 22:49:36 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 2
Jan  4 22:49:36 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 3
Jan  4 22:49:36 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 4
Jan  4 22:49:37 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 5
Jan  4 22:49:37 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 6
Jan  4 22:49:37 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 7
Jan  4 22:49:37 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 8
Jan  4 22:49:37 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 9
Jan  4 22:49:37 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 10
Jan  4 22:49:38 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 11
Jan  4 22:49:38 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 12
Jan  4 22:49:38 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 13
Jan  4 22:49:44 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 14
Jan  4 22:49:44 bsd pptp[7380]: anon log[decaps_gre:pptp_gre.c:388]:
accepting packet 15
Jan  4 22:49:44 bsd pptp[7379]: anon
log[pptp_read_some:pptp_ctrl.c:545]: read returned zero, peer has
closed
Jan  4 22:49:44 bsd pptp[7379]: anon
log[callmgr_main:pptp_callmgr.c:255]: Closing connection (shutdown)
Jan  4 22:49:44 bsd pptp[7379]:

Re: sparc64 and perl 5.8.8 port test failures?

2007-01-04 Thread Steven D. Yee
I tried deleting the work subdirectory
and doing both a 'make' and 'make WITHOUT_PERL_64BITINT=yes'
but make test still fails the same way on both the pack and integer tests ..
is it possible that there is some misconfiguration in my system that is 
confusing the
configure script w.r.t. 64bitness of my machine ?

I guess I could start mucking with the config.sh by hand but I'd rather figure 
out why
the port just doesn't work as is.

steve.

> - Original Message -
> From: "David Landgren" <[EMAIL PROTECTED]>
> To: "Steven D. Yee" <[EMAIL PROTECTED]>
> Subject: Re: sparc64 and perl 5.8.8 port test failures?
> Date: Wed, 03 Jan 2007 08:49:49 +0100
> 
> 
> Steven D. Yee wrote:
> > I'm seeing multiple errors from make test and I can't seem to
> > figure out how to get rid of them. As far as I can
> > tell it builds correctly.
> 
> [...]
> 
> > ../lib/integer..NOK 10
> > #   Failed test 'left shift'
> > #   in ../lib/integer.t at line 49.
> > #  got: '-4292583424'
> > # expected: '-9223372036854775808'
> > # Looks like you failed 1 test of 11.
> > ../lib/integer..dubious
> >  Test returned status 1 (wstat 256, 0x100)
> > DIED. FAILED test 10
> >  Failed 1/11 tests, 90.91% okay
> >
> >
> > I did try building with WITHOUT_PERL_64BITINT=yes  but that didn't
> > seem to make a difference, although its possible that I screwed that
> > up since conf.sh still shows multiple references to 64 bit ints 
> > (even use64bitint is defined)
> >
> > does anyone have any pointers as to what may be going on? or 
> > where to start looking?
> 
> This looks like the build is bringing in 64bitness when it 
> shouldn't (or vice versa). The build process might have remnants of 
> the previous config run lying around (in Policy.sh and/or 
> config.sh). Step down into the build directory and delete these two 
> files, and build again.
> 
> Or, better yet, just delete the entire ./work directory, and build it again.
> 
> Later,
> DAvid

>


-- 
___
Search for products and services at:
http://search.mail.com

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


Re: Advice on which FreeBSD firewall package to choose.

2007-01-04 Thread Atom Powers

On 1/4/07, Eric <[EMAIL PROTECTED]> wrote:

Brett Davidson wrote:
> Before I start, I'm familiar with IPTables from Linux but am wanting to
> use FreeBSD as a firewalling router after seeing it in action on a
> heavily-loaded webserver. I like the efficiency of the TCP stack.
>
> Upon reading the handbook I found that I can have my choice of three
> firewalls; pf, iptables and ipfw.
>

...

>
> Against prudence, they wish to allow torrent connections to the inside
> lan and ICQ connections to both the Inside LAN and the Wireless DMZ. The
> torrent and ICQ connections will need to be bandwidth-managed so that is
> a major consideration for the choice of which firewall to use. Is there
> an equivalent to HTB on FreeBSD?
>
>
i believe pf is the most modern and cleanest/easiest syntax to use. it
is actively developed and lots of people use it. You can set up priority
on bandwidth in pf as well, so it should meet all your requirements nicely.


pf will also do the bandwidth management you want. I've used ipfw,
ipf, iptables, and pf; pf is by far the most powerful and easy to use.

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Best SPF Implementation

2007-01-04 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



- --On Wednesday, January 03, 2007 18:54:30 -0800 "Jason C. Wells" 
<[EMAIL PROTECTED]> wrote:

> Which of the ports provides the best SPF implementation for FreeBSD running
> sendmail?
> I messed around with SPF when it was still in it's infancy.  There seem to be
> more choices now.  I value ease of use if that is a useful discrimination.  I
> really need to add something to spamassasin to prevent receiving the spam in
> the first place.  I hate spending time on this but these guys are killing me.

SPF is on the way out ... check out:



There are other links, but this one talks about how Earthlink has drop'd it 
this past year:

"At about the same time, Earthlink equally quietly removed the SPF records 
theyd been publishing for at least a year. That was particularly surprising 
because SPF originator Meng Wong had been working with Earthlink to get their 
SPF set up. If Meng cant make SPF work, who can?"

Its one of those technologies that requires everyone to adopt it to be somewhat 
effective ...

- 
Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFnbUx4QvfyHIvDvMRAsIMAJoCPmI86VFwoHe+eMwqrZVwKfHs/wCg3TMz
3g7sYJfrUvxKuyRxaJWvXLY=
=0LFV
-END PGP SIGNATURE-

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


Re: wireless help

2007-01-04 Thread Juan Ortega

Yea I looked at the that page but I'm still having truble
connecting.
Is there a program on freeBSD ports that can just connect
to me automatically




On Thu, 4 Jan 2007, Steve Franks wrote:


Date: Thu, 4 Jan 2007 10:38:07 -0700
From: Steve Franks <[EMAIL PROTECTED]>
To: Juan Ortega <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: wireless help

Juan,

first, add the line,
   wlan_wep_load="YES"
to /boot/loader.conf, then add
   ifconfig_ndis0="nwkey 0x2205801095 DHCP"
to /etc/rc.conf and then reboot.  If I got some syntax wrong and that
doesn't work, serch freebsd.org for 'wireless', and click on the link to
advanced networking in the handbook - that have a very complete and
excellent discussion of all the options.

Steve

On 1/3/07, Juan Ortega <[EMAIL PROTECTED]> wrote:


Hi im having trouble setting up my PCI card to connect to my access point
I have freeBSD-RC2-RELEASE
The driver I installed for it using ndis
when I enter the command "ifconfig ndis0 up scan"
it shows my access point

I tried ifconfig, and wpa_supplicant to configure it but dosent work

Heres what I have need to configure it to;

Infrastructue Mode
SSID: 2WIRE701
BSSID: 00:14:95:c6:af:91
Authmode: SHARED
WEP-KEY: 2205801095
Channel: 6

I'm not sure what weptxkey for my access point is,
if I need it, anyways I can know?

for the IP, cant DHCP set one up for it?


how do I put all that in ifconfig or wpa_supplicant
to make it connect?




[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "
[EMAIL PROTECTED]"





--
Steve Franks, KE7BTE
Staff Engineer
La Palma Devices, LLC
http://www.lapalmadevices.com
(520) 312-0089



[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


fatal trap 12, can't get core

2007-01-04 Thread christopher floess

Hi, I'm running 5.4 with a modified GENERIC kernel, and  I recently rebooted
my system to find out that it hangs on probing ad1 with a fatal trap 12.

Here's the entire error message

ad1 Timeout - Read_dma retrying (2 retries left) LBA 117231345
kernel trap 12 with interrupts disabled
Fatal trap 12: page fault while in kernel mode
fault virtual address = 0x6c
fault code   = supervisor read, page not present
instruction pointer   = 0x8:0xc063fb59

stack pointer = 0x10:0xde0fac40
frame pointer= 0x10:0xde0fac44
code segment= base 0x0, limit 0xf, type ox1b
 = DPL 0, pres 1, def32 1, gran 1
processor eflags   = resume, IOPL = 0
current process= 6(thread taskq)
trap number = 12
panic: page fault
cannot dump. no dump device

In my rc.conf I've got

dumpdev="/dev/ad0s1b"
dumpdir="/usr/crash"

For some reason it still says "no dump device".
Right now I'm able to boot my system into safe mode, but not single
user or normal. I
think I might not be able to get core dumps b/c my system doesn't get far
enough in the boot process,  so I'm trying to follow the directions here

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/advanced.html#KERNEL-PANIC-TROUBLESHOOTING


but I'm not sure about this part of the instructions

% nm -n /kernel.that.caused.the.panic | grep f0xx

Do I need to replace "/kernel.that.caused.the.panic" with
/boot/kernel/kernel? If so, here' is the out put of


nm -n /boot/kernel/kernel | grep c063fb59

c063fb3c t init_turnstile0
c063fb4c t turnstile_setowner
c063fb78 T turnstile_alloc
c063fbb0 T turnstile_free
c063fbc4 T turnstile_lookup

Can someone help me out here? Am I going about it all wrong? Let me know
what other info might be needed. Thanks ~ Chris

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


Re: fatal trap 12, can't get core

2007-01-04 Thread Josh Paetzel
On Thursday 04 January 2007 21:47, christopher floess wrote:
> Hi, I'm running 5.4 with a modified GENERIC kernel, and  I recently
> rebooted my system to find out that it hangs on probing ad1 with a
> fatal trap 12.
>
> Here's the entire error message
>
> ad1 Timeout - Read_dma retrying (2 retries left) LBA 117231345
> kernel trap 12 with interrupts disabled
> Fatal trap 12: page fault while in kernel mode
> fault virtual address = 0x6c
> fault code   = supervisor read, page not present
> instruction pointer   = 0x8:0xc063fb59
>
> stack pointer = 0x10:0xde0fac40
> frame pointer= 0x10:0xde0fac44
> code segment= base 0x0, limit 0xf, type ox1b
>   = DPL 0, pres 1, def32 1, gran 1
> processor eflags   = resume, IOPL = 0
> current process= 6(thread taskq)
> trap number = 12
> panic: page fault
> cannot dump. no dump device
>
> In my rc.conf I've got
>
> dumpdev="/dev/ad0s1b"
> dumpdir="/usr/crash"
>
> For some reason it still says "no dump device".
> Right now I'm able to boot my system into safe mode, but not single
> user or normal. I
> think I might not be able to get core dumps b/c my system doesn't
> get far enough in the boot process,  so I'm trying to follow the
> directions here
>
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/advanced.html#
>KERNEL-PANIC-TROUBLESHOOTING
>
>
> but I'm not sure about this part of the instructions
>
> % nm -n /kernel.that.caused.the.panic | grep f0xx
>
> Do I need to replace "/kernel.that.caused.the.panic" with
> /boot/kernel/kernel? If so, here' is the out put of
>
> > nm -n /boot/kernel/kernel | grep c063fb59
>
> c063fb3c t init_turnstile0
> c063fb4c t turnstile_setowner
> c063fb78 T turnstile_alloc
> c063fbb0 T turnstile_free
> c063fbc4 T turnstile_lookup
>
> Can someone help me out here? Am I going about it all wrong? Let me
> know what other info might be needed. Thanks ~ Chris
>

Sounds a lot like you have a dead drive or controller to me.  Have you 
tried running the drive manufacturer's diagnostics on it?

-- 
Thanks,

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


Re: Emacs vs XEmacs: which to choose for plain console using?

2007-01-04 Thread a
On Thu, Jan 04, 2007 at 11:05:34AM +0100, Lothar Braun wrote:
> Hi Elisej,
> 
> On Wednesday 03 January 2007 20:41, [EMAIL PROTECTED] wrote:
> > What are advantages and disadvantages of xemacs over emacs?
> > Which to choose for plain console using?
> 
> Maybe
> 
> http://www.emacswiki.org/cgi-bin/wiki/EmacsAndXEmacs
> 
> can help you to understand the differences. There's also a small discussion 
> about when to use Emacs and when to use XEmacs.
> But in your case you only have the possibility to use emacs. Only emacs is 
> able to work on the plain console.
> 
> Regards,
>   Lothar

Thank you for the link. It helped me to choose to learn Emacs.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"