Cannot upgrade TCL port

2006-07-20 Thread Nagy László


My system is FreeBSD 6.0. After running

portupgrade -aP

it start upgrading Tcl. After compilation, it starts making tests like 
the one below. Each test times out after some minutes. It would take a 
day to run all the tests. Why they are failing? How can I disable the 
tests? The main problem is that there are other packages depending on 
TCL, and portupgrade won't upgrade them because TCL fails to upgrade. 
Please help.


  Laszlo


fileName.test
fileSystem.test
for-old.test
for.test
foreach.test
format.test
get.test
history.test
http.test

 http-3.3 http::geturl FAILED
 Contents of test case:

   set token [http::geturl $url]
   http::data $token

 Test generated error; Return code was: 1
 Return code should have been one of: 0 2
 errorInfo: couldn't open socket: connection timed out
   while executing
http::geturl $url
   invoked from within
set token [http::geturl $url]
   (uplevel body line 2)
   invoked from within
uplevel 1 $script
 errorCode: NONE
 http-3.3 FAILED

** Command failed [exit code 2]: /usr/bin/script -qa 
/tmp/portupgrade47538.0 env PORT_UPGRADE=yes make PORT_UPGRADE=yes

** Fix the problem and try again.

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


Re: vmware / vmplayer on freebsd?

2006-07-20 Thread cknipe
As far as I'm aware, VMWare only supports FreeBSD as a Guest OS, not as a Host
OS.  i.e. you can't run VMWare itself on FreeBSD, but you can run FreeBSD
inside VMWare.. 



Quoting Erin Sharmahd [EMAIL PROTECTED]:

 I'm trying to find some info on google on using vmware server or
 vmplayer on freebsd.  In essence, one of my classes is expecting us to
 do some windows work, and i'd like to do it in vmware or something
 similar so that I don't have to actually install windows
 
 Is it even possible currently to use the most recent version of vmware
 or vmplayer on freebsd?  I saw a port for vmware3, but in talking to a
 friend, he said that's really old...
 
 Thanks,
 
 ~Erin
 
 -- 
 http://www.tuxgirl.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: vmware / vmplayer on freebsd?

2006-07-20 Thread Mark Kane
On Wed, Jul 19, 2006, at 22:36:56 -0600, Erin Sharmahd wrote:
 I'm trying to find some info on google on using vmware server or
 vmplayer on freebsd.  In essence, one of my classes is expecting us to
 do some windows work, and i'd like to do it in vmware or something
 similar so that I don't have to actually install windows

Hi.

I'm not 100% sure about VMWare on FreeBSD (although I think only older
versions are currently available), but I'd give QEMU a try. It's in
ports at emulators/qemu. I've used Windows 2000 and Windows XP inside
QEMU a little bit in the past, and the performance was pretty good with
the KQEMU kernel module (emulators/kqemu-kmod).

http://fabrice.bellard.free.fr/qemu/

-Mark

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vmware / vmplayer on freebsd?

2006-07-20 Thread Duane Hill

On Thu, 20 Jul 2006, [EMAIL PROTECTED] wrote:


As far as I'm aware, VMWare only supports FreeBSD as a Guest OS, not as a Host
OS.  i.e. you can't run VMWare itself on FreeBSD, but you can run FreeBSD
inside VMWare..


That would be correct. I own a copy of VMWare for Windows and use it 
extensively to test out different scenarios with FreeBSD before touching 
our production server. Works like a charm!



Quoting Erin Sharmahd [EMAIL PROTECTED]:


I'm trying to find some info on google on using vmware server or
vmplayer on freebsd.  In essence, one of my classes is expecting us to
do some windows work, and i'd like to do it in vmware or something
similar so that I don't have to actually install windows

Is it even possible currently to use the most recent version of vmware
or vmplayer on freebsd?  I saw a port for vmware3, but in talking to a
friend, he said that's really old...

Thanks,

~Erin

--
http://www.tuxgirl.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]



--
This message was sent using 100% recycled electrons.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Kernel Source

2006-07-20 Thread irlow irlow
bash-2.05b# cd vmware3/
bash-2.05b# make install  make clean
===  vmware3-3.2.1.2242_13,1 kernel source files required.
*** Error code 1

Stop in /usr/ports/emulators/vmware3.
bash-2.05b# 

What should I do?

I don't know how to install a kernel source, specially that it's probably the 
kernel source of the linux base, because it runs emulated, just read the 
package-desc.

But I'd like to know where is the kernel source package of the freebsd in ports 
too...

thanks


-
 Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Kernel Source

2006-07-20 Thread Nick Withers
On Thu, 20 Jul 2006 07:27:43 + (GMT)
irlow irlow [EMAIL PROTECTED] wrote:

 bash-2.05b# cd vmware3/
 bash-2.05b# make install  make clean
 ===  vmware3-3.2.1.2242_13,1 kernel source files required.
 *** Error code 1
 
 Stop in /usr/ports/emulators/vmware3.
 bash-2.05b# 
 
 What should I do?
 
 I don't know how to install a kernel source, specially that it's probably the 
 kernel source of the linux base, 

No, it's the FreeBSD kernel sources...

 because it runs emulated, just read the package-desc.

...just read /usr/ports/emulators/vmware3/Makefile :-)

 But I'd like to know where is the kernel source package of the freebsd in 
 ports too...

There ain't no FreeBSD kernel source package, or kernel source
port (or at least not that I'm aware of, and I wouldn't expect
there to be).

You will need to install the source files from the
appropriate FreeBSD installation media and / or from the 'net.
You can, for instance, use cvsup(1) to pull the FreeBSD kernel
sources for any particular revision (or indeed date / time)
down.

Please see
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
for more information on using cvsup to update / obtain FreeBSD
kernel sources, but do also be aware that you're probably
better off installing the sources from the installation media
first, then updating them (if you feel this is necessary for
your particular version of FreeBSD) to avoid having to download
the whole lot.

 thanks

I have probably explained this a little too quickly, so please
feel free to ask if you'd like clarification.
-- 
Nick Withers
email: [EMAIL PROTECTED]
Web: http://www.nickwithers.com
Mobile: +61 414 397 446
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


k3b installation problem - make fails

2006-07-20 Thread Andriy Babiy
Hi all,

I installed all the libraries mentioned on k3b.org, including mandatory and 
optional (actually, excluding two of the optional libraries - libmusicbrainz 
and hal). I used the latest versions of all the libraries, and k3b as well.
FreeBSD version 6.1.

./configure runs without error messages.

But when I run make, it fails with the error message as follows:

make  all-recursive
Making all in doc
Making all in libk3bdevice
/usr/local/bin/bash ../libtool --silent --mode=link --tag=CXX g++  
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -fpermissive-o libk3bdevice.la 
-rpath /usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -version-info 2:1:0 
-no-undefined k3bdevice.lo  k3bdevice_mmc.lo k3bscsicommand.lo  k3btrack.lo 
k3btoc.lo k3bdevicemanager.lo  k3bmsf.lo k3bdiskinfo.lo k3bdeviceglobals.lo  
k3bcrc.lo k3bcdtext.lo -lkio  -lcam  -lm -L/usr/local/lib -L/usr/X11R6/lib
libtool: link: cannot find the library `'
*** Error code 1
Stop in...

The name of the library, which cannot be found, appears empty in the message.

Maybe, I should try some configuration options?
If someone here faced a similar problem and solved it, or just know how to 
approach the problem, their advice would be highly appreciated.
I can provide all the results shown on the screen during configure and 
make, if it is useful for targeting the problem.

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


Problem upgrading mplayer

2006-07-20 Thread Filippo Moretti
I run 6.1_STABLE on i386 arch and when I tried to upgrade mplayer I get 
the following error

c++: Internal error: Killed: 9 (program cc1plus)
Please submit a full bug report.
See URL:http://gcc.gnu.org/bugs.html for instructions.
*** Error code 1

Stop in /usr/ports/devel/qmake/work/qt-x11-free-3.3.6/qmake.

*** Error code 1

Stop in /usr/ports/devel/qmake.
{standard input}: Assembler messages:
{standard input}:45068: Warning: end of file not at end of a line; 
newline inserted

{standard input}:45251: Error: unknown pseudo-op: `.u'
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt33.
*** Error code 1

Stop in /usr/ports/audio/arts.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.

Is it possible to build mplayer without QT?Is there a workaround for the 
above stoppage

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


Re: k3b installation problem - make fails

2006-07-20 Thread Nick Withers
On Thu, 20 Jul 2006 00:52:16 -0700
Andriy Babiy [EMAIL PROTECTED] wrote:

 Hi all,
 
 I installed all the libraries mentioned on k3b.org, including mandatory and 
 optional (actually, excluding two of the optional libraries - libmusicbrainz 
 and hal). I used the latest versions of all the libraries, and k3b as well.
 FreeBSD version 6.1.
 
 ./configure runs without error messages.
 
 But when I run make, it fails with the error message as follows:
 
 make  all-recursive
 Making all in doc
 Making all in libk3bdevice
 /usr/local/bin/bash ../libtool --silent --mode=link --tag=CXX g++  
 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor 
 -fno-exceptions -fno-check-new -fno-common -fpermissive-o libk3bdevice.la 
 -rpath /usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -version-info 2:1:0 
 -no-undefined k3bdevice.lo  k3bdevice_mmc.lo k3bscsicommand.lo  k3btrack.lo 
 k3btoc.lo k3bdevicemanager.lo  k3bmsf.lo k3bdiskinfo.lo k3bdeviceglobals.lo  
 k3bcrc.lo k3bcdtext.lo -lkio  -lcam  -lm -L/usr/local/lib -L/usr/X11R6/lib
 libtool: link: cannot find the library `'
 *** Error code 1
 Stop in...
 
 The name of the library, which cannot be found, appears empty in the message.
 
 Maybe, I should try some configuration options?
 If someone here faced a similar problem and solved it,

Methinks someone did, since it's in the ports collection
(at /usr/ports/sysutils/k3b).

 or just know how to approach the problem, their advice would be highly 
 appreciated.

Is there a reason you're compiling it manually? If so, it may
be worth your while examining how it's done in ports and
applying a similar approach.

 I can provide all the results shown on the screen during configure and 
 make, if it is useful for targeting the problem.
 
 Many thanks to all in advance.
 Andriy
-- 
Nick Withers
email: [EMAIL PROTECTED]
Web: http://www.nickwithers.com
Mobile: +61 414 397 446
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mysql.sock deleted

2006-07-20 Thread tethys ocean

Hi all

While  doing

portupgrade -vr mysql

I lost my mysql socket . So mysql cant start.
How I can create mysql.sock
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: coldfusion alternative

2006-07-20 Thread Malcolm Fitzgerald


On 20/07/2006, at 11:10 AM, Glenn McCalley wrote:


OK so a good customer of long standing wants a coldfusion website.
Some developer, the husband of one of his staff (so that makes him a
trusted advisor, right?), has convinced him it's the only way to do 
it.
My position is maybe that's the only way -he- can do it but there's a 
whole

wide world of alternatives out there.


Well, you know that CF is a database / template / processor. It's a 
great idea but there are plenty of Perl, or PHP / SQL solutions. What 
about Mason? http://www.masonhq.com


malcolm


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


Re: How does dmesg(8) information survive a reboot ?

2006-07-20 Thread Lowell Gilbert
Ricardo Branco [EMAIL PROTECTED] writes:

 I've just tried this Frenzy Live-CD at http://frenzy.org.ua/eng/ a few
 hours ago. It's based on FreeBSD 6.1-STABLE. Then I rebooted into my
 FreeBSD 6.1-RELEASE box and suddenly dmesg(8) now outputs the content
 from the previous 2 sessions with the live-CD and my current session
 with the one I have installed. This is great. I have seen those
 Rebooting... lines but I've always thought they were written to
 /var/log/dmesg* right before the actual reboot with dmesg(8) somehow
 retrieving them at the next boot. What is the black magic here?

It's just a memory buffer.  I very much doubt you would see the
carry-over between boots if you were doing a cold shutdown rather 
than a warm reboot...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mysql.sock deleted

2006-07-20 Thread Matthew Seaman
tethys ocean wrote:
 Hi all
 
 While  doing
 
 portupgrade -vr mysql
 
 I lost my mysql socket . So mysql cant start.
 How I can create mysql.sock

MySQL will generally create whatever socket it needs to communicate on
when it starts up.  It's automatic.  Not seeing the socket after portupgrade
probably just means that MySQL isn't running (MySQL will get shutdown during
the portupgrade process) although I can't honestly remember if MySQL removes
the socket as part of the shutdown process.

Cheers,

Matthew

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



signature.asc
Description: OpenPGP digital signature


Re: coldfusion alternative

2006-07-20 Thread Chuck Swiger

Glenn McCalley wrote:

Looking at it, he wants to collect some data on an input form, then hash it
over a couple of ways and present the results.  Pretty graphics maybe as
well.  Looks to me like Perl... don't even need a real database, heck
DB_File would work just fine for this.
OK with me...
...but what's the argument to present other than you don't need
coldfusion?


You might want to look into WebObjects from Apple and ReportMill (which is 
also the company name).  Both of them are tools worth knowing, even if you 
might choose to use something else for a particular circumstance.


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


network no longer auto-starts after mergemaster

2006-07-20 Thread Jim Stapleton

I rebuilt my kernel/world, but now my network no longer auto-starts. I
can easily start it with sudo ifconfig fxp0 up, which, while it
works, is mildly annoying.

Anyone know what file I could have improperly mergemastered to get this result?

My rc.conf file, I'm not sure what else I should put in (such as my
/var/log/messages; everything as of the last boot?):



# -- sysinstall generated deltas -- # Fri Jun 16 08:17:49 2006
# Created: Fri Jun 16 08:17:49 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.

hostname=aragorn.ameritech.net
ifconfig_fxp0=DHCP


ibcs2_enable=YES
moused_enable=YES
linux_enable=YES
sshd_enable=YES
svr4_enable=YES
usbd_enable=YES
apmd_enable=YES




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


Re: vmware / vmplayer on freebsd?

2006-07-20 Thread Rico Secada
On Thu, 20 Jul 2006 06:39:28 + (WET)
Duane Hill [EMAIL PROTECTED] wrote:

 On Thu, 20 Jul 2006, [EMAIL PROTECTED] wrote:
 
  As far as I'm aware, VMWare only supports FreeBSD as a Guest OS, not as a 
  Host
  OS.  i.e. you can't run VMWare itself on FreeBSD, but you can run FreeBSD
  inside VMWare..
 
 That would be correct. I own a copy of VMWare for Windows and use it 
 extensively to test out different scenarios with FreeBSD before touching 
 our production server. Works like a charm!

That is not correct!

We use VMWare3 from ports on a FreeBSD machine at our datacenter and it's 
running Windows XP perfectly. VMWare3 from ports supports FreeBSD as a host 
perfectly.

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


Re: File System for attached storage?

2006-07-20 Thread Chuck Swiger

Atom Powers wrote:

All the modern storage cabinets have two data ports (mine has two
SCSI320 ports) so they can be attached to two servers. But what kind
of file system can you use that would make that data available to both
servers?

Splitting the storage in half isn't an option, as that doesn't give
added redundancy.

I've head of GFS and Coda, but I can't find any information about how
stable these file systems are on FreeBSD 6.x.

What do/would you use to share a storage device between two servers?


There's something in the SCSI and Firewire worlds called target initiator 
mode or target mode, which lets you have multiple controllers on the same 
bus without direct conflict.


This can be used to treat your laptop as if it were an external hard drive and 
work on it from another system.  Or it can be used to share a tape drive 
between two machines, at least so long as only one computer is doing stuff at 
any particular time.


Less commonly, it can be used for fault-tolerant hot-standby servers operating 
from a shared central storage.  If you want that kind of thing, or if you want 
several computers to modify the same disks in parallel, you should look into 
fibre-channel or maybe iSCSI-based SAN solutions.


These usually involve a bespoke filesystem and metadata controller mechanism 
to keep the filesystem sane-- something like a Qlogic FC-switch, an Apple 
Xsan, + ADIC StorEdge software, for example.


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


Re: Cannot upgrade TCL port

2006-07-20 Thread Andrew Robinson

I found that the easiest way to fix this problem is to edit the
Makefile.  Comment out the following two lines and it should run.

From:


.if ${BLACKHOLE} != ''  ${BLACKHOLE} != 0
# 
# net.inet.tcp.blackhole is non-zero. Some http-tests
# will appear to hang and then fail. Do not be alarmed.
# The socket.test would hang, so it is disabled:
${MV} ${WRKSRC:H}/tests/socket.test ${WRKSRC:H}/tests/socket.test.dis;
# 
.endif


To:

#.if ${BLACKHOLE} != ''  ${BLACKHOLE} != 0
# 
# net.inet.tcp.blackhole is non-zero. Some http-tests
# will appear to hang and then fail. Do not be alarmed.
# The socket.test would hang, so it is disabled:
${MV} ${WRKSRC:H}/tests/socket.test ${WRKSRC:H}/tests/socket.test.dis;
# 
#.endif


Good luck!

Andrew



 Message: 3
 Date: Thu, 20 Jul 2006 08:27:41 +0200
 From: Nagy L?szl? [EMAIL PROTECTED]
 Subject: Cannot upgrade TCL port
 To: freebsd-questions@freebsd.org
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=ISO-8859-2; format=flowed
 
 
 My system is FreeBSD 6.0. After running
 
 portupgrade -aP
 
 it start upgrading Tcl. After compilation, it starts making tests like 
 the one below. Each test times out after some minutes. It would take a 
 day to run all the tests. Why they are failing? How can I disable the 
 tests? The main problem is that there are other packages depending on 
 TCL, and portupgrade won't upgrade them because TCL fails to upgrade. 
 Please help.
 
Laszlo
 
 
 fileName.test
 fileSystem.test
 for-old.test
 for.test
 foreach.test
 format.test
 get.test
 history.test
 http.test
 
  http-3.3 http::geturl FAILED
  Contents of test case:
 
 set token [http::geturl $url]
 http::data $token
 
  Test generated error; Return code was: 1
  Return code should have been one of: 0 2
  errorInfo: couldn't open socket: connection timed out
 while executing
 http::geturl $url
 invoked from within
 set token [http::geturl $url]
 (uplevel body line 2)
 invoked from within
 uplevel 1 $script
  errorCode: NONE
  http-3.3 FAILED
 
 ** Command failed [exit code 2]: /usr/bin/script -qa 
 /tmp/portupgrade47538.0 env PORT_UPGRADE=yes make PORT_UPGRADE=yes
 ** Fix the problem and try again.
 

-- 
Andrew Robinson  
Department of Mathematics and StatisticsTel: +61-3-8344-9763
University of Melbourne, VIC 3010 Australia Fax: +61-3-8344-4599
Email: [EMAIL PROTECTED] http://www.ms.unimelb.edu.au
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cannot upgrade TCL port

2006-07-20 Thread Nagy László Zsolt

Andrew Robinson írta:

I found that the easiest way to fix this problem is to edit the
Makefile.  Comment out the following two lines and it should run.

From:


.if ${BLACKHOLE} != ''  ${BLACKHOLE} != 0
# 
# net.inet.tcp.blackhole is non-zero. Some http-tests
# will appear to hang and then fail. Do not be alarmed.
# The socket.test would hang, so it is disabled:
${MV} ${WRKSRC:H}/tests/socket.test ${WRKSRC:H}/tests/socket.test.dis;
# 
.endif


To:

#.if ${BLACKHOLE} != ''  ${BLACKHOLE} != 0
# 
# net.inet.tcp.blackhole is non-zero. Some http-tests
# will appear to hang and then fail. Do not be alarmed.
# The socket.test would hang, so it is disabled:
${MV} ${WRKSRC:H}/tests/socket.test ${WRKSRC:H}/tests/socket.test.dis;
# 
#.endif


Good luck!

Andrew
  
This did not work, but I deleted *.test files from the source tree and 
then I could install the port. Thank you!

Should this be mentioned to the port maintainer?

  Laszlo

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


portupgrade question

2006-07-20 Thread Nagy László

After running

portupgrade -aP

I get this:

** Listing the failed packages (*:skipped / !:failed)
   ! textproc/linux-expat (linux-expat-1.95.7_1)   (install error)
   * x11-fonts/linux-fontconfig (linux-fontconfig-2.2.3_4)
   * x11/linux-XFree86-libs (linux-XFree86-libs-4.3.99.902_7)
---  Packages processed: 0 done, 136 ignored, 2 skipped and 1 failed
** Could not clean up temporary directory: Directory not empty - 
/var/tmp/portupgradeibUXCdq2


It ignored 136 packages. Is this safe? How can I know what it ignored 
and why?

Thanks,

  Laszlo

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


how to update freebsd 5.4 to 6.1 via no Internet and CD or DVD media

2006-07-20 Thread nectar76


Hi, I have a USB WLAN Adapter, and have no idea to work on FreeBSD 5.4,  
but there is a driver called p54u (http://prism54.org/newdrivers.html)can  
try, but it is recommend to work on FreeBSD 6.


I done:
1. download freebsd 6.1 iso and unzip files, want to update system at  
local, but failed;
2. used  TortoiseCVS(CVS software for Windows) to download src/ from  
Anonymous CVS, copied them to /usr/src on freebsd-5.4, want to 'make  
buildworld', but failed; 'make' looks not work as usual;


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


RE: coldfusion alternative

2006-07-20 Thread Tamouh H.
 
 OK so a good customer of long standing wants a coldfusion website.
 Some developer, the husband of one of his staff (so that 
 makes him a trusted advisor, right?), has convinced him it's 
 the only way to do it.
 My position is maybe that's the only way -he- can do it but 
 there's a whole wide world of alternatives out there.
 
 Looking at it, he wants to collect some data on an input 
 form, then hash it over a couple of ways and present the 
 results.  Pretty graphics maybe as well.  Looks to me like 
 Perl... don't even need a real database, heck DB_File would 
 work just fine for this.
 OK with me...
 ...but what's the argument to present other than you don't 
 need coldfusion?
 
 I'd even put CF on the system and be done with it if there 
 was a FreeBSD version (anyone have any luck with that?).  
 Tracked down BlueDragon but that's apparently Win only as well.
 
 Ammunition wanted.
 Thanks
 Glenn.


Check Blue Dragon Server, it works like CF, there is a free version as well.

http://www.newatlanta.com/products/bluedragon/

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


Re: Problem upgrading mplayer

2006-07-20 Thread Chuck Swiger

Filippo Moretti wrote:
I run 6.1_STABLE on i386 arch and when I tried to upgrade mplayer I get 
the following error

c++: Internal error: Killed: 9 (program cc1plus)


Mostly likely, you've got hardware problems like bad memory or an overheating 
CPU.  Either run some system diagonstics like memtest86, or retry the compile 
after the machine has been off for an hour, and see whether it fails in the 
same place.


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


Re: fbsd 6 didnot work on laptop

2006-07-20 Thread Marwan Sultan

Hello everyone,

 I booted with acpi disabled, it worked.
BUT
I checked with HP, they had bios upgrdae,
I upgraded my bios and guess what??
It boots normal, and works fine,
i donot need to do any additional configuration,the acpi is supported and 
the tempreture

message has gone after bios upgrades,
Thanks for all of you,
really appreciate it.

Marwan



Marwan Sultan wrote:
 thanks for all of you, it was the fbsd boot loader, as eric suggested.
 now its booting,
 BUT :(
 during booting it givis the following error

 Warning: System tempreture too high shutting down soon!
 acpi_tz1: Warning current tempreture (0.0c) exceeds safe limits

 and it shuts down immediatly.
 i checked my bios setup, you know some bios has tempr. option. but this
 laptop
 doesnot have such am option.

The boot menu should allow you to boot without the acpi module, try
that. if your system does not support acpi - or the system acpi is not
supported by freebsd then you might get such errors.

If this works then you just gotta figure out making it default.

cheers erik

--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9




 smime.p7s 


_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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


Security Run Output E-mail

2006-07-20 Thread PATRICK CARTER
I'm relatively ne to FreeBSD (~6 months of usage) and I have been administering 
my own system for approximately the last 2 months.  Recently my system has 
received many ssh login attempts on standard user accounts as someone has been 
attempting to break into my system.  I usually read the Security Run Output 
e-mails to see if the attacker(s) had made any headway, and took necessary 
precautions (limiting ssh logins etc).  However, last week (after it seemed 
that the attacks had let up somewhat) I stopped receiving the e-mails (as well 
as the daily run output e-mails).  I still read the auth.log file to see login 
information and it did not appear as though anyone had successfully managed to 
break into the system.  Today the both sets of e-mails started again and I 
received the e-mails for today and yesterday (I am still missing 5 days worth 
and one weekly run output).  I was wondering if anyone might know how to ensure 
that I continue to receive these e-mails without interrupti
on.

If it matters (and I suspect it does) I have all my root e-mails aliased to a 
locked, nologin dummy account that forwards e-mail to my account, my boss' 
account, and retains a copy in the dummy account (.forward was not working to 
forward root's mail).  Root's mail client is set to read the dummy account 
inbox as well as anything that somehow winds up in the regular root mailbox.  
This setup worked fine until the e-mails stopped last week (none of the listed 
accounts received the e-mail).

Any advice would be greatly appreciated.

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


Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf

2006-07-20 Thread Don Munyak

re: Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf

The title of this thread references a document created several years ago.
The author wrote the article and posted in a forum at www.screamingelectron.org/
http://www.screamingelectron.org/forum/showthread.php?t=725page=1pp=10

He also posted an alternate location for pdf download.
http://bsdhound.com/downloads/Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf.


Well...that link is broken. Googling turned up some hopeful leads, but
alas...also broken.
http://lists.freebsd.org/pipermail/freebsd-questions/2004-June/050783.html
~LINK~ 
http://gene.wins.uva.nl/~jmsteggi/Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf

http://www.littleblackdog.com/viewtopic.php?t=17294start=15
~LINK~ 
http://bsdhound.com/downloads/Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf


Also did a google on this cat's username  soup4you2. There are several
forums likewise with broken links as well as a yahoo account, but no
reply yet.

Does anyone have access to this updated pdf file. I'd really like to
get my hands on it.

btw...for anyone else looking for a like or similiar solution, check out
http://www.tnpi.biz/internet/mail/toaster.shtml [mail::toaster]

Thanks

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


Re: vmware / vmplayer on freebsd?

2006-07-20 Thread Duane Hill

On Thu, 20 Jul 2006, Rico Secada wrote:


On Thu, 20 Jul 2006 06:39:28 + (WET)
Duane Hill [EMAIL PROTECTED] wrote:


On Thu, 20 Jul 2006, [EMAIL PROTECTED] wrote:


As far as I'm aware, VMWare only supports FreeBSD as a Guest OS, not as a Host
OS.  i.e. you can't run VMWare itself on FreeBSD, but you can run FreeBSD
inside VMWare..


That would be correct. I own a copy of VMWare for Windows and use it
extensively to test out different scenarios with FreeBSD before touching
our production server. Works like a charm!


That is not correct!

We use VMWare3 from ports on a FreeBSD machine at our datacenter and it's 
running Windows XP perfectly. VMWare3 from ports supports FreeBSD as a host 
perfectly.


Yes. That is true. However, to take advantage of the new features that are 
provided in the latest v5.5, there isn't a way. Not only do they have that 
documented on their site, I've also spoken with someone prior to me 
purchasing the product.


--
This message was sent using 100% recycled electrons.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Connection refusal for an NFS mount

2006-07-20 Thread David Landgren

List,

On an old Redhat box (address 172.17.0.18), I'm trying to mount an NFS 
export from a FreeBSD (5.2.1-RELEASE) box. Both machines are on the same 
network segment, and neither have any onboard firewalling rules.


I run the following command (on the redhat, bechet is the FreeBSD box):

  mount -v -t nfs -s -o ro,soft,intr bechet:/home/ftp/pub/mirror /net/mir

And I get back:

  mount: RPC: Remote system error - Connection refused

On the FreeBSD box, /etc/exports contains

  /home/ftp/pub/mirror 172.17.0.18

rpcinfo -p produces:

   program vers proto   port  service
104 local111  rpcbind
103 local111  rpcbind
102 local111  rpcbind

/etc/hosts.deny is empty, and /etc/hosts.allow contains

  ALL: ALL : allow

The relevant processes on the FreeBSD box are

   95  ??  IL 0:00.00  (nfsiod 0)
   96  ??  IL 0:00.00  (nfsiod 1)
   97  ??  IL 0:00.00  (nfsiod 2)
   98  ??  IL 0:00.00  (nfsiod 3)
  343  ??  Is 0:04.41 /usr/sbin/rpcbind
  425  ??  Is 0:04.61 /usr/sbin/rpc.statd
11373  ??  Is 0:00.01 /usr/sbin/mountd -r
88497  ??  Is 0:00.05 nfsd: master (nfsd)
88498  ??  I  0:00.00 nfsd: server (nfsd)
88499  ??  I  0:00.00 nfsd: server (nfsd)
88500  ??  I  0:00.00 nfsd: server (nfsd)
88501  ??  I  0:00.00 nfsd: server (nfsd)

(I understand, from reading the handbook, that I should be using rpcbind 
rather than portmap). This server has been an NFS server in the past, so 
I know it worked at some point. I'm not sure if I'm missing a daemon in 
the mix, or if there's something else I've overlooked.


Any clues will be most graciously received :)

Thanks,
David


--
Much of the propaganda that passes for news in our own society is given 
to immobilising and pacifying people and diverting them from the idea 
that they can confront power. -- John Pilger


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


Re: I need help with intallation relatd issue

2006-07-20 Thread Chuck Swiger

Lou Gordon wrote:

Hi my 2U server rack has 2-250 gig hard drives and we can only see one of
them. I had my upgrade store do a diagnostic and in Windows it sees both 250
Gig drives. I am in San Francisco, CA and I don't know any tech that has
experience with this kind of OS issue. Please help if you can. I can be
reached at the number below.


Not enough information, I'm afraid.  Try posting the contents of dmesg and 
pciconf -lv, along with at least a basic description of what your hardware 
is and what version of FreeBSD you are using.


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


HOWTO wireless please.

2006-07-20 Thread Marwan Sultan

Hello gurus,

Can someone help me setting up my wireless device on my laptop
im on 6.1R, I tried to do as instructed on handbook, but no luck.
My laptop suppose to be the client, and i have a netgear wireless modem 
router up and running.

How to make the freebsd see the router have the ip, and make the device up?

from dmesg
ugen0: Broadcom Corp HP Integrated Module

The following is the output of ifconfig -a
# ifconfig -a

fwe0: 
flags=108943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,NEEDSGIANT mtu 
1500

   options=8VLAN_MTU
   inet6 fe80::603f:2ff:fe6c:4184%fwe0 prefixlen 64 scopeid 0x1
   inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255
   ether 62:3f:02:6c:41:84
   ch 1 dma 0
fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=8VLAN_MTU
   inet6 fe80::216:d4ff:fe01:617e%fxp0 prefixlen 64 scopeid 0x2
   inet 192.168.0.14 netmask 0xff00 broadcast 192.168.0.255
   ether 00:16:d4:01:61:7e
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
   inet 127.0.0.1 netmask 0xff00

the following is in /etc/rc.conf  (i think there is something wrong)

ifconfig_fwe0=DHCP
dhcp_program=/sbin/dhclient
ddhcp_flags=

the following is compiles in the kernel
wlan
an
awi
ral
wi
wlan_wep
wlan_ccmp
wlan_tkip
wl As i have been told that fwe0 is not the wireless device, then how to 
show it up?

compiled the kernel to some modifications as i wrote here, but no luck,
Will kindly someone help me, as im new to wireless and bsd.

Marwan

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


I need help with intallation relatd issue

2006-07-20 Thread Lou Gordon
Hi my 2U server rack has 2-250 gig hard drives and we can only see one of
them. I had my upgrade store do a diagnostic and in Windows it sees both 250
Gig drives. I am in San Francisco, CA and I don't know any tech that has
experience with this kind of OS issue. Please help if you can. I can be
reached at the number below.
 

Lou Gordon

D1 Music

PO Box 280480

San Francisco, CA 94128-0480

415-552-2882

415-552-8444 Fax

Aim: d1musicinfo

Email: [EMAIL PROTECTED]

Alternate: [EMAIL PROTECTED]

www.myspace.com/d1music 

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


Re: vmware / vmplayer on freebsd?

2006-07-20 Thread BSDServer Redes e Servidores
I had success using VMWare 3 on a FreeBSD to run windows Xp inside it.

And let's not forget our other options, like qemu and boch...
(when it fits, of course ;-)

Regards...

--
Rafael Mentz Aquino
BSDServer Ltda.
51 - 9847 8825

-- Original Message ---
From: Duane Hill [EMAIL PROTECTED]
To: Rico Secada [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Thu, 20 Jul 2006 15:13:05 + (WET)
Subject: Re: vmware / vmplayer on freebsd?

 On Thu, 20 Jul 2006, Rico Secada wrote:
 
  On Thu, 20 Jul 2006 06:39:28 + (WET)
  Duane Hill [EMAIL PROTECTED] wrote:
 
  On Thu, 20 Jul 2006, [EMAIL PROTECTED] wrote:
 
  As far as I'm aware, VMWare only supports FreeBSD as a Guest OS, not as 
a Host
  OS.  i.e. you can't run VMWare itself on FreeBSD, but you can run 
FreeBSD
  inside VMWare..
 
  That would be correct. I own a copy of VMWare for Windows and use it
  extensively to test out different scenarios with FreeBSD before touching
  our production server. Works like a charm!
 
  That is not correct!
 
  We use VMWare3 from ports on a FreeBSD machine at our datacenter and it's 
running Windows XP perfectly. VMWare3 from ports supports FreeBSD as a host 
perfectly.
 
 Yes. That is true. However, to take advantage of the new features 
 that are provided in the latest v5.5, there isn't a way. Not only do 
 they have that documented on their site, I've also spoken with 
 someone prior to me purchasing the product.
 
 --
 This message was sent using 100% recycled electrons.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
--- End of Original Message ---

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


Re: Connection refusal for an NFS mount

2006-07-20 Thread David Kelly
On Thu, Jul 20, 2006 at 05:16:16PM +0200, David Landgren wrote:
 List,
 
 On an old Redhat box (address 172.17.0.18), I'm trying to mount an NFS 
 export from a FreeBSD (5.2.1-RELEASE) box. Both machines are on the same 
 network segment, and neither have any onboard firewalling rules.

[...]

 (I understand, from reading the handbook, that I should be using rpcbind 
 rather than portmap). This server has been an NFS server in the past, so 
 I know it worked at some point. I'm not sure if I'm missing a daemon in 
 the mix, or if there's something else I've overlooked.
 
 Any clues will be most graciously received :)

For starters try showmount -e the.freebsd.ip.address on the Linux box
to see if the Linux box sees the NFS daemons on the FreeBSD machine.

mountd needs to be running on the FreeBSD host (apparently yours is
running). When /etc/exports changes mountd needs to be informed:
kill -s HUP `cat /var/run/mountd.pid`

Also at least in the past Linux distributions defaulted NFS to
non-reserved ports. Your Linux may not be talking to the same ports as
the FreeBSD machine is listening.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HOWTO wireless please.

2006-07-20 Thread Garrett Cooper

Marwan Sultan wrote:

Hello gurus,

Can someone help me setting up my wireless device on my laptop
im on 6.1R, I tried to do as instructed on handbook, but no luck.
My laptop suppose to be the client, and i have a netgear wireless 
modem router up and running.
How to make the freebsd see the router have the ip, and make the 
device up?


from dmesg
ugen0: Broadcom Corp HP Integrated Module

The following is the output of ifconfig -a
# ifconfig -a

fwe0: 
flags=108943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,NEEDSGIANT 
mtu 1500

   options=8VLAN_MTU
   inet6 fe80::603f:2ff:fe6c:4184%fwe0 prefixlen 64 scopeid 0x1
   inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255
   ether 62:3f:02:6c:41:84
   ch 1 dma 0
fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=8VLAN_MTU
   inet6 fe80::216:d4ff:fe01:617e%fxp0 prefixlen 64 scopeid 0x2
   inet 192.168.0.14 netmask 0xff00 broadcast 192.168.0.255
   ether 00:16:d4:01:61:7e
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
   inet 127.0.0.1 netmask 0xff00

the following is in /etc/rc.conf  (i think there is something wrong)

ifconfig_fwe0=DHCP
dhcp_program=/sbin/dhclient
ddhcp_flags=

the following is compiles in the kernel
wlan
an
awi
ral
wi
wlan_wep
wlan_ccmp
wlan_tkip
wl As i have been told that fwe0 is not the wireless device, then how 
to show it up?

compiled the kernel to some modifications as i wrote here, but no luck,
Will kindly someone help me, as im new to wireless and bsd.

Marwan

Marwan,
   fwe0 is your ethernet over IEEE1394 (firewire) connection. According 
to the information above you don't have your wireless interface even 
present, ie ugen0 was not present in the ifconfig output you have listed 
above.

-Garrett

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


Re: HOWTO wireless please.

2006-07-20 Thread Garrett Cooper

Garrett Cooper wrote:

Marwan Sultan wrote:

Hello gurus,

Can someone help me setting up my wireless device on my laptop
im on 6.1R, I tried to do as instructed on handbook, but no luck.
My laptop suppose to be the client, and i have a netgear wireless 
modem router up and running.
How to make the freebsd see the router have the ip, and make the 
device up?


from dmesg
ugen0: Broadcom Corp HP Integrated Module

The following is the output of ifconfig -a
# ifconfig -a

fwe0: 
flags=108943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,NEEDSGIANT 
mtu 1500

   options=8VLAN_MTU
   inet6 fe80::603f:2ff:fe6c:4184%fwe0 prefixlen 64 scopeid 0x1
   inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255
   ether 62:3f:02:6c:41:84
   ch 1 dma 0
fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=8VLAN_MTU
   inet6 fe80::216:d4ff:fe01:617e%fxp0 prefixlen 64 scopeid 0x2
   inet 192.168.0.14 netmask 0xff00 broadcast 192.168.0.255
   ether 00:16:d4:01:61:7e
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
   inet 127.0.0.1 netmask 0xff00

the following is in /etc/rc.conf  (i think there is something wrong)

ifconfig_fwe0=DHCP
dhcp_program=/sbin/dhclient
ddhcp_flags=

the following is compiles in the kernel
wlan
an
awi
ral
wi
wlan_wep
wlan_ccmp
wlan_tkip
wl As i have been told that fwe0 is not the wireless device, then how 
to show it up?

compiled the kernel to some modifications as i wrote here, but no luck,
Will kindly someone help me, as im new to wireless and bsd.

Marwan

Marwan,
   fwe0 is your ethernet over IEEE1394 (firewire) connection. 
According to the information above you don't have your wireless 
interface even present, ie ugen0 was not present in the ifconfig 
output you have listed above.

-Garrett
Here are some good relevant comments about your chipset: 
http://www.bsdforums.org/forums/archive/index.php/t-27794.html, and 
you should refer to this page 
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html 
: Chapter 27.3) instead of the chapter mentioned in the bsdforums thread 
I gave earlier.

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


Re: HOWTO wireless please.

2006-07-20 Thread doug

On Thu, 20 Jul 2006, Garrett Cooper wrote:


Garrett Cooper wrote:

Marwan Sultan wrote:

Hello gurus,

Can someone help me setting up my wireless device on my laptop
im on 6.1R, I tried to do as instructed on handbook, but no luck.
My laptop suppose to be the client, and i have a netgear wireless modem 
router up and running.
How to make the freebsd see the router have the ip, and make the device 
up?


from dmesg
ugen0: Broadcom Corp HP Integrated Module

The following is the output of ifconfig -a
# ifconfig -a

fwe0: 
flags=108943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,NEEDSGIANT 
mtu 1500

   options=8VLAN_MTU
   inet6 fe80::603f:2ff:fe6c:4184%fwe0 prefixlen 64 scopeid 0x1
   inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255
   ether 62:3f:02:6c:41:84
   ch 1 dma 0
fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=8VLAN_MTU
   inet6 fe80::216:d4ff:fe01:617e%fxp0 prefixlen 64 scopeid 0x2
   inet 192.168.0.14 netmask 0xff00 broadcast 192.168.0.255
   ether 00:16:d4:01:61:7e
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
   inet 127.0.0.1 netmask 0xff00

the following is in /etc/rc.conf  (i think there is something wrong)

ifconfig_fwe0=DHCP
dhcp_program=/sbin/dhclient
ddhcp_flags=

the following is compiles in the kernel
wlan
an
awi
ral
wi
wlan_wep
wlan_ccmp
wlan_tkip
wl As i have been told that fwe0 is not the wireless device, then how to 
show it up?

compiled the kernel to some modifications as i wrote here, but no luck,
Will kindly someone help me, as im new to wireless and bsd.

Marwan

Marwan,
   fwe0 is your ethernet over IEEE1394 (firewire) connection. According to 
the information above you don't have your wireless interface even present, 
ie ugen0 was not present in the ifconfig output you have listed above.

-Garrett
Here are some good relevant comments about your chipset: 
http://www.bsdforums.org/forums/archive/index.php/t-27794.html, and you 
should refer to this page 
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html 
: Chapter 27.3) instead of the chapter mentioned in the bsdforums thread I 
gave earlier.

-Garrette


Also the handbook: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/advanced-networking.html


With no wep I think your rc.conf is ok, if you use wep:

   ifconfig_ugen0=wepmode on deftxkey 1 wepkey 0xkey DHCP

assuming you are using FreeBSD 5 or 6, you can dynamically load all the drivers 
using /boot/loader.conf. For my laptop (a thinkpad T42p) I have:


snd_ich_load=YES
if_ipw_load=YES
wlan_load=YES
wlan_wep_load=YES
acpi_ibm_load=YES

That saves rebuilding the kernel to add the ugen device, assuming it is not 
there.




___
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: Connection refusal for an NFS mount

2006-07-20 Thread David Landgren

David Kelly wrote:

On Thu, Jul 20, 2006 at 05:16:16PM +0200, David Landgren wrote:

List,

On an old Redhat box (address 172.17.0.18), I'm trying to mount an NFS 
export from a FreeBSD (5.2.1-RELEASE) box. Both machines are on the same 
network segment, and neither have any onboard firewalling rules.


[...]

(I understand, from reading the handbook, that I should be using rpcbind 
rather than portmap). This server has been an NFS server in the past, so 
I know it worked at some point. I'm not sure if I'm missing a daemon in 
the mix, or if there's something else I've overlooked.


Any clues will be most graciously received :)


For starters try showmount -e the.freebsd.ip.address on the Linux box
to see if the Linux box sees the NFS daemons on the FreeBSD machine.


Hrm.

# showmount -e 172.17.0.21
mount clntudp_create: RPC: Port mapper failure - RPC: Unable to receive


mountd needs to be running on the FreeBSD host (apparently yours is
running). When /etc/exports changes mountd needs to be informed:
kill -s HUP `cat /var/run/mountd.pid`


Yup, know about that.


Also at least in the past Linux distributions defaulted NFS to
non-reserved ports. Your Linux may not be talking to the same ports as
the FreeBSD machine is listening.


Let's have a look...

# nmap 172.17.0.21

Starting nmap V. 3.00 ( www.insecure.org/nmap/ )
Interesting ports on bechet.bpinet.com (172.17.0.21):
(The 1584 ports scanned but not shown below are in state: closed)
Port   State   Service
21/tcp openftp
22/tcp openssh
25/tcp opensmtp
37/tcp opentime
80/tcp openhttp
199/tcpopensmux
443/tcpopenhttps
801/tcpopendevice
901/tcpopensamba-swat
1011/tcp   openunknown
1020/tcp   openunknown
2049/tcp   opennfs
3306/tcp   openmysql
5308/tcp   opencfengine
5432/tcp   openpostgres
5999/tcp   openncd-conf
8080/tcp   openhttp-proxy

My god there's a lot of crap on that box! Still, looks like NFS is 
running. And according to the man page of the linux box:


port=n
The  numeric  value  of  the  port to connect to the NFS
server on.  If the port number is 0 (the  default)  then
query  the  remote host's portmapper for the port number
to use.  If the remote hostâs NFS daemon is  not  regis-
tered  with its portmapper, the standard NFS port number
2049 is used instead.

So that sounds about right. I tried adding port=2049 explictly to the 
mount command, but same error: Connection refused


Well, thanks for your help. Beats me what I've done wrong.

Thanks,
David

--
Much of the propaganda that passes for news in our own society is given 
to immobilising and pacifying people and diverting them from the idea 
that they can confront power. -- John Pilger



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


Re: I need help with intallation relatd issue

2006-07-20 Thread Kevin Kinsey

Chuck Swiger wrote:

Lou Gordon wrote:

Hi my 2U server rack has 2-250 gig hard drives and we can only see one of
them. I had my upgrade store do a diagnostic and in Windows it sees 
both 250

Gig drives. I am in San Francisco, CA and I don't know any tech that has
experience with this kind of OS issue. Please help if you can. I can be
reached at the number below.


Not enough information, I'm afraid.  Try posting the contents of dmesg 
and pciconf -lv, along with at least a basic description of what your 
hardware is and what version of FreeBSD you are using.




Or, as an alternative to the above, see:

http://www.freebsd.org/commercial/

and ask for some help from a vendor/consultant.  I'd think
there'd be a lot of FBSD gurus in the SF area, though not
as many as, perhaps, Berkeley? ;-)

Kevin Kinsey
DaleCo, S.P.
--

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


Re: HOWTO wireless please.

2006-07-20 Thread Marwan Sultan

Hello Garrett,
Hello doug,

 In 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html
 it doesnot explain how to setup ugen0 device or any wireless device for a 
client, insted it says

 First, make sure your system can see the wireless card:

 However, in ifconfig -a
 it doesnot show any wireless device as you wrote Garrett, but the firewire 
and nic device,

 then how come in the dmesg it can read the ugen0

 However, anyone can give me a steps of how to showup my wireless device?
 I tried to add the following in /boot/loader.conf
wlan_load=YES
wlan_wep_load=YES

 but it doesnt load my device and ifconfig -a will show the same

 Will you please, help me setting my wireless device up?
 any configuration i should do?

 regards
 Marwan



Marwan Sultan wrote:

Hello gurus,

Can someone help me setting up my wireless device on my laptop
im on 6.1R, I tried to do as instructed on handbook, but no luck.
My laptop suppose to be the client, and i have a netgear wireless modem 
router up and running.
How to make the freebsd see the router have the ip, and make the device 
up?


from dmesg
ugen0: Broadcom Corp HP Integrated Module

The following is the output of ifconfig -a
# ifconfig -a

fwe0: 
flags=108943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,NEEDSGIANT 
mtu 1500

   options=8VLAN_MTU
   inet6 fe80::603f:2ff:fe6c:4184%fwe0 prefixlen 64 scopeid 0x1
   inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255
   ether 62:3f:02:6c:41:84
   ch 1 dma 0
fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=8VLAN_MTU
   inet6 fe80::216:d4ff:fe01:617e%fxp0 prefixlen 64 scopeid 0x2
   inet 192.168.0.14 netmask 0xff00 broadcast 192.168.0.255
   ether 00:16:d4:01:61:7e
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
   inet 127.0.0.1 netmask 0xff00

the following is in /etc/rc.conf  (i think there is something wrong)

ifconfig_fwe0=DHCP
dhcp_program=/sbin/dhclient
ddhcp_flags=

the following is compiles in the kernel
wlan
an
awi
ral
wi
wlan_wep
wlan_ccmp
wlan_tkip
wl As i have been told that fwe0 is not the wireless device, then how to 
show it up?

compiled the kernel to some modifications as i wrote here, but no luck,
Will kindly someone help me, as im new to wireless and bsd.

Marwan

Marwan,
   fwe0 is your ethernet over IEEE1394 (firewire) connection. According to 
the information above you don't have your wireless interface even present, 
ie ugen0 was not present in the ifconfig output you have listed above.

-Garrett

___



_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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


FreeBSD 6: open(/dev/lpt0, O_WRONLY) hangup fixed

2006-07-20 Thread george+freebsd
I've solved my /dev/lpt0 problem.  Here is what happened:

1. I observed that the problem is also happening on FreeBSD 6.0.
2. It isn't happening on 5.3.
3. I sprinkled some printf's into lptopen in sys/dev/ppbus/lpt.c.
4. I compiled a new kernel, stripping a whole bunch of stuff out
   of the generic kernel.  The problem went away.
5. I went back to the original lpt.c.  Still working.
6. I compiled another kernel, adding device plip back in.  The
   problem came back.

So the problem, whatever it is, seems to involve an interaction
between printing and plip.  Since I have printing working again,
debugging the problem is no longer a high priority for me.  But
if anyone has some suggestions for debugging, I would be happy to
try them this weekend.

Am I the only dinosaur still using a parallel port printer?  It
seems incredible to me that no one else using 6.0/6.1 could have
encountered this problem.  Even though I have fixed the problem,
it should probably be debugged properly, unless there's sentiment
for removing device plip from the generic kernel.
-- George Mitchell

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


Re: Connection refusal for an NFS mount

2006-07-20 Thread David Kelly
On Thu, Jul 20, 2006 at 07:43:16PM +0200, David Landgren wrote:
 David Kelly wrote:
 
 For starters try showmount -e the.freebsd.ip.address on the Linux box
 to see if the Linux box sees the NFS daemons on the FreeBSD machine.
 
 Hrm.
 
 # showmount -e 172.17.0.21
 mount clntudp_create: RPC: Port mapper failure - RPC: Unable to receive

I don't think NFS is going to work until you can get past the above
problem. Running showmount -e on your FreeBSD machine should display
the essential contents of /etc/exports.

What does the FreeBSD machine have to say about your attempts to connect
from Linux in /var/log/messages?

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HOWTO wireless please.

2006-07-20 Thread Jonathan Fosburgh
On Thursday 20 July 2006 13:03, Marwan Sultan wrote:
 Hello Garrett,
 Hello doug,

   In
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.
html it doesnot explain how to setup ugen0 device or any wireless device for
 a client, insted it says
   First, make sure your system can see the wireless card:

   However, in ifconfig -a
   it doesnot show any wireless device as you wrote Garrett, but the
 firewire and nic device,
   then how come in the dmesg it can read the ugen0


ugen0 is a generic USB device, not a NIC.  Perhaps you want to load the ural 
device.  Try kldload ural and see if you get a new network device (ural0). 
Since the NIC is being detected as ugen you might need to have the ural 
device load before the ugen device (or remove ugen from your kernel config, 
if you don't need it).

-- 
Jonathan Fosburgh
AIX and Storage Administrator
UT MD Anderson Cancer Center
Houston, TX


pgpKbPsCVznG7.pgp
Description: PGP signature


Re: HOWTO wireless please.

2006-07-20 Thread doug


On Thu, 20 Jul 2006, Marwan Sultan wrote:


Hello Garrett,
Hello doug,

In 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html
it doesnot explain how to setup ugen0 device or any wireless device for a 
client, insted it says

First, make sure your system can see the wireless card:

However, in ifconfig -a
it doesnot show any wireless device as you wrote Garrett, but the firewire 
and nic device,

then how come in the dmesg it can read the ugen0

However, anyone can give me a steps of how to showup my wireless device?
I tried to add the following in /boot/loader.conf
wlan_load=YES
wlan_wep_load=YES

but it doesnt load my device and ifconfig -a will show the same

Will you please, help me setting my wireless device up?
any configuration i should do?


You did not mention Garrett's reference: 
http://www.bsdforums.org/forums/archive/index.php/t-27794.html. If may be that 
your card requires you to manually load the firmware as did the Intel card on my 
laptop.  At some point RTFM becomes a necessity. Here is the road map I 
followed:


1) Make sure the hardware works. The easiest way to do this is to boot to
   windows. If you make your system a FreeBSD only, thats a whole other thread.

2) Make sure your card is in the supported list. If it is and ugen is the
   appropriate drive: man ugen.

3) google your card by name and chipset. The things you find for Linux and the
   other BSDs will probably be helpful at the driver level.

4) The output from dmesg and pciconf -v may help. Turning on verbose mode in
   boot may also help.

5) Search the archives on the freebsd mobile and hardware lists. Search
   questions for ugen in the subject.

6) If all the above fails there is a drive that runs the native windows drivers.
   Project evil I think on sourceforge.

I personally favor running the generic kernel and using kldload and kldstat to 
figure out what drivers you really need, then loading them at boot time with 
loader.conf.


As I do not have any laptops that use ugen I can not give you specific advise. I 
hope the above is sorta what you were looking for and helps. You never mentioned 
what laptop you have, I assume HP from the dmesg. The HP site might actually 
help, they support FreeBSD, or so I have been told.


g'luck



regards
Marwan



Marwan Sultan wrote:

Hello gurus,

Can someone help me setting up my wireless device on my laptop
im on 6.1R, I tried to do as instructed on handbook, but no luck.
My laptop suppose to be the client, and i have a netgear wireless modem 
router up and running.
How to make the freebsd see the router have the ip, and make the device 
up?


from dmesg
ugen0: Broadcom Corp HP Integrated Module

The following is the output of ifconfig -a
# ifconfig -a

fwe0: 
flags=108943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,NEEDSGIANT 
mtu 1500

   options=8VLAN_MTU
   inet6 fe80::603f:2ff:fe6c:4184%fwe0 prefixlen 64 scopeid 0x1
   inet 0.0.0.0 netmask 0xff00 broadcast 255.255.255.255
   ether 62:3f:02:6c:41:84
   ch 1 dma 0
fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=8VLAN_MTU
   inet6 fe80::216:d4ff:fe01:617e%fxp0 prefixlen 64 scopeid 0x2
   inet 192.168.0.14 netmask 0xff00 broadcast 192.168.0.255
   ether 00:16:d4:01:61:7e
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
   inet 127.0.0.1 netmask 0xff00

the following is in /etc/rc.conf  (i think there is something wrong)

ifconfig_fwe0=DHCP
dhcp_program=/sbin/dhclient
ddhcp_flags=

the following is compiles in the kernel
wlan
an
awi
ral
wi
wlan_wep
wlan_ccmp
wlan_tkip
wl As i have been told that fwe0 is not the wireless device, then how to 
show it up?

compiled the kernel to some modifications as i wrote here, but no luck,
Will kindly someone help me, as im new to wireless and bsd.

Marwan

Marwan,
   fwe0 is your ethernet over IEEE1394 (firewire) connection. According to 
the information above you don't have your wireless interface even present, 
ie ugen0 was not present in the ifconfig output you have listed above.

-Garrett

___



_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
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: Shibboleth on FreeBSD

2006-07-20 Thread Scott Ullrich

On 7/18/06, Velotiaray [EMAIL PROTECTED] wrote:

Hello.

I would like to know if there is a shibboleth package available for
FreeBSD 6.1 (or even for previous version). I am working on a PFSense
firewall in order to add new functionalities on it (the PFSense
distribution is installed on a FreeBSD 6.1 system and available on a
live-CD). I have already got an apache server with ssl functions.
The problem is the FreeBSD platform on which PFSense is installed
doesn't have any c compiler or make command. Therefore it is very
difficult to add all the functionalities I need.
I have been looking the web for a make command or a c compiler
(usually integrated on FreeBSD platforms) but I haven't found yet.
It would help me very much if you have got any links for me to follow or
a shibboleth package for FreeBSD 6.1 platforms.
I can give you further details if you are interested in what I am
working on.


Hi!   I think you are in search of the pfSense developers edition
which does include a complete toolchain compiler set.

You can find the ISO on our mirror, located here:
http://www.pfsense.com/mirror.php?section=downloads/developers

Hope this helps and good luck with the package, you can email
[EMAIL PROTECTED] once the package is complete and we will look at
including it.

Thanks,

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


Re: Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf

2006-07-20 Thread Grant

I don't know how updated this one is but i found a .pdf version here:

http://wumber.net/books/Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf

Bye.
Grant.

On 20 Jul 2006, at 15:59, Don Munyak wrote:


re: Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf

The title of this thread references a document created several  
years ago.
The author wrote the article and posted in a forum at  
www.screamingelectron.org/
http://www.screamingelectron.org/forum/showthread.php? 
t=725page=1pp=10


He also posted an alternate location for pdf download.
http://bsdhound.com/downloads/ 
Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf.



Well...that link is broken. Googling turned up some hopeful leads, but
alas...also broken.
http://lists.freebsd.org/pipermail/freebsd-questions/2004-June/ 
050783.html
~LINK~ http://gene.wins.uva.nl/~jmsteggi/ 
Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf


http://www.littleblackdog.com/viewtopic.php?t=17294start=15
~LINK~ http://bsdhound.com/downloads/ 
Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf



Also did a google on this cat's username  soup4you2. There are several
forums likewise with broken links as well as a yahoo account, but no
reply yet.

Does anyone have access to this updated pdf file. I'd really like to
get my hands on it.

btw...for anyone else looking for a like or similiar solution,  
check out

http://www.tnpi.biz/internet/mail/toaster.shtml [mail::toaster]

Thanks

~Don
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[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: Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf

2006-07-20 Thread Don Munyak

On 7/20/06, Grant [EMAIL PROTECTED] wrote:

I don't know how updated this one is but i found a .pdf version here:

http://wumber.net/books/Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf

Bye.
Grant.

On 20 Jul 2006, at 15:59, Don Munyak wrote:

 re: Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf

 The title of this thread references a document created several
 years ago.
 The author wrote the article and posted in a forum at
 www.screamingelectron.org/
 http://www.screamingelectron.org/forum/showthread.php?
 t=725page=1pp=10

 He also posted an alternate location for pdf download.
 http://bsdhound.com/downloads/
 Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf.


 Well...that link is broken. Googling turned up some hopeful leads, but
 alas...also broken.
 http://lists.freebsd.org/pipermail/freebsd-questions/2004-June/
 050783.html
 ~LINK~ http://gene.wins.uva.nl/~jmsteggi/
 Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf

 http://www.littleblackdog.com/viewtopic.php?t=17294start=15
 ~LINK~ http://bsdhound.com/downloads/
 Creating_a_Stable_Secure_FreeBSD_Mailserver.pdf


 Also did a google on this cat's username  soup4you2. There are several
 forums likewise with broken links as well as a yahoo account, but no
 reply yet.

 Does anyone have access to this updated pdf file. I'd really like to
 get my hands on it.

 btw...for anyone else looking for a like or similiar solution,
 check out
 http://www.tnpi.biz/internet/mail/toaster.shtml [mail::toaster]

 Thanks

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





Thanks Grant...Much Thanks
Downloaded my copy for safe keeping

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


Re: HOWTO wireless please.

2006-07-20 Thread Bob Johnson

On 7/20/06, Marwan Sultan [EMAIL PROTECTED] wrote:

Hello gurus,

Can someone help me setting up my wireless device on my laptop
im on 6.1R, I tried to do as instructed on handbook, but no luck.
My laptop suppose to be the client, and i have a netgear wireless modem
router up and running.
How to make the freebsd see the router have the ip, and make the device up?

from dmesg
ugen0: Broadcom Corp HP Integrated Module



ugen is the generic usb device driver that gets attached if a specific
driver for the device is not available. I don't think you will be able
to do anything useful with it (it seems to be intended more for
developers to use while experimenting with a device).

There is a tool called ndiscvt that will take a Windows NDIS device
driver and wrap it up in an interface that allows it to be used as a
FreeBSD driver. Most likely, you will need to do that to get your
interface working. Instructions are in section 27.3.3.6.3 of the
FreeBSD Handbook (buried in one of the sections someone has already
mentioned: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html

In 6.1 there is a script called ndisgen that automates the process
described in the Handbook. You will probably find it much easier to
read its man page and use it instead of using ndiscvt directly. The
instructions amount to become root, run ndisgen, do what it says.

Once you have successfully built and loaded the NDIS driver, it will
by default show up as ndis0 when you do an ifconfig. Once that
happens, the rest should be easy.

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


Re: HOWTO wireless please.

2006-07-20 Thread John Nielsen
On Thursday 20 July 2006 15:30, Bob Johnson wrote:
 On 7/20/06, Marwan Sultan [EMAIL PROTECTED] wrote:
  Hello gurus,
 
  Can someone help me setting up my wireless device on my laptop
  im on 6.1R, I tried to do as instructed on handbook, but no luck.
  My laptop suppose to be the client, and i have a netgear wireless modem
  router up and running.
  How to make the freebsd see the router have the ip, and make the device
  up?
 
  from dmesg
  ugen0: Broadcom Corp HP Integrated Module

 ugen is the generic usb device driver that gets attached if a specific
 driver for the device is not available. I don't think you will be able
 to do anything useful with it (it seems to be intended more for
 developers to use while experimenting with a device).

 There is a tool called ndiscvt that will take a Windows NDIS device
 driver and wrap it up in an interface that allows it to be used as a
 FreeBSD driver. Most likely, you will need to do that to get your
 interface working. Instructions are in section 27.3.3.6.3 of the
 FreeBSD Handbook (buried in one of the sections someone has already
 mentioned:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.
html

You hint at this below, but ndiscvt should no longer be run by the user.

 In 6.1 there is a script called ndisgen that automates the process
 described in the Handbook. You will probably find it much easier to
 read its man page and use it instead of using ndiscvt directly. The
 instructions amount to become root, run ndisgen, do what it says.

Unfortunately, the developer of the ndis drive has specifically stated that 
USB is not (yet) supported.

 Once you have successfully built and loaded the NDIS driver, it will
 by default show up as ndis0 when you do an ifconfig. Once that
 happens, the rest should be easy.

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


Berkeley db XML

2006-07-20 Thread Mohamad Babaei

Hi,
I want to install Berkeley db XML on FreeBSD 6.1 , but i can not do this, is
there any body has install it ?
( I use the source from sleepycat.com )

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


jdk port

2006-07-20 Thread eoghan

Hi
While installing openoffice I had to grab jdk15. This is the build  
error:


Note: * uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
21 errors
12 warnings
gmake[3]: *** [.compile.classlist] Error 1
gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/ 
java/java'

gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make/java'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk15.
*** Error code 1

Are the suggested zip for jdk the same for amd64? How would I go  
about fixing this problem?

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


printing from FreeBSD to a WinXP print server

2006-07-20 Thread David J Brooks
I can find lots of helpful information about setting up FreeBSD as a print 
server for Windows clients, but I'm not finding anything helpful about 
setting things up the other way. Does anyone have any experience doing this? 

David
-- 
Sure God created the world in only six days,
but He didn't have an established user-base.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Shibboleth on FreeBSD

2006-07-20 Thread Velotiaray

Hello!

Thank you! That's exactly what I was looking for... I should have 
thought about such a version :D

I will let you know if that solves my problem.

Have a nice w.e.
Velotiaray.

Scott Ullrich wrote:


On 7/18/06, Velotiaray [EMAIL PROTECTED] wrote:


Hello.

I would like to know if there is a shibboleth package available for
FreeBSD 6.1 (or even for previous version). I am working on a PFSense
firewall in order to add new functionalities on it (the PFSense
distribution is installed on a FreeBSD 6.1 system and available on a
live-CD). I have already got an apache server with ssl functions.
The problem is the FreeBSD platform on which PFSense is installed
doesn't have any c compiler or make command. Therefore it is very
difficult to add all the functionalities I need.
I have been looking the web for a make command or a c compiler
(usually integrated on FreeBSD platforms) but I haven't found yet.
It would help me very much if you have got any links for me to follow or
a shibboleth package for FreeBSD 6.1 platforms.
I can give you further details if you are interested in what I am
working on.



Hi!   I think you are in search of the pfSense developers edition
which does include a complete toolchain compiler set.

You can find the ISO on our mirror, located here:
http://www.pfsense.com/mirror.php?section=downloads/developers

Hope this helps and good luck with the package, you can email
[EMAIL PROTECTED] once the package is complete and we will look at
including it.

Thanks,

Scott





--
*Velotiaray TOTO-ZARASOA *
Elève-ingénieur de l'IFSIC (Rennes)
@dresse: 32 rue Mirabeau bat J, appart 117
35700 Rennes
Tel: 0299363202 - 0698250036
/*M'ecrire un e-mail*/ mailto:[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: printing from FreeBSD to a WinXP print server

2006-07-20 Thread Kirk Davis
Check out apsfilter in the ports collection. It work very well for that.


 Kirk 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 David J Brooks
 Posted At: July 20, 2006 3:25 PM
 Posted To: FreeBSD.Questions
 Conversation: printing from FreeBSD to a WinXP print server
 Subject: printing from FreeBSD to a WinXP print server
 
 
 I can find lots of helpful information about setting up 
 FreeBSD as a print 
 server for Windows clients, but I'm not finding anything 
 helpful about 
 setting things up the other way. Does anyone have any 
 experience doing this? 
 
 David
 -- 
 Sure God created the world in only six days,
 but He didn't have an established user-base.
 ___
 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 no longer auto-starts after mergemaster

2006-07-20 Thread Nick Withers
On Thu, 20 Jul 2006 09:36:42 -0400
Jim Stapleton [EMAIL PROTECTED] wrote:

 I rebuilt my kernel/world, but now my network no longer auto-starts. I
 can easily start it with sudo ifconfig fxp0 up, which, while it
 works, is mildly annoying.
 
 Anyone know what file I could have improperly mergemastered to get this 
 result?

/etc/rc.d/netif?

What were you rebuilding from / to (e.g., 6.1-RELEASE -
-CURRENT)?

 My rc.conf file, I'm not sure what else I should put in (such as my
 /var/log/messages; everything as of the last boot?):
 
 
 
 # -- sysinstall generated deltas -- # Fri Jun 16 08:17:49 2006
 # Created: Fri Jun 16 08:17:49 2006
 # Enable network daemons for user convenience.
 # Please make all changes to this file, not to /etc/defaults/rc.conf.
 # This file now contains just the overrides from /etc/defaults/rc.conf.
 
 hostname=aragorn.ameritech.net
 ifconfig_fxp0=DHCP
 
 
 ibcs2_enable=YES
 moused_enable=YES
 linux_enable=YES
 sshd_enable=YES
 svr4_enable=YES
 usbd_enable=YES
 apmd_enable=YES
 
 
 
 
 Thanks,
 -Jim Stapleton
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


-- 
Nick Withers
email: [EMAIL PROTECTED]
Web: http://www.nickwithers.com
Mobile: +61 414 397 446
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: network no longer auto-starts after mergemaster

2006-07-20 Thread Jim Stapleton

On 7/20/06, Nick Withers [EMAIL PROTECTED] wrote:

On Thu, 20 Jul 2006 09:36:42 -0400
Jim Stapleton [EMAIL PROTECTED] wrote:

 I rebuilt my kernel/world, but now my network no longer auto-starts. I
 can easily start it with sudo ifconfig fxp0 up, which, while it
 works, is mildly annoying.

 Anyone know what file I could have improperly mergemastered to get this 
result?

/etc/rc.d/netif?

What were you rebuilding from / to (e.g., 6.1-RELEASE -
-CURRENT)?



I'll take a look at that file, thank you.

6.1 - 6.1 (just a rebuild of the kernel to make it more efficient,
and the OSS tech support suggested it might get their drivers to work
for my sound).

Thanks,
-Jim Stapleton
___
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 update freebsd 5.4 to 6.1 via no Internet and CD or DVD media

2006-07-20 Thread Nick Withers
On Thu, 20 Jul 2006 16:52:22 +0800
nectar76 [EMAIL PROTECTED] wrote:

 
 Hi, I have a USB WLAN Adapter, and have no idea to work on FreeBSD 5.4,  
 but there is a driver called p54u (http://prism54.org/newdrivers.html)can  
 try, but it is recommend to work on FreeBSD 6.
 
 I done:
 1. download freebsd 6.1 iso and unzip files, want to update system at  
 local, but failed;

Did you try the binary upgrade option (I can't recall
exactly what it's called in the sysinstall root menu, if not
Binary upgrade)?

 2. used  TortoiseCVS(CVS software for Windows) to download src/ from  
 Anonymous CVS, copied them to /usr/src on freebsd-5.4, want to 'make  
 buildworld', but failed; 'make' looks not work as usual;

I'd hazard a guess that the files have been transferred with
carriage return newlines (see
http://en.wikipedia.org/wiki/CRLF).

I imagine that you could install the sources from a 6.1-RELEASE
CD onto your 5.4-RELEASE system... Have you tried this?
-- 
Nick Withers
email: [EMAIL PROTECTED]
Web: http://www.nickwithers.com
Mobile: +61 414 397 446
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


(no subject)

2006-07-20 Thread [EMAIL PROTECTED]
I tried to use  burncd  on my  FreeBSD 6.1  system and it failed.
The command I typed is:
burncd -t -v -f /dev/acd0  ISO9660  file-name
and I got the error message no data format selected.  I thought the 
ISO9660 was the data format.  What is the data format?  How do I get
to burn a  CDROM ?  Probably the man page should give samples,
highlighting the data format.
All the man page examples wrote to the default device and still
included it in the command line.  You should write to a non-default 
 CDROM  device, and for at least 1 default  CDROM  device example, don't
have the device designation in the command.


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


installing FreeBSD 6.1

2006-07-20 Thread [EMAIL PROTECTED]
I installed  FreeBSD 6.1  expecting it to give me the maximum
capability, but it didn't give me the  X windows  capability.  Was
everything needed for it put together, but  X  was properly linked
where it should be?  Is there a way that I can test for this (where
should  X  be linked)?
I got several error code 1 messages while installing it.
What does this indicate (other that an error occurred)?  Can the
message be made more informative?  If so, please do
There seems to be a later  FreeBSD 6.1  available, I will
try to get and install it.


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


Linux/FreeBSD NFS incompatibilities (was: Connection refusal for an NFS mount)

2006-07-20 Thread Greg 'groggy' Lehey
On Thursday, 20 July 2006 at 17:16:16 +0200, David Landgren wrote:
 List,

 On an old Redhat box (address 172.17.0.18), I'm trying to mount an NFS
 export from a FreeBSD (5.2.1-RELEASE) box. Both machines are on the same
 network segment, and neither have any onboard firewalling rules.

FWIW, there seems to be some compatibility issue here that I've looked
at from time to time, but which I haven't been able to resolve.  In a
similar network, FreeBSD machines can cross-mount file systems without
problems, but on occasion *some* file systems either can't be mounted
from Linux, require a retry to mount, or freeze once mounted.  I've
done some network tracing that suggests that the FreeBSD NFS server is
not responding to the Linux box, though it's not clear yet what.  Any
insight is welcome.

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


pgpo4szDmK4Ve.pgp
Description: PGP signature


Re: installing FreeBSD 6.1

2006-07-20 Thread doug


On Fri, 21 Jul 2006, [EMAIL PROTECTED] wrote:


I installed  FreeBSD 6.1  expecting it to give me the maximum
capability, but it didn't give me the  X windows  capability.  Was
everything needed for it put together, but  X  was properly linked
where it should be?  Is there a way that I can test for this (where
should  X  be linked)?
I got several error code 1 messages while installing it.
What does this indicate (other that an error occurred)?  Can the
message be made more informative?  If so, please do
There seems to be a later  FreeBSD 6.1  available, I will
try to get and install it.


X is not a part of FreeBSD. One way to get X is to install the package using 
pkg_add. X comes with a very simple window manager, twm. You can use that to 
install a more functional window manager such as KDE, gnome, ...


There is a desktop project that packages all this together: 
http://www.desktopbsd.org/


I prefer to install the pieces separately. Unless you hit a hardware snag this 
can easily be done in an hour using packages (and a broadband connection :) )





___
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: installing FreeBSD 6.1

2006-07-20 Thread doug



On Fri, 21 Jul 2006, [EMAIL PROTECTED] wrote:


I installed  FreeBSD 6.1  expecting it to give me the maximum
capability, but it didn't give me the  X windows  capability.  Was
everything needed for it put together, but  X  was properly linked
where it should be?  Is there a way that I can test for this (where
should  X  be linked)?
I got several error code 1 messages while installing it.
What does this indicate (other that an error occurred)?  Can the
message be made more informative?  If so, please do
There seems to be a later  FreeBSD 6.1  available, I will
try to get and install it.


I just realized I did not answer you question. If you are building X make sure 
you use the xorg port that includes all the necessary  parts. I prefer:


setenv PACKAGEROOT ftp://ftpn.FreeBSD.org
pkg_add -r xorg

This will work. If you want to build X from source include the tail of the build 
and you can probably get specific suggestions. All my workstations are far to 
slow/small to make this an option for me. Sorry - I think I missed the boat with 
my first post.



___
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: printing from FreeBSD to a WinXP print server

2006-07-20 Thread David J Brooks
On Thursday 20 July 2006 16:36, Kirk Davis wrote:


  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of
  David J Brooks
  Posted At: July 20, 2006 3:25 PM
  Posted To: FreeBSD.Questions
  Conversation: printing from FreeBSD to a WinXP print server
  Subject: printing from FreeBSD to a WinXP print server
 
 
  I can find lots of helpful information about setting up
  FreeBSD as a print
  server for Windows clients, but I'm not finding anything
  helpful about
  setting things up the other way. Does anyone have any
  experience doing this?

 Check out apsfilter in the ports collection. It work very well for that.

OK. I installed apsfilter with
'make BATCH=yes APSFILTER_ALL=yes install'

On running SETUP script and selecting the hpjis driver the script informs me 
that my installation of ghostscript does not support inclide this driver. I 
browsed through the Makefile in print/ghostscript-gnu and cannot find any 
mention of ijs. I KNOW there is support there somewhere, because this printer 
worked fine when it was attached to my FreeBSD box. (Until CUPS became so 
broken as to be useless.) Any hints on how to configure apsfilter for use 
with an HP DeskJet 3650?

David
-- 
Sure God created the world in only six days,
but He didn't have an established user-base.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pppNAT woes =(

2006-07-20 Thread Ivan Levchenko

Hello All,

Internet adsl - PPPoE. ( i don't have access to the router/modem)

Current setup:

One ethernet cord that I got from the ISP that is connected to a switch
three computers (one freebsd and 2 windows) connected to the same switch

I am able to connect to the internet from any of my boxes. I want to
setup a pppnat on freebsd so that all of my computers can use the same
connection.

When i connect from freebsd, internet works, but when i add the ip
address of my freebsd box as the default gateway to the connection in
windows, it doesn't work. Here are my configs:

/etc/ppp/ppp.conf

default:
 #set log Phase tun command # you can add more detailed logging if you wish
 #set ifaddr 0.0.0.0 0.0.0.0
 set log Phase Chat LCP IPCP CCP tun command
wp:
 set device PPPoE:rl0 # replace xl1 with your Ethernet device
 set authname 
 set authkey 
 #set dial
 set ctsrts off
 #set login
 add default HISADDR
 #enable dns
 set mru 1492
 set mtu 1492
 set timeout 0
 set redial 0 0
 enable lqr

/etc/rc.conf
font8x14=cp866-8x14
font8x16=cp866b-8x16
font8x8=cp866-8x8
#gateway_enable=YES
hostname=proxy1
ifconfig_rl0=inet 192.168.0.236  netmask 255.255.255.0
inetd_enable=YES
keymap=ru.koi8-r
linux_enable=YES
mousechar_start=3
scrnmap=koi8-r2cp866
sshd_enable=YES
usbd_enable=YES
#We do not need sendmail
sendmail_enable=NO
#PPP nat enable
ppp_enable=YES
ppp_mode=ddial
ppp_nat=YES
ppp_profile=wp
ppp_user=root

/boot/loader.conf
ng_UI_load=YES
ng_ether_load=YES
ng_ppp_load=YES# PPP protocol netgraph node type
ng_pppoe_load=YES  # RFC 2516 PPPOE protocol netgraph node type
ng_socket_load=YES

custom kernal:
machine i386
cpu I686_CPU
ident   MYKERNEL


makeoptions DEBUG=-g# Build kernel with gdb(1) debug symbols

options SCHED_ULE   # ULE scheduler
options PREEMPTION  # Enable kernel thread preemption
options INET# InterNETworking
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options MD_ROOT # MD is a potential root device
options NFSCLIENT   # Network Filesystem Client
options NFSSERVER   # Network Filesystem Server
options NFS_ROOT# NFS usable as /, requires NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options GEOM_GPT# GUID Partition Tables.
options COMPAT_43   # Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
   # output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug
   # output.  Adds ~215k to driver.
options ADAPTIVE_GIANT  # Giant mutex is adaptive.

device  apic# I/O APIC

device  eisa
device  pci

device  fdc

device  ata
device  atadisk # ATA disk drives
device  ataraid # ATA RAID drives
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
device  atapist # ATAPI tape drives
options ATA_STATIC_ID   # Static device numbering
device  atapicam



device  scbus   # SCSI bus (required for SCSI)
device  ch  # SCSI media changers
device  da  # Direct Access (disks)
device  cd  # CD
device  pass# Passthrough device (direct SCSI access)
device  ses # SCSI Environmental Services (and SAF-TE)



device  atkbdc  # AT keyboard controller
device  atkbd   # AT keyboard
device  psm # PS/2 mouse

device  kbdmux  # keyboard 

Re: printing from FreeBSD to a WinXP print server

2006-07-20 Thread Warren Block

On Thu, 20 Jul 2006, David J Brooks wrote:


I can find lots of helpful information about setting up FreeBSD as a print
server for Windows clients, but I'm not finding anything helpful about
setting things up the other way. Does anyone have any experience doing this?


Samba's smbclient can send print jobs to Windows print servers.  You may 
have to set up a plain text printer on the Windows system to keep it 
from reinterpreting the data.


If the Windows print server (three words that *really* don't go 
together) supports lpd, just use lpr.  A quick search found this, which 
might be helpful to you:


http://iharder.sourceforge.net/macosx/winmacprinter/#step4

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: pppNAT woes =(

2006-07-20 Thread fbsd
If your saying that in your current network configuration you can
only power up and use one of the 3 PC's on the switch at a time?
That you can not use all 3 pc's at the same time?

If that is correct. Then you need to cable the FreeBSD pc direct to
the ADSL cable like the switch is now. Then add a second LAN card to
the FreeBSD box and cable it to the input port on the switch. Switch
stays cabled to the 2 window pc's.

Add gateway_enable=YES and ifconfig_xl0=inet 10.0.10.2  to
rc.conf,  You can install dhcp server to auto assign ip address to
pc's on LAN or manually assign un-routable ip address in each
windows network window.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ivan
Levchenko
Sent: Thursday, July 20, 2006 9:27 PM
To: freebsd-questions@freebsd.org
Subject: pppNAT woes =(


Hello All,

Internet adsl - PPPoE. ( i don't have access to the router/modem)

Current setup:

One ethernet cord that I got from the ISP that is connected to a
switch
three computers (one freebsd and 2 windows) connected to the same
switch

I am able to connect to the internet from any of my boxes. I want to
setup a pppnat on freebsd so that all of my computers can use the
same
connection.

When i connect from freebsd, internet works, but when i add the ip
address of my freebsd box as the default gateway to the connection
in
windows, it doesn't work. Here are my configs:

/etc/ppp/ppp.conf

default:
  #set log Phase tun command # you can add more detailed logging if
you wish
  #set ifaddr 0.0.0.0 0.0.0.0
  set log Phase Chat LCP IPCP CCP tun command
wp:
  set device PPPoE:rl0 # replace xl1 with your Ethernet device
  set authname 
  set authkey 
  #set dial
  set ctsrts off
  #set login
  add default HISADDR
  #enable dns
  set mru 1492
  set mtu 1492
  set timeout 0
  set redial 0 0
  enable lqr

/etc/rc.conf
font8x14=cp866-8x14
font8x16=cp866b-8x16
font8x8=cp866-8x8
#gateway_enable=YES
hostname=proxy1
ifconfig_rl0=inet 192.168.0.236  netmask 255.255.255.0
inetd_enable=YES
keymap=ru.koi8-r
linux_enable=YES
mousechar_start=3
scrnmap=koi8-r2cp866
sshd_enable=YES
usbd_enable=YES
#We do not need sendmail
sendmail_enable=NO
#PPP nat enable
ppp_enable=YES
ppp_mode=ddial
ppp_nat=YES
ppp_profile=wp
ppp_user=root

/boot/loader.conf
ng_UI_load=YES
ng_ether_load=YES
ng_ppp_load=YES# PPP protocol netgraph node type
ng_pppoe_load=YES  # RFC 2516 PPPOE protocol netgraph node
type
ng_socket_load=YES

custom kernal:
machine i386
cpu I686_CPU
ident   MYKERNEL


makeoptions DEBUG=-g# Build kernel with gdb(1)
debug symbols

options SCHED_ULE   # ULE scheduler
options PREEMPTION  # Enable kernel thread
preemption
options INET# InterNETworking
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates
support
options UFS_ACL # Support for access control
lists
options UFS_DIRHASH # Improve performance on big
directories
options MD_ROOT # MD is a potential root
device
options NFSCLIENT   # Network Filesystem Client
options NFSSERVER   # Network Filesystem Server
options NFS_ROOT# NFS usable as /, requires
NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem
(requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem
framework
options GEOM_GPT# GUID Partition Tables.
options COMPAT_43   # Compatible with BSD 4.3
[KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options SCSI_DELAY=5000 # Delay (in ms) before
probing SCSI
options KTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B
real-time
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in
/dev
options AHC_REG_PRETTY_PRINT# Print register bitfields
in debug
# output.  Adds ~128k to
driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields
in debug
# output.  Adds ~215k to
driver.
options ADAPTIVE_GIANT  # Giant mutex is adaptive.

device  apic# I/O APIC

device  eisa
device  pci

device  fdc

device  ata
device  atadisk # ATA disk 

no more /var/run/sendmail.pid file

2006-07-20 Thread Noah


Hi there,

FreeBSD 4.11
ESMTP Sendmail 8.13.7/8.13.7

might you please help me with generating and/or finding an appropriate 
/etc/mail/Makefile ?


since I upgraded to 8.13.7 there appears to no longer be a 
/var/run/sendmail.pid file .


# make restart
/bin/kill -HUP `head -1 /var/run/sendmail.pid`
head: /var/run/sendmail.pid: No such file or directory
usage: kill [-s signal_name] pid ...
  kill -l [exit_status]
  kill -signal_name pid ...
  kill -signal_number pid ...
*** Error code 1


cheers,

Noah

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


Re: installing FreeBSD 6.1

2006-07-20 Thread Jonathan Horne
On Thursday 20 July 2006 20:51, doug wrote:
 On Fri, 21 Jul 2006, [EMAIL PROTECTED] wrote:
  I installed  FreeBSD 6.1  expecting it to give me the maximum
  capability, but it didn't give me the  X windows  capability.  Was
  everything needed for it put together, but  X  was properly linked
  where it should be?  Is there a way that I can test for this (where
  should  X  be linked)?
  I got several error code 1 messages while installing it.
  What does this indicate (other that an error occurred)?  Can the
  message be made more informative?  If so, please do
  There seems to be a later  FreeBSD 6.1  available, I will
  try to get and install it.

 X is not a part of FreeBSD. One way to get X is to install the package
 using pkg_add. X comes with a very simple window manager, twm. You can use
 that to install a more functional window manager such as KDE, gnome, ...

 There is a desktop project that packages all this together:
 http://www.desktopbsd.org/

 I prefer to install the pieces separately. Unless you hit a hardware snag
 this can easily be done in an hour using packages (and a broadband
 connection :) )


actually, both DesktopBSD and PCBSD are impressive offerings.  they have all 
the refinements of the best linux distros, but without having to go over to 
the other side :)

cheers,
jonathan


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


Temperature Monitor

2006-07-20 Thread Tamouh H.

Hi,

I've an Intel board D865GVHZ running on FBSD 5.4 that I'd like to monitor its 
temperature. I've tried using lmmon , but the data are way off:

 Motherboard Temp   Voltages

 255C / 491F / 528KVcore1:   +3.984V
   Vcore2:   +3.984V
Fan Speeds + 3.3V:   +3.984V
   + 5.0V:   +6.654V
1:0 rpm+12.0V:  +15.938V
2:0 rpm-12.0V:  -15.938V
3:0 rpm- 5.0V:   -6.654V

All the other apps I'm finding are either too old, or only work with laptops / 
specific boards.

Any suggestions ?

Thx,

Tamouh Hakmi


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


tell me

2006-07-20 Thread batsaikhan tsedevsuren
explain me about RAM, log, hardware,sysctl, PAE,net and mail


-
See the all-new, redesigned Yahoo.com.  Check it out.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


tell me

2006-07-20 Thread batsaikhan tsedevsuren
explain me about RAM, log, hardware,sysctl, PAE,net and mail


-
Yahoo! Music Unlimited - Access over 1 million songs.Try it free. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tell me

2006-07-20 Thread Nick Withers
On Thu, 20 Jul 2006 18:40:58 -0700 (PDT)
batsaikhan tsedevsuren [EMAIL PROTECTED] wrote:

G'day Batsaikhan!

Firstly, let me just say that your email comes across as really
rude - but I'm sure this is just a language thing! I'm not
telling you off here, just trying to warn you in case you're
not aware of it.

 explain me about RAM, log, hardware,sysctl, PAE,net and mail

This is a hell of a request! The freebsd-questions mailing list
isn't really here to explain how a computer works (e.g., about
RAM, x86's PAE, etc.), nor how the Internet or email services
work. It's about helping with FreeBSD-specific queries. I would
therefore recommend using your favourite search engine to gain
more information on these topics.

As for sysctl, please see
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-sysctl.html

I do apologise if you have trouble understanding what I'm
trying to say here. If this is the case, feel free to email me
off-list.
-- 
Nick Withers
email: [EMAIL PROTECTED]
Web: http://www.nickwithers.com
Mobile: +61 414 397 446
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Anyone with Xeon 5100s yet?

2006-07-20 Thread Nikolas Britton

Anyone have feedback on the new Xeons and the 5000p/v/x chipsets? Is
Xen working with VT (Vanderpool)? SSE4 support?, chipset funkyness?
fast? stable? anything?

I'm tired of waiting for Socket F Opterons w/Pacifica.


--
BSD Podcasts @:
http://bsdtalk.blogspot.com/
http://freebsdforall.blogspot.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]